-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategories.yml
More file actions
69 lines (66 loc) · 2.72 KB
/
Copy pathcategories.yml
File metadata and controls
69 lines (66 loc) · 2.72 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
# Our facets, mapped onto Figshare's category vocabulary.
#
# Figshare validates categories when an article is published, so a mapping that
# does not exist is discovered at the worst possible moment. The ids below were
# read from `GET https://api.figshare.com/v2/categories` -- a public endpoint,
# no token needed -- and not from memory.
#
# Figshare uses ANZSRC Fields of Research, the Australian and New Zealand
# scheme. That is a lucky fit rather than a designed one: this is an Australian
# project, and "Geodynamics" is a category in its own right rather than
# something to be approximated.
#
# ONLY LEAF CATEGORIES CAN BE ASSIGNED. Figshare refuses a parent category with
# "Not allowed to set category <name> in article" -- "Geophysics" (25843) and
# "Numerical and computational mathematics" (29806) are both parents, and both
# were in this file until a deposit failed on them. A category is a parent if it
# appears as another category's `parent_id` in /v2/categories; the test below
# checks every id here against that.
#
# Two are applied to EVERY note, because they are true of every note:
#
# 25855 Geodynamics
# 25789 Computational modelling and simulation in earth sciences
#
# Everything else is added from the article's own subjects and methods. A facet
# with no sensible category maps to nothing rather than to something merely
# adjacent -- a wrong category is worse than a missing one, because it is what
# somebody browsing that category will find.
default:
- 25855 # Geodynamics
- 25789 # Computational modelling and simulation in earth sciences
subjects:
mantle-convection:
- 25789 # Computational modelling and simulation in earth sciences
tectonics-lithosphere:
- 25834 # Structural geology and tectonics
earthquakes-faults:
- 25870 # Seismology and seismic exploration
rheology:
- 26614 # Non-Newtonian fluid flows (incl. rheology)
- 26773 # Solid mechanics
surface-processes:
- 25915 # Geomorphology and earth surface processes
planetary:
- 25822 # Planetary geology
methods:
finite-elements:
- 29854 # Partial differential equations
- 29812 # Numerical analysis
solvers:
- 29812 # Numerical analysis
meshing:
- 29224 # Numerical computation and mathematical software
particles-swarms:
- 29224 # Numerical computation and mathematical software
symbolic-codegen:
- 29224 # Numerical computation and mathematical software
time-integration:
- 29812 # Numerical analysis
parallel-hpc:
- 28987 # High performance computing
benchmarks-validation:
- 29812 # Numerical analysis
# No category. Non-dimensionalisation is a practice rather than a field, and
# every candidate here would be a stretch.
units-scaling: []