Coder Social home page Coder Social logo

metascreen's Introduction

metRscreen

The metRscreen shiny app allows you to screen papers via their abstracts and titles along with highlighting keywords in multiple colours. It currently works best using references exported as a .csv from Zotero. However it should work with most references given in a .csv format - be sure that your data matches the arguments in the app:

Title of MS = "Title"
Authors of MS = "Author"
Year of MS = "Publication.Year'
Publishing Journal = "Publication.Title"
Abstract of MS = "Abstract"
Keywords of MS = "Manual.Tags"

Installation

Currently the metRscreen package is not on CRAN, but you can install the development version from GitHub using the devtools package:

install.packages("devtools")
devtools::install_github("EIvimeyCook/metRscreen")
library(metRscreen)

Running metRscreen

The only function metRscreen is metRscreen(). The most important argument is "screen.file".

library(metRscreen)
metRscreen(screen.file = "~/Desktop/Example.csv")

metRscreen arguments

You can give specific rejection reasons as a vector with "reject.list = c()".

metRscreen(screen.file = "~/Desktop/Example.csv", reject.list = c("no control", "wrong study system"))

The .rds file that's produced allows for reloading of previous screening decisions. This will be automatically reloaded the next instance metRscreen is run and will return screening to the same state (i.e. with the same reject list, hidden or showing paper components, and any previous screening decisions).

Coming Soon

Adding a new argument which allows for non-simulataneous collaborative screening ("collab.names = c()")

metascreen's People

Contributors

eivimeycook avatar

Watchers

Joel Pick avatar  avatar

metascreen's Issues

Add collaborative mode

Have it so that it creates separate files for each collaborator and then allows for switching between users. Could also show or hide how other people have screened.

weird spacing

For some reason the highlighted words are now on a separate line?

Also whatever is selected to display is inline with the abstract rather than the what it is (e.g. title, authors etc)

buttons

the next and previous buttons have dissappeared

re - opening past csv

it starts loads onto on the first paper

it doesn't appear to load my previous decision or my previous settings

output csv

all the column titles have 'newData.' at the beginning - this isn't needed, just have the original column names

it seems to have 'No reason given' for the papers that havent yet been screened

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.