zotero / translators

Zotero Translators
http://www.zotero.org/support/dev/translators
1.19k stars 742 forks source link

Springer Link should include chapter authors not just editors #3321

Open Kibubu opened 2 weeks ago

Kibubu commented 2 weeks ago

https://link.springer.com/book/10.1007/978-3-030-60067-9

imports

[
    {
        "id": "mannaReasoningWebDeclarative2020",
        "type": "book",
        "collection-title": "Lecture Notes in Computer Science",
        "event-place": "Cham",
        "ISBN": "978-3-030-60066-2",
        "language": "en",
        "license": "https://www.springer.com/tdm",
        "note": "DOI: 10.1007/978-3-030-60067-9",
        "publisher": "Springer International Publishing",
        "publisher-place": "Cham",
        "source": "DOI.org (Crossref)",
        "title": "Reasoning Web. Declarative Artificial Intelligence: 16th International Summer School 2020, Oslo, Norway, June 24–26, 2020, Tutorial Lectures",
        "title-short": "Reasoning Web. Declarative Artificial Intelligence",
        "URL": "https://link.springer.com/10.1007/978-3-030-60067-9",
        "volume": "12258",
        "editor": [
            {
                "family": "Manna",
                "given": "Marco"
            },
            {
                "family": "Pieris",
                "given": "Andreas"
            }
        ],
        "accessed": {
            "date-parts": [
                [
                    "2024",
                    6,
                    17
                ]
            ]
        },
        "issued": {
            "date-parts": [
                [
                    "2020"
                ]
            ]
        }
    }
]%

Expected

...
        "editor": [
            {
                "family": "Manna",
                "given": "Marco"
            },
            {
                "family": "Pieris",
                "given": "Andreas"
            }
        ],
                "contributor": [
            {
                "family": "Peñaloza",
                "given": "Rafael"
            },
            {
                "family": "Ozaki",
                "given": "Ana"
            },
            {
                "family": "Cocarascu",
                "given": "Oana"
            },
            {
                "family": "Rago",
                "given": "Antonio"
            },
            {
                "family": "Toni",
                "given": "Francesca"
            }, ...
                ]
...