Page Not Found
Sorry, but the page you were trying to view does not exist.
A variety of common markup showing how the theme styles them.
Single line blockquote:
Quotes are cool.
| Entry | Item | |
|---|---|---|
| John Doe | 2016 | Description of the item in the list |
| Jane Doe | 2019 | Description of the item in the list |
| Doe Doe | 2022 | Description of the item in the list |
| Header1 | Header2 | Header3 |
|---|---|---|
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| Foot1 | Foot2 | Foot3 |
Make any link standout more when applying the .btn class.
Watch out! You can also add notices by appending {: .notice} to a paragraph.
This is an example of a link.
The abbreviation CSS stands for “Cascading Style Sheets”.
“Code is poetry.” —Automattic
You will learn later on in these tests that word-wrap: break-word; will be your best friend.
This tag will let you strikeout text.
The emphasize tag should italicize text.
This tag should denote inserted text.
This scarcely known tag emulates keyboard text, which is usually styled like the <code> tag.
This tag styles large blocks of code.
.post-title {
margin: 0 0 5px;
font-weight: bold;
font-size: 38px;
line-height: 1.2;
and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}
Developers, developers, developers…
–Steve Ballmer
This tag shows bold text.
Getting our science styling on with H2O, which should push the “2” down.
Still sticking with science and Isaac Newton’s E = MC2, which should lift the 2 up.
This allows you to denote variables.
Sorry, but the page you were trying to view does not exist.
Portfolio A Practical Framework for Safe Deployment of Autonomous AI Agents - Summary Measuring movement with computer vision - Today, I was measuring my movement using computer vision. Multi-agents software development - A multi-agent foundation LLM is built for parallel, role-separated work on complex problems....
This is the front page of a website that is powered by the Academic Pages template and hosted on GitHub pages. GitHub pages is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating...
A variety of common markup showing how the theme styles them.# Header one## Header two### Header three#### Header four##### Header five###### Header six## BlockquotesSingle line blockquote:> Quotes are cool.## Tables| Entry | Item | || -------- | ------ | ------------------------------------------------------------ || [John Doe](#) | 2016...
{% include base_path %}{% include group-by-array collection=site.posts field="categories" %}{% for category in group_names %} {% assign posts = group_items[forloop.index0] %} {{ category }} {% for post in posts %} {% include archive-single.html %} {% endfor %}{% endfor %}
{% include base_path %}{% capture written_label %}'None'{% endcapture %}{% for collection in site.collections %} {% unless collection.output == false or collection.label == "posts" %} {% capture label %}{{ collection.label }}{% endcapture %} {% if label != written_label %} {{ label }} {% capture written_label %}{{...
{% include base_path %}Education======* Ph.D in Version Control Theory, GitHub University, 2018 (expected)* M.S. in Jekyll, GitHub University, 2014* B.S. in GitHub, GitHub University, 2012Work experience======* Spring 2024: Academic Pages Collaborator * Github University * Duties includes: Updates and improvements to template * Supervisor: The...
/* * Minimal Mistakes Jekyll Theme * * - Michael Rose * - mademistakes.com * - https://twitter.com/mmistakes **/@import "vendor/breakpoint/breakpoint"; // media query mixins@import "variables";@import "mixins";@import "vendor/susy/susy";@import "reset";@import "base";@import "utilities";@import "animations";@import "tables";@import "buttons";@import "notices";@import "masthead";@import "navigation";@import "footer";@import "syntax";@import "forms";@import "page";@import "archive";@import "sidebar";@import "vendor/font-awesome/fontawesome";@import "vendor/font-awesome/solid";@import "vendor/font-awesome/brands";@import "vendor/magnific-popup/magnific-popup";@import...
Open markdown.md in the text editor as you are reading it.## Locations of key files/directories* Basic config options: _config.yml* Top navigation bar config: _data/navigation.yml* Single pages: _pages/* Collections of pages are .md or .html files in: * _publications/ * _portfolio/ * _posts/ * _teaching/ *...
This is a page not in the menu. You can use markdown in this page.Heading 1======Heading 2======
{% include base_path %}{% for post in site.pages %} {% include archive-single.html %}{% endfor %}
" %} {% if paragraph_segments.size > 1 %} {% assign first_paragraph_html = paragraph_segments[1] | split: "
{% if site.author.googlescholar %} You can also find my articles on my Google Scholar profile.{% endif %}{% include base_path %}{% if site.publication_category %} {% for category in site.publication_category %} {% assign title_shown = false %} {% for post in site.publications reversed %} {% if post.category...
{% include base_path %}A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ base_path }}/sitemap.xml) available for digesting as well.Pages{% for post in site.pages %} {% include archive-single.html %}{% endfor %}Posts{% for post in...
{% include base_path %}{% include group-by-array collection=site.posts field="tags" %}{% for tag in group_names %} {% assign posts = group_items[forloop.index0] %} {{ tag }} {% for post in posts %} {% include archive-single.html %} {% endfor %}{% endfor %}
This map is generated from a Jupyter Notebook file in /_talks/talkmap.ipynb, which mines the location fields in the .md files in _talks/.
{% if site.talkmap_link == true %}See a map of all the places I've given a talk!{% endif %}{% for post in site.talks reversed %} {% include archive-single-talk.html %}{% endfor %}
{% include base_path %}{% for post in site.teaching reversed %} {% include archive-single.html %}{% endfor %}
{% include base_path %}{% include toc %}## Privacy PolicyThe privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used.First and foremost, I will never share your email address or...
This page moved to {{ '/posts/' | relative_url }}.
{% include base_path %}{% capture written_year %}'None'{% endcapture %} {% for post in site.posts %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% if year != written_year %} {{ year }} {% capture written_year %}{{ year }}{% endcapture %} {% endif...
# TODO- [ ] Implement proper tag taxonomy across posts so tags (e.g., `public`) are front-matter driven, clickable, and archive-linked.- [ ] Migrate inline hashtag text in post bodies (e.g., `#public`) to canonical front-matter `tags:` where appropriate.- [ ] Verify `/tags/` coverage and consistency after...
# Jupyter notebook markdown generatorThese .ipynb files are Jupyter notebook files that convert a TSV containing structured data about talks (`talks.tsv`) or presentations (`presentations.tsv`) into individual markdown files that will be properly formatted for the academicpages template. The notebooks contain a lot of documentation about...
{% if page.xsl %}{% endif %}Jekyll{{ site.time | date_to_xmlschema }}{{ page.url | absolute_url | xml_escape }}{% assign title = site.title | default: site.name %}{% if page.collection != "posts" %}{% assign collection = page.collection | capitalize %}{% assign title = title | append: " | "...
{% if page.xsl %}{% endif %}{% assign collections = site.collections | where_exp:'collection','collection.output != false' %}{% for collection in collections %}{% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %}{% for doc in docs %}{{ doc.url | replace:'/index.html','/' | absolute_url | xml_escape }}{% if doc.last_modified_at or...