Skip to content

Commit 62d430f

Browse files
committed
first configuration
1 parent bbe5f63 commit 62d430f

4 files changed

Lines changed: 32 additions & 80 deletions

File tree

_config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# server process.
88

99
# Basic Site Settings
10-
locale : "en-US"
10+
locale : "en-GB"
1111
site_theme : "default"
12-
title : "Your Name / Site Title"
12+
title : "Rodrigo Otoni"
1313
title_separator : "-"
14-
name : &name "Your Name"
15-
description : &description "personal description"
16-
url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io" or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name]"
14+
name : &name "Rodrigo Otoni"
15+
description : &description "Postdoc at USI Lugano"
16+
url : https://rodrigo7491.github.io
1717
baseurl : "" # the subpath of your site, e.g. "/blog"
18-
repository : "academicpages/academicpages.github.io"
18+
repository : "rodrigo7491.github.io"
1919

2020
# Site Author - The following control what appear as part of the author content on the side bar.
2121
# If a field is blank the icon and link will not appear, otherwise it will be shown.
@@ -26,32 +26,32 @@ author:
2626
name : "Your Sidebar Name"
2727
pronouns : # example: "she/her"
2828
bio : "Short biography for the left-hand sidebar"
29-
location : "Earth"
30-
employer : "Red Brick University"
29+
location : "Switzerland"
30+
employer : "USI Lugano"
3131
uri : # URL
32-
email : "none@example.org"
32+
email : "otonir [at] usi.ch"
3333

3434
# Academic websites
3535
academia : # URL
3636
arxiv : # URL - Update with the correct link to your profile
37-
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
37+
googlescholar : "https://scholar.google.com/citations?user=mK3qncsAAAAJ&hl=en&oi=ao"
3838
impactstory : # URL
39-
orcid : "http://orcid.org/yourorcidurl"
39+
orcid : "https://orcid.org/0000-0003-1097-2367"
4040
semantic : # URL
41-
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
41+
pubmed : # URL
4242
researchgate : # URL
4343
scopus : # URL
4444

4545
# Repositories and software development
4646
bitbucket : # Username - Update with your username on the site
4747
codepen : # Username
4848
dribbble : # Username
49-
github : "academicpages"
49+
github : "rodrigo7491"
5050
kaggle : # Username
5151
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")
5252

5353
# Social media
54-
bluesky : "bsky.app" # Replace this with you Bluesky username
54+
bluesky : # Replace this with you Bluesky username
5555
facebook : # Username
5656
flickr : # Username
5757
foursquare : # Username
@@ -60,7 +60,7 @@ author:
6060
keybase : # Username
6161
instagram : # Username
6262
lastfm : # Username
63-
linkedin : # Username
63+
linkedin : https://www.linkedin.com/in/rodrigo-otoni-282b971b0
6464
mastodon : # URL
6565
medium : # URL
6666
pinterest : # Username

_data/navigation.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ main:
1111
- title: "Publications"
1212
url: /publications/
1313

14-
- title: "Talks"
15-
url: /talks/
14+
# - title: "Talks"
15+
# url: /talks/
1616

1717
- title: "Teaching"
1818
url: /teaching/
1919

20-
- title: "Portfolio"
21-
url: /portfolio/
20+
# - title: "Portfolio"
21+
# url: /portfolio/
2222

23-
- title: "Blog Posts"
24-
url: /year-archive/
23+
# - title: "Blog Posts"
24+
# url: /year-archive/
2525

2626
- title: "CV"
2727
url: /cv/
2828

2929
# - title: "CV"
3030
# url: /cv-json/
3131

32-
- title: "Guide"
33-
url: /markdown/
32+
# - title: "Guide"
33+
# url: /markdown/

_pages/about.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,10 @@
11
---
22
permalink: /
3-
title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites"
3+
title: "About me"
44
author_profile: true
55
redirect_from:
66
- /about/
77
- /about.html
88
---
99

10-
This is the front page of a website that is powered by the [Academic Pages template](https://github.com/academicpages/academicpages.github.io) and hosted on GitHub pages. [GitHub pages](https://pages.github.com) is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating when a new commit is made to the repository. This template was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) created by Michael Rose, and then extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this template](https://github.com/academicpages/academicpages.github.io) right now, modify the configuration and markdown files, add your own PDFs and other content, and have your own site for free, with no ads!
11-
12-
A data-driven personal website
13-
======
14-
Like many other Jekyll-based GitHub Pages templates, Academic Pages makes you separate the website's content from its form. The content & metadata of your website are in structured markdown files, while various other files constitute the theme, specifying how to transform that content & metadata into HTML pages. You keep these various markdown (.md), YAML (.yml), HTML, and CSS files in a public GitHub repository. Each time you commit and push an update to the repository, the [GitHub pages](https://pages.github.com/) service creates static HTML pages based on these files, which are hosted on GitHub's servers free of charge.
15-
16-
Many of the features of dynamic content management systems (like Wordpress) can be achieved in this fashion, using a fraction of the computational resources and with far less vulnerability to hacking and DDoSing. You can also modify the theme to your heart's content without touching the content of your site. If you get to a point where you've broken something in Jekyll/HTML/CSS beyond repair, your markdown files describing your talks, publications, etc. are safe. You can rollback the changes or even delete the repository and start over - just be sure to save the markdown files! Finally, you can also write scripts that process the structured data on the site, such as [this one](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb) that analyzes metadata in pages about talks to display [a map of every location you've given a talk](https://academicpages.github.io/talkmap.html).
17-
18-
Getting started
19-
======
20-
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
21-
1. Fork [this template](https://github.com/academicpages/academicpages.github.io) by clicking the "Use this template" button in the top right.
22-
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.
23-
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")
24-
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.
25-
1. Check status by going to the repository settings, in the "GitHub pages" section
26-
27-
Site-wide configuration
28-
------
29-
The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. You will need to replace the default variables with ones about yourself and your site's github repository. The configuration file for the top menu is in [_data/navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml). For example, if you don't have a portfolio or blog posts, you can remove those items from that navigation.yml file to remove them from the header.
30-
31-
Create content & metadata
32-
------
33-
For site content, there is one markdown file for each type of content, which are stored in directories like _publications, _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured data about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this [python file](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.py) or [Jupyter notebook](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb), which creates the HTML for the map based on the contents of the _talks directory).
34-
35-
**Markdown generator**
36-
37-
The repository includes [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
38-
) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the Academic Pages template. The sample CSVs in that directory are the ones I used to create my own personal website at stuartgeiger.com. My usual workflow is that I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files, then commit and push them to the GitHub repository.
39-
40-
How to edit your site's GitHub repository
41-
------
42-
Many people use a git client to create files on their local computer and then push them to GitHub's servers. If you are not familiar with git, you can directly edit these configuration and markdown files directly in the github.com interface. Navigate to a file (like [this one](https://github.com/academicpages/academicpages.github.io/blob/master/_talks/2012-03-01-talk-1.md) and click the pencil icon in the top right of the content preview (to the right of the "Raw | Blame | History" buttons). You can delete a file by clicking the trashcan icon to the right of the pencil icon. You can also create new files or upload files by navigating to a directory and clicking the "Create new file" or "Upload files" buttons.
43-
44-
Example: editing a markdown file for a talk
45-
![Editing a markdown file for a talk](/images/editing-talk.png)
46-
47-
For more info
48-
------
49-
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/), the [growing wiki](https://github.com/academicpages/academicpages.github.io/wiki), and you can always [ask a question on GitHub](https://github.com/academicpages/academicpages.github.io/discussions). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.
10+
TODO

_pages/cv.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,17 @@ redirect_from:
1111

1212
Education
1313
======
14-
* Ph.D in Version Control Theory, GitHub University, 2018 (expected)
15-
* M.S. in Jekyll, GitHub University, 2014
16-
* B.S. in GitHub, GitHub University, 2012
14+
* Ph.D in Informatics, USI Lugano, 2023
15+
* M.S. in Computer Science, Universidade Federal de Pernambuco, 2018
16+
* B.S. in Computer Science, Universidade Federal de Sergipe, 2016
1717

1818
Work experience
1919
======
20-
* Spring 2024: Academic Pages Collaborator
21-
* GitHub University
22-
* Duties includes: Updates and improvements to template
23-
* Supervisor: The Users
20+
* Postdoctoral Researcher (Nov. 2023 -- Aug. 2025)
21+
* USI Lugano
2422

25-
* Fall 2015: Research Assistant
26-
* GitHub University
27-
* Duties included: Merging pull requests
28-
* Supervisor: Professor Hub
29-
30-
* Summer 2015: Research Assistant
31-
* GitHub University
32-
* Duties included: Tagging issues
33-
* Supervisor: Professor Git
23+
* Research Engineer (Sep. 2021 -- Dec. 2022)
24+
* Informal Systems
3425

3526
Skills
3627
======

0 commit comments

Comments
 (0)