Skip to content

Commit

Permalink
Merge pull request #53 from PCMDI/jsonld (JSONLD examples for the nex…
Browse files Browse the repository at this point in the history
…t generation of MIP-tables)

JSONLD examples with working scripts for the next generation of MIP-tables.
  • Loading branch information
wolfiex authored Sep 18, 2024
2 parents 4c03efa + 948cdb7 commit ab324e1
Show file tree
Hide file tree
Showing 295 changed files with 20,893 additions and 5,068 deletions.
39 changes: 0 additions & 39 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: Adding 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 institutions 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: Adding 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"
```

1 change: 0 additions & 1 deletion .github/idx.json

This file was deleted.

96 changes: 0 additions & 96 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.

49 changes: 0 additions & 49 deletions .github/libs/add/Institution.py

This file was deleted.

Loading

0 comments on commit ab324e1

Please sign in to comment.