brunoamaral / gregory-ai

Artificial Intelligence and Machine Learning to help find scientific research and filter relevant content
https://gregory-ai.com/
Other
47 stars 7 forks source link

API should return authors as an object to follow the same structure as crossref.org #263

Closed brunoamaral closed 2 years ago

brunoamaral commented 2 years ago

Example:

"author": [
    {
        "given": "Alistair V.W.",
        "family": "Nunn",
        "sequence": "first",
        "affiliation": []
    },
    {
        "given": "Geoffrey W.",
        "family": "Guy",
        "sequence": "additional",
        "affiliation": []
    },
    {
        "given": "Stanley W.",
        "family": "Botchway",
        "sequence": "additional",
        "affiliation": []
    },
    {
        "given": "Jimmy D.",
        "family": "Bell",
        "sequence": "additional",
        "affiliation": []
    }
]

Optional, return other fields for author, like a link for their API request.