-
Notifications
You must be signed in to change notification settings - Fork 0
Guide Project Editor
The project editor is where you define a review: its annotation schema (the fields reviewers fill in for every paper), the papers to review, and — optionally — its protocol. It writes the project JSON the rest of the app then opens.
Reach it from the start screen (New annotation JSON… / Edit annotation JSON…), or from Open ▾ while a project is already open.
The location is chosen up front and shown at the top; use Change… to move it later — this re-derives every PDF reference for the new location automatically (see Things to know).
Each row is one field or group:
- + Add field, or + Child to nest one under another.
- Type — Text, Number, Year (a number bounded to a plausible publication year, roughly 1000–2100, with its own control in the annotation form), Yes/No, or Group (holds no value of its own, just nested fields).
- min / max control how many times a field can occur; tick ∞ for unbounded — the annotator then gets + Add to create as many entries as needed.
- Fixed choices — on a Text field, add options to turn it into a dropdown. With no options it stays free text.
- Required — the reviewer must fill it in before Validate is satisfied. Not offered on Yes/No fields; see Things to know.
- Drag a row's ⠿ handle to reorder or nest it: drop near a row's top or bottom edge to place it before or after; drop in the middle of a row to nest it inside.
A field that can hold several values at once (say, "which of these techniques does the paper use") is modeled as a repeatable Text field with fixed options (max: ∞) rather than a single dropdown — there's no built-in way to prevent the same option being picked twice in that list, so treat it as a convention to watch for during review, not something the tool enforces for you.
Renaming or removing a field is destructive — see Things to know.
Turn on Multiple independent reviewers and give it a count (2–10) to have the project annotated independently by that many people — each sees only their own answers. On top of that number, the project always gets one extra Consolidation role. "2 reviewers" means two independent passes plus a consolidation pass. See Working with several reviewers for the full workflow.
Tick This is a screening project to replace the schema-building section with a short, ordered list of exclusion reasons instead:
Reviewers press 1–9 to exclude with the corresponding reason in one key press, in the order shown
here — put the common ones near the top. See Screening.
An optional, collapsible section for recording the review's own protocol — the kind of thing a pre-registered SLR needs to report:
- Research questions, one per line.
- Search strings — the query run against each database.
- Databases searched — Scopus, IEEE Xplore, ACM Digital Library, whatever you used.
- Search date — free text, since a search is usually a range ("2024-03", "March–April 2024"), not one instant.
- Inclusion/exclusion criteria and notes — anything else worth recording about the protocol.
Every field is optional, and it's saved as a real, dedicated protocol key in the project JSON — see
why that matters in
Things to know.
The section starts collapsed unless the project already has a protocol recorded, so an existing one is
never hidden behind a disclosure you'd have to know to open.
When a project was built via New from screening…, the editor shows a read-only note recording where it came from:
The source project's name, the date it was imported, and how many papers were carried over versus left behind. It's a durable record, not a setting — there's nothing to edit here, only to read. See Screening.
Three ways to get papers into a project, and they mix freely:
- + Add PDFs… — pick one or more files.
- + Add folder… — take every PDF in a folder at once, including sub-folders.
-
Import references… — read a BibTeX (
.bib), RIS (.ris), or CSL-JSON export from a reference manager (Zotero, Mendeley, JabRef, …). This brings in titles, authors, DOIs, years, and venues; you still attach the PDFs themselves.
A paper already in the project is never added twice — importing references matches against what's already there (by DOI, then by title) and fills in the gaps of a matching paper instead of duplicating it.
Newly added papers are marked with a blue border, since their title and authors are a best-effort guess read out of the PDF or the reference file. Check them; the mark clears as soon as you click into the row.
Beyond exact DOI/title matches (handled silently, as above), importing also flags probable duplicates — a fuzzy title match, or the same normalized main title with similar authors — against papers already in the project and against other entries in the same import batch:
Nothing is silently merged or silently added twice. Mark each flagged row Duplicate (merges it into the match shown, filling in any gaps) or Different (adds it as its own paper anyway) — every row needs a decision before the import can proceed. Mark all as… handles a whole batch at once when you can eyeball that they're all the same kind of call.
Every paper has its own id, auto-generated from the PDF's file name or title and shown in each row
so you can hand-edit it — it's what git and any hand-editing keys off, so it must stay unique
within the project. Typing an id that collides with another paper's is flagged right there — a red
outline on the field and a "duplicate" note next to the label — before you ever get to Save; Save
itself refuses with the same complaint if a collision is still unresolved.
Save JSON writes the file and keeps you in the editor. Save JSON & Begin Annotating writes it and opens it for review. Both check the project first and tell you what to fix if something's off.
These pages are a mirror. They are maintained in
openwiki/ in the repository and published
here automatically. Editing a page here is fine — the change is committed back to that folder — but
the folder is the source of truth. See Operations → Wiki sync.
Repository · README · Issues · Releases · Annotation schema guide
SaiLoR is free software under the GNU General Public License v3.0.
- Things to know
- Getting started
- Screening
- Working with several reviewers
- Setting up a project
- Git support
Developer documentation