Skip to content

Commit b5a41ef

Browse files
Fixed color
1 parent 41e1c56 commit b5a41ef

File tree

278 files changed

+611
-1157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+611
-1157
lines changed

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
www.sysnets.github.io
1+
www.allanlab.org

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
gem "github-pages", group: :jekyll_plugins
1+
gem 'github-pages'
22
source 'https://rubygems.org'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.2.1)
4+
activesupport (8.0.2)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,6 +13,7 @@ GEM
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1617
addressable (2.8.7)
1718
public_suffix (>= 2.0.2, < 7.0)
1819
base64 (0.2.0)

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# SysNetS Lab Website
1+
# Khwarizmi Lab @ UMass Amherst
22

3-
This is the website of our academic research group at the University of Texas at Dallas.
4-
5-
This website is powered by Jekyll and some Bootstrap, Bootwatch. We tried to make it simple yet adaptable, so that it is easy for you to use it as a template. Plese feel free to copy and modify for your own purposes. You don't have to link to us or mention us (but of course we appreciate it).
6-
7-
Go to *aboutwebsite.md* to learn how to copy and modidy this page for your purpose.
8-
9-
10-
Copyright SysNetS Lab. Code released under the MIT License.
3+
This is the website of our academic research group in the Department of Electrical and Computer Engineering at University of Massachusetts Amherst, MA.
114

5+
Copyright Advanced Computing Lab. Code released under the MIT License.

_config.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,12 @@
66
# 'jekyll serve'. If you change this file, please restart the server process.
77

88
# Site settings
9-
title: SysNetS Lab
10-
email: sysnets.research.lab@gmail.com
9+
title: Khwarizmi Lab
10+
email: taqi@umass.edu
1111
description: > # this means to ignore newlines until "baseurl:"
12-
Website of SysNetS Lab.
12+
Website of the Khwarizmi Lab at The University of Massachusetts Amherst.
1313
baseurl: ""
1414
url: ""
15-
github_username: SysNetS
16-
twitter_username: SysNetS
17-
# google_analytics: UA-12345678-1
18-
# disqus_shortname: sysnets
19-
# paginate: 5
20-
# paginate_path: "/page:num/"
21-
# timezone: "UTC"
22-
23-
2415

2516
include:
2617
- .htaccess

_data/alumni_bsc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# - name: Vishnu Saj (IIT), Spring 2017

_data/alumni_members.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
# - name: Gijsbert Verdoes
2-
# photo: verdoes.jpg
3-
# duration: In the SysNetS Lab 2015 - 2018, now Project manager at the FMD
4-
# info: Fine mechanical engineer associated with the FMD working in our group
5-
# email: verdoes@fmd.physics.leidenuniv.nl
6-
# number_educ: 1
7-
# education1: Leidse instrumentmakers School
8-
# education2:
9-
# education3:
10-
# education4:
1+
- name: Yutong Liu, 2021-2023

_data/alumni_msc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# - name: Maarten Leeuwenhoek, Spring 2015
1+
- name: Varun Iyer, Spring 2022
2+
3+
- name: Saitarun Thirumalai, Spring 2022

_data/alumni_visitors.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# - name: Nikolaos Iliopoulos, Spring 2016

_data/bsc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Mohammad Arham, Spring 2024
2+
3+
- name: Ken Su, Spring 2024

0 commit comments

Comments
 (0)