- {% if site.title == "blank" %}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{% else %}{{ site.title }}{% endif %} -
-{{ page.description }}
-From 0ac0ad33196fbd4a8574d880f5b65e0b0d0fe67a Mon Sep 17 00:00:00 2001
From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 3 Apr 2021 02:23:05 +0000
Subject: [PATCH] Change gitcdn link (#234)
gitcdn.link was quite slow. Use alternate link at gitcdn.xyz. [ci skip]
---
.github/FUNDING.yml | 12 -
.github/ISSUE_TEMPLATE/bug_report.md | 38 --
.github/ISSUE_TEMPLATE/feature_request.md | 20 -
.github/stale.yml | 18 -
.github/workflows/deploy.yml | 54 --
.travis.yml | 19 -
Gemfile | 12 -
_bibliography/papers.bib | 70 ---
_config.yml | 207 --------
_data/coauthors.yml | 18 -
_includes/footer.html | 27 -
_includes/head.html | 67 ---
_includes/header.html | 72 ---
_includes/news.html | 24 -
_includes/pagination.html | 17 -
_includes/scripts/bootstrap.html | 4 -
_includes/scripts/jquery.html | 2 -
_includes/scripts/mansory.html | 6 -
_includes/scripts/mathjax.html | 12 -
_includes/scripts/misc.html | 10 -
_includes/selected_papers.html | 4 -
_includes/social.html | 16 -
_layouts/about.html | 50 --
_layouts/bib.html | 138 -----
_layouts/default.html | 31 --
_layouts/distill.html | 88 ---
_layouts/none.html | 1 -
_layouts/page.html | 15 -
_layouts/post.html | 37 --
_news/announcement_1.md | 7 -
_news/announcement_2.md | 31 --
_news/announcement_3.md | 7 -
_pages/about.md | 24 -
_pages/projects.md | 47 --
_pages/publications.md | 17 -
_pages/teaching.md | 11 -
_posts/2015-03-15-formatting-and-links.md | 28 -
_posts/2015-05-15-images.md | 43 --
_posts/2015-07-15-code.md | 39 --
_posts/2015-10-20-comments.md | 8 -
_posts/2015-10-20-math.md | 25 -
_posts/2018-12-22-distill.md | 154 ------
_posts/2020-09-28-github-metadata.md | 34 --
_posts/2020-09-28-twitter.md | 26 -
_projects/1_project.markdown | 77 ---
_projects/2_project.markdown | 77 ---
_projects/3_project.markdown | 78 ---
_projects/4_project.markdown | 77 ---
_projects/5_project.markdown | 77 ---
_projects/6_project.markdown | 77 ---
_sass/_base.scss | 472 ----------------
_sass/_distill.scss | 45 --
_sass/_layout.scss | 46 --
_sass/_themes.scss | 47 --
_sass/_variables.scss | 38 --
assets/css/main.css | 232 ++++++++
assets/css/main.css.map | 22 +
assets/css/main.scss | 15 -
bin/cibuild | 1 -
bin/deploy | 112 ----
blog/2015/code/index.html | 266 ++++++++++
blog/2015/comments/index.html | 234 ++++++++
blog/2015/formatting-and-links/index.html | 242 +++++++++
blog/2015/images/index.html | 257 +++++++++
blog/2015/math/index.html | 237 +++++++++
blog/2018/distill/index.html | 387 ++++++++++++++
blog/2020/github-metadata/index.html | 253 +++++++++
blog/2020/twitter/index.html | 244 +++++++++
blog/index.html | 271 +++++++++-
blog/page/2/index.html | 260 +++++++++
blog/page/3/index.html | 254 +++++++++
index.html | 424 +++++++++++++++
news/announcement_1/index.html | 221 ++++++++
news/announcement_2/index.html | 246 +++++++++
news/announcement_3/index.html | 221 ++++++++
projects/1_project/index.html | 283 ++++++++++
projects/2_project/index.html | 283 ++++++++++
projects/3_project/index.html | 283 ++++++++++
projects/4_project/index.html | 283 ++++++++++
projects/5_project/index.html | 283 ++++++++++
projects/6_project/index.html | 283 ++++++++++
projects/index.html | 336 ++++++++++++
publications/index.html | 620 ++++++++++++++++++++++
teaching/index.html | 223 ++++++++
84 files changed, 7125 insertions(+), 2852 deletions(-)
delete mode 100644 .github/FUNDING.yml
delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
delete mode 100644 .github/stale.yml
delete mode 100644 .github/workflows/deploy.yml
delete mode 100644 .travis.yml
delete mode 100644 Gemfile
delete mode 100644 _bibliography/papers.bib
delete mode 100644 _config.yml
delete mode 100644 _data/coauthors.yml
delete mode 100644 _includes/footer.html
delete mode 100644 _includes/head.html
delete mode 100644 _includes/header.html
delete mode 100644 _includes/news.html
delete mode 100644 _includes/pagination.html
delete mode 100644 _includes/scripts/bootstrap.html
delete mode 100644 _includes/scripts/jquery.html
delete mode 100644 _includes/scripts/mansory.html
delete mode 100644 _includes/scripts/mathjax.html
delete mode 100644 _includes/scripts/misc.html
delete mode 100644 _includes/selected_papers.html
delete mode 100644 _includes/social.html
delete mode 100644 _layouts/about.html
delete mode 100644 _layouts/bib.html
delete mode 100644 _layouts/default.html
delete mode 100644 _layouts/distill.html
delete mode 100644 _layouts/none.html
delete mode 100644 _layouts/page.html
delete mode 100644 _layouts/post.html
delete mode 100644 _news/announcement_1.md
delete mode 100644 _news/announcement_2.md
delete mode 100644 _news/announcement_3.md
delete mode 100644 _pages/about.md
delete mode 100644 _pages/projects.md
delete mode 100644 _pages/publications.md
delete mode 100644 _pages/teaching.md
delete mode 100644 _posts/2015-03-15-formatting-and-links.md
delete mode 100644 _posts/2015-05-15-images.md
delete mode 100644 _posts/2015-07-15-code.md
delete mode 100644 _posts/2015-10-20-comments.md
delete mode 100644 _posts/2015-10-20-math.md
delete mode 100644 _posts/2018-12-22-distill.md
delete mode 100644 _posts/2020-09-28-github-metadata.md
delete mode 100644 _posts/2020-09-28-twitter.md
delete mode 100644 _projects/1_project.markdown
delete mode 100644 _projects/2_project.markdown
delete mode 100644 _projects/3_project.markdown
delete mode 100644 _projects/4_project.markdown
delete mode 100644 _projects/5_project.markdown
delete mode 100644 _projects/6_project.markdown
delete mode 100644 _sass/_base.scss
delete mode 100644 _sass/_distill.scss
delete mode 100644 _sass/_layout.scss
delete mode 100644 _sass/_themes.scss
delete mode 100644 _sass/_variables.scss
create mode 100644 assets/css/main.css
create mode 100644 assets/css/main.css.map
delete mode 100644 assets/css/main.scss
delete mode 100755 bin/cibuild
delete mode 100755 bin/deploy
create mode 100644 blog/2015/code/index.html
create mode 100644 blog/2015/comments/index.html
create mode 100644 blog/2015/formatting-and-links/index.html
create mode 100644 blog/2015/images/index.html
create mode 100644 blog/2015/math/index.html
create mode 100644 blog/2018/distill/index.html
create mode 100644 blog/2020/github-metadata/index.html
create mode 100644 blog/2020/twitter/index.html
create mode 100644 blog/page/2/index.html
create mode 100644 blog/page/3/index.html
create mode 100644 index.html
create mode 100644 news/announcement_1/index.html
create mode 100644 news/announcement_2/index.html
create mode 100644 news/announcement_3/index.html
create mode 100644 projects/1_project/index.html
create mode 100644 projects/2_project/index.html
create mode 100644 projects/3_project/index.html
create mode 100644 projects/4_project/index.html
create mode 100644 projects/5_project/index.html
create mode 100644 projects/6_project/index.html
create mode 100644 projects/index.html
create mode 100644 publications/index.html
create mode 100644 teaching/index.html
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index c78502f480c8..000000000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# These are supported funding model platforms
-
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
-open_collective: # Replace with a single Open Collective username
-ko_fi: alshedivat
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-custom: # ['https://www.buymeacoffee.com/TkFxuKo']
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 1cc44f62d15e..000000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug
-assignees: ''
-
----
-
-**Acknowledge the following**
-- [ ] I carefully read and followed the [Getting Started](https://github.com/alshedivat/al-folio#getting-started) guide.
-- [ ] I read through [FAQ](https://github.com/alshedivat/al-folio#faq) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue.
-- [ ] The issue I am raising is a potential bug in al-folio and not just a usage question.
[For usage questions, please use [gitter chat](https://gitter.im/alshedivat/al-folio) instead of raising an issue.]
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**System (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser (and its version) [e.g. chrome, safari]
- - Jekyll version [e.g. 3.8.7]
-- Ruby version [e.g. 2.6.5]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 11fc491ef1da..000000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: enhancement
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index 8ec2004d8caa..000000000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 60
-# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 7
-# Issues with these labels will never be considered stale
-exemptLabels:
- - pinned
- - security
- - enhancement
-# Label to use when marking an issue as stale
-staleLabel: wontfix
-# Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
- This issue has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
-# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
deleted file mode 100644
index 6f914f4af544..000000000000
--- a/.github/workflows/deploy.yml
+++ /dev/null
@@ -1,54 +0,0 @@
-name: Deploy
-
-on:
- push:
- branches:
- - master
- - source
- pull_request:
- branches:
- - master
- - source
-
-jobs:
- deploy:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout code
- uses: actions/checkout@v2
- - name: Setup Ruby
- uses: actions/setup-ruby@v1
- with:
- ruby-version: '2.7'
- - name: Enable bundler cache
- uses: actions/cache@v2
- with:
- path: vendor/bundle
- key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
- restore-keys: |
- ${{ runner.os }}-gems-
- - name: Install deps
- run: |
- gem install bundler
- bundle config path vendor/bundle
- bundle install --jobs 4 --retry 3
- - name: Setup deploy options
- id: setup
- run: |
- git config --global user.name "GitHub Action"
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- if [[ ${GITHUB_REF} = refs/pull/*/merge ]]; then # pull request
- echo "::set-output name=SRC_BRANCH::${GITHUB_HEAD_REF}"
- echo "::set-output name=NO_PUSH::--no-push"
- elif [[ ${GITHUB_REF} = refs/heads/* ]]; then # branch, e.g. master, source etc
- echo "::set-output name=SRC_BRANCH::${GITHUB_REF#refs/heads/}"
- fi
- if [[ ${{ github.repository }} = *.github.io ]]; then # user/org repo
- echo "::set-output name=DEPLOY_BRANCH::master"
- else
- echo "::set-output name=DEPLOY_BRANCH::gh-pages"
- fi
- - name: Deploy website
- run: yes | bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
- --src ${{ steps.setup.outputs.SRC_BRANCH }}
- --deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 328023abbe33..000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-language: ruby
-rvm:
- - 2.4.1
-
-# Assume bundler is being used, therefore
-# the `install` step will run `bundle install` by default.
-script: ./bin/cibuild
-
-env:
- global:
- - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
-
-sudo: false # route your build to the container-based infrastructure for a faster build
-
-cache: bundler # caching bundler gem packages will speed up build
-
-# Optional: disable email notifications about the outcome of your builds
-notifications:
- email: false
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 03511a980715..000000000000
--- a/Gemfile
+++ /dev/null
@@ -1,12 +0,0 @@
-source 'https://rubygems.org'
-group :jekyll_plugins do
- gem 'jekyll'
- gem 'jekyll-email-protect'
- gem 'jekyll-github-metadata'
- gem 'jekyll-paginate-v2'
- gem 'jekyll-scholar'
- gem 'jekyll-twitter-plugin'
- gem 'jemoji'
- gem 'unicode_utils'
- gem 'webrick'
-end
diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib
deleted file mode 100644
index 78f818199c1d..000000000000
--- a/_bibliography/papers.bib
+++ /dev/null
@@ -1,70 +0,0 @@
----
----
-
-@string{aps = {American Physical Society,}}
-
-@book{einstein1956investigations,
- title={Investigations on the Theory of the Brownian Movement},
- author={Einstein, Albert},
- year={1956},
- publisher={Courier Corporation,}
-}
-
-@article{einstein1950meaning,
- abbr={AJP},
- title={The meaning of relativity},
- author={Einstein, Albert and Taub, AH},
- journal={American Journal of Physics,},
- volume={18},
- number={6},
- pages={403--404},
- year={1950},
- publisher={American Association of Physics Teachers,}
-}
-
-@article{PhysRev.47.777,
- abbr={PhysRev},
- title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?},
- author={Einstein, A. and Podolsky, B. and Rosen, N.},
- abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.},
- journal={Phys. Rev.,},
- volume={47},
- issue={10},
- pages={777--780},
- numpages={0},
- year={1935},
- month={May},
- publisher=aps,
- doi={10.1103/PhysRev.47.777},
- url={http://link.aps.org/doi/10.1103/PhysRev.47.777},
- html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777},
- pdf={example_pdf.pdf},
- selected={true}
-}
-
-@article{einstein1905molekularkinetischen,
- title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen},
- author={Einstein, A.},
- journal={Annalen der physik,},
- volume={322},
- number={8},
- pages={549--560},
- year={1905},
- publisher={Wiley Online Library}
-}
-
-@article{einstein1905movement,
- abbr={Ann. Phys.},
- title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat},
- author={Einstein, A.},
- journal={Ann. Phys.,},
- volume={17},
- pages={549--560},
- year={1905}
-}
-
-@article{einstein1905electrodynamics,
- title={On the electrodynamics of moving bodies},
- author={Einstein, A.},
- year={1905}
-}
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 610c62f3430b..000000000000
--- a/_config.yml
+++ /dev/null
@@ -1,207 +0,0 @@
-# -----------------------------------------------------------------------------
-# Site settings
-# -----------------------------------------------------------------------------
-
-title: blank # the website title (if blank, full name will be used instead)
-first_name: You
-middle_name: R.
-last_name: Name
-email: you@example.com
-description: > # the ">" symbol means to ignore newlines until "footer_text:"
- A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
-footer_text: >
- Powered by Jekyll with al-folio theme.
- Hosted by GitHub Pages.
- Photos from Unsplash.
-
-icon: 🔥 # the emoji used as the favicon
-url: # the base hostname & protocol for your site
-baseurl: /al-folio # the subpath of your site, e.g. /blog/
-last_updated: false # set to true if you want to display last updated in the footer
-impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
-
-# -----------------------------------------------------------------------------
-# Layout
-# -----------------------------------------------------------------------------
-
-navbar_fixed: true
-footer_fixed: true
-
-# Dimensions
-max_width: 800px
-
-# TODO: add layout settings (single page vs. multi-page)
-
-# -----------------------------------------------------------------------------
-# Open Graph
-# -----------------------------------------------------------------------------
-# Display links to the page with a preview object on social media.
-serve_og_meta: false # Include Open Graph meta tags in the HTML head
-og_image: # The site-wide (default for all links) Open Graph preview image
-
-# -----------------------------------------------------------------------------
-# Social integration
-# -----------------------------------------------------------------------------
-
-github_username: # your GitHub user name
-gitlab_username: # your GitLab user name
-twitter_username: # your Twitter handle
-linkedin_username: # your LinkedIn user name
-scholar_userid: # your Google Scholar ID
-orcid_id: # your ORCID ID
-medium_username: # your Medium username
-quora_username: # your Quora username
-publons_id: # your ID on Publons
-research_gate_profile: # your profile on ResearchGate
-blogger_url: # your blogger URL
-work_url: # work page URL
-keybase_username: # your keybase user name
-wikidata_id: # your wikidata id
-
-contact_note: >
- You can even add a little note about which of these is the best way to reach you.
-
-google_analytics: UA-XXXXXXXXX # out your google-analytics code
-panelbear_analytics: XXXXXXXXX # panelbear analytics site ID
-
-# -----------------------------------------------------------------------------
-# Blog
-# -----------------------------------------------------------------------------
-
-blog_name: al-folio # your blog must have a name for it to show up in the nav bar
-blog_description: a simple whitespace theme for academics
-permalink: /blog/:year/:title/
-
-# Pagination
-pagination:
- enabled: true
-
-# Comments
-disqus_shortname: al-folio # put your disqus shortname
-
-# -----------------------------------------------------------------------------
-# Collections
-# -----------------------------------------------------------------------------
-
-collections:
- news:
- defaults:
- layout: post
- output: true
- permalink: /news/:path/
- projects:
- output: true
- permalink: /projects/:path/
-
-news_limit: 5
-
-# -----------------------------------------------------------------------------
-# Jekyll settings
-# -----------------------------------------------------------------------------
-
-# Markdown and syntax highlight
-markdown: kramdown
-highlighter: rouge
-highlight_theme: github # https://github.com/jwarby/jekyll-pygments-themes
-kramdown:
- input: GFM
- syntax_highlighter_opts:
- css_class: 'highlight'
- span:
- line_numbers: false
- block:
- line_numbers: false
- start_line: 1
-
-# Includes & excludes
-include: ['_pages']
-exclude:
- - bin
- - Gemfile
- - Gemfile.lock
- - vendor
-keep_files:
- - CNAME
- - .nojekyll
- - .git
-
-# Plug-ins
-plugins:
- - jekyll-email-protect
- - jekyll-github-metadata
- - jekyll-paginate-v2
- - jekyll/scholar
- - jekyll-twitter-plugin
- - jemoji
-
-# Extras
-github: [metadata]
-
-# -----------------------------------------------------------------------------
-# Jekyll Scholar
-# -----------------------------------------------------------------------------
-
-scholar:
-
- last_name: Einstein
- first_name: [Albert, A.]
-
- style: apa
- locale: en
-
- source: /_bibliography/
- bibliography: papers.bib
- bibliography_template: bib
-
- replace_strings: true
- join_strings: true
-
- details_dir: bibliography
- details_layout: bibtex.html
- details_link: Details
-
- query: "@*"
-
-# -----------------------------------------------------------------------------
-# Optional Features
-# -----------------------------------------------------------------------------
-
-enable_google_analytics: false
-enable_panelbear_analytics: false
-enable_mansory: true
-enable_math: true
-enable_tooltips: false
-enable_darkmode: true
-enable_navbar_social: false
-
-# -----------------------------------------------------------------------------
-# Library versions
-# -----------------------------------------------------------------------------
-
-academicons:
- version: "1.9.0"
- integrity: "sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg=="
-bootstrap:
- version: "4.5.2"
- integrity:
- css: "sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg=="
- js: "sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ=="
-fontawesome:
- version: "5.14.0"
- integrity: "sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
-jquery:
- version: "3.5.1"
- integrity: "sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg=="
-mathjax:
- version: "3.1.2"
-mansory:
- version: "4.2.2"
- integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI="
-mdb:
- version: "4.19.1"
- integrity:
- css: "sha512-RO38pBRxYH3SoOprtPTD86JFOclM51/XTIdEPh5j8sj4tp8jmQIx26twG52UaLi//hQldfrh7e51WzP9wuP32Q=="
- js: "sha512-Mug9KHKmroQFMLm93zGrjhibM2z2Obg9l6qFG2qKjXEXkMp/VDkI4uju9m4QKPjWSwQ6O2qzZEnJDEeCw0Blcw=="
-popper:
- version: "2.4.4"
- integrity: "sha512-eUQ9hGdLjBjY3F41CScH3UX+4JDSI9zXeroz7hJ+RteoCaY+GP/LDoM8AO+Pt+DRFw3nXqsjh9Zsts8hnYv8/A=="
diff --git a/_data/coauthors.yml b/_data/coauthors.yml
deleted file mode 100644
index 0c1c954a395b..000000000000
--- a/_data/coauthors.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-"Adams":
- - firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
- url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams
-
-"Podolsky":
- - firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
- url: https://en.wikipedia.org/wiki/Boris_Podolsky
-
-"Rosen":
- - firstname: ["Nathan", "N."]
- url: https://en.wikipedia.org/wiki/Nathan_Rosen
-
-"Bach":
- - firstname: ["Johann Sebastian", "J. S."]
- url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach
-
- - firstname: ["Carl Philipp Emanuel", "C. P. E."]
- url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
diff --git a/_includes/footer.html b/_includes/footer.html
deleted file mode 100644
index 2e3452184cfa..000000000000
--- a/_includes/footer.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{% if site.footer_fixed %}
-
-{% else %}
-
-{% endif %}
diff --git a/_includes/head.html b/_includes/head.html
deleted file mode 100644
index e4693df29fbb..000000000000
--- a/_includes/head.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
{{ item.date | date: "%b %-d, %Y" }} | -
- {% if item.inline %}
- {{ item.content | remove: ' ' | remove: ' ' | emojify }} - {% else %} - {{ item.title }} - {% endif %} - |
-
---|
No news so far...
- {% endif %} -{{ page.description }}
-{{ page.description }}
-{{ page.description }}
-555 your office number
-123 your address street
-Your City, State 12345
- -news: true # includes a list of news items -selected_papers: true # includes a list of papers marked as "selected={true}" -social: true # includes social icons at the bottom of the page ---- - -Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com){:target="\_blank"}. You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. - -Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. - -Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/){:target="\_blank"} and [Academicons](https://jpswalsh.github.io/academicons/){:target="\_blank"}, like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. diff --git a/_pages/projects.md b/_pages/projects.md deleted file mode 100644 index 9d3b1a8f3173..000000000000 --- a/_pages/projects.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -layout: page -title: projects -permalink: /projects/ -description: A growing collection of your cool projects. -nav: true ---- - -- We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another. - —Anais Nin -- -Fap aliqua qui, scenester pug Echo Park polaroid irony shabby chic ex cardigan church-key Odd Future accusamus. Blog stumptown sartorial squid, gastropub duis aesthetic Truffaut vero. Pinterest tilde twee, odio mumblecore jean shorts lumbersexual. diff --git a/_posts/2015-05-15-images.md b/_posts/2015-05-15-images.md deleted file mode 100644 index c1dd4865643f..000000000000 --- a/_posts/2015-05-15-images.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: post -title: a post with images -date: 2015-05-15 21:01:00 -description: this is what included images could look like ---- -Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Fingerstache four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. - -
.l-body
-.l-page
-.l-body-outset
-.l-page-outset
-.l-screen
-.l-screen-inset
-.l-gutter
-This theme implements a built-in Jekyll feature, the use of Rouge, for syntax highlighting. +It supports more than 100 languages. +This example is in C++. +All you have to do is wrap your code in a liquid tag:
+ +{% highlight c++ linenos %}
code code code
{% endhighlight %}
The keyword linenos
triggers display of line numbers.
+Produces something like this:
1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+
int main(int argc, char const \*argv[])
+{
+ string myString;
+
+ cout << "input a string: ";
+ getline(cin, myString);
+ int length = myString.length();
+
+ char charArray = new char * [length];
+
+ charArray = myString;
+ for(int i = 0; i < length; ++i){
+ cout << charArray[i] << " ";
+ }
+
+ return 0;
+}
+
This post shows how to add DISQUS comments.
+ +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy.
+ +Hoodie Thundercats retro, tote bag 8-bit Godard craft beer gastropub. Truffaut Tumblr taxidermy, raw denim Kickstarter sartorial dreamcatcher. Quinoa chambray slow-carb salvia readymade, bicycle rights 90’s yr typewriter selfies letterpress cardigan vegan.
+ +Pug heirloom High Life vinyl swag, single-origin coffee four dollar toast taxidermy reprehenderit fap distillery master cleanse locavore. Est anim sapiente leggings Brooklyn ea. Thundercats locavore excepteur veniam eiusmod. Raw denim Truffaut Schlitz, migas sapiente Portland VHS twee Bushwick Marfa typewriter retro id keytar.
+ ++ We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another. + —Anais Nin ++ +
Fap aliqua qui, scenester pug Echo Park polaroid irony shabby chic ex cardigan church-key Odd Future accusamus. Blog stumptown sartorial squid, gastropub duis aesthetic Truffaut vero. Pinterest tilde twee, odio mumblecore jean shorts lumbersexual.
+ +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Fingerstache four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch.
+ +Slow-carb four dollar toast Helvetica pop-up. Kale chips next level literally trust fund Pitchfork. Jean shorts Pinterest beard, farm-to-table irony craft beer swag tofu 8-bit Banksy. Quinoa forage fanny pack, pug hashtag Echo Park heirloom Schlitz tote bag artisan Neutra mumblecore 90’s shabby chic raw denim.
+ +This theme supports rendering beautiful math in inline and display modes using MathJax 3 engine. You just need to surround your math expression with $$
, like $$ E = mc^2 $$
. If you leave it inside a paragraph, it will produce an inline expression, just like \(E = mc^2\).
To use display mode, again surround your expression with $$
and place it as a separate paragraph. Here is an example:
You can also use \begin{equation}...\end{equation}
instead of $$
for display mode math.
+MathJax will automatically number equations:
\begin{equation} +\label{eq:caushy-shwarz} +\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) +\end{equation}
+ +and by adding \label{...}
inside the equation environment, we can now refer to the equation using \eqref
.
Note that MathJax 3 is a major re-write of MathJax that brought a significant improvement to the loading and rendering speed, which is now on par with KaTeX.
+ +an example of a distill-style blog post and main elements
+NOTE: +Citations, footnotes, and code blocks do not display correctly in the dark mode since distill does not support the dark mode by default. +If you are interested in correctly adding dark mode support for distill, please open a discussion and let us know.
+ +This theme supports rendering beautiful math in inline and display modes using MathJax 3 engine.
+You just need to surround your math expression with $$
, like $$ E = mc^2 $$
.
+If you leave it inside a paragraph, it will produce an inline expression, just like \(E = mc^2\).
To use display mode, again surround your expression with $$
and place it as a separate paragraph.
+Here is an example:
Note that MathJax 3 is a major re-write of MathJax that brought a significant improvement to the loading and rendering speed, which is now on par with KaTeX.
+ +Citations are then used in the article body with the <d-cite>
tag.
+The key attribute is a reference to the id provided in the bibliography.
+The key attribute can take multiple ids, separated by commas.
The citation is presented inline like this:
Distill chose a numerical inline citation style to improve readability of citation dense articles and because many of the benefits of longer citations are obviated by displaying more information on hover. +However, we consider it good style to mention author last names if you discuss something at length and it fits into the flow well — the authors are human and it’s nice for them to have the community associate them with their work.
+ +Just wrap the text you would like to show up in a footnote in a <d-footnote>
tag.
+The number of the footnote will be automatically generated.
Syntax highlighting is provided within <d-code>
tags.
+An example of inline code snippets: <d-code language="html">let x = 10;</d-code>
.
+For larger blocks of code, add a block
attribute:
Note: <d-code>
blocks do not look well in the dark mode.
+You can always use the default code-highlight using the highlight
liquid tag:
The main text column is referred to as the body.
+It is the assumed layout of any direct descendants of the d-article
element.
.l-body
+For images you want to display a little larger, try .l-page
:
.l-page
+All of these have an outset variant if you want to poke out from the body text a little bit. +For instance:
+ +.l-body-outset
+.l-page-outset
+Occasionally you’ll want to use the full browser width.
+For this, use .l-screen
.
+You can also inset the element a little from the edge of the browser by using the inset variant.
.l-screen
+.l-screen-inset
+The final layout is for marginalia, asides, and footnotes.
+It does not interrupt the normal flow of .l-body
sized text except on mobile screen sizes.
.l-gutter
+A sample blog page that demonstrates the accessing of github meta data.
+ +A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc.
+ +An example of displaying a tweet :
++ +jekyll-twitter-plugin (1.0.0): A Liquid tag plugin for Jekyll that renders Tweets from Twitter API http://t.co/m4EIQPM9h4
— RubyGems (@rubygems) October 5, 2014
+
+
+
An example of pulling from a timeline :
+ +
+
+
+
For more details on using the plugin visit : https://github.com/red-data-tools/jekyll-jupyter-notebook
+ +a quick run down on accessing github metadata.
+an example of a blog post with twitter
+{{ post.description }}
+an example of a distill-style blog post and main elements
an example of a blog post with comments
+an example of a blog post with some math
+an example of a blog post with some code
+this is what included images could look like
+march & april, looking forward to summer
+Affiliations. Address. Contacts. Moto. Etc.
+555 your office number
123 your address street
Your City, State 12345
+ +Write your biography here. Tell the world about yourself. Link to your favorite subreddit. You can put a picture in, too. The code is already in, just name your picture prof_pic.jpg
and put it in the img/
folder.
Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing profile
property of the YAML header of your _pages/about.md
. Edit _bibliography/papers.bib
and Jekyll will render your publications page automatically.
Link to your social media connections, too. This theme is set up to use Font Awesome icons and Academicons, like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
+ +Jan 15, 2016 | ++ + A simple inline announcement with Markdown emoji! + + + | +
---|---|
Nov 7, 2015 | ++ + A long announcement with details + + | +
Oct 22, 2015 | ++ + A simple inline announcement. + + + | +
A simple inline announcement.
+ +Announcements and news can be much longer than just quick inline posts. In fact, they can have all the features available for the standard blog posts. See below.
+ +Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher trust fund brunch shabby chic Kickstarter forage flexitarian. Direct trade cold-pressed meggings stumptown plaid, pop-up taxidermy. Hoodie XOXO fingerstache scenester Echo Park. Plaid ugh Wes Anderson, freegan pug selvage fanny pack leggings pickled food truck DIY irony Banksy.
+ +Hoodie Thundercats retro, tote bag 8-bit Godard craft beer gastropub. Truffaut Tumblr taxidermy, raw denim Kickstarter sartorial dreamcatcher. Quinoa chambray slow-carb salvia readymade, bicycle rights 90’s yr typewriter selfies letterpress cardigan vegan.
+ +Pug heirloom High Life vinyl swag, single-origin coffee four dollar toast taxidermy reprehenderit fap distillery master cleanse locavore. Est anim sapiente leggings Brooklyn ea. Thundercats locavore excepteur veniam eiusmod. Raw denim Truffaut Schlitz, migas sapiente Portland VHS twee Bushwick Marfa typewriter retro id keytar.
+ +++ +We do not grow absolutely, chronologically. We grow sometimes in one dimension, and not in another, unevenly. We grow partially. We are relative. We are mature in one realm, childish in another. +—Anais Nin
+
Fap aliqua qui, scenester pug Echo Park polaroid irony shabby chic ex cardigan church-key Odd Future accusamus. Blog stumptown sartorial squid, gastropub duis aesthetic Truffaut vero. Pinterest tilde twee, odio mumblecore jean shorts lumbersexual.
+ +A simple inline announcement with Markdown emoji!
+ +a project with a background image
+Every project has a beautiful feature showcase page. +It’s easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width.
+ +To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+ +---
+layout: page
+title: project
+description: a project with a background image
+img: /assets/img/12.jpg
+---
+
You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, bled for your project, and then… you reveal it’s glory in the next row of images.
+ +The code is simple.
+Just wrap your images with <div class="col-sm">
and place them inside <div class="row">
(read more about the Bootstrap Grid system).
+To make images responsive, add img-fluid
class to each; for rounded corners and shadows use rounded
and z-depth-1
classes.
+Here’s the code for the last row of images above:
<div class="row justify-content-sm-center">
+ <div class="col-sm-8 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/6.jpg" alt="" title="example image"/>
+ </div>
+ <div class="col-sm-4 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/11.jpg" alt="" title="example image"/>
+ </div>
+</div>
+
a project with a background image
+Every project has a beautiful feature showcase page. +It’s easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width.
+ +To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+ +---
+layout: page
+title: project
+description: a project with a background image
+img: /assets/img/12.jpg
+---
+
You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, bled for your project, and then… you reveal it’s glory in the next row of images.
+ +The code is simple.
+Just wrap your images with <div class="col-sm">
and place them inside <div class="row">
(read more about the Bootstrap Grid system).
+To make images responsive, add img-fluid
class to each; for rounded corners and shadows use rounded
and z-depth-1
classes.
+Here’s the code for the last row of images above:
<div class="row justify-content-sm-center">
+ <div class="col-sm-8 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/6.jpg" alt="" title="example image"/>
+ </div>
+ <div class="col-sm-4 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/11.jpg" alt="" title="example image"/>
+ </div>
+</div>
+
a project that redirects to another website
+Every project has a beautiful feature showcase page. +It’s easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width.
+ +To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+ +---
+layout: page
+title: project
+description: a project with a background image
+img: /assets/img/12.jpg
+---
+
You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, bled for your project, and then… you reveal it’s glory in the next row of images.
+ +The code is simple.
+Just wrap your images with <div class="col-sm">
and place them inside <div class="row">
(read more about the Bootstrap Grid system).
+To make images responsive, add img-fluid
class to each; for rounded corners and shadows use rounded
and z-depth-1
classes.
+Here’s the code for the last row of images above:
<div class="row justify-content-sm-center">
+ <div class="col-sm-8 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/6.jpg" alt="" title="example image"/>
+ </div>
+ <div class="col-sm-4 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/11.jpg" alt="" title="example image"/>
+ </div>
+</div>
+
another without an image
+Every project has a beautiful feature showcase page. +It’s easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width.
+ +To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+ +---
+layout: page
+title: project
+description: a project with a background image
+img: /assets/img/12.jpg
+---
+
You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, bled for your project, and then… you reveal it’s glory in the next row of images.
+ +The code is simple.
+Just wrap your images with <div class="col-sm">
and place them inside <div class="row">
(read more about the Bootstrap Grid system).
+To make images responsive, add img-fluid
class to each; for rounded corners and shadows use rounded
and z-depth-1
classes.
+Here’s the code for the last row of images above:
<div class="row justify-content-sm-center">
+ <div class="col-sm-8 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/6.jpg" alt="" title="example image"/>
+ </div>
+ <div class="col-sm-4 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/11.jpg" alt="" title="example image"/>
+ </div>
+</div>
+
a project with a background image
+Every project has a beautiful feature showcase page. +It’s easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width.
+ +To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+ +---
+layout: page
+title: project
+description: a project with a background image
+img: /assets/img/12.jpg
+---
+
You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, bled for your project, and then… you reveal it’s glory in the next row of images.
+ +The code is simple.
+Just wrap your images with <div class="col-sm">
and place them inside <div class="row">
(read more about the Bootstrap Grid system).
+To make images responsive, add img-fluid
class to each; for rounded corners and shadows use rounded
and z-depth-1
classes.
+Here’s the code for the last row of images above:
<div class="row justify-content-sm-center">
+ <div class="col-sm-8 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/6.jpg" alt="" title="example image"/>
+ </div>
+ <div class="col-sm-4 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/11.jpg" alt="" title="example image"/>
+ </div>
+</div>
+
a project with no image
+Every project has a beautiful feature showcase page. +It’s easy to include images in a flexible 3-column grid format. +Make your photos 1/3, 2/3, or full width.
+ +To give your project a background in the portfolio page, just add the img tag to the front matter like so:
+ +---
+layout: page
+title: project
+description: a project with a background image
+img: /assets/img/12.jpg
+---
+
You can also put regular text between your rows of images. +Say you wanted to write a little bit about your project before you posted the rest of the images. +You describe how you toiled, sweated, bled for your project, and then… you reveal it’s glory in the next row of images.
+ +The code is simple.
+Just wrap your images with <div class="col-sm">
and place them inside <div class="row">
(read more about the Bootstrap Grid system).
+To make images responsive, add img-fluid
class to each; for rounded corners and shadows use rounded
and z-depth-1
classes.
+Here’s the code for the last row of images above:
<div class="row justify-content-sm-center">
+ <div class="col-sm-8 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/6.jpg" alt="" title="example image"/>
+ </div>
+ <div class="col-sm-4 mt-3 mt-md-0">
+ <img class="img-fluid rounded z-depth-1" src="/al-folio/assets/img/11.jpg" alt="" title="example image"/>
+ </div>
+</div>
+
A growing collection of your cool projects.
+publications by categories in reversed chronological order. generated by jekyll-scholar.
+Materials for courses you taught. Replace this text with your description.
+For now, this page is assumed to be a static description of your courses. You can convert it to a collection similar to _projects/
so that you can have a dedicated page for each course.
Organize your courses by years, topics, or universities, however you like!
+ +