ugent-library / projects-service

A service that publishes a directory of research projects at Ghent University.
Apache License 2.0
1 stars 0 forks source link

Define what researchers, administrative support and librarians need from projects in Biblio #1

Open mietcls opened 11 months ago

mietcls commented 11 months ago

Enhancement

Define what researchers, administrative support and librarians need from projects in Biblio.

What do people look for? What information do they expect to see? Why?

netsensei commented 9 months ago

For reference, this is how a single project is currently modeled via the REST API:

{
    "id": "string",
    "created": "2023-12-19T10:09:09.791Z",
    "modified": "2023-12-19T10:09:09.791Z",
    "type": "string",
    "identifier": [
        {
            "type": "string",
            "propertyID": "string",
            "value": "string"
        }
    ],
    "isFundedBy": {
        "type": "string",
        "hasCallNumber": "string",
        "isAwardedBy": {
            "type": "string",
            "name": "string"
        }
    },
    "hasAcronym": [
        "string"
    ],
    "name": [
        {
            "language": "string",
            "value": "string"
        }
    ],
    "description": [
        {
            "language": "string",
            "value": "string"
        }
    ],
    "foundingDate": "string",
    "dissolutionDate": "string"
}

Few notes: