Answers to specific technical questions: Difference between revisions

From MaRDI portal
Created page with "Sammelseite für offene Fragen (English / Deutsch)."
 
Alvaro (talk | contribs)
No edit summary
Line 1: Line 1:
Sammelseite für offene Fragen (English / Deutsch).
Sammelseite für offene Fragen (English / Deutsch).
==How to import data in the portal==
;[https://raw.githubusercontent.com/MaRDI4NFDI/docker-importer/aa696425a01b8fc9a616a46820e0f004c8bf5657/doc/activity.drawio.svg Import process overview]
:UML action diagram showing import process from zwMath.
;[https://github.com/MaRDI4NFDI/portal-examples/blob/main/Import%20from%20zbMath/WB_wikidata_properties.ipynb Import properties from Wikidata]
:How to to import items and properties from Wikidata into the Portal.
;[https://github.com/MaRDI4NFDI/portal-examples/blob/main/Import%20from%20zbMath/zbMath_filter_papers_by_software.ipynb Read data from zbMath]
:There are millions of references to papers in the zbMath database. We just need (for now) those related to the list of mathematical software that has been imported into the MaRDI-Portal.
;[https://github.com/MaRDI4NFDI/portal-examples/blob/main/Import%20from%20zbMath/WBAPI_populate_portal.ipynb Populate the portal using the Wikibase API]
:Import the data read from zbMath into the data structure setup from properties imported from Wikidata.

Revision as of 14:58, 14 March 2022

Sammelseite für offene Fragen (English / Deutsch).

How to import data in the portal

Import process overview
UML action diagram showing import process from zwMath.
Import properties from Wikidata
How to to import items and properties from Wikidata into the Portal.
Read data from zbMath
There are millions of references to papers in the zbMath database. We just need (for now) those related to the list of mathematical software that has been imported into the MaRDI-Portal.
Populate the portal using the Wikibase API
Import the data read from zbMath into the data structure setup from properties imported from Wikidata.