Skip to content

zuphilip/openapc-treemaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openapc-treemaps

openapc-treemaps implements a visual frontend for the OpenAPC project, which collects and disseminates information on fee-based Open Access publishing from participating universities and research institutes as part of the DFG-funded project INTACT. The data is provided by a small backend OLAP service named openapc-olap (GitHub). openapc-treemaps is based on the project OffenerHaushalt (GitHub) by the Open Knowlege Foundation.

Building the site

Build instructions are identical to the original project OffenerHaushalt. Requirements:

  • Python 2.x, virtualenv
  • node.js with npm, and global installs of: uglify-js, less, bower

When you have openapc-treemaps checked out, follow these steps:

bower install
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python setup.py develop

You can then run the site like a normal Flask application:

python treemaps/manage.py runserver

Having verified that the application work, you can build a frozen version of all the contents in this database by running:

python treemaps/manage.py freeze

This will make a plain HTML version of the visualizations.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.8%
  • JavaScript 37.7%
  • Python 14.3%
  • CSS 8.2%