Crystallography Open Database
- COD Home
- Accessing COD Data
- Add Your Data
- Documentation
Information card for entry 9012428
Preview
Coordinates | 9012428.cif |
---|---|
Original paper (by DOI) | HTML |
External links | AMCSD: 0012933, 0012934; ChemSpider |
Mineral name | Aluminum |
---|---|
Formula | Al |
Calculated formula | Al |
SMILES | [Al] |
Title of publication | Precision determination of lattice constants Locality: synthetic Sample: at T = 25 C Note: lattice parameter is average of two samples |
Authors of publication | Jette, E. R.; Foote, F. |
Journal of publication | Journal of Chemical Physics |
Year of publication | 1935 |
Journal volume | 3 |
Pages of publication | 605 - 616 |
a | 4.0413 Å |
b | 4.0413 Å |
c | 4.0413 Å |
α | 90° |
β | 90° |
γ | 90° |
Cell volume | 66.003 Å3 |
Ambient diffraction temperature | 298.15 K |
Number of distinct elements | 1 |
Space group number | 225 |
Hermann-Mauguin space group symbol | F m -3 m |
Hall space group symbol | -F 4 2 3 |
Has coordinates | Yes |
Has disorder | No |
Has Fobs | No |
Revision | Date | Message | Files |
---|---|---|---|
293656 (current) | 2024-08-03 | Correcting the AMCSD database code data name in range 9: find -name '*.cif' | xargs -i sh -xc 'perl -i -pe "s/^_amcsd_database_code/_database_code_amcsd/" {}' cif/ (saulius@starta) |
9012428.cif |
287548 | 2023-11-11 | cod/ (saulius@tasmanijos-velnias) Automatically adding AMCSD codes and alternative mineral names to 162 COD entries: 565 tail -n +3 outputs/amcsd-cod-exact-new-matches.tsv | awk '$NF !~ /,/ {print $3, $4}' | tr ',' ' ' | xargs -i bash -c 'ID1=$(awk "{print \$1}" <<< "{}"); ID2=$(awk "{print \$2}" <<< "{}"); CODID=$(awk "{print \$3}" <<< "{}"); source functions.sh; echo -e "_amcsd_database_code $ID1"; M1=$(cifvalues --no-dataname --tag _chemical_name_mineral $(amcsd2file $ID1)); M2=$(cifvalues --no-dataname --tag _chemical_name_mineral $(amcsd2file $ID2)); set -x; (if grep -q _cod_related_entry $(codid2file $CODID); then N=$(tail -n 1 $(codid2file $CODID) | awk "{print \$1}"); else N=0; echo -e "loop_\n_cod_related_entry_id\n_cod_related_entry_database\n_cod_related_entry_code"; fi; echo -e "$(expr $N + 1) AMCSD $ID1\n$(expr $N + 2) AMCSD $ID2"; echo -e "loop_\n_[local]_alternative_name_id\n_[local]_alternative_name_type\n_[local]_alternative_name_source\n_[local]_alternative_name_source_id\n_[local]_alternative_name_value\n1 mineral AMCSD $ID1 \"$M1\"\n2 mineral AMCSD $ID2 \"$M2\""; echo "_amcsd_database_code $ID1") | tee -a $(codid2file $CODID)'; The command was performed in the working copy: Working Copy Root Path: /home/saulius/struct/COD-crude-data URL: svn+ssh://www.crystallography.net/home/coder/svn-repositories/COD-crude-data/archives/2021/correspondence-AMCSD-COD Relative URL: ^/archives/2021/correspondence-AMCSD-COD Repository Root: svn+ssh://www.crystallography.net/home/coder/svn-repositories/COD-crude-data Repository UUID: f03e6fd5-de02-4a89-aa47-d94ad8425ebd Revision: 7437 Node Kind: directory Schedule: normal Last Changed Author: saulius Last Changed Rev: 7436 Last Changed Date: 2023-11-11 09:56:27 +0200 (Sat, 11 Nov 2023) |
9012428.cif |
264408 | 2021-04-22 | cif/9/01/ Added the _cell_formula_units_Z data item in entries 9012427-9012437, 9013463-9013464. |
9012428.cif |
202019 | 2017-10-14 | cif/ Marking COD entries in range 9 that are known to be related to ChemSpider entries using the _cod_related_entry data loop. |
9012428.cif |
176725 | 2016-02-18 | cif/ (antanas@echidna.ibt.lt) Replacing _[local]_cod_* tags with their equivalents from the COD CIF dictionary in multiple entries in range 9. |
9012428.cif |
120115 | 2014-07-12 | Adding DOIs to range 9 structures. | 9012428.cif |
85285 | 2013-05-05 | cod/ (saulius@koala.ibt.lt) Removing outdated _amcsd_database_code data items from all series 9 CIFs. |
9012428.cif |
35913 | 2012-02-28 | cif/9/ Reorganising range 9 into a prefix-directory tree. Range 9 is the last range to be reorganised. |
9012428.cif |
1210 | 2010-06-10 | cif/9/ Updating 13213 AMCSD CIFs, taking new data from the AMCSD database and adding the assigned AMCSD numbers. |
9012428.cif |
993 | 2010-02-13 | cif/9/ Marking entry 9012428 as a duplicate of 9012429. |
9012428.cif |
966 | 2010-01-30 | cif/ Adding _cod_database_code tags to all COD entries. Adding tag description to the cif_cod.dic dictionary so that COD entries can be validated. |
9012428.cif |
903 | 2009-11-23 | cif/ Setting svn:keywords property on those CIFs that did not have them. |
9012428.cif |
893 | 2009-11-20 | cif/ Generating _diffrn_ambient_temperature and _diffrn_ambient_pressure tags from the CIF file comments like "T = 100K" (using the 975 revision of cif_create_AMCSD_pressure_temp_tags). Mostly, series 9 CIFs (obtained AMCSD) have such comments. Only files that did not had these tags originally were changed. The tags were generated using the following command: ( \ set -x; \ find $(/bin/ls -rd ?) -name \*.cif \ | xargs -n1 -iX \ bash -c 'awk "/^#/,/^data_/{print}/^data_/{exit}" X \ | grep -v "^data_" > tmp-$$; \ cif_create_AMCSD_pressure_temp_tags X >> tmp-$$; \ if (grep -q _diffrn_ambient_temperature tmp-$$ >& /dev/null && \ ! grep -q _diffrn_ambient_temperature X >& /dev/null) || \ (grep -q _diffrn_ambient_pressure tmp-$$ >& /dev/null && \ ! grep -q _diffrn_ambient_pressure X >& /dev/null); \ then \ mv -v tmp-$$ X; \ fi; \ rm -f tmp-$$' \ ) >& make-temp-pressure-tags.log After this, the modified files were checked using 'vcif': svn st | grep ^M | awk '{print $NF}' | xargs -n1 vcif -l 2048 It was checked that for the other tags, only tag order and value formatting has changed in the modifed files, if at all: ( \ set -x; \ svn st ? \ | awk '/^M/{print $NF}' \ | sort \ | xargs -n1 -iX \ bash -c 'echo -e "\n"=== X ===; \ diff -b \ <(svn cat X | sort) \ <(sort X)' \ ) 2>&1 | tee diff-sorted.log tdbgrep === diff-sorted.log \ | grep -v ^=== \ | grep -v '^> _diffrn_' \ | grep . \ | grep -vE '^[0-9]+a[0-9]+' \ | less and the changed files were validated against the cif_core.dic (thus checking, among others checks, that the values of the inserted tags have correct types): ( \ set -x; \ svn st ? \ | awk '/^M/{print $NF}' \ | sort \ | xargs -n1 -iX \ bash -c 'echo === X ===; \ cif_validate \ --dic ~/struct/CIF-dictionaries/cif_core.dic \ X \ --check-all \ --do-not-check-tag-exists-local' \ ) >& validate-pressure-temperature.log |
9012428.cif |
649 | 2009-04-18 | Depositing new CIFs from AMCSD-resynchronisation-2009.03.27/. |
9012428.cif |
All data in the COD and the database itself are dedicated to the
public domain and licensed under the
CC0
License
.
Users of the data should acknowledge the original authors of the
structural data.