python-zbmathrest2oai
Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○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 (4.8%) to scientific vocabulary
Repository
Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/
Basic Info
- Host: GitHub
- Owner: MaRDI4NFDI
- License: gpl-3.0
- Language: XSLT
- Default Branch: main
- Size: 10.1 MB
Statistics
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 2
- Releases: 1
Metadata Files
README.Docker.md
Deploying your application to the cloud
First, build your image, e.g.: docker build -t zb2o ..
If your cloud uses a different CPU architecture than your development
machine (e.g., you are on a Mac M1 and your cloud provider is amd64),
you'll want to build the image for that platform, e.g.:
docker build --platform=linux/amd64 -t zb2o ..
Then, push it to your registry, e.g. docker push myregistry.com/myapp.
Consult Docker's getting started docs for more detail on building and pushing.
References
Owner
- Name: The NFDI Consortium of Mathematics
- Login: MaRDI4NFDI
- Kind: organization
- Location: Germany
- Website: https://www.mardi4nfdi.de/
- Twitter: mardi4nfdi
- Repositories: 15
- Profile: https://github.com/MaRDI4NFDI
The Mathematical Research Data Initiative (MaRDI) is the initiative of mathematical science. We embrace a FAIR data culture and research workflow.
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/MaRDI4NFDI/python-zbMathRest2Oai",
"contIntegration": "https://github.com/MaRDI4NFDI/python-zbMathRest2Oai/blob/main/.github/workflows/python-app.yml",
"dateCreated": "2024-02-13",
"datePublished": "2024-02-13",
"dateModified": "2024-02-13",
"downloadUrl": "https://github.com/MaRDI4NFDI/python-zbMathRest2Oai/archive/refs/heads/main.zip",
"issueTracker": "https://github.com/MaRDI4NFDI/python-zbMathRest2Oai/issues",
"name": "python-zbMathRest2Oai",
"version": "1.0.0",
"identifier": "swh:1:dir:de327a8f9f82353f91c8dbbdd3f54d1efb3ba04e",
"description": "Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/",
"releaseNotes": "This is the first codemeta file we create, and should be considered as a prototype for the future beta integration in the faircore4eosc.",
"developmentStatus": "wip",
"isPartOf": "https://portal.mardi4nfdi.de/wiki/Portal",
"funder": {
"@type": "Organization",
"name": "FIZ Karlstruhe"
},
"keywords": [
"zbmath",
"swmath",
"EOSC",
"PIDGraph",
"RDGraph",
"RSAC"
],
"programmingLanguage": [
"Python3",
"XSLT",
"shell"
],
"operatingSystem": [
"Linux"
],
"softwareRequirements": [
"Python 3.9"
],
"relatedLink": [
"https://faircore4eosc.eu/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-8710-9548",
"givenName": "Maxence",
"familyName": "Azzouz-Thuderoz",
"email": "maxence.azzouz-thudero@fiz-karlsruhe.de",
"affiliation": {
"@type": "Organization",
"name": "Department of Mathematics, FIZ Karlsruhe"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0009-0005-1697-3282",
"givenName": "Shiraz",
"familyName": "Malla Mohamad",
"email": "Shiraz.Malla_Mohamad@fiz-Karlsruhe.de",
"affiliation": {
"@type": "Organization",
"name": "Department of Mathematics, FIZ Karlsruhe"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7141-4997",
"givenName": "Moritz",
"familyName": "Schubotz",
"email": "Moritz.Schubotz@fiz-Karlsruhe.de",
"affiliation": {
"@type": "Organization",
"name": "Department of Mathematics, FIZ Karlsruhe"
}
}
]
}
GitHub Events
Total
- Create event: 69
- Commit comment event: 1
- Issues event: 35
- Watch event: 1
- Delete event: 73
- Issue comment event: 48
- Push event: 431
- Pull request review comment event: 4
- Pull request review event: 6
- Pull request event: 140
Last Year
- Create event: 69
- Commit comment event: 1
- Issues event: 35
- Watch event: 1
- Delete event: 73
- Issue comment event: 48
- Push event: 431
- Pull request review comment event: 4
- Pull request review event: 6
- Pull request event: 140
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 4
- Total pull requests: 36
- Average time to close issues: 3 months
- Average time to close pull requests: about 20 hours
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 3.25
- Average comments per pull request: 0.36
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 2
- Pull requests: 36
- Average time to close issues: 17 days
- Average time to close pull requests: about 20 hours
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 5.5
- Average comments per pull request: 0.36
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
- physikerwelt (26)
- Shirazos7 (24)
- Mazztok45 (12)
- deepsource-autofix[bot] (1)
Pull Request Authors
- Shirazos7 (86)
- deepsource-autofix[bot] (11)
- physikerwelt (6)
- Mazztok45 (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/setup-python v3 composite
- requests *
- swagger_client @ git+https://github.com/zbMATHOpen/zbRestApiClient.git