PREreview / rapid-prereview

An application for rapid, structured reviews of outbreak-related preprints
https://outbreaksci.prereview.org/
MIT License
13 stars 12 forks source link

Collaborations for OSrPRE API intergration #86

Open dasaderi opened 4 years ago

dasaderi commented 4 years ago
sajacy commented 4 years ago

I took a look at the Mt Sinai reviews on their Github. It seems they're trying to standardize on a Markdown format (that's great!).

A couple ideas / questions:

thoughts? cc: @georgiamoon

dasaderi commented 4 years ago

@sajacy Thank you so much for your work and suggestions. We just got an email from the group at Mt. Sinai saying, as you mentioned, that they have the reviews are being publicly posted to GitHub as Markdowns on this repo: https://github.com/ismms-himc/covid-19_sinai_reviews.

Also, they are pulling the reviews from this repo into the Observable notebook using the GitHub API: https://observablehq.com/@ismms-himc/covid-19-sars-cov-2-preprints-from-medrxiv-and-biorxiv.

They suggest to directly upload the reviews to PREreview directly from GitHub.

Similarly to the point you raised, Outbreak Science Rapid PREreview has a format with a structured questionnaire with two optional editing boxes. https://prereview.org, platform we would like to eventually merge, has the space for longer reviews of the type they have here.

I see the following possible course of action here:

  1. We direct the reviews to https://prereview.org. PROS: that’s what the site is for, longer reviews. CONS: they will be buried in that ugly website which no many people are paying attention to and it’s not a COVID-19 specific material.

  2. We add a larger optional editing box to the rapid reviews and ask the authors of those reviews to fill out the form at the top before we can post them there. PROS: That way we get the rapid reviews and the longer ones all in one place. CONS: it’s more work and it kind defeats the design of hosting rapid reviews (even though I personally think in this case we need as much conversation as we can get).

Tagging can also help make the content discoverable. Right now the user on OSrPRE has to tag the reviews with the "2019-nCOV" tag. But perhaps there is a way to search for keywords in the title of the preprint and abstract to automatically tag these preprints/reviews/requests? - refers to issue #83.

georgiamoon commented 4 years ago

@sajacy I've been debating a few ideas here, because the longterm goal that we need to map out is to merge the code bases supporting PREreview and rapid-prereview together.

The idea that I've been discussing with @rudietuesdays @dwins and @dasaderi is to introduce a "type" or "template" to the attributes for a PREreview, and then allow for a choice of template:

where a long review can have some formatting (e.g. the Mt. Sinai format or similar to the template options on prereview.org)

Then I think we want to help document/enable how the Mt.Sinai folks could post to OSrPRE using the API, where their templated long review would get posted as a prereview with the "long" review template, if that makes sense?

We'd also need to expose "long" reviews in the interface on OSrPRE, which based on a conversation @dasaderi and @majohansson and I had tonight I think could look like a list reviews below the rapid review synthesis if that makes sense, and then open to a view of the one longer review.

If we can sort this out, we can also merge over prereview from preview.org and actually move towards merging the platforms faster.

dasaderi commented 4 years ago

Update on possible API standards that would allow for integration with preprint servers:

dasaderi commented 4 years ago

We heard back from bioRxiv. Richard said " If you can supply a feed of the articles we can add trackback links to them from bioRxiv." Can we already do this with the current API? @rudietuesdays @jheretic

georgiamoon commented 4 years ago

Related to https://github.com/PREreview/prereview-standup/issues/111