Skip to content

Commit

Permalink
Update z_datacitedoi.pl
Browse files Browse the repository at this point in the history
Added config param to check for DataCiteXML shcema version #2 #3 (Ideally the event will ask which schema version datacite will use, but for now we can set it in the config)
  • Loading branch information
cziaarm authored Sep 7, 2016
1 parent 6b80290 commit ee2d788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cfg/cfg.d/z_datacitedoi.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#which field do use for the doi
$c->{datacitedoi}{eprintdoifield} = "id_number";

#which DataCiteXML schema version to use
$c->{datacitedoi}{schemaversion} = "3.1"; #change this when 4.0 is released

#When should you register/update doi info.
$c->{datacitedoi}{eprintstatus} = {inbox=>0,buffer=>1,archive=>1,deletion=>0};

Expand Down

0 comments on commit ee2d788

Please sign in to comment.