-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix direct data file download URLs on /contribute page
add tqdm progress bars to upload_to_figshare.py add prompt to delete new Figshare article if error occurs use gzip CLI in get_mp_traj.py to check all files for archive corruption rename compute_projections.py to project_compositions.py
- Loading branch information
Showing
7 changed files
with
130 additions
and
47 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 |
---|---|---|
@@ -1,10 +1,34 @@ | ||
{ | ||
"mp_computed_structure_entries": "https://figshare.com/ndownloader/files/40344436", | ||
"mp_elemental_ref_entries": "https://figshare.com/ndownloader/files/40387775", | ||
"mp_energies": "https://figshare.com/ndownloader/files/40344448", | ||
"mp_patched_phase_diagram": "https://figshare.com/ndownloader/files/40344451", | ||
"wbm_computed_structure_entries": "https://figshare.com/ndownloader/files/40344463", | ||
"wbm_initial_structures": "https://figshare.com/ndownloader/files/40344466", | ||
"wbm_cses_plus_init_structs": "https://figshare.com/ndownloader/files/40344469", | ||
"wbm_summary": "https://figshare.com/ndownloader/files/40407575" | ||
"mp_computed_structure_entries": [ | ||
"https://figshare.com/ndownloader/files/40344436", | ||
"2023-02-07-mp-computed-structure-entries.json.gz" | ||
], | ||
"mp_elemental_ref_entries": [ | ||
"https://figshare.com/ndownloader/files/40387775", | ||
"2023-02-07-mp-elemental-reference-entries.json.gz" | ||
], | ||
"mp_energies": [ | ||
"https://figshare.com/ndownloader/files/40344448", | ||
"2023-01-10-mp-energies.csv" | ||
], | ||
"mp_patched_phase_diagram": [ | ||
"https://figshare.com/ndownloader/files/40344451", | ||
"2023-02-07-ppd-mp.pkl.gz" | ||
], | ||
"wbm_computed_structure_entries": [ | ||
"https://figshare.com/ndownloader/files/40344463", | ||
"2022-10-19-wbm-computed-structure-entries.json.bz2" | ||
], | ||
"wbm_initial_structures": [ | ||
"https://figshare.com/ndownloader/files/40344466", | ||
"2022-10-19-wbm-init-structs.json.bz2" | ||
], | ||
"wbm_cses_plus_init_structs": [ | ||
"https://figshare.com/ndownloader/files/40344469", | ||
"2022-10-19-wbm-computed-structure-entries+init-structs.json.bz2" | ||
], | ||
"wbm_summary": [ | ||
"https://figshare.com/ndownloader/files/40407575", | ||
"2022-10-19-wbm-summary.csv" | ||
] | ||
} |
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
2 changes: 1 addition & 1 deletion
2
scripts/compute_projections.py → scripts/project_compositions.py
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