Skip to content

Commit

Permalink
Merge branch 'aps' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
amandafrench committed Jul 23, 2024
2 parents 44f3fdf + 3c832f0 commit 0d8b152
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/blog/2024-07-18-id-ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We're looking for your feedback on a [draft proposal for criteria to include add

{{% /callout %}}

{{< figure src="/img/blog/id-ideas/light-bulb-purple.png" class="featured-figure" alt="" >}}
{{< figure src="/img/blog/id-ideas/light-bulb-purple.png" class="featured-figure" alt="Light bulb" >}}

Now that we've [released v2 of the ROR schema](https://ror.org/blog/2024-04-15-announcing-ror-v2/), we have the power to add external identifiers to ROR records in the `external_ids` field [without making a major schema change](https://ror.readme.io/v2/docs/schema-versions#changes-that-require-versioning) – and since we have the power, we want to use it! We're therefore issuing a request for feedback on the requirements we should set for including additional external organizational identifiers in ROR records.

Expand Down
60 changes: 60 additions & 0 deletions content/blog/2024-07-23-aps-adopts-ror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
+++
title = "American Physical Society Becomes Largest Society Publisher to Adopt ROR"
date = "2024-07-23"
draft = false
tags = ["Adoption", "Integrations", "Community", "Cross-post", "APS"]
categories = ["Adoption News"]
archives = ["2024"]
style = "card-plain"
banner = "/img/banners/ROR_Banner-green.png"
thumb = "/img/blog/aps/aps-logo.png"
images = ['/img/blog/europepmc/aps/aps-logo.png']
author = "American Physical Society"
description = "The American Physical Society (APS) has become the largest society publisher to adopt Research Organization Registry Identifiers. Institutional metadata in the Physical Review journals are now easier to find, track, and reference — a move that strengthens open science and research transparency."
+++

{{< figure src="/img/blog/aps/aps-logo.png" class="featured-figure" alt="APS 125 logo" >}}

The American Physical Society (APS) has become the largest society publisher to adopt ROR, incorporating it into their manuscript submission process and sending ROR IDs in author affiliation metadata to Crossref. "We've been eagerly supporting ROR since before it was ROR," said APS Lead Data Analyst Arthur Smith. Read the whole announcement from APS below, then watch Arthur's marvelous presentation about the APS integration from last week's [ROR Community Call](/events/2024-07-16-ror-community-call).

{{% callout color="green" icon="fa-copy" %}}
The below is cross-posted from the American Physical Society newsroom. [Read the original announcement.](https://www.aps.org/about/news/2024/07/research-organization-registry)
{{% /callout %}}

## American Physical Society Becomes Largest Society Publisher to Adopt Research Organization Registry Identifiers

The [American Physical Society](https://www.aps.org/homepage-launch) has adopted the [Research Organization Registry](https://ror.org) identification system, assigning persistent identifiers to authors' affiliations for every paper published in the Physical Review journals. The action comes as a response to challenges faced by the scientific community regarding metadata tracking.

Researchers, institutions, and libraries alike rely on high quality, accurate metadata to monitor publication output and impact. However, institutional metadata has lacked standardization across the publishing landscape. By assigning openly available ROR persistent identifiers, APS provides a solution to this problem and more. These identifiers will help authors and institutions keep track of the scope of their work.

APS also sends ROR identifiers to [Crossref](https://crossref.org), an online record for scholarly metadata. The initiative makes relevant metadata discoverable across all search tools, with implications for funding and for participating in open access models.

APS is one of the first publishers to incorporate ROR identifiers in published metadata, demonstrating the society’s commitment to advancing open science.

{{% callout icon="fa-envelope" %}}

Contact the APS Press Office at [email protected] with questions.

{{% /callout %}}

---

## Watch APS discuss their adoption of ROR

Last week at the [ROR Community Call](/events/2024-07-16-ror-community-call), APS Lead Data Analyst Arthur Smith explained why and how APS adopted ROR IDs for author affiliation identification.

{{<youtube id="qH1JXbAxbYU" title="Featured ROR integrator American Physical Society" class="blog-video" >}}

The American Physical Society may be the largest society publisher so far to adopt ROR, but we know they won't be the last. Kudos to APS for helping to lead the way.

---

{{% callout color="orange" icon="fa-bullhorn" %}}

Will you be the next publisher to adopt ROR for author affiliations and funders? [Learn how.](https://ror.readme.io/v2/docs/)

{{% /callout %}}




Binary file added static/img/blog/aps/aps-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion themes/hugo-ror/assets/sass/partials/_hugo-ror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7093,7 +7093,7 @@ margin-bottom: .5rem;

/* taxonomies */

.taxonomy .page-banner h1, .breadcrumbs li {
.taxonomy .page-banner h1, .taxonomy .breadcrumbs li {
text-transform: capitalize;
}

Expand All @@ -7102,3 +7102,4 @@ text-transform: capitalize;
.ror-toc {
margin-bottom: 1em;
}

2 changes: 1 addition & 1 deletion themes/hugo-ror/layouts/partials/pagetitle.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-md-12 mr-auto">
<h1>{{ .Title }}</h1>
<h1 id="page-title">{{ .Title }}</h1>
</div>
</div>
</div>
Expand Down

0 comments on commit 0d8b152

Please sign in to comment.