Export title page/manuscript seperately for academic double-blind submissions. #6743
Replies: 2 comments 4 replies
-
I used to be a prof in a discipline with double-blind reviewing as well! The way this works (or worked!) at the time is that the differences between the submission and the final version of the paper were dictated by the template from the journal or conference. As a result, it wasn't something that could be done generically. Not coincidentally, this is how quarto currently handles this: some of our journal templates do support anonymous submissions. In your field, do you typically submit a manuscript in a generic format or do you need to use a template? I can see this making sense if it's the former. In which case, if there's enough other folks in the same situation, then we could try to do something to our default PDF template so it respects anonymity requirements. |
Beta Was this translation helpful? Give feedback.
-
I've been (slowly) working on a generic preprint template to use in the lab, and I built this in with document options: https://github.com/tpoisot/preprint-template there's one for the title page (make it anonymous), and one to generate an author fact sheet at the end with complete affiliations It's a huge |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In the scientific disciplines I write publications in it is common for journals that use double-blind reviewing to request seperate document uploads of:
I know I can produce the former with the
formatting: doubleblind
argument in the YAML and I could do the latter with a seperate .qmd file of only the author information but it would be great if there was an option to simultaneously save a copy of the latter i.e. a pdf/html output of only the title and author details.Beta Was this translation helpful? Give feedback.
All reactions