-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassification.yml
More file actions
328 lines (270 loc) · 8.79 KB
/
Copy pathclassification.yml
File metadata and controls
328 lines (270 loc) · 8.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
# Subject and method classification, one entry per article.
#
# Terms must appear in vocabulary.yml; `pixi run validate` rejects anything
# else. This lives outside `articles/`, which is regenerated by
# `pixi run migrate`, so classifying an article is not undone by re-running the
# conversion.
#
# Assigned from measured term frequencies (`pixi run vocabulary`) and then read.
# The measurement proposes; it does not decide. In particular "rheology" scores
# on almost every article because viscosity is the standard worked example --
# it is only recorded where the article is *about* material behaviour.
#
# The subject axis is sparse, and that is the honest state: these eleven notes
# are about the machinery, not about an Earth process. It will fill out as the
# older science posts are migrated. An empty subject list is a valid answer and
# better than a decorative one.
ai-and-scientific-software-what-we-learned-rebuilding-underworld3:
article_type: development-note
subjects: []
methods: []
our-journey-from-underworld2-to-underworld3:
article_type: development-note
subjects: []
methods: [symbolic-codegen, solvers, finite-elements]
how-underworld3-turns-sympy-into-c:
article_type: technical-note
subjects: []
methods: [symbolic-codegen, finite-elements, solvers]
mesh-variables-and-petsc-vectors-keeping-arrays-in-sync:
article_type: technical-note
subjects: []
methods: [finite-elements, meshing]
physical-units-in-computational-geodynamics:
article_type: technical-note
subjects: []
methods: [units-scaling, symbolic-codegen]
constitutive-models-in-symbolic-form:
article_type: technical-note
subjects: [rheology]
methods: [symbolic-codegen, solvers, finite-elements]
symbolic-time-derivatives-in-underworld3:
article_type: technical-note
subjects: []
methods: [time-integration, symbolic-codegen]
particles-in-underworld3:
article_type: technical-note
subjects: []
methods: [particles-swarms, meshing]
finding-particles-in-a-distributed-unstructured-mesh:
article_type: technical-note
subjects: []
methods: [particles-swarms, parallel-hpc, meshing]
new-features-of-the-surface-coupling-framework-in-underworld-2:
article_type: technical-note
subjects: [surface-processes, tectonics-lithosphere]
methods: [time-integration, benchmarks-validation]
underworld3-published-in-journal-of-open-source-software:
article_type: release-note
subjects: []
methods: []
# ---------------------------------------------------------------------------
# The migrated backlog, 2014-2025, oldest first.
#
# The subject axis is no longer empty. The note above was written when the
# corpus was eleven articles about the machinery; the older material is where
# the science is, and cratons, delamination, shear bands and convection have
# arrived with it. The method axis, by contrast, thins out: much of the backlog
# is installation and release news, which is about the software rather than
# about a technique, and an empty list is the honest answer there.
#
# `article_type` matters more here than anywhere else, because it governs which
# notes get a DOI. Rogue Scholar minted for everything it ingested, so several
# of the release notes and announcements below already carry one. That is not
# retrospectively fixable; the type recorded here is what the article IS, and
# the minting policy applies from now on.
the-dynamics-of-continental-accretion:
article_type: worked-example
subjects: [tectonics-lithosphere]
methods: []
underworld-2:
article_type: development-note
subjects: []
methods: []
underworld-and-docker-part-1:
article_type: how-to
subjects: []
methods: []
underworld-and-docker-part-2:
article_type: how-to
subjects: []
methods: []
underworld2-workshop-at-cig-2016-meeting:
article_type: news
subjects: []
methods: []
shear-bands-with-dilatancy-modelled-with-underworld:
article_type: worked-example
subjects: [rheology]
methods: []
untitled-2:
article_type: technical-note
subjects: []
methods: [units-scaling]
untitled:
article_type: worked-example
subjects: [tectonics-lithosphere, rheology]
methods: []
craton-formation-and-the-onset-of-plate-tectonics:
article_type: worked-example
subjects: [tectonics-lithosphere, mantle-convection]
methods: []
underworld-on-zenodo:
article_type: how-to
subjects: []
methods: []
alaska-moho-model-reproducible-research-with-containers:
article_type: worked-example
subjects: [tectonics-lithosphere]
methods: []
viscoelasticity:
article_type: technical-note
subjects: [rheology]
methods: [time-integration, finite-elements]
underworld-release-2-8:
article_type: release-note
subjects: []
methods: []
adding-zotero-references-to-a-webpage:
article_type: how-to
subjects: []
methods: []
getting-started-60-seconds-to-underworld:
article_type: how-to
subjects: []
methods: []
joss-publication-underworld-2:
article_type: news
subjects: []
methods: []
underworld-2-9:
article_type: release-note
subjects: []
methods: []
underworld-low-fat-cloud:
article_type: development-note
subjects: []
methods: []
publication-news:
article_type: news
subjects: []
methods: []
# Republished from The Conversation, and about seismic noise rather than about
# Underworld. Kept because it is part of the record, classified as what it is.
australian-cities-are-quiet-during-lockdown-earthquake-scientists-are-making-the-most-of-it:
article_type: commentary
subjects: []
methods: []
self-updating-repositories:
article_type: how-to
subjects: []
methods: []
covid-quiet-time:
article_type: commentary
subjects: []
methods: []
stripy-2-0-released:
article_type: release-note
subjects: []
methods: [meshing]
underworld-2-10:
article_type: release-note
subjects: []
methods: []
here-comes-conda:
article_type: news
subjects: []
methods: []
getting-started-with-pull-requests:
article_type: how-to
subjects: []
methods: []
build-conda-packages:
article_type: how-to
subjects: []
methods: []
stress-recovery-in-underworld:
article_type: technical-note
subjects: []
methods: [finite-elements, particles-swarms]
scaling-in-underworld:
article_type: benchmark
subjects: []
methods: [parallel-hpc, benchmarks-validation]
how-to-install-underworld-on-mac-osx-big-sur-apple-silicon-m1:
article_type: how-to
subjects: []
methods: []
2-11-scaling:
article_type: benchmark
subjects: []
methods: [parallel-hpc, benchmarks-validation]
free-surface-in-underworld:
article_type: technical-note
subjects: [surface-processes]
methods: [finite-elements, solvers]
setting-up-underworld-dependencies:
article_type: how-to
subjects: []
methods: []
using-python-virtual-environment-for-underworld-development:
article_type: how-to
subjects: []
methods: []
uwgeodynamics-and-underworld-merge:
article_type: news
subjects: []
methods: []
ismip-hom-benchmark-experiments-using-underworld:
article_type: benchmark
subjects: []
methods: [benchmarks-validation, finite-elements, solvers]
compressible-convection-in-cartesian-coordinates-in-underworld3:
article_type: benchmark
subjects: [mantle-convection]
methods: [benchmarks-validation, finite-elements]
# Reclassified from commentary. It is a history of how this codebase came to
# be what it is, written by the person who wrote the first version of it -- a
# development note in the most literal sense, and load-bearing enough to
# deserve an archival rendition. "Commentary" is reserved for pieces
# republished from elsewhere, which have a publisher of their own.
30-years-of-citcom-ellipsis-and-underworld:
article_type: development-note
subjects: [mantle-convection]
methods: [finite-elements, particles-swarms]
underworld3-come-and-get-it:
article_type: development-note
subjects: []
methods: [finite-elements, particles-swarms, symbolic-codegen]
underworld-and-singularity:
article_type: technical-note
subjects: []
methods: [parallel-hpc, benchmarks-validation]
perth-youre-invited-to-the-underworld-geodynamic-modelling-workshop:
article_type: news
subjects: []
methods: []
how-many-processors-should-we-use-to-solve-problem-x:
article_type: technical-note
subjects: []
methods: [parallel-hpc, benchmarks-validation]
running-underworld-in-a-browser:
article_type: technical-note
subjects: []
methods: [parallel-hpc]
moving-the-mesh-without-remaking-it:
article_type: technical-note
subjects: [mantle-convection, earthquakes-faults]
methods: [meshing, solvers, parallel-hpc]
introducing-the-technical-notes:
article_type: news
subjects: []
methods: []
setting-up-full-multigrid:
article_type: technical-note
subjects: [mantle-convection]
methods: [solvers, meshing, parallel-hpc]
boundary-conditions-on-non-planar-boundaries:
article_type: technical-note
subjects: [surface-processes]
methods: [solvers, finite-elements, meshing]