From 24fd736944a7a8f1b330305b48c5e4399d07ffbe Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Tue, 8 Dec 2015 08:58:28 -0500 Subject: [PATCH] Arindam's url and auto-pull on fetch --- Makefile | 2 ++ src/metadata/lab.json | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a95dd674..630b2ed5 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ all: fetch: @if [ -f $(BIO_DIR)/Rakefile ] ; then \ + echo "Fetching Updates"; \ + git pull;\ echo "Building JSON"; \ rake -f $(BIO_DIR)/Rakefile -E "Dir.chdir(File.expand_path '$(BIO_DIR)')" okennedy.json;\ cp $(BIO_DIR)/okennedy.json src/metadata/;\ diff --git a/src/metadata/lab.json b/src/metadata/lab.json index a760d821..85e8a979 100644 --- a/src/metadata/lab.json +++ b/src/metadata/lab.json @@ -32,7 +32,8 @@ "status" : "PhD", "projects" : ["insider-threats"], "ubit" : "ducthanh", - "advisor" : ["Varun Chandola"] + "advisor" : ["Varun Chandola"], + "link" : "http://www.cse.buffalo.edu/~ducthanh/" }, "Poonam Kumari" : { "status" : "PhD", @@ -57,7 +58,8 @@ "Arindam Nandi" : { "status" : "MS", "projects" : ["mimir"], - "ubit" : "arindamn" + "ubit" : "arindamn", + "link" : "http://legacy25.github.io/about.html" }, "Vinayak Karuppasamy" : { "status" : "MS",