Skip to content

Commit e5c7fd9

Browse files
committed
deleted units column from citations metadata
1 parent 90580f8 commit e5c7fd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

metadata/citations_metadata.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Column,Field,Description,Storage.Type,Variable.Codes,Units,n,Min,Max
2-
1 / A,citation.ID,"Citation ID in the form [last name of first author]_[year]_[first letter of first four words of title, when applicable]. ",character (string),-,-,634,-,-
3-
2 / B,citation.doi,Citation DOI,character (string),-,-,530,-,-
4-
3 / C,citation.author,Last name of first author of citation,character (string),-,-,634,-,-
5-
4 / D,citation.year,Year of publication,numeric (double),-,years,634,1953,2017
6-
5 / E,citation.title,Title of publication.,character (string),-,-,616,-,-
1+
Column,Field,Description,Storage.Type,Variable.Codes,n,Min,Max
2+
1 / A,citation.ID,"Citation ID in the form [last name of first author]_[year]_[first letter of first four words of title, when applicable]. ",character (string),-,634,-,-
3+
2 / B,citation.doi,Citation DOI,character (string),-,530,-,-
4+
3 / C,citation.author,Last name of first author of citation,character (string),-,634,-,-
5+
4 / D,citation.year,Year of publication,numeric (double),-,634,1953,2017
6+
5 / E,citation.title,Title of publication.,character (string),-,616,-,-

0 commit comments

Comments
 (0)