mpg.pure-to-csv
A Jupyter Notebook to convert MPG.PuRe search querys in a simple CSV file.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
A Jupyter Notebook to convert MPG.PuRe search querys in a simple CSV file.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
MPG.PuRe to CSV
The 'MPG.PuRe to CSV' script enables the creation of simple CSV lists out of the publication repository of the Max Planck Society (https://pure.mpg.de/).
To create your individual query on the MPG.PuRe interface, first use the Advanced Search there and enter the desired search parameters. On the search result page, select the "Insert query in REST interface" function. This takes you to a form including the ElasticSearch query you just created. You may ignore the settings regarding export formats at this point: the required Json format will automatically be selected by the script. If desired, you can also set individual sorting criteria and sorting order here. You can now download the CURL command for your search using the corresponding button.
You will need to fill in the entire '{"query" : ...' part of the command - as shown in the example query of the script.
No login information is required to perform the export via the script.
The fields extracted from MPG.PuRe by default are: - Item-ID (including version number) - Creators - Title - Genre - Publication Status - Date (of the highest ranking category) - Open Access Status - Local Tag
You can access and execute the skript directly via MyBinder and adapt the parameters according to your requirements.
Owner
- Name: Larissa Leiminger
- Login: LeimLarissa
- Kind: user
- Location: Munich
- Repositories: 2
- Profile: https://github.com/LeimLarissa
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: MPG.PuRe search queries to CSV file
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Larissa
family-names: Leiminger
orcid: 'https://orcid.org/0000-0002-6491-3197'
license: MIT