Skip to content

Commit 071d77b

Browse files
committed
Initial drafts
1 parent e77e769 commit 071d77b

30 files changed

+104
-886
lines changed

.DS_Store

6 KB
Binary file not shown.

_config.yml

Lines changed: 6 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -10,75 +10,15 @@
1010
locale : "en-UK"
1111
site_theme : "default" # Currently available options are "default", "air"
1212
# TODO: try air
13-
title : "Seán R. Kavanagh"
13+
title : "Simulation of Advanced Materials Lab"
1414
title_separator : "-"
15-
name : &name "Seán R. Kavanagh"
16-
description : &description "SAM Lab" # TODO
17-
# description : &description "Incoming Assistant Professor in Simulation of Energy Materials" # Update this with a general description of your site, this is the default if not overridden by a page
18-
url : https://kavanase.github.io # The base hostname & protocol for your site e.g. "https://[your GitHub username].github.io",
15+
name : &name "Simulation of Advanced Materials Lab"
16+
description : &description "Simulation of Advanced Materials (SAM) Lab at the University of Cambridge" # Update this with a general description of your site, this is the default if not overridden by a page
17+
url : https://SAM-Lab.github.io # The base hostname & protocol for your site e.g. "https://[your GitHub username].github.io",
1918
# or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name]"
2019
baseurl : "" # the subpath of your site, e.g. "/blog"
21-
repository : "kavanase/kavanase.github.io"
22-
23-
# Site Author - The following control what appear as part of the author content on the side bar.
24-
# If a field is blank the icon and link will not appear, otherwise it will be shown.
25-
# Additional customization can be done by editing /_includes/author-profile.html
26-
author:
27-
# Biographic information
28-
avatar : "profile.jpg"
29-
name : "Seán R. Kavanagh"
30-
pronouns : # example: "she/her"
31-
bio : "Incoming Assistant Professor in Energy Materials Modelling, at the University of Cambridge."
32-
location : "Cambridge, MA"
33-
employer : "Harvard University"
34-
uri : "https://seankavanagh.com"
35-
36-
37-
# Academic websites
38-
academia : # URL
39-
arxiv : "http://arxiv.org/a/kavanagh_s_1"
40-
googlescholar : "https://bit.ly/3pBMxOG"
41-
impactstory : # URL
42-
orcid : "https://orcid.org/0000-0003-4577-9647"
43-
semantic : # URL
44-
pubmed : # URL
45-
researchgate : "https://www.researchgate.net/profile/Sean-Kavanagh-3"
46-
scopus : # URL
47-
48-
# Repositories and software development
49-
bitbucket : # Username - Update with your username on the site
50-
codepen : # Username
51-
dribbble : # Username
52-
github : "kavanase"
53-
kaggle : # Username
54-
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")
55-
56-
# Social media
57-
bluesky : "kavanaghsean.bsky.social"
58-
facebook : # Username
59-
flickr : # Username
60-
foursquare : # Username
61-
goodreads : # Username
62-
google_plus : # Username
63-
keybase : # Username
64-
instagram : # Username
65-
lastfm : # Username
66-
linkedin : "seankav" # "https://www.linkedin.com/in/seankav/"
67-
mastodon : # URL
68-
medium : # URL
69-
pinterest : # Username
70-
soundcloud : # Username
71-
speakerdeck : "http://speakerdeck.com/kavanase"
72-
steam : # Username
73-
telegram : # URL
74-
tumblr : # Username
75-
twitter : "Kavanagh_Sean_"
76-
vine : # Username
77-
weibo : # Username
78-
wikipedia : # Username
79-
xing : # Username
80-
youtube : "SeánRKavanagh" # "https://bit.ly/2U5YgLf"
81-
zhihu : # Username
20+
repository : "SAEM-Lab/SAEM-Lab.github.io"
21+
sidebar_image : "sidebar_image.png"
8222

8323
# Site Settings
8424
teaser : # filename of teaser fallback teaser image placed in /images/ for social media previews

_data/navigation.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# Markdown formatted page while the second is generated using JSON.
99

1010
main:
11+
- title: "Research"
12+
url: /Research/
13+
1114
- title: "Publications"
1215
url: https://scholar.google.com/citations?user=P-7ICrQAAAAJ&hl=en
1316
target: "_blank"
@@ -25,9 +28,12 @@ main:
2528
url: https://github.com/kavanase
2629
target: "_blank"
2730

28-
- title: "CV"
29-
url: https://kavanase.github.io/files/Sean_Kavanagh_CV.pdf
30-
target: "_blank"
31-
32-
# - title: "Links" # redundant
33-
# url: /links/
31+
# - title: "CV" # just link at some point
32+
# url: https://kavanase.github.io/files/Sean_Kavanagh_CV.pdf
33+
# target: "_blank"
34+
35+
# - title: "Team"
36+
# url: /Team/ # TODO: When, you know, we have a team
37+
38+
- title: "Join"
39+
url: /Join/

_includes/author-profile.html

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

0 commit comments

Comments
 (0)