diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 000000000..78ecb1090
Binary files /dev/null and b/.DS_Store differ
diff --git a/.gitignore b/.gitignore
index c08f9add7..c43f5b5e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-_site
\ No newline at end of file
+_site
+
+.vscode/
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..428fe725f
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,4 @@
+{
+ "html.format.enable": true,
+ "css.format.enable": false
+}
\ No newline at end of file
diff --git a/CNAME b/CNAME
new file mode 100644
index 000000000..588576342
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+www.allanlab.org
\ No newline at end of file
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 000000000..47867dc34
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,37 @@
+source "https://rubygems.org"
+# Hello! This is where you manage which Jekyll version is used to run.
+# When you want to use a different version, change it below, save the
+# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
+#
+# bundle exec jekyll serve
+#
+# This will help ensure the proper Jekyll version is running.
+# Happy Jekylling!
+# gem "jekyll", "~> 4.1.1"
+# This is the default theme for new Jekyll sites. You may change this to anything you like.
+gem "minima", "~> 2.5"
+# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
+# uncomment the line below. To upgrade, run `bundle update github-pages`.
+gem "github-pages", group: :jekyll_plugins
+# If you have any plugins, put them here!
+group :jekyll_plugins do
+ # gem "jekyll-feed", "~> 0.12"
+end
+
+# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
+# and associated library.
+platforms :mingw, :x64_mingw, :mswin, :jruby do
+ gem "tzinfo", "~> 1.2"
+ gem "tzinfo-data"
+end
+
+# Performance-booster for watching directories on Windows
+gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
+
+gem 'bootstrap', '~> 4.5.2'
+gem 'jekyll-seo-tag'
+gem 'jekyll-sitemap'
+# gem "github-pages", "~> 207", group: :jekyll_plugins
+# gem 'jekyll-autoprefixer'
+# gem 'therubyracer'
+gem "webrick", "~> 1.7"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 000000000..c350b4112
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,398 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ actionpack (7.2.1)
+ actionview (= 7.2.1)
+ activesupport (= 7.2.1)
+ nokogiri (>= 1.8.5)
+ racc
+ rack (>= 2.2.4, < 3.2)
+ rack-session (>= 1.0.1)
+ rack-test (>= 0.6.3)
+ rails-dom-testing (~> 2.2)
+ rails-html-sanitizer (~> 1.6)
+ useragent (~> 0.16)
+ actionview (7.2.1)
+ activesupport (= 7.2.1)
+ builder (~> 3.1)
+ erubi (~> 1.11)
+ rails-dom-testing (~> 2.2)
+ rails-html-sanitizer (~> 1.6)
+ activesupport (7.2.1)
+ base64
+ bigdecimal
+ concurrent-ruby (~> 1.0, >= 1.3.1)
+ connection_pool (>= 2.2.5)
+ drb
+ i18n (>= 1.6, < 2)
+ logger (>= 1.4.2)
+ minitest (>= 5.1)
+ securerandom (>= 0.3)
+ tzinfo (~> 2.0, >= 2.0.5)
+ addressable (2.8.7)
+ public_suffix (>= 2.0.2, < 7.0)
+ autoprefixer-rails (10.4.19.0)
+ execjs (~> 2)
+ base64 (0.2.0)
+ bigdecimal (3.1.8)
+ bootstrap (4.5.3)
+ autoprefixer-rails (>= 9.1.0)
+ popper_js (>= 1.14.3, < 2)
+ sassc-rails (>= 2.0.0)
+ builder (3.3.0)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.12.2)
+ colorator (1.1.0)
+ commonmarker (0.23.10)
+ concurrent-ruby (1.3.4)
+ connection_pool (2.4.1)
+ crass (1.0.6)
+ csv (3.3.0)
+ dnsruby (1.72.2)
+ simpleidn (~> 0.2.1)
+ drb (2.2.1)
+ em-websocket (0.5.3)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0)
+ erubi (1.13.0)
+ ethon (0.16.0)
+ ffi (>= 1.15.0)
+ eventmachine (1.2.7)
+ execjs (2.9.1)
+ faraday (2.11.0)
+ faraday-net_http (>= 2.0, < 3.4)
+ logger
+ faraday-net_http (3.3.0)
+ net-http
+ ffi (1.17.0-aarch64-linux-gnu)
+ ffi (1.17.0-aarch64-linux-musl)
+ ffi (1.17.0-arm-linux-gnu)
+ ffi (1.17.0-arm-linux-musl)
+ ffi (1.17.0-arm64-darwin)
+ ffi (1.17.0-x86-linux-gnu)
+ ffi (1.17.0-x86-linux-musl)
+ ffi (1.17.0-x86_64-darwin)
+ ffi (1.17.0-x86_64-linux-gnu)
+ ffi (1.17.0-x86_64-linux-musl)
+ forwardable-extended (2.6.0)
+ gemoji (4.1.0)
+ github-pages (232)
+ github-pages-health-check (= 1.18.2)
+ jekyll (= 3.10.0)
+ jekyll-avatar (= 0.8.0)
+ jekyll-coffeescript (= 1.2.2)
+ jekyll-commonmark-ghpages (= 0.5.1)
+ jekyll-default-layout (= 0.1.5)
+ jekyll-feed (= 0.17.0)
+ jekyll-gist (= 1.5.0)
+ jekyll-github-metadata (= 2.16.1)
+ jekyll-include-cache (= 0.2.1)
+ jekyll-mentions (= 1.6.0)
+ jekyll-optional-front-matter (= 0.3.2)
+ jekyll-paginate (= 1.1.0)
+ jekyll-readme-index (= 0.3.0)
+ jekyll-redirect-from (= 0.16.0)
+ jekyll-relative-links (= 0.6.1)
+ jekyll-remote-theme (= 0.4.3)
+ jekyll-sass-converter (= 1.5.2)
+ jekyll-seo-tag (= 2.8.0)
+ jekyll-sitemap (= 1.4.0)
+ jekyll-swiss (= 1.0.0)
+ jekyll-theme-architect (= 0.2.0)
+ jekyll-theme-cayman (= 0.2.0)
+ jekyll-theme-dinky (= 0.2.0)
+ jekyll-theme-hacker (= 0.2.0)
+ jekyll-theme-leap-day (= 0.2.0)
+ jekyll-theme-merlot (= 0.2.0)
+ jekyll-theme-midnight (= 0.2.0)
+ jekyll-theme-minimal (= 0.2.0)
+ jekyll-theme-modernist (= 0.2.0)
+ jekyll-theme-primer (= 0.6.0)
+ jekyll-theme-slate (= 0.2.0)
+ jekyll-theme-tactile (= 0.2.0)
+ jekyll-theme-time-machine (= 0.2.0)
+ jekyll-titles-from-headings (= 0.5.3)
+ jemoji (= 0.13.0)
+ kramdown (= 2.4.0)
+ kramdown-parser-gfm (= 1.1.0)
+ liquid (= 4.0.4)
+ mercenary (~> 0.3)
+ minima (= 2.5.1)
+ nokogiri (>= 1.16.2, < 2.0)
+ rouge (= 3.30.0)
+ terminal-table (~> 1.4)
+ webrick (~> 1.8)
+ github-pages-health-check (1.18.2)
+ addressable (~> 2.3)
+ dnsruby (~> 1.60)
+ octokit (>= 4, < 8)
+ public_suffix (>= 3.0, < 6.0)
+ typhoeus (~> 1.3)
+ html-pipeline (2.14.3)
+ activesupport (>= 2)
+ nokogiri (>= 1.4)
+ http_parser.rb (0.8.0)
+ i18n (1.14.5)
+ concurrent-ruby (~> 1.0)
+ io-console (0.7.2)
+ irb (1.14.0)
+ rdoc (>= 4.0.0)
+ reline (>= 0.4.2)
+ jekyll (3.10.0)
+ addressable (~> 2.4)
+ colorator (~> 1.0)
+ csv (~> 3.0)
+ em-websocket (~> 0.5)
+ i18n (>= 0.7, < 2)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 2.0)
+ kramdown (>= 1.17, < 3)
+ liquid (~> 4.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (>= 1.7, < 4)
+ safe_yaml (~> 1.0)
+ webrick (>= 1.0)
+ jekyll-avatar (0.8.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-coffeescript (1.2.2)
+ coffee-script (~> 2.2)
+ coffee-script-source (~> 1.12)
+ jekyll-commonmark (1.4.0)
+ commonmarker (~> 0.22)
+ jekyll-commonmark-ghpages (0.5.1)
+ commonmarker (>= 0.23.7, < 1.1.0)
+ jekyll (>= 3.9, < 4.0)
+ jekyll-commonmark (~> 1.4.0)
+ rouge (>= 2.0, < 5.0)
+ jekyll-default-layout (0.1.5)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-feed (0.17.0)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-gist (1.5.0)
+ octokit (~> 4.2)
+ jekyll-github-metadata (2.16.1)
+ jekyll (>= 3.4, < 5.0)
+ octokit (>= 4, < 7, != 4.4.0)
+ jekyll-include-cache (0.2.1)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-mentions (1.6.0)
+ html-pipeline (~> 2.3)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-optional-front-matter (0.3.2)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-paginate (1.1.0)
+ jekyll-readme-index (0.3.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-redirect-from (0.16.0)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-relative-links (0.6.1)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-remote-theme (0.4.3)
+ addressable (~> 2.0)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
+ rubyzip (>= 1.3.0, < 3.0)
+ jekyll-sass-converter (1.5.2)
+ sass (~> 3.4)
+ jekyll-seo-tag (2.8.0)
+ jekyll (>= 3.8, < 5.0)
+ jekyll-sitemap (1.4.0)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-swiss (1.0.0)
+ jekyll-theme-architect (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-cayman (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-dinky (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-hacker (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-leap-day (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-merlot (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-midnight (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-minimal (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-modernist (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-primer (0.6.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-github-metadata (~> 2.9)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-slate (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-tactile (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-time-machine (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-titles-from-headings (0.5.3)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-watch (2.2.1)
+ listen (~> 3.0)
+ jemoji (0.13.0)
+ gemoji (>= 3, < 5)
+ html-pipeline (~> 2.2)
+ jekyll (>= 3.0, < 5.0)
+ kramdown (2.4.0)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
+ liquid (4.0.4)
+ listen (3.9.0)
+ rb-fsevent (~> 0.10, >= 0.10.3)
+ rb-inotify (~> 0.9, >= 0.9.10)
+ logger (1.6.1)
+ loofah (2.22.0)
+ crass (~> 1.0.2)
+ nokogiri (>= 1.12.0)
+ mercenary (0.3.6)
+ minima (2.5.1)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-feed (~> 0.9)
+ jekyll-seo-tag (~> 2.1)
+ minitest (5.25.1)
+ net-http (0.4.1)
+ uri
+ nokogiri (1.16.7-aarch64-linux)
+ racc (~> 1.4)
+ nokogiri (1.16.7-arm-linux)
+ racc (~> 1.4)
+ nokogiri (1.16.7-arm64-darwin)
+ racc (~> 1.4)
+ nokogiri (1.16.7-x86-linux)
+ racc (~> 1.4)
+ nokogiri (1.16.7-x86_64-darwin)
+ racc (~> 1.4)
+ nokogiri (1.16.7-x86_64-linux)
+ racc (~> 1.4)
+ octokit (4.25.1)
+ faraday (>= 1, < 3)
+ sawyer (~> 0.9)
+ pathutil (0.16.2)
+ forwardable-extended (~> 2.6)
+ popper_js (1.16.1)
+ psych (5.1.2)
+ stringio
+ public_suffix (5.1.1)
+ racc (1.8.1)
+ rack (3.1.7)
+ rack-session (2.0.0)
+ rack (>= 3.0.0)
+ rack-test (2.1.0)
+ rack (>= 1.3)
+ rackup (2.1.0)
+ rack (>= 3)
+ webrick (~> 1.8)
+ rails-dom-testing (2.2.0)
+ activesupport (>= 5.0.0)
+ minitest
+ nokogiri (>= 1.6)
+ rails-html-sanitizer (1.6.0)
+ loofah (~> 2.21)
+ nokogiri (~> 1.14)
+ railties (7.2.1)
+ actionpack (= 7.2.1)
+ activesupport (= 7.2.1)
+ irb (~> 1.13)
+ rackup (>= 1.0.0)
+ rake (>= 12.2)
+ thor (~> 1.0, >= 1.2.2)
+ zeitwerk (~> 2.6)
+ rake (13.2.1)
+ rb-fsevent (0.11.2)
+ rb-inotify (0.11.1)
+ ffi (~> 1.0)
+ rdoc (6.7.0)
+ psych (>= 4.0.0)
+ reline (0.5.9)
+ io-console (~> 0.5)
+ rexml (3.3.7)
+ rouge (3.30.0)
+ rubyzip (2.3.2)
+ safe_yaml (1.0.5)
+ sass (3.7.4)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ sassc (2.4.0)
+ ffi (~> 1.9)
+ sassc-rails (2.1.2)
+ railties (>= 4.0.0)
+ sassc (>= 2.0)
+ sprockets (> 3.0)
+ sprockets-rails
+ tilt
+ sawyer (0.9.2)
+ addressable (>= 2.3.5)
+ faraday (>= 0.17.3, < 3)
+ securerandom (0.3.1)
+ simpleidn (0.2.3)
+ sprockets (4.2.1)
+ concurrent-ruby (~> 1.0)
+ rack (>= 2.2.4, < 4)
+ sprockets-rails (3.5.2)
+ actionpack (>= 6.1)
+ activesupport (>= 6.1)
+ sprockets (>= 3.0.0)
+ stringio (3.1.1)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
+ thor (1.3.2)
+ tilt (2.4.0)
+ typhoeus (1.4.1)
+ ethon (>= 0.9.0)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
+ unicode-display_width (1.8.0)
+ uri (0.13.1)
+ useragent (0.16.10)
+ webrick (1.8.1)
+ zeitwerk (2.6.18)
+
+PLATFORMS
+ aarch64-linux
+ aarch64-linux-gnu
+ aarch64-linux-musl
+ arm-linux
+ arm-linux-gnu
+ arm-linux-musl
+ arm64-darwin
+ x86-linux
+ x86-linux-gnu
+ x86-linux-musl
+ x86_64-darwin
+ x86_64-linux
+ x86_64-linux-gnu
+ x86_64-linux-musl
+
+DEPENDENCIES
+ bootstrap (~> 4.5.2)
+ github-pages
+ jekyll-seo-tag
+ jekyll-sitemap
+ minima (~> 2.5)
+ tzinfo (~> 1.2)
+ tzinfo-data
+ wdm (~> 0.1.1)
+ webrick (~> 1.7)
+
+BUNDLED WITH
+ 2.5.18
diff --git a/README.md b/README.md
index 2defffd56..59f4e12ad 100644
--- a/README.md
+++ b/README.md
@@ -1,83 +1,24 @@
-Solid. A Bootstrap theme for Jekyll.
-============
-
+# How to develop this site locally??
-This is a [Jekyll](http://jekyllrb.com/) port of the [Solid theme](http://www.blacktie.co/2014/05/solid-multipurpose-theme/) by [blacktie.co](http://www.blacktie.co/). Visit the [live demo](https://st4ple.github.io/solid-jekyll/) for a preview.
+1. Use [this](https://jekyllrb.com/docs/installation/windows/) link, follow the instructions and install stuffs.
+2. Open cmd and run `gem install bundler`.
+3. Open the directory of the project and run `bundle install`.
+4. Run `bundle exec jekyll serve`
+5. Install additional gems if error occurs. I executed `gem install faraday-retry` and `bundle add webrick`
-## Usage
+# Adding new members
+1. Add your picture in one of the appropriate directory of `assets/img/members`.
-This theme can be customized, built and published straight from GitHub, thanks to [GitHub Pages](https://pages.github.com/). A local installation of Jekyll isn't even necessary!
+2. Add the description in the `_config.yml` file. You will find grad and undergrad students. Follow the style and add yours. the `team.html` uses these lists of `_config.yml` and render the member list in the UI.
+ ```
+ - name: "Your name"
+ position: "Your position"
+ img: "Name of the image you have saved in step 1 with extension, e.g., png, jpg"
+ details_link: "Name of your personal file without the extension. This file will be created in step-3"
+ ```
-[Fork this repository](https://github.com/st4ple/solid-jekyll/fork) to get started.
-#### Customize
-Most general settings and data like site name, colors, address, etc. can be configured and changed right in the main config file: `/_config.yml`
-The content of the Home page can be changed here: `/home.html`
-The content of the About page can be changed here: `/about.html`
-The content of the Portfolio page can be changed here:`/portfolio.html`
-The content of the Contact page can be changed here:`/contact.html`
-#### Add content
-Delete the demo content and publish your own content.
-##### Blog post
-Create a Blog post by creating a file called `yyyy-mm-dd-name-of-post-like-this.markdown` in the `/_posts/blog/` directory with the following template:
-```markdown
----
-layout: post #important: don't change this
-title: "Name of post like this"
-date: yyyy-mm-dd hh:mm:ss
-author: Name
-categories:
-- blog #important: leave this here
-- category1
-- category2
-- ...
-img: post01.jpg #place image (850x450) with this name in /assets/img/blog/
-thumb: thumb01.jpg #place thumbnail (70x70) with this name in /assets/img/blog/thumbs/
----
-This text will appear in the excerpt "post preview" on the Blog page that lists all the posts.
-
-This text will not be shown in the excerpt because it is after the excerpt separator.
-```
-##### Project post
-Create a Project post to go in your Portfolio by creating a file called `yyyy-mm-dd-name-of-the-project.markdown` in the `/_posts/project/` directory with the following template:
-```markdown
----
-layout: project #important: don't change this
-title: "Name of the project"
-date: yyyy-mm-dd hh:mm:ss
-author: Name
-categories:
-- project #important: leave this here
-img: portfolio_10.jpg #place image (600x450) with this name in /assets/img/project/
-thumb: thumb02.jpg
-carousel:
-- single01.jpg #place image (1280x600) with this name in /assets/img/project/carousel/
-- single02.jpg
-- ...
-client: Company XY
-website: http://www.internet.com
----
-#### This is a heading
-This is a regular paragraph. Write as much as you like.
-```
-##### Question entry
-Create a Question entry (that is listed in the Frequently Asked section on the Home page) in this directory by creating a file called `yyyy-mm-dd-do-i-have-a-question.markdown` in the `/_posts/project/` directory with the following template:
-```markdown
----
-layout: question
-title: "Do I have a question?"
-date: yyyy-mm-dd hh:mm:ss
-author: First Last
-categories:
-- question #important: leave this here
----
-#### Can I use this theme for my website?
-Of course you can!
-```
-#### Publish
-To publish with [GitHub Pages](https://pages.github.com/), simply create a branch called `gh-pages`in your repository. GitHub will build your site automatically and publish it at `http://yourusername.github.io/repositoryname/`.
-If there are problems with loading assets like CSS files and images, make sure that the `baseurl` in the `_config.yml`is set correctly (it should say `/repositoryname`).
+3. In the folder `_team_members` add your personal page in the appropriate directory, e.g. graduate, undergrad. Copy this [template]("https://github.com/PERSUE-Lab-ASU/persue-lab-asu.github.io/blob/master/_team_members/template-for-new-member.markdown"), rename and update with your information.
+
+This is a modified verion of **Solid. A Bootstrap theme for Jekyll**
-If you want to host your website somewhere else than GitHub (or just would like to customize and build your site locally), please check out the [Jekyll documentation](http://jekyllrb.com/).
-## License
-This theme is licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
diff --git a/_config.yml b/_config.yml
index 45e1a5b59..04981f5ea 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,117 +1,307 @@
-### GENERAL SETTINGS ###
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your whole blog, values
+# which you are expected to set up once and rarely need to edit after that.
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# 'jekyll serve'. If you change this file, please restart the server process
# Site settings
-title: SOLID.
-description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
-analytics: #Google analytics code in the format XX-nnnnnnnn-n
-baseurl: "" #important: start with /
-url: "http://yourdomain.com"
+title: 'PERSUE: PrivatE, Reliable and SecUrE Computing Lab'
+title_abbreviation: PERSUE
+email: your-email@domain.com
+description: Website for the PERSUE Lab, School of Computing and Augmented
+ Intelligence at Arizona State University.
+analytics: null #Google analytics code in the format XX-nnnnnnnn-n
+baseurl: '' #important: start with /
+url: http://privacy-and-security-lab.github.io
-# Build settings
+include:
+ - .htaccess
+ - _pages
+
+sass:
+ sass_dir: _sass
+
+# Conversion
markdown: kramdown
-permalink: /:categories/:title/
-excerpt_separator: #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
-
-colors: #in hex code if not noted else
- primary: "#00b3fe" #"#F70031"
- primary_rgb: "0,179,254" #"247,0,49" #rgb of the primary. Needed in some places for the transparency effect.
- secondary: "#384452" #"#33004D"
- link: "#428bca"
- link_hover: "#01b2fe"
- footer_heading: "#ffffff"
- footer_content: "#bfc9d3"
-
-# Making projects separate from posts
+highlighter: rouge
+lsi: false
+excerpt_separator: ""
+incremental: false
+
+# Markdown Processing
+kramdown:
+ input: GFM
+ hard_wrap: false
+ auto_ids: true
+ footnote_nr: 1
+ entity_output: as_char
+ toc_levels: 1..6
+ smart_quotes: lsquo,rsquo,ldquo,rdquo
+ enable_coderay: false
+ parse_block_html: true # default for kramdown is false. This will enable using Markdown links
+
collections:
- projects:
+ team_members:
output: true
- permalink: /projects/:title/
- questions:
+ permalink: /team/:title/
+ project_details:
output: true
- permalink: /questions/:title/
-
-### CONTACT SETTINGS ###
-
-# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
-social:
- - title: dribbble
- url:
- - title: facebook
- url:
- - title: twitter
- url:
- - title: instagram
- url:
- - title: tumblr
- url:
-
-# Postal address (add as many lines as necessary). Shown in footer and on Contact page.
-address:
- - lines:
- - Some Ave, 987,
- - 23890, New York,
- - United States.
-email: hello@solidtheme.com
-tel: +34 8493-4893
-
-
-### GENERAL DATA FOR VARIOUS LOCATIONS ###
-
-# Members information. Shown on About page.
-members:
- - name: Mark Webber
- position: CEO
- text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- img: team01.jpg
- social:
- - title: envelope #use for email address
- url: mailto:name@domain.com
- - title: twitter
- url: http://twitter.com/handle
- - name: Paul Jameson
- position: Lead Designer
- text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- img: team02.jpg
- social:
- - title: envelope #use for email address
- url: mailto:name@domain.com
- - title: twitter
- url: http://twitter.com/handle
- - name: Laura Sommers
- position: Lead Developer
- text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- img: team03.jpg
- social:
- - title: envelope #use for email address
- url: mailto:name@domain.com
- - title: twitter
- url: http://twitter.com/handle
- - name: Martin Blunt
- position: Marketing
- text: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- img: team04.jpg
- social:
- - title: envelope #use for email address
- url: mailto:name@domain.com
- - title: twitter
- url: http://twitter.com/handle
-
-# Clients information. Shown on Home and About pages.
-clients:
- - name: dribbble
- img: client01.png
- - name: Code is Poetry
- img: client02.png
- - name: Vimeo
- img: client03.png
- - name: VimeoPro
- img: client04.png
+ permalink: /projects/:title/
+
+# Projects
+projects:
+ - name: Understanding-and-preventing-fake-news-propagation
+ img: fake-news.jpg
+ link: Understanding-and-preventing-fake-news-propagation
+ - name: Privacy, Security, and Safety issues in Education Technology
+ img: edtech.jpg
+ link: privacy-security-and-safety-issues-in-education-technology
+ - name: Privacy on social platforms
+ img: social_media.jpg
+ link: privacy-on-social-platforms
+ - name: Interdependent and multi-party privacy
+ img: interdependent-privacy.png
+ link: interdependent-and-multi-party-privacy
+
+# Faculty
+faculty:
+ - name: Dr. Rakibul Hasan
+ position: Faculty
+ img: dr_rakibul_hasan.png
+ details_link: dr-rakibul-hasan
+
+# Current graduate students
+current_phd_students:
+ - name: Syed Zami-Ul-Haque Navid
+ position: Ph.D. student
+ img: navid.jpg
+ details_link: syed-zami-ul-haque-navid
+ - name: Khalid Alasiri
+ position: Ph.D. student
+ img: Khalid.jpg
+ details_link: khalid-alasiri
+
+#current_ms_students:
+ - name: Sri Harsha Gajavalli
+ position: Masters student
+ img: SriHarshaGajavalli-profilepic.png
+ details_link: sri-harsha-gajavilli
+
+# Current undergrad students
+current_undergrad_students:
+ - name: Easton Kelso
+ position: Undergrad Student
+ img: easton_kelso.jpg
+ details_link: easton-kelso
+ - name: Junichi Koizumi
+ position: Undergrad Student
+ img: Junichi.jpeg
+ details_link: junichi-koizumi
+ - name: Mrinaal Ramachandran
+ position: Undergraduate Student
+ img: Mrinaal.jpeg
+ details_link: mrinaal-ramachandran
+ - name: Saharsh Goenka
+ position: Undregraduate Student
+ img: saharsh.png
+ details_link: saharsh-goenka
+ - name: : Adit Prabhu
+ position : Undergraduate Student
+ img : Adit_PFP1.jpeg
+
+
+former_students:
+ - name: Tianyi Yang
+ position: Research Aide
+ img: tianyi_yang.jpg
+ details_link: tianyi-yang
+ - name: Sanskar Srivastava
+ position: Undergrad Researcher
+ img: sanskar_srivastava.jpg
+ details_link: sanskar-srivastava
# Short text about your company. Shown in footer on every page and also separately on Home and Contact page.
-about: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s."
+about: We aim to enhance the privacy, security, and reliability of computing
+ technologies. Our research activities identify and understand privacy,
+ security, and reliability issues with information technologies and explore
+ mitigation strategies toward a safer technology ecosystem. We take a
+ human-centered perspective to understand the problem space while combining
+ techniques from AI and Machine Learning, Internet Measurement, Cognitive
+ Psychology, and Statistical Causal Inference methodologies to solve the
+ identified problems.
# Testimonial content. Shown on Home and About page.
-testimonial:
- message: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged."
- author: Marcel Newman
- position: WEB DESIGNER - BLACKTIE.CO
+
+
+# publication-list
+publications:
+ - type: poster
+ name: 'Exploring Privacy and Security Concerns of EdTech Users: A Qualitative
+ Analysis of User Written Reviews'
+ authors: Waqar Hassan Khan, Protik Bose Pranto, Tianyi Yang, Rakibul Hasan
+ year: 2023
+ venue_full_name: Nineteenth Symposium on Usable Privacy and Security
+ venue_short_name: SOUPS'23
+ paper_link: /assets/publications/SOUPS_23_poster_edtech/abstract.pdf
+ poster_link: /assets/publications/SOUPS_23_poster_edtech/poster.pdf
+ poster_image_link: SOUPS_23_poster_edtech/poster.jpg
+
+ - type: poster
+ name: Understanding the Effect of Private Data in Disinformation Propagation
+ authors: Protik Bose Pranto, Waqar Hassan Khan, Sahar Abdelnabi, Rebecca Weil,
+ Mario Fritz, Rakibul Hasan
+ year: 2023
+ venue_full_name: Nineteenth Symposium on Usable Privacy and Security
+ venue_short_name: SOUPS'23
+ paper_link: /assets/publications/SOUPS_23_poster_misinfo/abstract.pdf
+ poster_link: /assets/publications/SOUPS_23_poster_misinfo/poster.pdf
+ poster_image_link: SOUPS_23_poster_misinfo/poster.jpg
+
+ - type: paper
+ name: 'From Bad to Worse: Using Private Data to Propagate Disinformation on
+ Online Platforms with a Greater Efficiency'
+ authors: Protik Bose Pranto, Waqar Hassan Khan, Sahar Abdelnabi, Rebecca Weil,
+ Mario Fritz, Rakibul Hasan
+ year: 2023
+ venue_full_name: 'Designing Technology and Policy Simultaneously: Towards A
+ Research Agenda and New Practice'
+ venue_short_name: CHI'23 Workshop
+ paper_link: /assets/publications/CHI_23_Design_Policy_misinfo.pdf
+
+ - type: paper
+ name: A Psychometric Scale to Measure Individuals' Value of Other People's
+ Privacy (VOPP)
+ authors: Rakibul Hasan, Rebecca Weil, Rudolf Siegel, Katharina Krombholz
+ year: 2023
+ venue_full_name: Proceedings of the 2023 CHI Conference on Human Factors in
+ Computing Systems
+ venue_short_name: CHI'23
+ paper_link: https://publications.cispa.saarland/3930/1/VOPP_Hasan_et_al_2023.pdf
+
+ - type: paper
+ name: Understanding the Perception and Awareness of Education Technologies'
+ Privacy and Security Issues
+ authors: Rakibul Hasan
+ year: 2023
+ venue_full_name: The 23rd Privacy Enhancing Technologies Symposium
+ venue_short_name: PETS 23
+ paper_link: https://www.petsymposium.org/2023/files/papers/issue4/popets-2023-0110.pdf
+
+ - type: poster
+ name: Developing a Psychometric Scale to Measure One’s Valuation of Other
+ People’s Privacy
+ authors: Rakibul Hasan, Rudolf Siegel, Rebecca Weil, Katharina Krombholz
+ year: 2022
+ venue_full_name: The Eighteenth Symposium on Usable Privacy and Security
+ venue_short_name: SOUPS 2022
+ paper_link: https://www.usenix.org/system/files/soups2022-poster57_hasan_abstract_final_1.pdf
+ poster_link: https://www.usenix.org/system/files/soups2022-poster57_hasan_final_1.pdf
+ poster_image_link: prof/soups2022-poster57_hasan_final_1.jpg
+
+ - type: paper
+ name: 'The Impact of Viral Posts on Visibility and Behavior of Professionals: A
+ Longitudinal Study of Scientists on Twitter'
+ authors: Rakibul Hasan, Cristobal Cheyre, Yong-Yeol Ahn, Roberto Hoyle, Apu Kapadia
+ year: 2022
+ venue_full_name: Proceedings of the International AAAI Conference on Web and Social Media
+ venue_short_name: AAAI 22
+ paper_link: /assets/publications/prof/aaai-paper-22.pdf
+
+ - type: paper
+ name: Understanding Utility and Privacy of Demographic Data in Education
+ Technology by Causal Analysis and Adversarial-Censoring
+ authors: Rakibul Hasan, Mario Fritz
+ year: 2022
+ venue_full_name: The 22nd Privacy Enhancing Technologies Symposium
+ venue_short_name: PETS 22
+ paper_link: https://petsymposium.org/popets/2022/popets-2022-0044.pdf
+
+ - type: paper
+ name: Open-domain, content-based, multi-modal fact-checking of out-of-context
+ images via online resources
+ authors: Sahar Abdelnabi, Rakibul Hasan, Mario Fritz
+ year: 2022
+ venue_full_name: Proceedings of the IEEE/CVF Conference on Computer Vision and
+ Pattern Recognition
+ venue_short_name: IEEE/CVF 22
+ paper_link: https://openaccess.thecvf.com/content/CVPR2022/papers/Abdelnabi_Open-Domain_Content-Based_Multi-Modal_Fact-Checking_of_Out-of-Context_Images_via_Online_Resources_CVPR_2022_paper.pdf
+
+ - type: paper
+ name: 'Your photo is so funny that i don’t mind violating your privacy by
+ sharing it: effects of individual humor styles on online photo-sharing
+ behaviors'
+ authors: Rakibul Hasan, Bennett I Bertenthal, Kurt Hugenberg, Apu Kapadia
+ year: 2021
+ venue_full_name: Proceedings of the 2021 CHI Conference on Human Factors in
+ Computing Systems
+ venue_short_name: CHI 21
+ paper_link: https://dl.acm.org/doi/pdf/10.1145/3411764.3445258
+
+ - type: paper
+ name: Automatically detecting bystanders in photos to reduce privacy risks
+ authors: Rakibul Hasan, David Crandall, Mario Fritz, Apu Kapadia
+ year: 2020
+ venue_full_name: IEEE Symposium on Security and Privacy 2020
+ venue_short_name: IEEE S & P 20
+ paper_link: https://publications.cispa.saarland/3051/1/bystander-oakland-2020.pdf
+
+ - type: paper
+ name: 'Influencing photo sharing decisions on social media: A case of
+ paradoxical findings'
+ authors: Mary Jean Amon, Rakibul Hasan, Kurt Hugenberg, Bennett I Bertenthal,
+ Apu Kapadia
+ year: 2020
+ venue_full_name: IEEE Symposium on Security and Privacy 2020
+ venue_short_name: IEEE S & P 20
+ paper_link: https://par.nsf.gov/servlets/purl/10183400
+
+ - type: paper
+ name: Reducing Privacy Risks in the Context of Sharing Photos Online
+ authors: Rakibul Hasan
+ year: 2020
+ venue_full_name: Extended Abstracts of the 2020 CHI Conference on Human Factors
+ in Computing Systems
+ venue_short_name: CHI'20 (EA)
+ paper_link: https://drive.google.com/file/u/0/d/1bbDJc8BD0yg2EdLWjkW_AyWZJFfZDiJn/view
+
+ - type: paper
+ name: Can privacy be satisfying? on improving viewer satisfaction for
+ privacy-enhanced photos using aesthetic transforms
+ authors: Rakibul Hasan, Yifang Li, Eman Hassan, Kelly Caine, David J Crandall,
+ Roberto Hoyle, Apu Kapadia
+ year: 2019
+ venue_full_name: Proceedings of the 2019 CHI Conference on Human Factors in
+ Computing Systems
+ venue_short_name: CHI'19
+ paper_link: https://dl.acm.org/doi/pdf/10.1145/3290605.3300597
+
+ - type: paper
+ name: Viewer experience of obscuring scene elements in photos to enhance privacy
+ authors: Rakibul Hasan, Eman Hassan, Yifang Li, Kelly Caine, David J Crandall,
+ Roberto Hoyle, Apu Kapadia
+ year: 2018
+ venue_full_name: Proceedings of the 2018 CHI Conference on Human Factors in
+ Computing Systems
+ venue_short_name: CHI'18
+ paper_link: https://dl.acm.org/doi/pdf/10.1145/3173574.3173621
+
+ - type: paper
+ name: Cartooning for enhanced privacy in lifelogging and streaming videos
+ authors: Rakibul Hasan, Patrick Shaffer, David Crandall, Eman T Apu Kapadia
+ year: 2017
+ venue_full_name: Proceedings of the IEEE conference on computer vision and
+ pattern recognition workshops
+ venue_short_name: CVPR 17
+ paper_link: https://openaccess.thecvf.com/content_cvpr_2017_workshops/w16/papers/Kapadia_Cartooning_for_Enhanced_CVPR_2017_paper.pdf
+
+ - type: paper
+ name: A novel approach for constructing emulator for Microsoft Kinect XBOX 360
+ Sensor in the. NET platform
+ authors: Mohammad Raihanul Islam, Sazzadur Rahaman, Rakibul Hasan, Ridwan Rashid
+ Noel, Asif Salekin, Hasan Shahid Ferdous
+ year: 2013
+ venue_full_name: 2013 4th International Conference on Intelligent Systems,
+ Modelling and Simulation
+ venue_short_name: ISMS 13
+ paper_link: /assets/publications/prof/ISMS2013.pdf
diff --git a/_data/.DS_Store b/_data/.DS_Store
new file mode 100644
index 000000000..5008ddfcf
Binary files /dev/null and b/_data/.DS_Store differ
diff --git a/_data/adit-prabhu.md b/_data/adit-prabhu.md
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/_data/adit-prabhu.md
@@ -0,0 +1 @@
+
diff --git a/_data/alumni_bsc.yml b/_data/alumni_bsc.yml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/_data/alumni_bsc.yml
@@ -0,0 +1 @@
+
diff --git a/_data/alumni_members.yml b/_data/alumni_members.yml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/_data/alumni_members.yml
@@ -0,0 +1 @@
+
diff --git a/_data/alumni_msc.yml b/_data/alumni_msc.yml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/_data/alumni_msc.yml
@@ -0,0 +1 @@
+
diff --git a/_data/alumni_visitors.yml b/_data/alumni_visitors.yml
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/_data/alumni_visitors.yml
@@ -0,0 +1 @@
+
diff --git a/_data/dr-rakibul-hasan.md b/_data/dr-rakibul-hasan.md
new file mode 100644
index 000000000..f74a924ce
--- /dev/null
+++ b/_data/dr-rakibul-hasan.md
@@ -0,0 +1,33 @@
+---
+layout: team_member
+title: "Team"
+---
+
+
+
+
+
+### Dr. Rakibul Hasan
+
+
+
+ Brickyard Engineering
+ 699 S Mill Ave, Tempe, AZ 85281
+
{{ article.date }}
{{ article.headline | markdownify}}
-
Subscribe to this blog via RSS.
- - -- {{ category | first | capitalize }} - {{ category | last | size }} -
- {% endfor %} - - - -- {% for category in site.categories %} - {{ category | first | capitalize }} ({{ category | last | size }}) - {% endfor %} -
-{{ site.testimonial.message }}
-{{ site.testimonial.position }}
-