prisma-flowdiagram / PRISMA2020

Produce PRISMA-2020 compliant flow diagrams
https://estech.shinyapps.io/prisma_flowdiagram_latest/
Other
146 stars 71 forks source link

High resolution PRISMA flowchart in compliance with journal requirements #56

Closed qianjzhang closed 7 months ago

qianjzhang commented 1 year ago

Is your feature request related to a problem? Please describe. No. But is there a way to generate the flow diagram image in 600 or higher dpi? Many journal publishers require high resolution figures. The PRISMA flow diagram on Shiny is in low resolution.

chriscpritchard commented 1 year ago

Not directly at the moment, but SVG is a vector format that can be converted via whatever means you would like into a high DPI raster format such as PNG. That said, you may be able to submit an SVG directly to some / most journals and would be the best format because the text is actually text (and therefore works with screen readers etc)

qianjzhang commented 1 year ago

Thank you! I have additional question about the flow diagram. Is there a way to remove Databases (n=0) and Registers (n=0) Records marked as ineligible by automation tools (n=0) and Records removed for other reasons (n=0)?

chriscpritchard commented 1 year ago

Yes, just delete the number from the field or csv and the app automatically removes the text!

qianjzhang commented 1 year ago

Thank you! So maybe I should add the numbers to the CSV file, upload to the Shiny App and then download the SVG file? I also need to remove new studies included in review and reports of new included studies. Can I just remove them in the CSV file too? Many thanks!!

chriscpritchard commented 7 months ago

Since this wasn't a bug / feature request but a query, I'm closing this as an issue.