NERC-EDS / citationNotebook

0 stars 0 forks source link

Add citation information to the data outputs #7

Open phtrceh opened 1 year ago

phtrceh commented 1 year ago

Include citation details such as authors, title, publication date to the data model as additional separate elements (this would be in addition to PubCitationStr)

e.g. { "data_doi": "10.5285/94c9eaa3-a178-4de4-8905-dbfab03b69a0", "data_Title": "Gridded Standardized Precipitation Index (SPI) using gamma distribution with standard period 1961-2010 for Great Britain [SPIgamma61-10]", "data_Authors": "['Tanguy, M.', 'Hannaford, J.', 'Barker, L.', 'Svensson, C.', 'Kral, F.', 'Fry, M.']", "relation_type_id": "IsRelatedTo", "publication_doi": "10.35622/j.rg.2022.02.002", "publication_type": "journal-article", "publication_title": "La crisis de la pandemia y su impacto en las finanzas personales", "publication_authors": "['Ricardo Huerta', 'Glorinda Supo', 'Vanessa Lupaca', 'Yasmany Lupaca']", "citation_event_source": "Scholix", "PubCitationStr": "Huerta, R., Supo, G., Lupaca, V., & Lupaca, Y. (2022). La crisis de la pandemia y su impacto en las finanzas personales. In Gestionar: revista de empresa y gobierno (Vol. 2, Issue 2, pp. 25–40). Instituto Universitario de Innovacion Ciencia y Tecnologia Inudi Peru. https://doi.org/10.35622/j.rg.2022.02.002", "PubPublisher":"Elsevier BV", "PubTitle":"Vehicular tracks and the influence of land use and habitat protection in the British uplands", "PubAuthor": [ { "ORCID": "http://orcid.org/0000-0003-3239-8220", "authenticated-orcid": false, "given": "Ben", "family": "Clutterbuck", "sequence": "first", "affiliation": [] }, { "given": "Wilmie", "family": "Burton", "sequence": "additional", "affiliation": [] }, { "given": "Carl", "family": "Smith", "sequence": "additional", "affiliation": [] }, { "given": "Richard W.", "family": "Yarnell", "sequence": "additional", "affiliation": [] } ], "PubPublication":"Science of The Total Environment" }

PalaeoMatNic commented 7 months ago

Publication authors, title and year are currently included. Though only names are included for the authors, no affiliations or ORCIDs etc, and in a list format, is this ok? e.g:

{'data_doi': '10.5285/94c9eaa3-a178-4de4-8905-dbfab03b69a0', 'data_Title': 'Gridded Standardized Precipitation Index (SPI) using gamma distribution with standard period 1961-2010 for Great Britain [SPIgamma61-10]', 'data_Authors': "['Tanguy, M.', 'Hannaford, J.', 'Barker, L.', 'Svensson, C.', 'Kral, F.', 'Fry, M.']", 'relation_type_id': 'IsRelatedTo', 'publication_doi': '10.31289/jab.v8i2.7577', 'publication_type': 'journal-article', 'publication_title': 'Factors That Affecting Stock Returns in LQ45 Companies on The Indonesia Stock Exchange', 'publication_authors': "['Feri Noviyanti', 'Dewi Sarifah Tullah']", 'citation_event_source': 'Scholix', 'PubCitationStr': 'Noviyanti, F. & Sarifah Tullah, D. (2022) Factors That Affecting Stock Returns in LQ45 Companies on The Indonesia Stock Exchange. JURNAL AKUNTANSI DAN BISNIS\u202f: Jurnal Program Studi Akuntansi 8, 142–149. https://doi.org/10.31289/jab.v8i2.7577\n', 'data_doi_url': 'doi.org/10.5285/94c9eaa3-a178-4de4-8905-dbfab03b69a0', 'publication_doi_url': 'doi.org/10.31289/jab.v8i2.7577', 'publicationYear': 2015, 'data_Publisher': 'Environmental Information Data Centre (EIDC)'}