Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ author:
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
inspire-hep : # URL
impactstory : # URL
orcid : "http://orcid.org/yourorcidurl"
orcid : "https://orcid.org/yourorcidurl"
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
Expand Down Expand Up @@ -292,14 +292,14 @@ defaults:
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style


# Outputting
permalink: /:categories/:title/
# paginate: 5 # amount of posts to show
# paginate_path: /page:num/
timezone: Etc/UTC # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Etc/UTC # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
Expand Down Expand Up @@ -351,7 +351,7 @@ tag_archive:


# HTML Compression
# - http://jch.penibelst.de/
# - https://jch.penibelst.de/
compress_html:
clippings: all
ignore:
Expand Down
4 changes: 2 additions & 2 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Name Name:
name : "Name Name"
uri : "http://name.com"
uri : "https://name.com"
email : "name@name.com"
bio : "This is the first name."
avatar : "bio-photo-2.jpg"
Expand All @@ -15,4 +15,4 @@ Name2 Name2:
bio : "I ordered what?"
avatar : "bio-photo.jpg"
twitter : "name2"
google_plus : "Name"
google_plus : "Name"
12 changes: 6 additions & 6 deletions _data/cv.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"network": "ORCID",
"username": "",
"url": "http://orcid.org/yourorcidurl"
"url": "https://orcid.org/yourorcidurl"
},
{
"network": "GitHub",
Expand Down Expand Up @@ -69,28 +69,28 @@
"name": "Paper Title Number 1",
"publisher": "Journal 1",
"releaseDate": "2009-10-01",
"website": "http://academicpages.github.io/files/paper1.pdf",
"website": "https://academicpages.github.io/files/paper1.pdf",
"summary": "This paper is about the number 1. The number 2 is left for future work."
},
{
"name": "Paper Title Number 2",
"publisher": "Journal 1",
"releaseDate": "2010-10-01",
"website": "http://academicpages.github.io/files/paper2.pdf",
"website": "https://academicpages.github.io/files/paper2.pdf",
"summary": "This paper is about the number 2. The number 3 is left for future work."
},
{
"name": "Paper Title Number 3",
"publisher": "Journal 1",
"releaseDate": "2015-10-01",
"website": "http://academicpages.github.io/files/paper3.pdf",
"website": "https://academicpages.github.io/files/paper3.pdf",
"summary": "This paper is about the number 3. The number 4 is left for future work."
},
{
"name": "Paper Title Number 4",
"publisher": "GitHub Journal of Bugs",
"releaseDate": "2024-02-17",
"website": "http://academicpages.github.io/files/paper3.pdf",
"website": "https://academicpages.github.io/files/paper3.pdf",
"summary": "This paper is about fixing template issue #693."
}
],
Expand Down Expand Up @@ -149,4 +149,4 @@
"description": "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>"
}
]
}
}
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
{% endif %}
{% if site.author.github %}
<li><a href="http://github.com/{{ site.author.github }}"><i class="fab fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="https://github.com/{{ site.author.github }}"><i class="fab fa-github" aria-hidden="true"></i> GitHub</a></li>
{% endif %}
{% if site.author.bitbucket %}
<li><a href="http://bitbucket.org/{{ site.author.bitbucket }}"><i class="fab fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
<li><a href="https://bitbucket.org/{{ site.author.bitbucket }}"><i class="fab fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
{% endif %}
{% if site.atom_feed.hide != true %}
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ base_path }}/feed.xml{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
Expand All @@ -20,6 +20,6 @@
{% endif %}

<div class="page__footer-copyright">
&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}, {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://github.com/academicpages/academicpages.github.io">AcademicPages</a>, a fork of <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.<br />
&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}, {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://github.com/academicpages/academicpages.github.io">AcademicPages</a>, a fork of <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.<br />
Site last updated {{ "now" | date: '%Y-%m-%d' }}
</div>
2 changes: 1 addition & 1 deletion _layouts/compress.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Jekyll layout that compresses HTML
# v3.0.2
# http://jch.penibelst.de/
# https://jch.penibelst.de/
# © 2014–2015 Anatol Broder
# MIT License
---
Expand Down
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Getting started
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
1. Fork [this template](https://github.com/academicpages/academicpages.github.io) by clicking the "Use this template" button in the top right.
1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](https://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
1. Check status by going to the repository settings, in the "GitHub pages" section

Expand Down
4 changes: 2 additions & 2 deletions _pages/archive-layout-with-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Make any link standout more when applying the `.btn` class.

### Anchor Tag (aka. Link)

This is an example of a [link](http://github.com "GitHub").
This is an example of a [link](https://github.com "GitHub").

### Abbreviation Tag

Expand Down Expand Up @@ -174,4 +174,4 @@ This allows you to denote <var>variables</var>.
{% include base_path %}
{% for post in site.pages %}
{% include archive-single.html %}
{% endfor %}
{% endfor %}
2 changes: 1 addition & 1 deletion _pages/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ This is the regular text.[^1] This is more regular text.[^note]

### Anchor Tag (aka. Link)

This is an example of a [link](http://github.com "GitHub").
This is an example of a [link](https://github.com "GitHub").

### Abbreviation Tag

Expand Down
4 changes: 2 additions & 2 deletions _pages/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ All of this information is not linked to anything that is personally identifiabl

### Cookies and Web Beacons

When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment.
When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](https://disqus.com) the next time you leave a comment.

Third-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out.

If you wish to disable cookies, you may do so through your web browser options. Instructions for doing so can be found on the specific web browsers' websites.

#### Google Analytics

Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html).
Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](https://www.google.com/analytics/learn/privacy.html).
6 changes: 3 additions & 3 deletions _publications/2009-10-01-paper-title-number-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ permalink: /publication/2009-10-01-paper-title-number-1
excerpt: 'This paper is about the number 1. The number 2 is left for future work.'
date: 2009-10-01
venue: 'Journal 1'
slidesurl: 'http://academicpages.github.io/files/slides1.pdf'
paperurl: 'http://academicpages.github.io/files/paper1.pdf'
bibtexurl: 'http://academicpages.github.io/files/bibtex1.bib'
slidesurl: 'https://academicpages.github.io/files/slides1.pdf'
paperurl: 'https://academicpages.github.io/files/paper1.pdf'
bibtexurl: 'https://academicpages.github.io/files/bibtex1.bib'
citation: 'Your Name, You. (2009). &quot;Paper Title Number 1.&quot; <i>Journal 1</i>. 1(1).'
---
The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
6 changes: 3 additions & 3 deletions _publications/2010-10-01-paper-title-number-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ permalink: /publication/2010-10-01-paper-title-number-2
excerpt: 'This paper is about the number 2. The number 3 is left for future work.'
date: 2010-10-01
venue: 'Journal 1'
slidesurl: 'http://academicpages.github.io/files/slides2.pdf'
paperurl: 'http://academicpages.github.io/files/paper2.pdf'
slidesurl: 'https://academicpages.github.io/files/slides2.pdf'
paperurl: 'https://academicpages.github.io/files/paper2.pdf'
citation: 'Your Name, You. (2010). &quot;Paper Title Number 2.&quot; <i>Journal 1</i>. 1(2).'
---

The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
6 changes: 3 additions & 3 deletions _publications/2015-10-01-paper-title-number-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ permalink: /publication/2015-10-01-paper-title-number-3
excerpt: 'This paper is about the number 3. The number 4 is left for future work.'
date: 2015-10-01
venue: 'Journal 1'
slidesurl: 'http://academicpages.github.io/files/slides3.pdf'
paperurl: 'http://academicpages.github.io/files/paper3.pdf'
slidesurl: 'https://academicpages.github.io/files/slides3.pdf'
paperurl: 'https://academicpages.github.io/files/paper3.pdf'
citation: 'Your Name, You. (2015). &quot;Paper Title Number 3.&quot; <i>Journal 1</i>. 1(3).'
---

The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
2 changes: 1 addition & 1 deletion _publications/2024-02-17-paper-title-number-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /publication/2024-02-17-paper-title-number-4
excerpt: 'This paper is about fixing template issue #693.'
date: 2024-02-17
venue: 'GitHub Journal of Bugs'
paperurl: 'http://academicpages.github.io/files/paper3.pdf'
paperurl: 'https://academicpages.github.io/files/paper3.pdf'
citation: 'Your Name, You. (2024). &quot;Paper Title Number 3.&quot; <i>GitHub Journal of Bugs</i>. 1(3).'
---

Expand Down
2 changes: 1 addition & 1 deletion _publications/2025-06-08-paper-title-number-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /publication/2024-02-17-paper-title-number-4
excerpt: 'This paper is about a famous math equation, $$E=mc^2$$'
date: 2024-02-17
venue: 'GitHub Journal of Bugs'
paperurl: 'http://academicpages.github.io/files/paper3.pdf'
paperurl: 'https://academicpages.github.io/files/paper3.pdf'
citation: 'Your Name, You. (2024). &quot;Paper Title Number 3.&quot; <i>GitHub Journal of Bugs</i>. 1(3).'
---

Expand Down