Skip to content

Commit 60dd750

Browse files
authored
Merge pull request #1 from JGordonLab/feature/initialsetup
Feature/initialsetup
2 parents 601a2d0 + 0eebed0 commit 60dd750

319 files changed

Lines changed: 326 additions & 122 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

100644100755
File mode changed.

.github/ISSUE_TEMPLATE/feature_request.md

100644100755
File mode changed.

.github/workflows/scrape_talks.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

CONTRIBUTING.md

100644100755
File mode changed.

Gemfile

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

_config.yml

100644100755
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# Basic Site Settings
1010
locale : "en-US"
1111
site_theme : "default" # The available themes options are "default", "air", "sunrise", "mint", "dirt" and "contrast"
12-
title : "Your Name / Site Title"
12+
title : "Gordon Lab"
1313
title_separator : "-"
14-
name : &name "Your Name"
15-
description : &description "Your Name's academic portfolio" # Update this with a general description of your site, this is the default if not overridden by a page
14+
name : &name "Gordon Lab"
15+
description : &description "Gordon Lab Research Website" # Update this with a general description of your site, this is the default if not overridden by a page
1616
url : https://JGordonLab.github.io # The base hostname & protocol for your site e.g. "https://[your GitHub username].github.io",
1717
# or if you already have some other page hosted on Github then use "https://[your GitHub username].github.io/[Your Repo Name]"
1818
baseurl : "" # the subpath of your site, e.g. "/blog"
@@ -23,25 +23,25 @@ repository : "JGordonLab/JGordonLab.github.io"
2323
# Additional customization can be done by editing /_includes/author-profile.html
2424
author:
2525
# Biographic information
26-
avatar : "profile.png"
27-
name : "Your Sidebar Name"
26+
avatar : "Gordon_Logo_k_bkgd.PNG"
27+
name : #"Your Sidebar Name"
2828
pronouns : # example: "she/her"
29-
bio : "Short biography for the left-hand sidebar"
30-
location : "Earth"
31-
employer : "Red Brick University"
29+
bio : #"Short biography for the left-hand sidebar"
30+
location : "San Francisco, CA, USA"
31+
employer : "University of California, San Francisco"
3232
uri : # URL
33-
email : "none@example.org"
33+
email : # "none@example.org"
3434

3535
# Academic websites
3636
academia : # URL
3737
arxiv : # URL - Update with the correct link to your profile
38-
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
38+
googlescholar : # "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
3939
inspire-hep : # URL
4040
impactstory : # URL
41-
orcid : "https://orcid.org/yourorcidurl"
41+
orcid : # "https://orcid.org/yourorcidurl"
4242
semantic : # URL
4343
ssrn : # URL
44-
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
44+
pubmed : # "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
4545
researchgate : # URL
4646
scopus : # URL
4747
zotero : # URL
@@ -51,13 +51,13 @@ author:
5151
bitbucket : # Username - Update with your username on the site
5252
codepen : # Username
5353
dribbble : # Username
54-
github : "academicpages"
54+
github : "JGordonLab"
5555
kaggle : # Username
5656
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")
5757

5858
# Social media
5959
artstation : # Username
60-
bluesky : "bsky.app" # Replace this with you Bluesky username
60+
bluesky : #"bsky.app" # Replace this with you Bluesky username
6161
facebook : # Username
6262
flickr : # Username
6363
foursquare : # Username

_config_docker.yml

100644100755
File mode changed.

0 commit comments

Comments
 (0)