Skip to content

Commit bcdebf2

Browse files
committed
add source.type field
forc-db/IPCC-EFDB-integration#22 @mawilliams99 , could you please add this to citations table as well?
1 parent 0ddb0a5 commit bcdebf2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

database_management_records/record_of_changes.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Citations,citation.citation,Full citation. Most of these records are automatical
1010
,citation.language,"Language of original publication, automatically generated based on the title and abstract, with some manual entries and corrections.",field added,field required by IPCC,2021-Mar
1111
,citation.url,"URL of original publication, generally retrieved automatically via URL lookup.",field added,field required by IPCC,2021-Mar
1212
,citation.abstract,"Abstract, generally retrieved automatically via DOI lookup.",field added,field required by IPCC,2021-Mar
13+
,source.type,citation source type,field added,field required by IPCC,2021-Jun
1314
,pdf.in.repository,Indicates whether pdf of original study has been retrieved and saved in ForC's reference repository,field added,housekeeping,2021-Mar
1415
,EFDB.ready,Indicates whether data have been checked for export to EFDB.,field added,housekeeping,2021-Jun

metadata/citations_metadata.csv

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Column,Field,Description,Storage.Type,Variable.Codes,n,Min,Max
88
7 / G,citation.language,"Language of original publication. This was generated based on the title and abstract (retrieved via DOI lookup), and may mis-identify some that have title and abstract in English, but main article in another language.",character (string),-,,,
99
8 / H,citation.url,URL of original publication.,character (string),-,,,
1010
9 / I,citation.abstract,"Abstract, generally retrieved automatically via DOI lookup.",character (string),-,,,
11-
10 / J,pdf.in.repository,Indicates whether pdf of original study has been retrieved and saved in ForC's reference repository: https://github.com/forc-db/References (private repository; contact database managers for access).,numeric (integer),1- true; 0 -false,,,
12-
11 / K,EFDB.ready,Indicates whether data have been checked for export to EFDB.,numeric (integer),1- true; 0 -false,,,
11+
10 / J,source.type,type of data source,character (string),"peer-reviewed journal, thesis, book, personal communication, other",,,
12+
11 / K,pdf.in.repository,Indicates whether pdf of original study has been retrieved and saved in ForC's reference repository: https://github.com/forc-db/References (private repository; contact database managers for access).,numeric (integer),1- true; 0 -false,,,
13+
12 / L,EFDB.ready,Indicates whether data have been checked for export to EFDB.,numeric (integer),1- true; 0 -false,,,

0 commit comments

Comments
 (0)