-
Notifications
You must be signed in to change notification settings - Fork 0
/
arxiv_graphql_cfg.json
235 lines (235 loc) · 10.7 KB
/
arxiv_graphql_cfg.json
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
{
"environment": "development",
"service": {
"name": "arXiv GraphQL API",
"version": "1.0.0"
},
"arXivURL": "http://export.arxiv.org/api",
"fields": [{
"name": "Astrophysics",
"tag": "astro-ph",
"categories": [
{ "name": "Astrophysics of Galaxies", "tag": "astro-ph.GA" },
{ "name": "Cosmology and Nongalactic Astrophysics", "tag": "astro-ph.CO" },
{ "name": "Earth and Planetary Astrophysics", "tag": "astro-ph.EP" },
{ "name": "High Energy Astrophysical Phenomena", "tag": "astro-ph.HE" },
{ "name": "Instrumentation and Methods for Astrophysics", "tag": "astro-ph.IM" },
{ "name": "Solar and Stellar Astrophysics", "tag": "astro-ph.SR" }]
}, {
"name": "Mathematics",
"tag": "math",
"categories": [
{ "name": "Algebraic Geometry", "tag": "math.AG" },
{ "name": "Algebraic Topology", "tag": "math.AT" },
{ "name": "Analysis of PDEs", "tag": "math.AP" },
{ "name": "Category Theory", "tag": "math.CT" },
{ "name": "Classical Analysis and ODEs", "tag": "math.CA" },
{ "name": "Combinatorics", "tag": "math.CO" },
{ "name": "Commutative Algebra", "tag": "math.AC" },
{ "name": "Complex Variables", "tag": "math.CV" },
{ "name": "Differential Geometry", "tag": "math.DG" },
{ "name": "Dynamical Systems", "tag": "math.DS" },
{ "name": "Functional Analysis", "tag": "math.FA" },
{ "name": "General Mathematics", "tag": "math.GM" },
{ "name": "General Topology", "tag": "math.GN" },
{ "name": "Geometric Topology", "tag": "math.GT" },
{ "name": "Group Theory", "tag": "math.GR" },
{ "name": "History and Overview", "tag": "math.HO" },
{ "name": "Information Theory", "tag": "math.IT" },
{ "name": "K-Theory and Homology", "tag": "math.KT" },
{ "name": "Logic", "tag": "math.LO" },
{ "name": "Mathematical Physics", "tag": "math.MP" },
{ "name": "Metric Geometry", "tag": "math.MG" },
{ "name": "Number Theory", "tag": "math.NT" },
{ "name": "Numerical Analysis", "tag": "math.NA" },
{ "name": "Operator Algebras", "tag": "math.OA" },
{ "name": "Optimization and Control", "tag": "math.OC" },
{ "name": "Probability", "tag": "math.PR" },
{ "name": "Quantum Algebra", "tag": "math.QA" },
{ "name": "Representation Theory", "tag": "math.RT" },
{ "name": "Rings and Algebras", "tag": "math.RA" },
{ "name": "Spectral Theory", "tag": "math.SP" },
{ "name": "Statistics Theory", "tag": "math.ST" },
{ "name": "Symplectic Geometry", "tag": "math.SG" }]
}, {
"name": "Quantitative Biology",
"tag": "q-bio",
"categories": [
{ "name": "Biomolecules", "tag": "q-bio.BM" },
{ "name": "Cell Behavior", "tag": "q-bio.CB" },
{ "name": "Genomics", "tag": "q-bio.GN" },
{ "name": "Molecular Networks", "tag": "q-bio.MN" },
{ "name": "Neurons and Cognition", "tag": "q-bio.NC" },
{ "name": "Other Quantitative Biology", "tag": "q-bio.OT" },
{ "name": "Populations and Evolution", "tag": "q-bio.PE" },
{ "name": "Quantitative Methods", "tag": "q-bio.QM" },
{ "name": "Subcellular Processes", "tag": "q-bio.SC" },
{ "name": "Tissues and Organs", "tag": "q-bio.TO" }]
}, {
"name": "Quantitative Finance",
"tag": "q-fin",
"categories": [
{ "name": "Computational Finance", "tag": "q-fin.CP" },
{ "name": "Economics", "tag": "q-fin.EC" },
{ "name": "General Finance", "tag": "q-fin.GN" },
{ "name": "Mathematical Finance", "tag": "q-fin.MF" },
{ "name": "Portfolio Management", "tag": "q-fin.PM" },
{ "name": "Pricing of Securities", "tag": "q-fin.PR" },
{ "name": "Risk Management", "tag": "q-fin.RM" },
{ "name": "Statistical Finance", "tag": "q-fin.ST" },
{ "name": "Trading and Market Microstructure", "tag": "q-fin.TR" }]
}, {
"name": "Statistics",
"tag": "stat",
"categories": [
{ "name": "Applications", "tag": "stat.AP" },
{ "name": "Computation", "tag": "stat.CO" },
{ "name": "Machine Learning", "tag": "stat.ML" },
{ "name": "Methodology", "tag": "stat.ME" },
{ "name": "Other Statistics", "tag": "stat.OT" },
{ "name": "Statistics Theory", "tag": "stat.TH" }]
}, {
"name": "Electrical Engineering and Systems Science",
"tag": "eess",
"categories": [
{ "name": "Audio and Speech Processing", "tag": "eess.AS" },
{ "name": "Image and Video Processing", "tag": "eess.IV" },
{ "name": "Signal Processing", "tag": "eess.SP" },
{ "name": "Systems and Control", "tag": "eess.SY" }]
}, {
"name": "Economics",
"tag": "econ",
"categories": [
{ "name": "Econometrics", "tag": "econ.EM" },
{ "name": "General Economics", "tag": "econ.GN" },
{ "name": "Theoretical Economics", "tag": "econ.TH" }]
}, {
"name": "Computer Science",
"tag": "cs",
"categories": [
{ "name": "Artificial Intelligence", "tag": "cs.AI" },
{ "name": "Computation and Language", "tag": "cs.CL" },
{ "name": "Computational Complexity", "tag": "cs.CC" },
{ "name": "Computational Engineering, Finance, and Science", "tag": "cs.CE" },
{ "name": "Computational Geometry", "tag": "cs.CG" },
{ "name": "Computer Science and Game Theory", "tag": "cs.GT" },
{ "name": "Computer Vision and Pattern Recognition", "tag": "cs.CV" },
{ "name": "Computers and Society", "tag": "cs.CY" },
{ "name": "Cryptography and Security", "tag": "cs.CR" },
{ "name": "Data Structures and Algorithms", "tag": "cs.DS" },
{ "name": "Databases", "tag": "cs.DB" },
{ "name": "Digital Libraries", "tag": "cs.DL" },
{ "name": "Discrete Mathematics", "tag": "cs.DM" },
{ "name": "Distributed, Parallel, and Cluster Computing", "tag": "cs.DC" },
{ "name": "Emerging Technologies", "tag": "cs.ET" },
{ "name": "Formal Languages and Automata Theory", "tag": "cs.FL" },
{ "name": "General Literature", "tag": "cs.GL" },
{ "name": "Graphics", "tag": "cs.GR" },
{ "name": "Hardware Architecture", "tag": "cs.AR" },
{ "name": "Human-Computer Interaction", "tag": "cs.HC" },
{ "name": "Information Retrieval", "tag": "cs.IR" },
{ "name": "Information Theory", "tag": "cs.IT" },
{ "name": "Logic in Computer Science", "tag": "cs.LO" },
{ "name": "Machine Learning", "tag": "cs.LG" },
{ "name": "Mathematical Software", "tag": "cs.MS" },
{ "name": "Multiagent Systems", "tag": "cs.MA" },
{ "name": "Multimedia", "tag": "cs.MM" },
{ "name": "Networking and Internet Architecture", "tag": "cs.NI" },
{ "name": "Neural and Evolutionary Computing", "tag": "cs.NE" },
{ "name": "Numerical Analysis", "tag": "cs.NA" },
{ "name": "Operating Systems", "tag": "cs.OS" },
{ "name": "Other Computer Science", "tag": "cs.OH" },
{ "name": "Performance", "tag": "cs.PF" },
{ "name": "Programming Languages", "tag": "cs.PL" },
{ "name": "Robotics", "tag": "cs.RO" },
{ "name": "Social and Information Networks", "tag": "cs.SI" },
{ "name": "Software Engineering", "tag": "cs.SE" },
{ "name": "Sound", "tag": "cs.SD" },
{ "name": "Symbolic Computation", "tag": "cs.SC" },
{ "name": "Systems and Control", "tag": "cs.SY" }]
}, {
"name": "Condensed Matter",
"tag": "cond-mat",
"categories": [
{ "name": "Disordered Systems and Neural Networks", "tag": "cond-mat.dis-nn" },
{ "name": "Materials Science", "tag": "cond-mat.mtrl-sci" },
{ "name": "Mesoscale and Nanoscale Physics", "tag": "cond-mat.mes-hall" },
{ "name": "Other Condensed Matter", "tag": "cond-mat.other" },
{ "name": "Quantum Gases", "tag": "cond-mat.quant-gas" },
{ "name": "Soft Condensed Matter", "tag": "cond-mat.soft" },
{ "name": "Statistical Mechanics", "tag": "cond-mat.stat-mech" },
{ "name": "Strongly Correlated Electrons", "tag": "cond-mat.str-el" },
{ "name": "Superconductivity", "tag": "cond-mat.supr-con" }]
}, {
"name": "General Relativity and Quantum Cosmology",
"tag": "gr-qc",
"categories": []
}, {
"name": "High Energy Physics - Experiment",
"tag": "hep-ex",
"categories": []
}, {
"name": "High Energy Physics - Lattice",
"tag": "hep-lat",
"categories": []
}, {
"name": "High Energy Physics - Phenomenology",
"tag": "hep-ph",
"categories": []
}, {
"name": "High Energy Physics - Theory",
"tag": "hep-th",
"categories": []
}, {
"name": "Mathematical Physics",
"tag": "math-ph",
"categories": []
}, {
"name": "Nonlinear Sciences",
"tag": "nlin",
"categories": [
{ "name": "Adaptation and Self-Organizing Systems", "tag": "nlin.AO" },
{ "name": "Cellular Automata and Lattice Gases", "tag": "nlin.CG" },
{ "name": "Chaotic Dynamics", "tag": "nlin.CD" },
{ "name": "Exactly Solvable and Integrable Systems", "tag": "nlin.SI" },
{ "name": "Pattern Formation and Solitons", "tag": "nlin.PS" }]
}, {
"name": "Nuclear Experiment",
"tag": "nucl-ex",
"categories": []
}, {
"name": "Nuclear Theory",
"tag": "nucl-th",
"categories": []
}, {
"name": "Quantum Physics",
"tag": "quant-ph",
"categories": []
}, {
"name": "Physics",
"tag": "physics",
"categories": [
{ "name": "Accelerator Physics", "tag": "physics.acc-ph" },
{ "name": "Applied Physics", "tag": "physics.app-ph" },
{ "name": "Atmospheric and Oceanic Physics", "tag": "physics.ao-ph" },
{ "name": "Atomic and Molecular Clusters", "tag": "physics.atm-clus" },
{ "name": "Atomic Physics", "tag": "physics.atom-ph" },
{ "name": "Biological Physics", "tag": "physics.bio-ph" },
{ "name": "Chemical Physics", "tag": "physics.chem-ph" },
{ "name": "Classical Physics", "tag": "physics.class-ph" },
{ "name": "Computational Physics", "tag": "physics.comp-ph" },
{ "name": "Data Analysis, Statistics and Probability", "tag": "physics.data-an" },
{ "name": "Fluid Dynamics", "tag": "physics.flu-dyn" },
{ "name": "General Physics", "tag": "physics.gen-ph" },
{ "name": "Geophysics", "tag": "physics.go-ph" },
{ "name": "History and Philosophy of Physics", "tag": "physics.hist-ph" },
{ "name": "Instrumentation and Detectors", "tag": "physics.ins-det" },
{ "name": "Medical Physics", "tag": "physics.med-ph" },
{ "name": "Optics", "tag": "physics.optics" },
{ "name": "Physics and Society", "tag": "physics.soc-ph" },
{ "name": "Physics Education", "tag": "physics.ed-ph" },
{ "name": "Plasma Physics", "tag": "physics.plasm-ph" },
{ "name": "Popular Physics", "tag": "physics.pop-ph" },
{ "name": "Space Physics", "tag": "physics.space-ph" }]
}]
}