Skip to content

Commit

Permalink
deleted units column from citations metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeirak committed Feb 20, 2018
1 parent 90580f8 commit e5c7fd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions metadata/citations_metadata.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Column,Field,Description,Storage.Type,Variable.Codes,Units,n,Min,Max
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,-,-
2 / B,citation.doi,Citation DOI,character (string),-,-,530,-,-
3 / C,citation.author,Last name of first author of citation,character (string),-,-,634,-,-
4 / D,citation.year,Year of publication,numeric (double),-,years,634,1953,2017
5 / E,citation.title,Title of publication.,character (string),-,-,616,-,-
Column,Field,Description,Storage.Type,Variable.Codes,n,Min,Max
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,-,-
2 / B,citation.doi,Citation DOI,character (string),-,530,-,-
3 / C,citation.author,Last name of first author of citation,character (string),-,634,-,-
4 / D,citation.year,Year of publication,numeric (double),-,634,1953,2017
5 / E,citation.title,Title of publication.,character (string),-,616,-,-

0 comments on commit e5c7fd9

Please sign in to comment.