-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from julia-sprenger/patch-1
fix links to latest json file
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ You may find many mysterious keywords in EXFOR entries such as: | |
> REACTION (2-HE-4(N,2N)2-HE-3,,SIG,,SPA)\ | ||
> STATUS (DEP,14737002)\ | ||
These keywords are defined in the EXFOR dictionary which is maintained in the IAEA Nuclear Data Section. This repository provides the JSON-converted-EXFOR-dictionary file. [Latest file](latest.json) | ||
These keywords are defined in the EXFOR dictionary which is maintained in the IAEA Nuclear Data Section. This repository provides the JSON-converted-EXFOR-dictionary file. [Latest file](src/exfor_dictionary/latest.json) | ||
|
||
|
||
|
||
|
@@ -72,7 +72,7 @@ If you don't have Jupyter notebook environment, you can run it on Binder from th | |
``` | ||
import json | ||
# latest number of dictionary file (see trans_backup/trans.****) | ||
j = open("latest.json") | ||
j = open("src/exfor_dictionary/latest.json") | ||
exfor_dictionary = json.load(j) | ||
``` | ||
|
||
|
@@ -104,4 +104,4 @@ Parsing all information is not yet perfect. Currently, JSON files are produced f | |
|
||
|
||
## Contact | ||
[email protected] | ||
[email protected] |