Skip to content

Commit 3235b05

Browse files
committed
new profile photo and research page
Removed unecessary files (original from the forked repository, explanatory files). Removed RSS from footer. Changed archive and single layout. Updated about page. Changed primary and info color. Updated CV
1 parent 725ed5a commit 3235b05

File tree

19 files changed

+99
-258
lines changed

19 files changed

+99
-258
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
1+
Personal website for Stéphanie.
12

2-
# Academic Pages
3-
4-
![pages-build-deployment](https://github.com/academicpages/academicpages.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)
5-
6-
Academic Pages is a Github Pages template for academic websites.
7-
8-
9-
# Getting Started
10-
11-
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
12-
1. Click the "Use this template" button in the top right.
13-
1. On the "New repository" page, enter your repository name as "[your GitHub username].github.io", which will also be your website's URL.
14-
1. Set site-wide configuration and add your content.
15-
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.
16-
1. Check status by going to the repository settings, in the "GitHub pages" section
17-
1. (Optional) Use the Jupyter notebooks or python scripts in the `markdown_generator` folder to generate markdown files for publications and talks from a TSV file.
18-
19-
See more info at https://academicpages.github.io/
20-
21-
## Running Locally
22-
23-
When you are initially working your website, it is very useful to be able to preview the changes locally before pushing them to GitHub. To work locally you will need to:
24-
25-
1. Clone the repository and made updates as detailed above.
26-
1. Make sure you have ruby-dev, bundler, and nodejs installed: `sudo apt install ruby-dev ruby-bundler nodejs`
27-
1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
28-
1. Run `jekyll serve -l -H localhost` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.
29-
30-
If you are running on Linux it may be necessary to install some additional dependencies prior to being able to run locally: `sudo apt install build-essential gcc make`
31-
32-
# Maintenance
33-
34-
Bug reports and feature requests to the template should be [submitted via GitHub](https://github.com/academicpages/academicpages.github.io/issues/new/choose). For questions concerning how to style the template, please feel free to start a [new discussion on GitHub](https://github.com/academicpages/academicpages.github.io/discussions).
35-
36-
This repository was forked (then detached) by [Stuart Geiger](https://github.com/staeiou) from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/), which is © 2016 Michael Rose and released under the MIT License (see LICENSE.md). It is currently being maintained by [Robert Zupko](https://github.com/rjzupkoii) and additional maintainers would be welcomed.
37-
38-
## Bugfixes and enhancements
39-
40-
If you have bugfixes and enhancements that you would like to submit as a pull request, you will need to [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) this repository as opposed to using it as a template. This will also allow you to [synchronize your copy](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) of template to your fork as well.
41-
42-
Unfortunately, one logistical issue with a template theme like Academic Pages that makes it a little tricky to get bug fixes and updates to the core theme. If you use this template and customize it, you will probably get merge conflicts if you attempt to synchronize. If you want to save your various .yml configuration files and markdown files, you can delete the repository and fork it again. Or you can manually patch.
3+
Based on [https://academicpages.github.io/](https://academicpages.github.io/)

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ author:
2626
pronouns : "she/her"
2727
bio : "PhD candidate at Insper Institute of Education and Research"
2828
location : "São Paulo, BR"
29-
employer : "Insper Institute of Education and Research"
29+
employer : "Insper"
3030
uri : # URL
3131
email : "[email protected]"
3232

@@ -57,7 +57,7 @@ author:
5757
keybase : # Username
5858
instagram : # Username
5959
lastfm : # Username
60-
linkedin : # Username
60+
linkedin : "steshinoki"
6161
mastodon : # URL
6262
medium : # URL
6363
pinterest : # Username
@@ -108,7 +108,7 @@ staticman:
108108
options:
109109
format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
110110
atom_feed:
111-
hide : false # change to true to hide the RSS feed in the footer
111+
hide : true # change to true to hide the RSS feed in the footer
112112
path : # blank (default) uses feed.xml
113113

114114

_includes/footer/custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- start custom footer snippets -->
2-
<a href="/sitemap/">Sitemap</a>
2+
33
<!-- end custom footer snippets -->

_includes/head/custom.html

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,8 @@
22

33
<!-- start custom head snippets -->
44

5-
<link rel="apple-touch-icon" sizes="57x57" href="{{ base_path }}/images/apple-touch-icon-57x57.png?v=M44lzPylqQ">
6-
<link rel="apple-touch-icon" sizes="60x60" href="{{ base_path }}/images/apple-touch-icon-60x60.png?v=M44lzPylqQ">
7-
<link rel="apple-touch-icon" sizes="72x72" href="{{ base_path }}/images/apple-touch-icon-72x72.png?v=M44lzPylqQ">
8-
<link rel="apple-touch-icon" sizes="76x76" href="{{ base_path }}/images/apple-touch-icon-76x76.png?v=M44lzPylqQ">
9-
<link rel="apple-touch-icon" sizes="114x114" href="{{ base_path }}/images/apple-touch-icon-114x114.png?v=M44lzPylqQ">
10-
<link rel="apple-touch-icon" sizes="120x120" href="{{ base_path }}/images/apple-touch-icon-120x120.png?v=M44lzPylqQ">
11-
<link rel="apple-touch-icon" sizes="144x144" href="{{ base_path }}/images/apple-touch-icon-144x144.png?v=M44lzPylqQ">
12-
<link rel="apple-touch-icon" sizes="152x152" href="{{ base_path }}/images/apple-touch-icon-152x152.png?v=M44lzPylqQ">
13-
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_path }}/images/apple-touch-icon-180x180.png?v=M44lzPylqQ">
14-
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-32x32.png?v=M44lzPylqQ" sizes="32x32">
15-
<link rel="icon" type="image/png" href="{{ base_path }}/images/android-chrome-192x192.png?v=M44lzPylqQ" sizes="192x192">
16-
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-96x96.png?v=M44lzPylqQ" sizes="96x96">
17-
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-16x16.png?v=M44lzPylqQ" sizes="16x16">
18-
<link rel="manifest" href="{{ base_path }}/images/manifest.json?v=M44lzPylqQ">
19-
<link rel="mask-icon" href="{{ base_path }}/images/safari-pinned-tab.svg?v=M44lzPylqQ" color="#000000">
20-
<link rel="shortcut icon" href="/images/favicon.ico?v=M44lzPylqQ">
21-
<meta name="msapplication-TileColor" content="#000000">
22-
<meta name="msapplication-TileImage" content="{{ base_path }}/images/mstile-144x144.png?v=M44lzPylqQ">
23-
<meta name="msapplication-config" content="{{ base_path }}/images/browserconfig.xml?v=M44lzPylqQ">
24-
<meta name="theme-color" content="#ffffff">
25-
<link rel="stylesheet" href="{{ base_path }}/assets/css/academicons.css"/>
26-
275

286
<!-- Support for MatJax -->
29-
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
30-
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
7+
318

329
<!-- end custom head snippets -->

_layouts/archive.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
66
{% include page__hero.html %}
7+
{% elsif page.header.video.id and page.header.video.provider %}
8+
{% include page__hero_video.html %}
79
{% endif %}
810

911
{% if page.url != "/" and site.breadcrumbs %}
@@ -17,8 +19,8 @@
1719

1820
<div class="archive">
1921
{% unless page.header.overlay_color or page.header.overlay_image %}
20-
<h1 class="page__title">{{ page.title }}</h1>
22+
<h1 id="page-title" class="page__title">{{ page.title }}</h1>
2123
{% endunless %}
2224
{{ content }}
2325
</div>
24-
</div>
26+
</div>

_layouts/single.html

Lines changed: 38 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
layout: default
33
---
44

5-
{% include base_path %}
6-
75
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
86
{% include page__hero.html %}
7+
{% elsif page.header.video.id and page.header.video.provider %}
8+
{% include page__hero_video.html %}
99
{% endif %}
1010

1111
{% if page.url != "/" and site.breadcrumbs %}
@@ -17,101 +17,79 @@
1717
<div id="main" role="main">
1818
{% include sidebar.html %}
1919

20-
<article class="page" itemscope itemtype="http://schema.org/CreativeWork">
20+
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
2121
{% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
2222
{% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
2323
{% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
24-
{% if page.modified %}<meta itemprop="dateModified" content="{{ page.modified | date: "%B %d, %Y" }}">{% endif %}
24+
{% if page.last_modified_at %}<meta itemprop="dateModified" content="{{ page.last_modified_at | date: "%B %d, %Y" }}">{% endif %}
2525

2626
<div class="page__inner-wrap">
2727
{% unless page.header.overlay_color or page.header.overlay_image %}
2828
<header>
29-
{% if page.title %}
30-
{% if page.collection == 'workingpapers' and page.paperurl %}
31-
<h1 class="page__title" itemprop="headline">
32-
<a href="{{ page.paperurl }}">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }} </a>
33-
</h1>
34-
{% elsif page.collection == 'publications' and page.paperurl %}
35-
<h1 class="page__title" itemprop="headline">
36-
<a href="{{ page.paperurl }}">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }} </a>
37-
</h1>
38-
{% else %}
39-
<h1 class="page__title" itemprop="headline">
40-
{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}
41-
</h1>
42-
{% endif %}
43-
{% endif %}
44-
{% if page.read_time %}
45-
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
46-
{% endif %}
47-
{% if page.modified %}
48-
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ page.modified | date: "%Y-%m-%d" }}">{{ page.modified | date: "%B %d, %Y" }}</time></p>
49-
{% endif %}
50-
51-
{% if page.coauthors %}
52-
<p><i>{{ page.coauthors }}</i></p>
29+
{% if page.title %}<h1 id="page-title" class="page__title" itemprop="headline">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</h1>{% endif %}
30+
{% if page.read_time %}
31+
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
5332
{% endif %}
54-
55-
{% if page.collection == 'teaching' %}
56-
<p> {{ page.type }}, <i>{{ page.venue }}</i>, {{ page.date | default: "1900-01-01" | date: "%Y" }} </p>
57-
{% elsif page.venue and page.date %}
58-
<p>Published in <i>{{ page.venue }}</i>, {{ page.date | default: "1900-01-01" | date: "%Y" }} </p>
59-
{% elsif page.date %}
60-
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | default: "1900-01-01" | date: "%B %d, %Y" }}</time></p>
61-
{% endif %}
6233
</header>
6334
{% endunless %}
6435

6536
<section class="page__content" itemprop="text">
66-
{{ content }}
67-
68-
{% if page.citation and page.paperurl and page.slidesurl %}
69-
<p style="font-size: smaller">Recommended citation: {{ page.citation }}<br /><a href="{{ page.paperurl }}">Download Paper</a> | <a href="{{ page.slidesurl }}">Download Slides</a></p>
70-
{% elsif page.citation and page.paperurl %}
71-
<p style="font-size: smaller">Recommended citation: {{ page.citation }}<br /><a href="{{ page.paperurl }}">Download Paper</a></p>
72-
{% elsif page.citation and page.slidesurl %}
73-
<p style="font-size: smaller">Recommended citation: {{ page.citation }}<br /><a href="{{ page.slidesurl }}">Download Slides</a></p>
74-
{% elsif page.citation %}
75-
<p style="font-size: smaller">Recommended citation: {{ page.citation }}</p>
76-
{% elsif page.paperurl and page.slidesurl %}
77-
<p style="font-size: smaller"><a href="{{ page.paperurl }}">Download Paper</a> | <a href="{{ page.slidesurl }}">Download Slides</a></p>
78-
{% elsif page.paperurl %}
79-
<p style="font-size: smaller"><a href="{{ page.paperurl }}">Download Paper</a></p>
80-
{% elsif page.slidesurl %}
81-
<p style="font-size: smaller"><a href="{{ page.slidesurl }}">Download Slides</a></p>
37+
{% if page.toc %}
38+
<aside class="sidebar__right {% if page.toc_sticky %}sticky{% endif %}">
39+
<nav class="toc">
40+
<header><h4 class="nav__title"><i class="fas fa-{{ page.toc_icon | default: 'file-alt' }}"></i> {{ page.toc_label | default: site.data.ui-text[site.locale].toc_label | default: "On this page" }}</h4></header>
41+
{% include toc.html sanitize=true html=content h_min=1 h_max=6 class="toc__menu" %}
42+
</nav>
43+
</aside>
8244
{% endif %}
83-
84-
{% if page.link %}<div><a href="{{ page.link }}" class="btn">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
45+
{{ content }}
46+
{% if page.link %}<div><a href="{{ page.link }}" class="btn btn--primary">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %}
8547
</section>
8648

8749
<footer class="page__meta">
8850
{% if site.data.ui-text[site.locale].meta_label %}
8951
<h4 class="page__meta-title">{{ site.data.ui-text[site.locale].meta_label }}</h4>
9052
{% endif %}
9153
{% include page__taxonomy.html %}
54+
{% if page.last_modified_at %}
55+
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.last_modified_at | date: "%Y-%m-%d" }}">{{ page.last_modified_at | date: "%B %d, %Y" }}</time></p>
56+
{% elsif page.date %}
57+
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }}</time></p>
58+
{% endif %}
9259
</footer>
9360

9461
{% if page.share %}{% include social-share.html %}{% endif %}
9562

9663
{% include post_pagination.html %}
9764
</div>
9865

99-
{% if site.comments.provider and page.comments %}
66+
{% if jekyll.environment == 'production' and site.comments.provider and page.comments %}
10067
{% include comments.html %}
10168
{% endif %}
10269
</article>
10370

104-
{% comment %}<!-- only show related on a post page when not disabled -->{% endcomment %}
71+
{% comment %}<!-- only show related on a post page when `related: true` -->{% endcomment %}
10572
{% if page.id and page.related and site.related_posts.size > 0 %}
10673
<div class="page__related">
107-
{% if site.data.ui-text[site.locale].related_label %}
108-
<h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
109-
{% endif %}
74+
<h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
11075
<div class="grid__wrapper">
11176
{% for post in site.related_posts limit:4 %}
11277
{% include archive-single.html type="grid" %}
11378
{% endfor %}
11479
</div>
11580
</div>
81+
{% comment %}<!-- otherwise show recent posts if no related when `related: true` -->{% endcomment %}
82+
{% elsif page.id and page.related %}
83+
<div class="page__related">
84+
<h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4>
85+
<div class="grid__wrapper">
86+
{% for post in site.posts limit:4 %}
87+
{% if post.id == page.id %}
88+
{% continue %}
89+
{% endif %}
90+
{% include archive-single.html type="grid" %}
91+
{% endfor %}
92+
</div>
93+
</div>
11694
{% endif %}
117-
</div>
95+
</div>

0 commit comments

Comments
 (0)