Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Aug 23, 2024
1 parent c24c1d9 commit 8c8aa8c
Show file tree
Hide file tree
Showing 26 changed files with 151 additions and 1,357 deletions.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/add-Institution.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/add-consortium.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/consortium.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Consortium
about: Addding a new, or updating an existing, consortium
title: 'Review request for change in consortium'
labels: 'consortium'
assignees: ''

---

# Add Consortium Template

To request a new item, please amend the template below to reflect the items you are interested in.

Relevant conditions and naming conventions for this item can be found using the wiki pages [here]().

## Amending Information on an Existing Item

If you wish to amend an item, please supply only the fields you are interested in and ensure that you change the *action* field to *update*.

``` action = update ```

<!--- info
We are trialing the addition of new components using the configuration file format.
To use this, please fill out the template below, keeping the spacing and indentation of the file.
--->

## Contents (What We Wish to Add)



``` configfile
[consortium]
Acronym = "CMIP"
Name = "Coupled Model Intercomparison Project"
[institutions]
cmip6_acronyms = [
"CMIP-IPO",
"WCRP"
]
# nest instututions here, use the cmip acnronyms which they have been registered with.
```

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/default.md

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/institution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Institution
about: Addding a new, or updating an existing, institution
title: 'Review request for change in institution'
labels: 'institution'
assignees: ''

---

# Add Consortium Template

To request a new item, please amend the template below to reflect the items you are interested in.

Relevant conditions and naming conventions for this item can be found using the wiki pages [here]().

## Amending Information on an Existing Item

If you wish to amend an item, please supply only the fields you are interested in and ensure that you change the *action* field to *update*.

``` action = update ```

<!--- info
We are trialing the addition of new components using the configuration file format.
To use this, please fill out the template below, keeping the spacing and indentation of the file.
--->

## Contents (What We Wish to Add)



``` configfile
[institution]
Acronym = "CMIP-IPO"
Full_Name = "Coupled Model Intercomparison Project: International Project Office"
ROR = "000fg4e24"
# only change the item below to "update" if you are submitting a correction.
action = "new"
```

109 changes: 0 additions & 109 deletions .github/libs/action_functions.py

This file was deleted.

50 changes: 0 additions & 50 deletions .github/libs/add/Consortium.py

This file was deleted.

Loading

0 comments on commit 8c8aa8c

Please sign in to comment.