Skip to content

Commit 1d24d8d

Browse files
Beginning to input my own information.
1 parent 44f0919 commit 1d24d8d

290 files changed

Lines changed: 50 additions & 102 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: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,49 @@
99
# Basic Site Settings
1010
locale : "en-US"
1111
site_theme : "default"
12-
title : "Your Name / Site Title"
12+
title : "Daniel Feshbach"
1313
title_separator : "-"
14-
name : &name "Your Name"
15-
description : &description "personal description"
14+
name : &name "Daniel Feshbach"
15+
description : &description "Robotics and Computational Geometry PhD Student at the University of Pennsylvania"
1616
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]"
1717
baseurl : "" # the subpath of your site, e.g. "/blog"
18-
repository : "academicpages/academicpages.github.io"
18+
repository : "DanielFeshbach/danielfeshbach.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.
2222
# Additional customization can be done by editing /_includes/author-profile.html
2323
author:
2424
# Biographic information
2525
avatar : "profile.png"
26-
name : "Your Sidebar Name"
27-
pronouns : # example: "she/her"
28-
bio : "Short biography for the left-hand sidebar"
29-
location : "Earth"
30-
employer : "Red Brick University"
26+
name : "Daniel Feshbach"
27+
pronouns : "he/him/his"
28+
bio : "Robotics and Computational Geometry PhD Student"
29+
location : "Philadelphia, PA, USA"
30+
employer : "University of Pennsylvania"
3131
uri : # URL
32-
email : "none@example.org"
32+
email : "feshbach@seas.upenn.edu"
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=BHExb4QAAAAJ&hl"
3838
impactstory : # URL
39-
orcid : "http://orcid.org/yourorcidurl"
39+
orcid : "https://orcid.org/0000-0001-5185-7395"
4040
semantic : # URL
41-
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
42-
researchgate : # URL
41+
pubmed : # "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
42+
researchgate : # https://www.researchgate.net/profile/Daniel-Feshbach
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 : "DanielFeshbach"
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 : # "bsky.app" # 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 : daniel-feshbach
6464
mastodon : # URL
6565
medium : # URL
6666
pinterest : # Username
@@ -214,6 +214,9 @@ kramdown:
214214

215215
# These settings control the types of collections used by the template
216216
collections:
217+
honors:
218+
output: true
219+
permalink: /:collection/:path/
217220
teaching:
218221
output: true
219222
permalink: /:collection/:path/

_data/authors.yml

100644100755
File mode changed.

0 commit comments

Comments
 (0)