-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow
BiblioAlly offers some features that help the author when conducting a Literature Review. A usual protocol is presented below. It's not the exact research protocol and such a workflow does not intents to establish any methodological path. It is just a way of using BiblioAlly in order to take the best of it and to present what are the features currently covered.
The typical BiblioAlly Workflow.
The blue line at the bottom represents the time and the numbered blue circles are the major milestones of the project. The gray icons represent the activities not supported by BiblioAlly. The color icons represent activities that BiblioAlly somehow support.
- Research design: is the phase of establishing goals and limitations of the research and the strategies that will be used to accomplish those goals; for instance, this is where the PICO strategy is used to create the search expressions;
- Reference search : is the phase of searching and retrieving bibliographical references that are candidates to compose the selected corpus, the set of articles, books, chapters and other scientific documents that will be analysed; at this moment BiblioAlly is not able to issue the search expressions against the scientific databases but it is capable of importing BibTeX references from ACM Digital Library, IEEE Xplore, Scopus, and Web of Science and store them in an integrated database named the BiblioAlly Catalog; non-supported BibTeX dialects may be added by writing a translator Python class;
- Shallow screening: is the phase of reading summaries of the retrieved references (usually the title, keywords and abstract) and deciding if the document seem to meet the selection criteria established in phase 1; BiblioAlly provides a GUI-based browser that makes it easier to navigate along the retrieved references and deciding which ones should be rejected and which ones have potential to be part of the selected corpus; the Catalog records the decision for further report;
- Documents retrieval: is the phase of going after and downloading the full text of the candidate references;
- Deep screening: is the most time and energy-consuming phase, when the candidate documents are full read; again the GUI-based browser helps by listing the candidates, presenting a chart that conveys how much work is still to be done and registering which of the documents should be kept for the final corpus; during the full-text reading, the meta-data may be extracted and recorded in the Catalog to be further consumed by the meta-analysis;
- Analysing and writing: is the phase when the author works to generate the meta-analysis and to write the research report; BiblioAlly does not produce any analysis from the meta-data stored during the previous phase, but allows to retrieve them to be used in Python scripts.
Naturally, different research goals and restrictions may determine other phases, producing a process even more complex. For instance, research based on the PRISMA methodology may require a pair review that is not natively supported by BiblioAlly at this moment.
The previous workflow allows to have a notion of what BiblioAlly has to offer as aid for Literature Reviews and what are some gaps in its features.