You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
wbm_cses_plus_init_structs:`Both unrelaxed and DFT-relaxed WBM structures, the latter stored with their final VASP energies as ${cse_link}`,
21
+
wbm_summary:
22
+
`Computed material properties only, no structures. Available properties are VASP energy, formation energy, energy above the convex hull, volume, band gap, number of sites per unit cell, and more.`,
console.error(`descriptions must contain all figshare_urls keys, missing=${missing}`)
29
+
}
3
30
</script>
4
31
5
32
# How to contribute
@@ -75,15 +102,19 @@ assert list(df_wbm) == [
75
102
76
103
## 📥   Direct Download
77
104
78
-
You can also download the data files directly from GitHub:
79
-
80
-
1.[`2022-10-19-wbm-summary.csv`]({repo}/blob/-/data/wbm/2022-10-19-wbm-summary.csv): Computed material properties only, no structures. Available properties are VASP energy, formation energy, energy above the convex hull, volume, band gap, number of sites per unit cell, and more.
1.[`2023-02-07-ppd-mp.pkl.gz`]({repo}/blob/-/data/mp/2023-02-07-ppd-mp.pkl.gz): [PatchedPhaseDiagram](https://pymatgen.org/pymatgen.analysis.phase_diagram.html#pymatgen.analysis.phase_diagram.PatchedPhaseDiagram) constructed from all MP ComputedStructureEntries
86
-
1.[`2023-02-07-mp-elemental-reference-entries.json.gz`]({repo}/blob/-/data/mp/2023-02-07-mp-elemental-reference-entries.json.gz): Minimum energy PDEntries for each element present in the Materials Project
105
+
You can also download the data files directly from Figshare:
106
+
107
+
<ol>
108
+
{#each Object.entries(figshare_urls) as [key, lst]}
0 commit comments