Julia Package


Supported Platforms

Installation

Install the PrismAId package using Julia’s package manager:

using Pkg
Pkg.add("PrismAId")

Use

Access all prismAId tools from Julia:

using PrismAId

# Run screening on manuscripts
screening_config = read("screening.toml", String)
PrismAId.screening(screening_config)

# Download papers from Zotero
PrismAId.download_zotero_pdfs("username", "api_key", "collection_name", "./papers")  # Full name

# Download from URL list
PrismAId.download_url_list("urls.txt")

# Convert files to text
PrismAId.convert("./papers", "pdf,docx,html")

# Run a systematic review
toml_config = read("project.toml", String)
PrismAId.run_review(toml_config)  # Correct function name