Title: | Open Science AI Tools for Systematic, Protocol-Based Literature Reviews |
---|---|
Description: | prismAId uses generative AI models to extract data from scientific literature. It offers simple-to-use, efficient, and replicable methods for analyzing literature when conducting systematic reviews. |
Authors: | Riccardo Boero [aut, cre] |
Maintainer: | Riccardo Boero <[email protected]> |
License: | AGPL (>= 3) |
Version: | 0.6.0 |
Built: | 2024-10-28 21:18:11 UTC |
Source: | https://github.com/open-and-sustainable/prismaid |
This function interfaces with a shared library to perform a review process on the input data.
RunReview(input_string)
RunReview(input_string)
input_string |
A string representing the input data. |
A string indicating the result of the review process.
RunReview("example input")
RunReview("example input")