Skip to content

A web app that enables the search of the capabilities of Universities and Research organisations, to allow Australia's future STEM work force and students to tailor there study decisions for specialty fields and equipment.

davidjguinane/scisearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README document contains and overview of the Scisearch application the steps required to isntall the SciSearch Application and Development Environement up and running.

Overview

SciSearch is a web application that guides students to specialised higher education and attracts both international acadmeics and businesses to easily find facilities and equipment in Queensland education centres that allows them to stay on the cutting edge of technology.

It is built using the API to Science capability directory provided by the Queensland Government.

Users select from the dropdown to query the API and SciSearch filters research facilities that meet the search requirements.

Exploring the facility will provide a detailed view of the facilitity, including address, website, an overview and a lsit of major facilities and equipment.

Version

Version: Development

Edit the README

Found an error? Something need updating? Edit the README using Markdown.

SciSearch Development Set Up

Dependencies

Setup a Virtual Environement - virtualenv

Install virtualenv with the following command:

$ pip install virtualenv

Create a /scisearch folder in desired directory:

$ mkdir scisearch
$ cd scisearch
$ virtualenv --no-site-packages <envname>

Activate virtualenv:

Unix:

$ source u-env/bin/activate    

Windows:

$ u-env\scripts\activate

You should now see () before your prompt, ()$, indicating that you're running within the 'u-env' virtualenv. To exit the virtualenv, type the following command:

$ deactivate

Then reactivate when you're ready to work again.

Using Package Management to install Dependencies

Navigate to the directory that contains requirements.txt, and run:

$ pip install -r requirements.txt 

Who do I talk to?

The repository owner is David Guinane. Contact david.j.guinane@gmail.com.

Install initial data using fixtures

$ python manage.py loadata query/fixtures/<fixturename>.json --settings=query.settings.dev

About

A web app that enables the search of the capabilities of Universities and Research organisations, to allow Australia's future STEM work force and students to tailor there study decisions for specialty fields and equipment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published