Skip to content

Commit

Permalink
Update update-resource-gallery.md for "institution" -> "affiliation" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan authored Dec 27, 2023
1 parent ebdea22 commit 996c5e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/update-resource-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure the following items are specified :
- `url`
- `title`
- `description`
- `authors` (please credit the creators of the resource in at least one method (`name`, `institution`, `institution_url`, or `email`)
- `authors` (please credit the creators of the resource in at least one method (`name`, `affiliation`, `affiliation_url`, or `email`)
- `tag` (at least one tag is required, this helps users access the link by searching via the relevant `packages`, `formats`, or `domains`)

```yaml
Expand All @@ -23,12 +23,12 @@ title: '' # The title of the resource.
description: '' # A brief description of the resource.
authors: # Mulitiple authors are supported, add each author separately.
- name: '' # The name of the first author.
institution: '' # The institution of the authors / first author (more appropriate than name if a large team worked on the resource).
institution_url: '' # The URL link to the institution website.
affiliation: '' # The affiliation of the authors / first author (more appropriate than name if a large team worked on the resource).
affiliation_url: '' # The URL link to the affiliation website.
email: '' # The author's email, if publically available.
- name: '' # The name of the second+ author.
institution: ''
institution_url: ''
affiliation: ''
affiliation_url: ''
email: ''
tags: # Replace or delete the "unspecified" tag for each section with keywords associated with the resource. Multi-word tags should be entered with a space between the words (i.e. not joined with a `-`).
packages:
Expand Down

0 comments on commit 996c5e3

Please sign in to comment.