Skip to content

Commit

Permalink
[FIX] Update links to moved RRID site (#1857)
Browse files Browse the repository at this point in the history
sed -i'' -e 's#https://scicrunch.org/resources#https://rrid.site#' src/**/*.{md,yaml}
  • Loading branch information
effigies authored Jun 13, 2024
1 parent 63ef041 commit 9d7c1ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ BIDS has also a
[Research Resource Identifier (RRID)](https://force11.org/group/resource-identification-initiative),
which you can also include in your citations in addition to relevant publications (see above):

- [`RRID:SCR_016124`](https://scicrunch.org/resources/data/record/nlx_144509-1/SCR_016124/resolver?q=SCR_016124)
- [`RRID:SCR_016124`](https://rrid.site/data/record/nlx_144509-1/SCR_016124/resolver?q=SCR_016124)
2 changes: 1 addition & 1 deletion src/modality-specific-files/microscopy.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ sub-02 mus musculus C57BL/6J RRID:IMSR_JAX:000664
"Description": "name of the strain of the species"
},
"strain_rrid": {
"Description": "research resource identifier (RRID) of the strain (https://scicrunch.org/resources/data/source/nlx_154697-1/search)"
"Description": "research resource identifier (RRID) of the strain (https://rrid.site/data/source/nlx_154697-1/search)"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ strain_rrid:
display_name: Strain RRID
description: |
For species different from `homo sapiens`, research resource identifier
([RRID](https://scicrunch.org/resources/data/source/nlx_154697-1/search))
([RRID](https://rrid.site/data/source/nlx_154697-1/search))
of the strain of the species, for example: `RRID:IMSR_JAX:000664`.
type: string
format: rrid
Expand Down
2 changes: 1 addition & 1 deletion src/schema/objects/formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ participant_relative:
rrid:
display_name: Research resource identifier
description: |
A [research resource identifier](https://scicrunch.org/resources).
A [research resource identifier](https://rrid.site).
pattern: 'RRID:.+_.+'
stimuli_relative:
display_name: Path relative to the stimuli directory
Expand Down
10 changes: 5 additions & 5 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2850,9 +2850,9 @@ SamplePrimaryAntibody:
display_name: Sample Primary Antibody
description: |
Description(s) of the primary antibody used for immunostaining.
Either an [RRID](https://scicrunch.org/resources) or the name, supplier and catalog
Either an [RRID](https://rrid.site) or the name, supplier and catalog
number of a commercial antibody.
For non-commercial antibodies either an [RRID](https://scicrunch.org/resources) or the
For non-commercial antibodies either an [RRID](https://rrid.site) or the
host-animal and immunogen used (for examples: `"RRID:AB_2122563"` or
`"Rabbit anti-Human HTR5A Polyclonal Antibody, Invitrogen, Catalog # PA1-2453"`).
MAY be an array of strings if different antibodies are used in each channel of the file.
Expand All @@ -2866,9 +2866,9 @@ SampleSecondaryAntibody:
display_name: Sample Secondary Antibody
description: |
Description(s) of the secondary antibody used for immunostaining.
Either an [RRID](https://scicrunch.org/resources) or the name, supplier and catalog
Either an [RRID](https://rrid.site) or the name, supplier and catalog
number of a commercial antibody.
For non-commercial antibodies either an [RRID](https://scicrunch.org/resources) or the
For non-commercial antibodies either an [RRID](https://rrid.site) or the
host-animal and immunogen used (for examples: `"RRID:AB_228322"` or
`"Goat anti-Mouse IgM Secondary Antibody, Invitrogen, Catalog # 31172"`).
MAY be an array of strings if different antibodies are used in each channel of the file.
Expand Down Expand Up @@ -3148,7 +3148,7 @@ SoftwareRRID:
name: SoftwareRRID
display_name: SoftwareRRID
description: |
[Research Resource Identifier](https://scicrunch.org/resources) of the
[Research Resource Identifier](https://rrid.site) of the
software that was used to present the stimuli.
Examples: The RRID for Psychtoolbox is 'SCR_002881',
and that of PsychoPy is 'SCR_006571'.
Expand Down

0 comments on commit 9d7c1ed

Please sign in to comment.