Skip to content

Commit

Permalink
update gplately model list
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchin committed Jan 20, 2025
1 parent a1de7f9 commit 2f5e29c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on-create-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create a new release
name: Create a new release after a new tag is pushed (disabled for now)

permissions:
contents: write
Expand All @@ -10,6 +10,7 @@ on:

jobs:
build:
# skip this action for now
if: ${{ false }}
runs-on: ubuntu-latest
steps:
Expand Down
31 changes: 25 additions & 6 deletions config/gplately_model_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,36 @@
"alfonso2024": {
"url": "https://zenodo.org/records/11392269"
},
"cao2024": {
"url": "https://zenodo.org/records/11536686"
},
"muller2022": {
"url": "https://zenodo.org/records/10910449"
},
"muller2019": {
"url": "https://zenodo.org/records/11601026"
"zahirovic2022": {
"url": "https://zenodo.org/records/4729045"
},
"merdith2021": {
"url": "https://zenodo.org/records/12525525"
},
"clennett2020": {
"url": "https://zenodo.org/records/10348271"
},
"clennett2020_m2019": {
"url": "https://zenodo.org/records/10348271"
},
"clennett2020_s2013": {
"url": "https://zenodo.org/records/10348271"
},
"muller2019": {
"url": "https://zenodo.org/records/11601026"
},
"young2018": {
"url": "https://zenodo.org/records/10525370"
},
"TorsvikCocks2017": {
"url": ""
},
"matthews2016": {
"url": "https://zenodo.org/records/10526157"
},
Expand All @@ -35,16 +47,23 @@
"zahirovic2016": {
"url": "https://zenodo.org/records/10531297"
},
"shephard2013": {
"url": "https://zenodo.org/records/10595889"
},
"Gibbons2015": {
"url": "https://zenodo.org/records/10595658"
},
"Zahirovic2014": {
"url": "https://zenodo.org/records/10595658"
},
"gurnis2012": {
"url": "https://zenodo.org/records/10596350"
},
"seton2012": {
"url": "https://zenodo.org/records/10596050"
},
"shephard2013": {
"url": "https://zenodo.org/records/10595889"
},
"TorsvikCocks2017": {
"Muller2008": {
"url": ""
}

}

0 comments on commit 2f5e29c

Please sign in to comment.