Giter Site home page Giter Site logo

athena-civic's Introduction

Athena - Civic Insight

Athena is a web application for better understanding the field of civic technology through an intuitive and interactive graphical network view. Nodes represent entities, which could consist of people or organizations involved in the field of civic technology. The links among the entities represent the types of relationships or connections these entities share.

Filtering options provide a unique method for visualizing certain aspects of the civic technology space.

Type of Entities Color Representation
For-Profit Green
Non-Profit Blue
Government Red
Individuals Orange
Type of Connections Color Representation
Investing Dark Green
Funding Purple
Collaboration Yellow
Data Pink

Cloning the Repository

	git clone https://github.com/microsoftny/athena-civic.git

Setting Up MySQL Database Locally

  1. Install MAMP (for MACOSX), WAMP (for Windows), LAMP (Linux) or XAMPP (multi-platform) stack.
  2. Turn on the stack's server.
  3. Inside a browser, type into the address bar "localhost/phpmyadmin" to access the database's dashboard.
  4. Establish local credentials via the "Users" tab and editing privileges:

Alt text Alt text Alt text Alt text

  1. Navigate to the config.inc file to retrieve your local database's credentials.

Alt text Alt text

  1. Edit the following piece of code in the app.js file based on the configurations found:
app.use(myConnection(mysql, {
  host: localhost,
  user: root,
  password: your_password,
  port: 3306,
  database: 'athena'
  }, 'request'));
  1. Execute the mysqllocal.js script to parse the database:
  node mysqllocal

Running Application

  1. Clone the repository to the current directory.
  2. Change the working directory to the directoy of the repository.
  3. Execute one of the two commands shown in the table below, depending on the machine's OS.

Running on localhost

Machine Command
Windows DEBUG=app ./bin/www
Mac npm start
  1. Inside a browser, type into the address bar "http://localhost:3000" to launch the application.

athena-civic's People

Contributors

adysevy avatar johnpaulfarmer avatar tsiege avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.