@@ -6,8 +6,8 @@ title: Christian B. Macdonald, Ph.D. # the website title (if blank, full name wi
6
6
first_name : Christian
7
7
middle_name : B.
8
8
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.
11
11
description : > # the ">" symbol means to ignore newlines until "footer_text:"
12
12
Postdoctoral scholar at UCSF.
13
13
footer_text : >
@@ -20,14 +20,11 @@ icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name
20
20
21
21
url : https://odcambc.github.io # the base hostname & protocol for your site
22
22
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
24
24
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
25
25
back_to_top : true # set to false to disable the back to top button
26
26
cv_nav : true # set to true to have a link to a CV in the header
27
27
28
- contact_note : >
29
- Email usually works best.
30
-
31
28
# -----------------------------------------------------------------------------
32
29
# Theme
33
30
# -----------------------------------------------------------------------------
@@ -90,8 +87,8 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
90
87
# Blog
91
88
# -----------------------------------------------------------------------------
92
89
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
95
92
permalink : /blog/:year/:title/
96
93
lsi : false # produce an index for related posts
97
94
@@ -125,6 +122,13 @@ disqus_shortname: al-folio # put your disqus shortname
125
122
# External sources.
126
123
# If you have blog posts published on medium.com or other external sources,
127
124
# 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
128
132
129
133
# -----------------------------------------------------------------------------
130
134
# Newsletter
@@ -156,7 +160,6 @@ collections:
156
160
permalink : /reviews/:path/
157
161
projects :
158
162
output : false
159
- permalink : /projects/:path/
160
163
161
164
# -----------------------------------------------------------------------------
162
165
# Jekyll settings
@@ -258,8 +261,6 @@ jekyll-archives:
258
261
year : " /blog/:year/"
259
262
tags : " /blog/:type/:name/"
260
263
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).
263
264
264
265
display_tags : ["formatting", "images", "links", "math", "code", "blockquotes"] # these tags will be displayed on the front page of your blog
265
266
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
269
270
# -----------------------------------------------------------------------------
270
271
271
272
scholar :
272
- last_name : Macdonald
273
- first_name : Christian B.
273
+ last_name : [Einstein]
274
+ first_name : [Albert, A.]
274
275
275
- style : genome-biology-and-evolution
276
+ style : apa
276
277
locale : en
277
278
278
279
source : /_bibliography/
@@ -296,10 +297,10 @@ scholar:
296
297
# Display different badges withs stats for your publications
297
298
# Customize badge behavior in _layouts/bib.liquid
298
299
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/)
301
302
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/)
303
304
304
305
# Filter out certain bibtex entry keywords used internally from the bib output
305
306
filtered_bibtex_keywords :
0 commit comments