fixing github links

This commit is contained in:
Oliver Kennedy 2018-11-27 15:08:10 -05:00
parent cda8361f78
commit 8b171cb42b

View file

@ -18,19 +18,19 @@ classes:
group:
- name: Christian Coffey
email: ccoffey@buffalo.edu
github: github.com/ccoffey1
github: ccoffey1
photo: "use GitHub photo"
- name: Daniel Goings
email: dcgoings@buffalo.edu
github: github.com/dcgoings
github: dcgoings
photo: "use GitHub photo"
- name: Daniel Sarlo
email: dsarlo@buffalo.edu
github: github.com/dsarlo
github: dsarlo
photo: "use GitHub photo"
- name: Doug Achkar
email: dachkar@buffalo.edu
github: github.com/dachkar
github: dachkar
photo: "use GitHub photo"
- title: QR Attendance
description: >
@ -95,12 +95,12 @@ classes:
- name: Pratibha Arjun Barsale Contact
phone: +1 716 816 9118
email: pbarsale@buffalo.edu
github: "https://www.github.com/pbarsale"
github: "pbarsale"
photo: https://photos.app.goo.gl/ucEEVcEoyMkENNDu7
- name: Priyanka Manoj Naik
phone: +1 716 717 2139
email: pnaik5@buffalo.edu
github: "https://github.com/naikpriyanka"
github: "naikpriyanka"
photo : https://photos.app.goo.gl/jSz5pFqAAWGAVZTf8
- title: Happiness Experiment
description: >
@ -115,11 +115,11 @@ classes:
group:
- name: Ajaysai Potluri
email: ajaysaip@buffalo.edu
linkedin: "https://www.linkedin.com/in/ajaysaipotluri/"
linkedin: "ajaysaipotluri"
picture: "https://drive.google.com/file/d/1SEq1FkPo3s7xH7iBX_-FwqcNMFDiNIZH/view?usp=sharing"
- name: Teja Mvsr
email: vasantas@buffalo.edu
linkedin: "https://www.linkedin.com/in/teja-mvsr-71783a79/"
linkedin: "teja-mvsr-71783a79"
picture: "https://drive.google.com/file/d/1vEJXdWgbFmhqzh5kB4-2PCoGHldmbq9N/view?usp=sharing"
- title: "Trading Algorithm: Looking for Predictive Value in Twitter Data"
description: >
@ -128,10 +128,10 @@ classes:
group:
- name: Kaushik Panneerselvam
email: kpanneer@buffalo.edu;
github: "https://github.com/kaushikpselvam"
github: "kaushikpselvam"
- name: Veerappan Saravanan
email: veerappa@buffalo.edu
github: "https://github.com/veera93"
github: "veera93"
- title: Secured Publish-Subscribe System
description: >
A system level implementation like MQTT for a secured Publish-Subscribe system and deploying it on cloud, making use of multiple instances.
@ -199,12 +199,12 @@ classes:
group:
- name: Aditya Subramanian Muralidaran
email: adityasu@buffalo.edu
linkedin: "https://www.linkedin.com/in/adityasub/"
github: "https://github.com/adityamuralidaran"
linkedin: "adityasub"
github: "adityamuralidaran"
- name: Bharadwaj Parthasarathy
email: bparthas@buffalo.edu
linkedin: "https://www.linkedin.com/in/bparthas/"
github: "https://github.com/pbharad"
linkedin: "bparthas"
github: "pbharad"
- title: Credible Fandom
description: >
A new social network for sports fans where they can not only interact with one another, but also place predictions for sporting events to show off their knowledge of sports and develop their credibility score.
@ -212,7 +212,7 @@ classes:
group:
- name: Aamel Unia
email: aameluni@buffalo.edu
linkedin: "https://www.linkedin.com/in/aamelunia/"
linkedin: "aamelunia"
- title: Choreographic Lineage
description: The next 🦄
registered: yes
@ -237,9 +237,9 @@ classes:
group:
- name: Karan Luthra
photo: "https://photos.app.goo.gl/aho9XwFq8KeZP9EQ8"
linkedin: karanluthra.in
linkedin: karanluthra
email: karanluthra06@gmail.com
github: "https://github.com/karanluthra"
github: "karanluthra"
- title: Decentralized IoT
description: >
An orchestration manager for a decentralized IoT application. Instead of IoT devices relying on cloud for control and actions, they should be able to communicate with each other and decide on a possible actions given a set of inputs/events.
@ -274,19 +274,19 @@ classes:
group:
- name: Alexander Beloglazov
email: abelogla@buffalo.edu
github: https://github.com/noxik
github: noxik
photo: "https://drive.google.com/open?id=1R2vesIwZ9ma6s9BHOqcMUKt5yhiBpCSY"
- name: Sandeep Kumar
email: skumar28@buffalo.edu
github: https://github.com/skumar28
github: skumar28
photo: "https://avatars0.githubusercontent.com/u/31451112?s=400&u=c0fb41f5c3aa8b411902155f1213612230ae9f51&v=4"
- name: Venkata Krishnan Anantha Raman
email: va34@buffalo.edu
github: https://github.com/venkatsvpr
github: venkatsvpr
photo: "https://venkatsvpr.github.io/assets/images/new.jpg"
- name: Vikram Singh
email: vsingh25@buffalo.edu
github: https://github.com/vikramsinghh1
github: vikramsinghh1
photo: "https://drive.google.com/file/d/1DCJPWJwBLkeJwoYguvja5GhFr49I8bZb/view?usp=sharing"
- title: Human Action Detection and Recognition
description: The next 🦄
@ -381,8 +381,8 @@ def render_student(data)
txt = data["name"]
tags = [
["github", "G", "https://"],
["linkedin", "L", "https://"],
["github", "G", "https://github.com/"],
["linkedin", "L", "https://www.linkedin.com/in/"],
["email", "@", "mailto:"]
].map do |key, tag, prefix|
"<a href=\"#{prefix}#{data[key]}\">#{tag}</a>" if data.include? key
@ -405,7 +405,7 @@ project_id = 0
<dl style="margin-left: 20px;">
<% groups.each do |group_data|
project = group_data["title"]
project = "<a href=\"#{project["url"]}\">#{project}</a>" if group_data.include? "url"
project = "<a href=\"#{group_data["url"]}\">#{project}</a>" if group_data.include? "url"
team = group_data["group"]
%>
<dt style="display: inline-block; "><b><%= project_id += 1 %>.</b> <%= project %></dt>