Skip to content

fix urls to ror readme #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions api-entities/institutions/institution-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _List:_ `Institutions` related to this one. Each associated institution is repre

* `relationship` (_String_): The type of relationship between this institution and the listed institution. Possible values: `parent`, `child`, and `related`.

Institution associations and the _relationship_ vocabulary come from [ROR's `relationships`](https://ror.readme.io/docs/ror-data-structure#relationships).
Institution associations and the _relationship_ vocabulary come from [ROR's `relationships`](https://ror.readme.io/docs/data-structure#relationships).

```json
associated_institutions: [
Expand Down Expand Up @@ -220,7 +220,7 @@ international: {

_List:_ [OpenAlex IDs](../../how-to-use-the-api/get-single-entities/#the-openalex-id) of institutions. The list will include this institution's ID, as well as any parent institutions. If this institution has no parent institutions, this list will only contain its own ID.

This information comes from [ROR's `relationships`](https://ror.readme.io/docs/ror-data-structure#relationships), specifically the Parent/Child relationships.
This information comes from [ROR's `relationships`](https://ror.readme.io/docs/data-structure#relationships), specifically the Parent/Child relationships.

Super systems are excluded from the lineage. See [`is_super_system`](#is_super_system) above.

Expand Down Expand Up @@ -308,7 +308,7 @@ summary_stats: {

### `type`

_String:_ The institution's primary type, using the [ROR "type" controlled vocabulary](https://ror.readme.io/docs/ror-data-structure).
_String:_ The institution's primary type, using the [ROR "type" controlled vocabulary](https://ror.readme.io/docs/data-structure).

Possible values are: `Education`, `Healthcare`, `Company`, `Archive`, `Nonprofit`, `Government`, `Facility`, and `Other`.

Expand Down