From 68326b0274fd2c9a6c0b5b330b66c5913cbc75bb Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sun, 17 Feb 2019 04:09:43 -0500 Subject: [PATCH] Fixed bug with profile and added content to the about page. --- public/about.html | 17 +++++++++++++---- public/js/profileGen.js | 5 ++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/public/about.html b/public/about.html index c6db7a5..22bf82e 100644 --- a/public/about.html +++ b/public/about.html @@ -46,7 +46,14 @@

- jeff this is where you can write a bunch about the project + This is an interactive website which allows you to make graphs of the github network. + Currently we have three types of graphs-- the most popular of which is our friends graph. + The friends graphs helps you visualize clusters of friends/collaborators on GitHub. + This can be used to spot clusters within organizations and schools. +

+

+ This is an open source project, all the source code can be found on github. + New collaborators are always welcomed; look at our github repository for contributing guidelines.

@@ -55,6 +62,8 @@

This project was completed in 24 hours for participation in BrickHack V at the Rochester Institute of Technology. + We hope that this project will make people more interested in learning about big data analytics. + The visual aspect of this website makes learning about topics such as clustering and graph databases more intuitive.

@@ -68,7 +77,7 @@

- did stuff + I did a large chunk of work with the backend pulling data from github and generating the graphs with visJS.

- also did stuff + Worked on pulling api data from github to create the mini profile display and some graphs.

- kinda did stuff + Worked on the front end design of the website and designed graphic art for this website.

" +
"; $("#"+container).html(html); }) }, () => { @@ -79,8 +79,7 @@ function parseOrgs(name) { resolve(orgs_final.join(" ")); }) }, (error) => { - console.error("error getting orgs"); - reject(error); + resolve([]); }); }) }