-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor external_field_categories field
* Removed external_field_categories. * Add arxiv_field_categories.
- Loading branch information
Showing
16 changed files
with
1,496 additions
and
1,785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,21 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"properties": { | ||
"term": { | ||
"enum": [ | ||
"Accelerators", | ||
"Astrophysics", | ||
"Computing", | ||
"Data Analysis and Statistics", | ||
"Experiment-HEP", | ||
"Experiment-Nucl", | ||
"General Physics", | ||
"Gravitation and Cosmology", | ||
"Instrumentation", | ||
"Lattice", | ||
"Math and Math Physics", | ||
"Other", | ||
"Phenomenology-HEP", | ||
"Theory-HEP", | ||
"Theory-Nucl" | ||
], | ||
"type": "string" | ||
} | ||
} | ||
"enum": [ | ||
"Accelerators", | ||
"Astrophysics", | ||
"Computing", | ||
"Data Analysis and Statistics", | ||
"Experiment-HEP", | ||
"Experiment-Nucl", | ||
"General Physics", | ||
"Gravitation and Cosmology", | ||
"Instrumentation", | ||
"Lattice", | ||
"Math and Math Physics", | ||
"Other", | ||
"Phenomenology-HEP", | ||
"Theory-HEP", | ||
"Theory-Nucl" | ||
], | ||
"type": "string" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.