{"id":20490081,"url":"https://github.com/vitorfs/parsifal","last_synced_at":"2025-04-04T18:08:48.457Z","repository":{"id":9698767,"uuid":"11648402","full_name":"vitorfs/parsifal","owner":"vitorfs","description":"Parsifal is a tool to assist researchers to perform Systematic Literature Reviews","archived":false,"fork":false,"pushed_at":"2024-06-29T13:31:06.000Z","size":3363,"stargazers_count":438,"open_issues_count":38,"forks_count":172,"subscribers_count":23,"default_branch":"dev","last_synced_at":"2025-03-28T17:09:19.564Z","etag":null,"topics":["academic","django","publishing","research","scientific-publications","systematic-literature-reviews"],"latest_commit_sha":null,"homepage":"https://parsif.al","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitorfs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-25T00:27:21.000Z","updated_at":"2025-03-23T14:28:54.000Z","dependencies_parsed_at":"2023-02-18T11:17:19.321Z","dependency_job_id":"54e360a4-2ce5-4930-b225-c53b465c37b2","html_url":"https://github.com/vitorfs/parsifal","commit_stats":{"total_commits":765,"total_committers":2,"mean_commits":382.5,"dds":"0.0013071895424836555","last_synced_commit":"68c3ce3623a210a9c649a27f9d21ae6130541ea9"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorfs%2Fparsifal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorfs%2Fparsifal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorfs%2Fparsifal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorfs%2Fparsifal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitorfs","download_url":"https://codeload.github.com/vitorfs/parsifal/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["academic","django","publishing","research","scientific-publications","systematic-literature-reviews"],"created_at":"2024-11-15T17:15:28.646Z","updated_at":"2025-04-04T18:08:48.427Z","avatar_url":"https://github.com/vitorfs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://parsif.al\"\u003e\n    \u003cimg src=\"https://parsif.al/static/img/dark_grail.svg\" alt=\"Parsifal logo\" height=\"128\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eParsifal\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  Parsifal is a tool to support researchers to perform systematic literature reviews.\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/vitorfs/parsifal/issues/new\"\u003eReport bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://parsif.al/blog/\"\u003eBlog\u003c/a\u003e\n  ·\n  \u003ca href=\"https://parsif.al/help/\"\u003eHelp\u003c/a\u003e\n\u003c/p\u003e\n\n## Status\n\n[![codecov](https://codecov.io/gh/vitorfs/parsifal/branch/master/graph/badge.svg?token=FGjSTTlvuG)](https://codecov.io/gh/vitorfs/parsifal)\n[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n## About\n\nA systematic literature review is a secondary study with the objective to identify, analyze and interpret all available evidence from primary studies related to a specific research question. As suggested by Kitchenham and Charters, the activity to perform a systematic literature review involves planning, conducting, and reporting the review.\n\nPerforming a systematic literature review is a labor-intensive task that requires a huge amount of work from the researcher, designing the protocol, adjusting the search string, filtering the results, sometimes more than a thousand articles, selecting those articles that attend the inclusion criteria, and removing those articles that attend the exclude criteria. After that, the researcher might start to analyze the relevant result one by one.\n\n## Tech Stack\n\nThe project is currently running on the following versions:\n\n* Python 3.9\n* Django 4.1\n* PostgreSQL 12\n* Bootstrap 3.4\n* jQuery 3.6\n\n## Running Locally\n\nTo run the project locally first you need to clone the repository:\n\n```\ngit clone https://github.com/vitorfs/parsifal.git\n```\n\nCreate a virtualenv:\n\n```\nvirtualenv venv -p python3\n```\n\nInstall the development requirements:\n\n```\npip install -r requirements/local.txt\n```\n\nNow you should either setup a local PostgreSQL database or use SQLite.\n\nCreate a `.env` file in the project root (you can create one by making a copy of the `.env.example`):\n\n```\ncp .env.example .env\n```\n\nNow add the `DATABASE_URL` with the connection string pointing to your local database:\n\n```\nDATABASE_URL=postgres://richardwagner:holygrail@localhost:5432/parsifal\n```\n\nOr for SQLite:\n\n```\nDATABASE_URL=sqlite:////tmp/parsifal.sqlite3\n```\n\nOr if you want to place it elsewhere:\n\n```\nDATABASE_URL=sqlite:////Users/vitor/dev/parsifal/parsifal.sqlite3\n```\n\nNow run the migrations:\n\n```\npython manage.py migrate\n```\n\nRun the local server:\n\n```\npython manage.py runserver\n```\n\n## License\n\nThe source code is released under the [MIT License](https://github.com/vitorfs/parsifal/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorfs%2Fparsifal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitorfs%2Fparsifal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorfs%2Fparsifal/lists"}