Open nlisgo opened 1 year ago
Ticket created to address issue with non-biorxiv manuscripts not displaying: https://github.com/elifesciences/enhanced-preprints-issues/issues/581
Blocked by issues which will be solved in https://github.com/elifesciences/enhanced-preprints-biorxiv-xslt/pull/18
Fix for above issues in https://github.com/elifesciences/enhanced-preprints-data/pull/65
Blocked because the DocMaps do not contain the reviews.
"msas": "Evolutionary Biology", "Genetics and Genomics" "msid": "86324" "version": "1" "preprintDoi": "10.21203/rs.3.rs-2197876/v1" "articleType": "Reviewed Preprint" "status": "Published from the original preprint after peer review and assessment by eLife."
"Reviewed Preprint posted": "2023-04-28" "Sent for peer review": "2023-02-20" "Posted to Research Square": "2022-10-25" (link: "Go to Research Square": "https://www.researchsquare.com/article/rs-2197876/v1")
[PLACE PDF URL HERE WHEN AVAILABLE] See step 7
Step 1. Inform bioRxiv
Who can help: @QueenKraken, @nlisgo, @scottaubrey
or (only one should be ticked. remove other from description.)
Send the following email to Ted and wait for his reply.
Step 2. Create preview of manuscript
Who can help: @fred-atherden, @nlisgo, @scottaubrey
Pull request: https://github.com/elifesciences/enhanced-preprints-data/pull/59
Instructions
``` $ git clone git@github.com:elifesciences/enhanced-preprints-data.git $ cd enhanced-preprints-data $ git checkout -b import-rs.3.rs-2197876 origin/master $ ./scripts/fetch_meca_archive.sh rs.3.rs-2197876 incoming/ $ ./scripts/extract_mecas.sh incoming/ data/ $ rm -rf incoming/ $ git add . $ git commit -m 'import-rs.3.rs-2197876' $ git push -u origin import-rs.3.rs-2197876 ``` Create pull request: https://github.com/elifesciences/enhance/compare/master...import-rs.3.rs-2197876 Merge in after CI passes and reviewing changes. Manuscript should be available for preview shortly afterwards. an example with multiple: ``` $ for doi in 2022.06.17.496451 2022.10.29.514266; do ./scripts/fetch_meca_archive.sh $doi incoming/; done $ ./scripts/extract_mecas.sh incoming/ data/ $ rm -rf incoming/ $ for doi in 2022.06.17.496451 2022.10.29.514266; do git checkout --no-track -b "import-$doi" origin/master; git add data/10.1101/$doi/.; git commit -m "import-$doi"; git push origin "import-$doi"; done; git checkout master; ```Step 3: Awaiting public reviews
Who can help: Editorial team
Example
``` "msas": "Genetics and Genomics", "Neuroscience" "msid": "84628" "version": "1" "preprintDoi": "10.1101/2022.10.28.514241" "articleType": "Reviewed Preprint" "status": "Published from the original preprint after peer review and assessment by eLife." "Reviewed Preprint posted": "2023-01-02" "Sent for peer review": "2022-10-28" "Posted to bioRxiv": "2022-11-21" (link: "Go to bioRxiv": "https://www.biorxiv.org/content/10.1101/2022.10.28.514241v1") Editors: Reviewing Editor Michael B Eisen University of California, Berkeley, United States Senior Editor Michael B Eisen University of California, Berkeley, United States ```Step 4: Modify manuscripts.json (no PDF)
Pull request: https://github.com/elifesciences/enhanced-preprints-client/pull/667 #enhanced-preprint comment thread: [PLACE LINK TO COMMENT HERE]
Instructions to modify manuscripts.json
- Visit: https://github.com/elifesciences/enhanced-preprints-client/actions/workflows/publish-manuscript.yaml - Click: Run workflow - Complete the form and click Run workflow - A successful run should result in a new workflow at https://github.com/elifesciences/enhanced-preprints-client/pulls Example pull request: https://github.com/elifesciences/enhanced-preprints-client/pull/334/files Once the pull request is merged in it should be available a few minutes later.Request that a doi
Post the following in #enhanced-preprint:
Step 5: Awaiting search reindex
The search reindex is triggered once an hour. We need the reviewed preprint to be indexed as the search application serves the journal homepage.
Additional info
If needed, the jenkins pipeline to reindex search can be triggered sooner. https://alfred.elifesciences.org/job/process/job/process-reindex-reviewed-preprints/Step 6: Published! Request PDF generation
#enhanced-preprint comment thread: [PLACE LINK TO COMMENT HERE]
Post the following to the #enhanced-preprint on slack:
Step 7: Upload PDF to git repo
Instructions to upload pdf to git repo
Download the PDF and rename to `rs.3.rs-2197876.pdf` Goto: https://github.com/elifesciences/enhanced-preprints-data/upload/master/data/10.21203/rs.3.rs-2197876 Upload the file `rs.3.rs-2197876.pdf` and commit directly to the master branchStep 8: Add PDF url to manuscripts.json
[PLACE LINK TO PULL REQUEST HERE]
Instructions to add PDF url to manuscripts.json
- Visit: https://github.com/elifesciences/enhanced-preprints-client/actions/workflows/add-pdf-url-to-manuscript.yaml - Click: Run workflow - Complete the form and click Run workflow - A successful run should result in a new workflow at https://github.com/elifesciences/enhanced-preprints-client/pulls Example pull request: https://github.com/elifesciences/enhanced-preprints-client/pull/397/files Once the pull request is merged in it should be available a few minutes later.Step 9: Done!