99# Basic Site Settings
1010locale : " en-US"
1111site_theme : " default"
12- title : " Your Name / Site Title "
12+ title : " Daniel Feshbach "
1313title_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 "
1616url : 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]"
1717baseurl : " " # 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
2323author :
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
216216collections :
217+ honors :
218+ output : true
219+ permalink : /:collection/:path/
217220 teaching :
218221 output : true
219222 permalink : /:collection/:path/
0 commit comments