An open API service indexing awesome lists of open source software.

https://github.com/jplusplus/wikileaks-secret-tpp-agreement

The map uses the information contained in the bracketed proposals embedded in the TPP-IP draft of 30 August 2013 to show the relative alignment of countries whilst negotiating the secret TPP agreement, specifically in relation to other countries' positions. The line width reflects the number of times two countries were in alignment.
https://github.com/jplusplus/wikileaks-secret-tpp-agreement

Last synced: 10 months ago
JSON representation

The map uses the information contained in the bracketed proposals embedded in the TPP-IP draft of 30 August 2013 to show the relative alignment of countries whilst negotiating the secret TPP agreement, specifically in relation to other countries' positions. The line width reflects the number of times two countries were in alignment.

Awesome Lists containing this project

README

          

Wikileaks Secret TPP Agreement
==============================

Nov 2013

[![Screenshot](screenshot.png)](http://wikileaks.org/US-Australia-isolated-in-TPP.html)

## Installation

**a. Requirements**
```bash
sudo apt-get install build-essential git-core python python-pip python-dev
sudo pip install virtualenv
```

**b. Download the project**
```bash
git clone git@github.com:jplusplus/wikileaks-secret-tpp-agreement.git
cd wikileaks-secret-tpp-agreement
```

**c. Install**
```bash
make install
```

## Run Web Application
```bash
make run
```

Then visit [http://localhost:5000](http://localhost:5000)