Skip to content

Commit 37e2611

Browse files
committed
new build
1 parent c788a30 commit 37e2611

File tree

113 files changed

+433781
-2765
lines changed

Some content is hidden

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

113 files changed

+433781
-2765
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ _site
77
.ruby-version
88
.tweet-cache
99
Gemfile.lock
10-
node_modules/
11-
vendor
10+
vendor
File renamed without changes.

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: ruby
2+
rvm:
3+
- 2.4.1
4+
5+
# Assume bundler is being used, therefore
6+
# the `install` step will run `bundle install` by default.
7+
script: ./bin/cibuild
8+
9+
env:
10+
global:
11+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
12+
13+
sudo: false # route your build to the container-based infrastructure for a faster build
14+
15+
cache: bundler # caching bundler gem packages will speed up build
16+
17+
# Optional: disable email notifications about the outcome of your builds
18+
notifications:
19+
email: false

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ group :jekyll_plugins do
1919
gem 'mini_racer'
2020
gem 'unicode_utils'
2121
gem 'webrick'
22+
gem 'kramdown-parser-gfm'
2223
end
2324
group :other_plugins do
2425
gem 'feedjira'
2526
gem 'httparty'
26-
end
27+
end

_bibliography/papers.bib

Lines changed: 255 additions & 71 deletions
Large diffs are not rendered by default.

_config.yml

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
# -----------------------------------------------------------------------------
44

55
title: blank # the website title (if blank, full name will be used instead)
6-
first_name: You
7-
middle_name: R.
8-
last_name: Name
9-
6+
first_name: Ron
7+
middle_name:
8+
last_name: Pomper
9+
1010
description: > # the ">" symbol means to ignore newlines until "footer_text:"
11-
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
11+
Ron Pomper's research website. Postdoc at Boys Town National Research Hospital studying word learning by children with Developmental Language Disorder.
1212
footer_text: >
1313
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
1414
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
1515
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
1616
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
1717
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
18-
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
18+
icon: favicon.ico # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
1919

20-
url: https://alshedivat.github.io # the base hostname & protocol for your site
21-
baseurl: /al-folio # the subpath of your site, e.g. /blog/. Leave blank for root
22-
last_updated: false # set to true if you want to display last updated in the footer
20+
url: https://rpomper.github.io # the base hostname & protocol for your site
21+
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
22+
last_updated: true # set to true if you want to display last updated in the footer
2323
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
2424

2525
# -----------------------------------------------------------------------------
@@ -67,22 +67,22 @@ og_image: # The site-wide (default for all links) Open Graph preview image
6767
# Social integration
6868
# -----------------------------------------------------------------------------
6969

70-
github_username: # your GitHub user name
70+
github_username: rpomper # your GitHub user name
7171
gitlab_username: # your GitLab user name
7272
x_username: # your X handle
7373
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
74-
linkedin_username: # your LinkedIn user name
74+
linkedin_username: ron-pomper # your LinkedIn user name
7575
telegram_username: # your Telegram user name
76-
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
76+
scholar_userid: xxv-8GoAAAAJ&hl=en&oi=ao # your Google Scholar ID
7777
semanticscholar_id: # your Semantic Scholar ID
7878
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
79-
orcid_id: # your ORCID ID
79+
orcid_id: 0000-0001-5595-4192 # your ORCID ID
8080
medium_username: # your Medium username
8181
quora_username: # your Quora username
8282
publons_id: # your ID on Publons
8383
lattes_id: # your ID on Lattes (Brazilian Lattes CV)
84-
osf_id: # your OSF ID
85-
research_gate_profile: # your profile on ResearchGate
84+
osf_id: sf9w4 # your OSF ID
85+
research_gate_profile: Ron-Pomper # your profile on ResearchGate
8686
scopus_id: # your profile on Scopus
8787
blogger_url: # your blogger URL
8888
work_url: # work page URL
@@ -103,16 +103,15 @@ discord_id: # your discord id (18-digit unique numerical identifier)
103103
zotero_username: # your zotero username
104104
wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
105105

106-
contact_note: >
107-
You can even add a little note about which of these is the best way to reach you.
106+
contact_note:
108107

109108
# -----------------------------------------------------------------------------
110109
# Analytics and search engine verification
111110
# -----------------------------------------------------------------------------
112111

113112
# For Google Analytics, see https://support.google.com/analytics/answer/10447272?hl=en&ref_topic=14088998&sjid=5129943941510317771-SA#zippy=%2Cgoogle-sites
114113
# and follow the instructions for Google Sites. You will need to create a Google Analytics property and copy the Google tag ID.
115-
google_analytics: # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
114+
google_analytics: G-ZNPL01D1YD # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
116115
cronitor_analytics: # cronitor RUM analytics site ID (format: XXXXXXXXX)
117116

118117
# For Google Search Console, see https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification&zippy=%2Chtml-tag
@@ -132,7 +131,7 @@ pagination:
132131
enabled: true
133132

134133
related_blog_posts:
135-
enabled: true
134+
enabled: false
136135
max_related: 5
137136

138137
# Giscus comments (RECOMMENDED)
@@ -176,12 +175,12 @@ collections:
176175
permalink: /projects/:path/
177176

178177
announcements:
179-
enabled: true
178+
enabled: false
180179
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
181180
limit: 5 # leave blank to include all the news in the `_news` folder
182181

183182
latest_posts:
184-
enabled: true
183+
enabled: false
185184
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
186185
limit: 3 # leave blank to include all the blog posts
187186

@@ -287,8 +286,8 @@ display_categories: ["blockquotes"] # these categories will be displayed on the
287286
# -----------------------------------------------------------------------------
288287

289288
scholar:
290-
last_name: [Einstein]
291-
first_name: [Albert, A.]
289+
last_name: [Pomper]
290+
first_name: [R.]
292291

293292
style: apa
294293
locale: en
@@ -374,9 +373,9 @@ lazy_loading_images: true # enables lazy loading of images (recommended)
374373
# Optional Features
375374
# -----------------------------------------------------------------------------
376375

377-
enable_google_analytics: false # enables google analytics
376+
enable_google_analytics: true # enables google analytics
378377
enable_cronitor_analytics: false # enables cronitor RUM analytics
379-
enable_google_verification: false # enables google site verification
378+
enable_google_verification: true # enables google site verification
380379
enable_bing_verification: false # enables bing site verification
381380
enable_masonry: true # enables automatic project cards arrangement
382381
enable_math: true # enables math typesetting (uses MathJax)

_includes/footer.liquid

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
1010
{% endif %}
1111
{% if site.last_updated %}
12-
Last updated: {{ 'now' | date: '%B %d, %Y' }}.
12+
{% comment %}Last updated: {{ 'now' | date: '%B %d, %Y' }}.{% endcomment %}
13+
Last updated: {{ 'now' | date: '%m/%d/%Y' }}.
1314
{% endif %}
1415
</div>
1516
</footer>
@@ -24,7 +25,8 @@
2425
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
2526
{% endif %}
2627
{% if site.last_updated %}
27-
Last updated: {{ 'now' | date: '%B %d, %Y' }}.
28+
{% comment %}Last updated: {{ 'now' | date: '%B %d, %Y' }}.{% endcomment %}
29+
Last updated: {{ 'now' | date: '%m/%d/%Y' }}.
2830
{% endif %}
2931
</div>
3032
</footer>

_includes/header.liquid

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
77
{% if site.title == 'blank' %}
88
{% if site.first_name %}
9-
<span class="font-weight-bold">
10-
{{- site.first_name -}}
11-
</span>
9+
{{- site.first_name -}}
1210
{% endif %}
1311
{% if site.middle_name %}
1412
{{- site.middle_name -}}
@@ -107,6 +105,13 @@
107105
{% endif %}
108106
{% endif %}
109107
{% endfor %}
108+
<!-- add cv -->
109+
<li id="show-cv" class="nav-item">
110+
<a class="nav-link" target="_blank" href="{{ '/assets/pdf/Pomper_CV.pdf' | prepend: site.baseurl | prepend: site.url }}">
111+
CV
112+
</a>
113+
<!-- end add cv -->
114+
</li>
110115
{% if site.enable_darkmode %}
111116
<!-- Toogle theme mode -->
112117
<li class="toggle-container">

_layouts/about.liquid

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: default
55
<header class="post-header">
66
<h1 class="post-title">
77
{% if site.title == 'blank' %}
8-
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
8+
{{ site.first_name }}{{ site.middle_name }}
99
{{ site.last_name }}
1010
{% else %}
1111
{{ site.title }}
@@ -49,12 +49,14 @@ layout: default
4949
{% endif %}
5050

5151
<!-- Latest posts -->
52+
<!--
5253
{% if site.latest_posts.enabled %}
5354
<h2>
5455
<a href="{{ '/blog/' | relative_url }}" style="color: inherit">latest posts</a>
5556
</h2>
5657
{% include latest_posts.liquid %}
5758
{% endif %}
59+
-->
5860

5961
<!-- Selected papers -->
6062
{% if page.selected_papers %}

_pages/about.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
layout: about
33
title: about
44
permalink: /
5-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
5+
subtitle: <a href="https://www.boystownhospital.org">Boys Town National Research Hospital</a>
66

77
profile:
88
align: right
99
image: prof_pic.jpg
1010
image_circular: false # crops the image to make it circular
11-
more_info: >
12-
<p>555 your office number</p>
13-
<p>123 your address street</p>
14-
<p>Your City, State 12345</p>
11+
more_info:
1512

16-
news: true # includes a list of news items
17-
selected_papers: true # includes a list of papers marked as "selected={true}"
13+
news: false # includes a list of news items
14+
selected_papers: false # includes a list of papers marked as "selected={true}"
1815
social: true # includes social icons at the bottom of the page
16+
nav_order: 1
1917
---
2018

21-
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
19+
I am a Postdoctoral Research Fellow working with Karla McGregor in the <a href="https://www.boystownhospital.org/research/speech-language/word-learning">Word Learning Lab</a> at Boys Town National Research Hospital. I completed my PhD in Developmental Psychology at the University of Wisconsin-Madison working with Jenny Saffran in the <a href="https://infantlearning.waisman.wisc.edu/" target="\_blank">Infant Learning Lab</a>.
2220

23-
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
21+
I study how children learn language, including children with typical language development, Developmental Language Disorder, and Autism Spectrum Disorder. I use behavioral responses and eye-tracking methods to measure different aspects of children's ability to learn new words. My recent work investigates how children form detailed representations of the sounds that form words.
2422

25-
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
23+
If you are interested in learning more about Developmental Language Disorder (DLD), check out this free <a href="https://bcpractice.com/developmental-language-disorder-guide-for-parents-and-families/">eBook</a> by Dr. Jeanne Tighe and the organizations <a href="https://radld.org">Raising Awareness of Developmental Language Disorder (RADLD)</a> and <a href="https://dldandme.org">DLD and Me</a>.

0 commit comments

Comments
 (0)