Skip to content

Commit

Permalink
fix links to latest json file
Browse files Browse the repository at this point in the history
I think these links should have been updated in the last structural change.
  • Loading branch information
julia-sprenger authored Oct 24, 2023
1 parent b3d7967 commit 46e6777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down Expand Up @@ -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)
```

Expand Down Expand Up @@ -104,4 +104,4 @@ Parsing all information is not yet perfect. Currently, JSON files are produced f


## Contact
[email protected]
[email protected]

0 comments on commit 46e6777

Please sign in to comment.