Adapt workflows to tooling changes #25
2 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
cd ${{ steps.codecheckout.outputs.path }}
|
||||
dtc read-pages ${POOLAPI}/public/records/p/TRR379Person \
|
||||
| qrg inline-records --api-url ${POOLAPI}/ -c public -p delegated_by \
|
||||
| uv run filters/join-association.py --inline --pop --field-name x_associated_projects - .cache/projects.jsonl associated_with \
|
||||
| uv run filters/join-association.py --inline --pop --field-name x_associated_projects - .cache/projects.jsonl associated_with - \
|
||||
| uv run filters/infer-site.py - ${{ steps.datacheckout.outputs.path }}/v2.2-2026-01-29-ror-data.parquet - \
|
||||
| uv run person.py - ${{ steps.websitecheckout.outputs.path }}/content/contributors
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
cd ${{ steps.codecheckout.outputs.path }}
|
||||
cat .cache/projects.jsonl \
|
||||
| qrg inline-records --api-url https://pool.v0.trr379.de/api/ -c public -p associated_with \
|
||||
| uv run filters/join-association.py --field-name x_had_influence - .cache/trr379.jsonl influenced_by \
|
||||
| uv run filters/join-association.py --field-name x_had_influence - .cache/trr379.jsonl influenced_by - \
|
||||
| uv run project.py - ${{ steps.websitecheckout.outputs.path }}/content/projects
|
||||
|
||||
- name: Commit and push updates
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
mkdir .cache
|
||||
dtc read-pages ${POOLAPI}/public/records/p/TRR379Person > .cache/Person.jsonl
|
||||
dtc read-pages ${POOLAPI}/public/records/p/TRR379Publication \
|
||||
| qrg inline-records --api-url ${POOLAPI}/ -c public -p attributed_to \
|
||||
| qrg inline-records --api-url ${POOLAPI}/ -c public -p attributed_to -p attributed_to::roles \
|
||||
| uv run filters/enrich-via-doi.py --extras - .cache/Person.jsonl - \
|
||||
| uv run publication.py - ${{ steps.websitecheckout.outputs.path }}/content/publications
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue