Jobs Analysis using Machine Information Extraction

Jobs Analysis using Machine Information Extraction (JAMIE) is a tool that aims to monitor and analyse the number of academic jobs, mainly in the UK, that require software skills.

Jamie is hosted on GitHub. This page provides the API, or developer documentation for jamie.

Quickstart

Jamie is available on GNU/Linux, MacOS and Windows. To install using pip:

git clone -b jamie git@github.com:softwaresaved/jobs-analysis.git
cd jobs-analysis
python3 -m venv venv
source venv/bin/activate
pip install .

See the Workflow for more information about how to use Jamie, or look at the API documentation if you want to use Jamie from a Python environment (such as a Jupyter notebook), or dive into the detailed methodology in Methods.