ResearchMate is an open-source Python package to manage and interact with ongoing researches.
The main goal is establishing a Django Application that offers different views and functionality that are relevant for every-day use by mostly-academic researchers.
- Free software: MIT License
These instructions will get you up and running on your local machine.
In order to run ResearchMate you should install:
- Download and Install Vagrant.
- Download and Install Virtual Box.
A step by step series that tell you how to get ResearchMate up and running:
- Clone the repository
- Open command prompt in ResearchMate directory
- Spin the environment using
vagrant up
- That's it! your virtual machine is up and running
- Go to http://localhost:3000 in your web browser
- You can enter the virtual machine by running
vagrant ssh
- When finished, run
vagrant destroy -f
to tear down the environment
NOTE: By running this command all changes on the virtual machine will be deleted.
- Python - Python is an interpreted, high-level, general-purpose programming language
- Vagrant - Vagrant is a tool for building and managing virtual machine environments in a single workflow
- Virtual Box - VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use
Contributions to this project is always welcome!
To join in, please follow the Contribution Guidelines.
TLDR:
- Explain your suggestion/bug so we'll know what your working on (open an issue)
- Fork the repository.
- Clone your fork locally.
- Install pre-commit hooks to avoid styling issues.
- Commit & push your changes to your fork.
- Create a Pull Request associated with your suggested issue.