fully paramterize crossref xml

This commit is contained in:
Christopher Olah
2017-01-09 20:46:44 -08:00
parent 66467a9e12
commit d5c70f7c19
+2 -2
View File
@@ -28,8 +28,8 @@ export default function(data) {
{doi_batch_id: batch_id},
{timestamp: batch_timestamp},
{depositor: [
{depositor_name: "Distill Admin"},
{email_address: "admin@distill.pub"},
{depositor_name: data.journal.depositorName},
{email_address: data.journal.email},
]},
{registrant: "Distill"},
]},