Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
4bf7cef
1
Parent(s):
9af4223
Add new categories for Quantitative Biology and Quantitative Finance in ARXIV_CATEGORIES
Browse files- arxiv_stuff.py +12 -1
arxiv_stuff.py
CHANGED
@@ -138,7 +138,7 @@ ARXIV_CATEGORIES = {
|
|
138 |
"math.SP": "Spectral Theory",
|
139 |
"math.ST": "Statistics Theory",
|
140 |
},
|
141 |
-
"Biology": {
|
142 |
"q-bio.BM": "Biomolecules",
|
143 |
"q-bio.CB": "Cell Behavior",
|
144 |
"q-bio.GN": "Genomics",
|
@@ -150,6 +150,17 @@ ARXIV_CATEGORIES = {
|
|
150 |
"q-bio.SC": "Subcellular Processes",
|
151 |
"q-bio.TO": "Tissues and Organs",
|
152 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
"Statistics": {
|
154 |
"stat.AP": "Applications",
|
155 |
"stat.CO": "Computation",
|
|
|
138 |
"math.SP": "Spectral Theory",
|
139 |
"math.ST": "Statistics Theory",
|
140 |
},
|
141 |
+
"Quantitative Biology": {
|
142 |
"q-bio.BM": "Biomolecules",
|
143 |
"q-bio.CB": "Cell Behavior",
|
144 |
"q-bio.GN": "Genomics",
|
|
|
150 |
"q-bio.SC": "Subcellular Processes",
|
151 |
"q-bio.TO": "Tissues and Organs",
|
152 |
},
|
153 |
+
"Quantitative Finance": {
|
154 |
+
"q-fin.CP": "Computational Finance",
|
155 |
+
"q-fin.EC": "Economics",
|
156 |
+
"q-fin.GN": "General Finance",
|
157 |
+
"q-fin.MF": "Mathematical Finance",
|
158 |
+
"q-fin.PM": "Portfolio Management",
|
159 |
+
"q-fin.PR": "Pricing of Securities",
|
160 |
+
"q-fin.RM": "Risk Management",
|
161 |
+
"q-fin.ST": "Statistical Arbitrage",
|
162 |
+
"q-fin.TR": "Trading and Market Microstructure",
|
163 |
+
},
|
164 |
"Statistics": {
|
165 |
"stat.AP": "Applications",
|
166 |
"stat.CO": "Computation",
|