Skip to content

Commit fa15f21

Browse files
Merge branch 'main' into git-bob-mod-c2zyOrm2Ms
2 parents 5afc3c5 + 1be960f commit fa15f21

105 files changed

Lines changed: 34705 additions & 9845 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Run Weekly Auto-Add File Formats
2+
3+
on:
4+
schedule:
5+
- cron: '0 11 * * 1' # This runs the job every Monday at 11 AM
6+
7+
jobs:
8+
run-weekly-auto-add-fileformats:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Set up Python
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: '3.x'
19+
20+
- name: Install dependencies
21+
run: |
22+
python -m pip install --upgrade pip
23+
pip install -r requirements.txt
24+
25+
- name: Run Python
26+
env:
27+
GITHUB_API_KEY: "${{ secrets.GITHUB_TOKEN }}"
28+
GITHUB_RUN_ID: "${{ github.run_id }}"
29+
run: |
30+
python scripts/add_fileformats.py nfdi4bioimage/training
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Run Quarterly Auto-Add Language
2+
3+
on:
4+
schedule:
5+
- cron: '0 11 1 1,4,7,10 *' # This runs the job every 3 months (January, April, July, October) at 11 AM
6+
7+
jobs:
8+
run-quarterly-auto-add-language:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Set up Python
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: '3.x'
19+
20+
- name: Install dependencies
21+
run: |
22+
python -m pip install --upgrade pip
23+
pip install -r requirements.txt
24+
25+
- name: Run Python
26+
env:
27+
GITHUB_API_KEY: "${{ secrets.GITHUB_TOKEN }}"
28+
GITHUB_RUN_ID: "${{ github.run_id }}"
29+
run: |
30+
python C:\structure\code\training\scripts\add_language.py nfdi4bioimage/training
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Run Weekly Auto-Add ORCIDs
2+
3+
on:
4+
schedule:
5+
- cron: '0 11 * * 0' # This runs the job every Sunday at 11 AM
6+
7+
jobs:
8+
run-weekly-auto-add-orcids:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Set up Python
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: '3.x'
19+
20+
- name: Install dependencies
21+
run: |
22+
python -m pip install --upgrade pip
23+
pip install -r requirements.txt
24+
25+
- name: Run Python
26+
env:
27+
GITHUB_API_KEY: "${{ secrets.GITHUB_TOKEN }}"
28+
GITHUB_RUN_ID: "${{ github.run_id }}"
29+
run: |
30+
python scripts/add_author_orcids.py nfdi4bioimage/training
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Run Weekly Auto-Add UUIDs
2+
3+
on:
4+
schedule:
5+
- cron: '0 11 * * 6' # This runs the job every Saturday at 11 AM
6+
7+
jobs:
8+
run-weekly-auto-add-uuids:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Set up Python
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: '3.x'
19+
20+
- name: Install dependencies
21+
run: |
22+
python -m pip install --upgrade pip
23+
pip install -r requirements.txt
24+
25+
- name: Run Python
26+
env:
27+
GITHUB_API_KEY: "${{ secrets.GITHUB_TOKEN }}"
28+
GITHUB_RUN_ID: "${{ github.run_id }}"
29+
run: |
30+
python scripts/add_uuid_to_resources.py nfdi4bioimage/training
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Run Quarterly Auto-Add Zenodo DOIs
2+
3+
on:
4+
schedule:
5+
- cron: '0 11 1 1,4,7,10 *' # This runs the job every 3 months (January, April, July, October) at 11 AM
6+
7+
jobs:
8+
run-quarterly-auto-add-zenodo-dois:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Set up Python
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: '3.x'
19+
20+
- name: Install dependencies
21+
run: |
22+
python -m pip install --upgrade pip
23+
pip install -r requirements.txt
24+
25+
- name: Run Python
26+
env:
27+
GITHUB_API_KEY: "${{ secrets.GITHUB_TOKEN }}"
28+
GITHUB_RUN_ID: "${{ github.run_id }}"
29+
run: |
30+
python C:\structure\code\training\scripts\add_missing_zenodo_dois.py nfdi4bioimage/training

docs/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ We reserve the right to remove and modify entries of this collection at any poin
3737

3838
## Step-by-step tutorial
3939

40-
If you want to contribute a new link to some training materials, got to the yml file, e.g. to [events.yml](https://github.com/NFDI4BIOIMAGE/training/blob/main/resources/events.yml) and click the `edit` button.
40+
If you want to contribute a new link to some training materials, got to the yml file, e.g. to [nfdi4bioimage.yml](https://github.com/NFDI4BIOIMAGE/training/blob/main/resources/nfdi4bioimage.yml) and click the `edit` button.
4141

4242
![Screenshot showing the events.yml file with an arrow pointing at the edit button](how_to_contribute1.png)
4343

docs/export/DALIA_training_materials.csv

Lines changed: 449 additions & 2759 deletions
Large diffs are not rendered by default.
85 KB
Loading
261 KB
Loading
-14.7 KB
Loading

0 commit comments

Comments
 (0)