forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/UB-LMU/rdmo-catalog
- Loading branch information
Showing
53 changed files
with
17,529 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
on: | ||
push: | ||
paths: | ||
- README.md | ||
|
||
--- | ||
name: Render README | ||
|
||
on: | ||
push: | ||
paths: | ||
- README.md | ||
|
||
jobs: | ||
render: | ||
name: Render README | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Render README | ||
run: tools/render-readme.sh | ||
- name: Commit results | ||
run: | | ||
git commit README.md -m 'Render README.md' || echo "No changes to commit" | ||
git push origin || echo "No changes to commit" | ||
render: | ||
name: Render README | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Render README | ||
run: tools/render-readme.sh | ||
- name: Commit results | ||
run: | | ||
git commit README.md -m 'Render README.md' || echo "No changes to commit" | ||
git push origin || echo "No changes to commit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,32 @@ | ||
on: push | ||
|
||
--- | ||
name: Run tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
|
||
jobs: | ||
tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Use Python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.8' | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Update package index | ||
run: sudo apt-get update | ||
- name: Use Python 3.11 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.11' | ||
cache: pip | ||
cache-dependency-path: .github/workflows/requirements.txt | ||
|
||
- name: Install xmllint | ||
run: sudo apt-get install -y libxml2-utils | ||
- name: Install xmllint | ||
run: | | ||
sudo apt install --yes libxml2-utils | ||
xmllint --version | ||
- name: Install requirements | ||
run: pip install pytest | ||
- name: Install requirements | ||
run: pip install -r .github/workflows/requirements.txt | ||
|
||
- name: Run tests | ||
run: pytest | ||
- name: Run tests | ||
run: pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
cff-version: 1.1.0 | ||
|
||
message: If you refer to this content in a publication, please cite it as below. | ||
title: Content for Research Data Management Organizer (RDMO) | ||
doi: 10.5281/zenodo.596706 | ||
license: CC0 1.0 Universal | ||
repository-code: https://github.com/rdmorganiser/rdmo-catalog | ||
|
||
authors: | ||
- family-names: Michaelis | ||
given-names: Olaf | ||
orcid: https://orcid.org/0000-0002-5282-703X | ||
- family-names: Klar | ||
given-names: Jochen | ||
orcid: https://orcid.org/0000-0002-5883-4273 | ||
- family-names: Grossmann | ||
given-names: Yves Vincent | ||
orcid: https://orcid.org/0000-0002-2880-8947 | ||
- family-names: Höhner | ||
given-names: Kathrin | ||
orcid: https://orcid.org/0000-0002-3988-7839 | ||
- family-names: Windeck | ||
given-names: Jürgen | ||
orcid: https://orcid.org/0000-0003-1909-4353 | ||
- family-names: Lanza | ||
given-names: Giacomo | ||
orcid: https://orcid.org/0000-0002-2239-3955 | ||
- family-names: Meier | ||
given-names: Laura | ||
orcid: https://orcid.org/0000-0003-1368-2306 | ||
- family-names: Schönau | ||
given-names: Sabine | ||
orcid: | ||
- family-names: Richter | ||
given-names: Thomas | ||
orcid: https://orcid.org/0009-0005-7168-7959 | ||
- family-names: Riedel | ||
given-names: Roman | ||
orcid: | ||
- family-names: Rodríguez | ||
given-names: Laura | ||
orcid: https://orcid.org/0000-0002-1446-2199 | ||
- family-names: Rühle | ||
given-names: Frank | ||
orcid: https://orcid.org/0000-0001-7688-2394 | ||
- family-names: Frenzel | ||
given-names: Johannes | ||
orcid: https://orcid.org/0000-0003-0458-5424 | ||
- family-names: Schröder | ||
given-names: Clara | ||
orcid: | ||
- family-names: Terzijska | ||
given-names: Džulia | ||
orcid: https://orcid.org/0000-0002-1698-6826 | ||
- family-names: Wallace | ||
given-names: David | ||
orcid: https://orcid.org/0000-0001-8958-4601 | ||
- family-names: Spenger | ||
given-names: Martin | ||
orcid: https://orcid.org/0000-0002-8841-5985 | ||
- family-names: Wettermann | ||
given-names: Sarah | ||
orcid: https://orcid.org/0009-0006-5838-095X | ||
- family-names: Rothe | ||
given-names: Robin | ||
orcid: https://orcid.org/0000-0003-3688-6942 | ||
- family-names: Sinn | ||
given-names: Christoph | ||
orcid: https://orcid.org/0000-0003-0275-1070 | ||
- family-names: Rathmann | ||
given-names: Torsten | ||
orcid: https://orcid.org/0000-0001-5880-1546 | ||
- family-names: Sutter | ||
given-names: Paul | ||
orcid: https://orcid.org/0000-0002-9883-0680 | ||
- family-names: Hasler | ||
given-names: Tim | ||
orcid: https://orcid.org/0000-0001-9164-3500 | ||
|
||
- family-names: Cardenas | ||
given-names: Yonny | ||
orcid: | ||
- family-names: Grasso Toro | ||
given-names: Federico | ||
orcid: https://orcid.org/0000-0002-9041-0868 | ||
- family-names: Lanza | ||
given-names: Margherita | ||
orcid: | ||
- family-names: Linares | ||
given-names: Jimena | ||
orcid: https://orcid.org/0000-0003-3847-2663 | ||
- family-names: Marmin | ||
given-names: Sébastien | ||
orcid: | ||
- family-names: Martínez Muñoz | ||
given-names: David | ||
orcid: | ||
- family-names: Piette | ||
given-names: Anne-Sophie | ||
orcid: https://orcid.org/0000-0002-7876-1251 | ||
- family-names: Pilori | ||
given-names: Dario | ||
orcid: https://orcid.org/0000-0003-4499-8573 | ||
|
||
- family-names: Engelhardt | ||
given-names: Claudia | ||
orcid: https://orcid.org/0000-0002-3391-7638 | ||
- family-names: Freund | ||
given-names: Jens | ||
orcid: https://orcid.org/0000-0001-6232-7568 | ||
- family-names: Hendricks | ||
given-names: Sonja | ||
orcid: | ||
- family-names: Lemaire | ||
given-names: Marina | ||
orcid: https://orcid.org/0000-0003-4726-2481 | ||
- family-names: Straka | ||
given-names: Janine | ||
orcid: https://orcid.org/0000-0002-0695-1689 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.