Skip to content

Releases: The-Academic-Observatory/academic-observatory-workflows

2023.12.0

06 Dec 23:11
3f0bad1
Compare
Choose a tag to compare

What's Changed

Read more

2022.03.0

18 Mar 00:21
6a6669a
Compare
Choose a tag to compare

What's Changed

  • Inf 40/create unpaywall data feed telescope by @tuanchien in #39
  • Rename snapshot to unpaywall_snapshot, datafeed to unpaywall by @tuanchien in #44
  • Update StreamTelescope telescopes by @aroelo in #45
  • INF-166/airflow-2.2 by @jdddog in #49
  • Inf 170/unpaywall download changes by @tuanchien in #51
  • ROR Telescope by @aroelo in #50
  • Inf 60/add operator by @jdddog in #53
  • Port open citations to telescope template. by @tuanchien in #48
  • Inf 164/port wos telescope template by @tuanchien in #55
  • port scopus telescope by @tuanchien in #56
  • INF-181 ORCID records not being correctly matched by @rhosking in #58
  • Added new oa fields and repo names by @rhosking in #57
  • Remove Unpaywall history by @jdddog in #54
  • Update ror_telescope.py by @jdddog in #63
  • INF-65: MAG updates by @jdddog in #60
  • INF-191 Add discipline to affiliation list by @rhosking in #61
  • INF-182 use issn-l for journal ids by @rhosking in #59
  • INF-60: Open Access Website Workflow by @jdddog in #52
  • Add xcom cleanup to mag telescope by @tuanchien in #65
  • Inf 183 - Move to ROR by @rhosking in #64
  • Inf 304/scopus deployment fix extra documentation by @tuanchien in #70
  • Feature/crossref metadata schema update by @jdddog in #71
  • Ignore unknown fields by @jdddog in #69
  • INF-193 Commenting the SQL scripts by @rhosking in #62
  • Test fixes after bq quota checks feature by @tuanchien in #72
  • INF-208 Updated DOI workflow page in readthedocs by @rhosking in #68
  • Remove MAG sensor by @jdddog in #73
  • INF-320: Fix duplicate DOIs by @aroelo in #76
  • Update config instance for elastic import workflow by @aroelo in #75
  • Fix crossref metadata invalid timestamp by @aroelo in #77
  • INF-328: Ignore unknown values on BigQuery load by @jdddog in #79
  • INF-287: Update generated data to work with Next.js web application by @jdddog in #66
  • Fix ORCID telescope gcloud error by @aroelo in #85
  • OpenAlex telescope by @aroelo in #80
  • Add wikipedia descriptions during oa web workflow by @aroelo in #82
  • Inf 333/publish oa web data by @jdddog in #83
  • OpenAlex fixes by @aroelo in #88
  • Small fixes OA web workflow wiki descriptions by @aroelo in #86
  • Fix error getting wiki description oa_web_workflow by @aroelo in #90
  • Fix transform for cases where the transformed field does not exist. by @aroelo in #92
  • Refactor to use new country and region table by @jdddog in #91

New Contributors

Full Changelog: 2021.09.1...2022.03.0

2021.09.1

29 Sep 21:50
48905c5
Compare
Choose a tag to compare

This release includes the following changes / new features:

  • Add black to pre-commit config.
  • Added a standardised make_release_date function to observatory-platform, which is now used in Onix Workflow. It returns a pendulum.DateTime rather than a pendulum.Date.
  • Remove upload_downloaded from SnapshotTelescope subclasses.
  • Refactor relevant workflows to use XComless StreamTelescope.
  • Ported Unpaywall workflow to use the SnapshotTelescope.
  • Removed get_file and _hash_file.
  • Crossref Metdata:
    • Can transform JSON input files whether pretty printed or not.
    • Refactored transform functions to use Python rather than mawk as it is easier to understand what the transformation does and it is faster.
    • Added explicit tests for transform_file and transform_item.

This release includes the following bugfixes:

  • Remove RUN statement from requirements shell script.
  • Crossref Metadata now needs the API key to make a head request, which is now added to the head request.
  • Fix bug in Fundref get_release_info, which was passing a string to bigquery_sharded_table_id rather than a DateTime.

2021.09.0

10 Sep 05:58
a25ed8b
Compare
Choose a tag to compare

This release includes telescope workflows for:

  • Crossref Events
  • Crossref Fundref
  • Crossref Metadata
  • Geonames
  • GRID
  • Microsoft Academic Graph
  • Open Citations
  • ORCID
  • Scopus
  • Unpaywall
  • Web of Science

And the following analytical workflows:

  • DOI Workflow
  • Elastic Import Workflow setup to export output from the DOI Workflow into Elasticsearch and Kibana.