From bef1482ec9c47bb0cb6f7be0b28b1d8d18cf904a Mon Sep 17 00:00:00 2001 From: Ziwei Li Date: Wed, 10 Apr 2024 04:29:57 -0400 Subject: [PATCH] added about us page --- _data/navigation.yml | 2 ++ pages/about_us/index.md | 35 +++++++++++++++++++++++++++++++++++ pages/index.md | 10 ---------- 3 files changed, 37 insertions(+), 10 deletions(-) create mode 100644 pages/about_us/index.md diff --git a/_data/navigation.yml b/_data/navigation.yml index 498410f..50f327b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,6 +6,8 @@ main: url: "/astra-sim-docs/index.html" - title: "Tutorials" url: "/tutorials" + - title: "About Us" + url: "/about_us" # Sidebar (Left) docs: diff --git a/pages/about_us/index.md b/pages/about_us/index.md new file mode 100644 index 0000000..2a7e9d8 --- /dev/null +++ b/pages/about_us/index.md @@ -0,0 +1,35 @@ +--- +layout: single +title: "About Us" +permalink: /about_us +--- + +## Maintainers +* Tushar Krishna (Georgia Tech) +* Saeed Rashidi (Hewlett Packard) +* Srinivas Sridharan (NVIDIA) +* William Won (Georgia Tech) +* Taekyung Heo (NVIDIA) +* Jinsun Yoo (Georgia Tech) +* Joongun Park (Georgia Tech) +* Changhai Man (Georgia Tech) +* Divya Kiran Kadiyala (Georgia Tech) + +## Workload Layer Contributors +- Taekyung Heo +- Saeed Rashidi + +## System Layer Contributors +- name +- name + +## Network Layer Contributors +- Jinsun Yoo + +## Compute Layer Contributors +- name + +## Remote Memory Layer Contributors +- name + +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fastra-sim.github.io%2Fabout_us&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Visitor&edge_flat=false)](https://hits.seeyoufarm.com) \ No newline at end of file diff --git a/pages/index.md b/pages/index.md index ced62b2..641dcc0 100644 --- a/pages/index.md +++ b/pages/index.md @@ -93,13 +93,3 @@ The full description of the tool and its strength can be found in these papers. [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fastra-sim%2Fastra-sim.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Visitor&edge_flat=false)](https://hits.seeyoufarm.com) -## Maintainers -* Tushar Krishna (Georgia Tech) -* Saeed Rashidi (Hewlett Packard) -* Srinivas Sridharan (NVIDIA) -* William Won (Georgia Tech) -* Taekyung Heo (NVIDIA) -* Jinsun Yoo (Georgia Tech) -* Joongun Park (Georgia Tech) -* Changhai Man (Georgia Tech) -* Divya Kiran Kadiyala (Georgia Tech)