Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion LICENSES-DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ Do not edit by hand — re-run the script and commit the result.
This file lists every CC-BY and CC-BY-SA source whose values appear in the
py-materials data corpus. Per the licenses, attribution is required.

_(no CC-BY sources currently in use)_
| Citation | License | Reference |
|---|---|---|
| `Wikipedia: Beryllium (CRC Handbook of Chemistry & Physics)` | CC-BY-SA-4.0 | wikipedia:Beryllium |
| `Wikipedia: Beryllium (CRC Handbook of Chemistry & Physics) + PDG` | CC-BY-SA-4.0 | wikipedia:Beryllium |
| `Wikipedia: Copper (CRC Handbook of Chemistry & Physics)` | CC-BY-SA-4.0 | wikipedia:Copper |
| `Wikipedia: Kovar (Carpenter datasheet, CC-BY-SA-4.0)` | CC-BY-SA-4.0 | wikipedia:Kovar |
| `Wikipedia: Tantalum (CRC Handbook of Chemistry & Physics)` | CC-BY-SA-4.0 | wikipedia:Tantalum |
| `Wikipedia: Tantalum (CRC Handbook of Chemistry & Physics) + PDG` | CC-BY-SA-4.0 | wikipedia:Tantalum |
5 changes: 5 additions & 0 deletions src/pymat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
"brass",
"inconel625",
"inconel718",
"kovar",
"mu_metal",
"OFHC",
"beryllium",
"tantalum",
],
"scintillators": [
"lyso",
Expand Down
Loading
Loading