We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5589668 commit 2d2a6ffCopy full SHA for 2d2a6ff
helpers/collect_all.sh
@@ -2,9 +2,10 @@
2
3
# ./collect_all.sh ./model-repo
4
5
+python3 collect_cao2020.py $1
6
+python3 collect_cao2023.py $1
7
python3 collect_domeier2014.py $1
8
python3 collect_golonka.py $1
-python3 collect_matthews2016.py $1
9
python3 collect_matthews2016_mantle_ref.py $1
10
python3 collect_matthews2016_pmag_ref.py $1
11
python3 collect_merdith2021.py $1
@@ -16,3 +17,7 @@ python3 collect_pehrsson2015.py $1
16
17
python3 collect_rodinia.py $1
18
python3 collect_seton2012.py $1
19
python3 collect_torsvikcocks2017.py $1
20
+python3 collect_clennett2020_m2019.py $1
21
+python3 collect_clennett2020_s2013.py $1
22
+python3 collect_zahirovic2022.py $1
23
+python3 collect_shephard2013.py $1
helpers/collect_matthews2016.py
0 commit comments