Skip to content

Commit 3854b07

Browse files
committed
Update pubs and config
1 parent a07d1d6 commit 3854b07

15 files changed

+73
-366
lines changed

_config.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: Christian B. Macdonald, Ph.D. # the website title (if blank, full name wi
66
first_name: Christian
77
middle_name: B.
88
last_name: Macdonald
9-
name: Christian B. Macdonald, Ph.D.
10-
email: christian.macdonald at ucsf.edu
9+
contact_note: >
10+
Email usually works best.
1111
description: > # the ">" symbol means to ignore newlines until "footer_text:"
1212
Postdoctoral scholar at UCSF.
1313
footer_text: >
@@ -20,14 +20,11 @@ icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name
2020

2121
url: https://odcambc.github.io # the base hostname & protocol for your site
2222
baseurl: # the subpath of your site, e.g. /blog/
23-
last_updated: true # set to true if you want to display last updated in the footer
23+
last_updated: false # set to true if you want to display last updated in the footer
2424
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
2525
back_to_top: true # set to false to disable the back to top button
2626
cv_nav: true # set to true to have a link to a CV in the header
2727

28-
contact_note: >
29-
Email usually works best.
30-
3128
# -----------------------------------------------------------------------------
3229
# Theme
3330
# -----------------------------------------------------------------------------
@@ -90,8 +87,8 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
9087
# Blog
9188
# -----------------------------------------------------------------------------
9289

93-
blog_name: blog # blog_name will be displayed in your blog page
94-
blog_description: basically notes
90+
blog_name: al-folio # blog_name will be displayed in your blog page
91+
blog_description: a simple whitespace theme for academics
9592
permalink: /blog/:year/:title/
9693
lsi: false # produce an index for related posts
9794

@@ -125,6 +122,13 @@ disqus_shortname: al-folio # put your disqus shortname
125122
# External sources.
126123
# If you have blog posts published on medium.com or other external sources,
127124
# you can display them in your blog by adding a link to the RSS feed.
125+
external_sources:
126+
- name: medium.com
127+
rss_url: https://medium.com/@al-folio/feed
128+
- name: Google Blog
129+
posts:
130+
- url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
131+
published_date: 2024-05-14
128132

129133
# -----------------------------------------------------------------------------
130134
# Newsletter
@@ -156,7 +160,6 @@ collections:
156160
permalink: /reviews/:path/
157161
projects:
158162
output: false
159-
permalink: /projects/:path/
160163

161164
# -----------------------------------------------------------------------------
162165
# Jekyll settings
@@ -258,8 +261,6 @@ jekyll-archives:
258261
year: "/blog/:year/"
259262
tags: "/blog/:type/:name/"
260263
categories: "/blog/:type/:name/"
261-
books:
262-
enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
263264

264265
display_tags: ["formatting", "images", "links", "math", "code", "blockquotes"] # these tags will be displayed on the front page of your blog
265266
display_categories: ["external-services"] # these categories will be displayed on the front page of your blog
@@ -269,10 +270,10 @@ display_categories: ["external-services"] # these categories will be displayed o
269270
# -----------------------------------------------------------------------------
270271

271272
scholar:
272-
last_name: Macdonald
273-
first_name: Christian B.
273+
last_name: [Einstein]
274+
first_name: [Albert, A.]
274275

275-
style: genome-biology-and-evolution
276+
style: apa
276277
locale: en
277278

278279
source: /_bibliography/
@@ -296,10 +297,10 @@ scholar:
296297
# Display different badges withs stats for your publications
297298
# Customize badge behavior in _layouts/bib.liquid
298299
enable_publication_badges:
299-
altmetric: false # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html)
300-
dimensions: false # Dimensions badge (Customization options: https://badge.dimensions.ai/)
300+
altmetric: true # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html)
301+
dimensions: true # Dimensions badge (Customization options: https://badge.dimensions.ai/)
301302
google_scholar: true # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html)
302-
inspirehep: false # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/)
303+
inspirehep: true # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/)
303304

304305
# Filter out certain bibtex entry keywords used internally from the bib output
305306
filtered_bibtex_keywords:

_posts/2023-05-12-custom-blockquotes.md

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

_posts/2024-12-04-photo-gallery.md

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

0 commit comments

Comments
 (0)