Skip to content

Commit

Permalink
First commit - added placeholder for crossmark logic
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-oconnell committed May 9, 2024
1 parent 75c2ab9 commit f544c68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thoth-export-server/src/xml/doideposit_crossref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ fn work_metadata<W: Write>(
Ok(())
})?;
}

// crossmark logic goes here

if !work.fundings.is_empty() {
write_full_element_block("fr:program", Some(vec![("name", "fundref")]), w, |w| {
for funding in &work.fundings {
Expand Down

0 comments on commit f544c68

Please sign in to comment.