Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jbuckman/jbuckman.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuckman committed Aug 4, 2024
2 parents 0a67d56 + e62324a commit 2ef8569
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 79 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea

# project
_site
.sass-cache
Expand All @@ -6,4 +8,4 @@ _site
# general
.DS_Store
Thumbs.db
ehthumbs.db
ehthumbs.db
10 changes: 8 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can now visit your shiny new website, which will be seeded with several samp

To add pages to your site, you can either write a markdown file (`.md`) or you can write an HTML file directly. It is much easier to write markdown than HTML, so I suggest you do that (use the [tutorial I mentioned above](http://markdowntutorial.com/) if you need to learn markdown). You can look at some files on this site to get an idea of how to write markdown. To look at existing files, click on any file that ends in `.md`, for example [`aboutme.md`](./aboutme.md). On the next page you can see some nicely formatted text (there is a word in bold, a link, bullet points), and if you click on the pencil icon to edit the file, you will see the markdown that generated the pretty text. Very easy!

In contrast, look at [`index.html`](./index.html). That's how your write HTML - not as pretty. So stick with markdown if you don't know HTML.
In contrast, look at [`index.html`](_drafts/old_index.html). That's how your write HTML - not as pretty. So stick with markdown if you don't know HTML.

Any file that you add inside the [`_posts`](./_posts) directory will be treated as a blog entry. You can look at the existing files there to get an idea of how to write blog posts. After you successfully add your own post, you can delete the existing files inside [`_posts`](./_posts) to remove the sample posts, as those are just demo posts to help you learn.

Expand All @@ -87,7 +87,7 @@ subtitle: Here you'll find all the ways to get in touch with me
---
```

You can look at the top of [`aboutme.md`](./aboutme.md) or [`index.html`](./index.html) as more examples.
You can look at the top of [`aboutme.md`](./aboutme.md) or [`index.html`](_drafts/old_index.html) as more examples.

**Important takeaway: ALWAYS add the YAML front matter, which is two lines with three dashes, to EVERY page. If you have any parameters, they go between the two lines.**    
If you don't include YAML then your file will not use the template.
Expand Down
13 changes: 7 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ baseurl: ""
# Of course don't forget to change the username and projectname to YOUR username and project

# Name of website
title: The Buckman Zone
title: Jacob Buckman

# Short description of your site
description: Personal Website
Expand All @@ -23,11 +23,12 @@ description: Personal Website

# List of links in the navigation bar
navbar-links:
Home: ""
Blog: ""
Publications: "publications"
Blog: "blog"
About: "about"
# Blog: "blog"
# Talks: "talks"
Resume: "resume"
# Resume: "resume"

# Image to show in the navigation bar - image must be a square (width = height)
# Remove this parameter if you don't want an image in the navbar
Expand All @@ -46,7 +47,7 @@ author:
email: "[email protected]"
github: jbuckman # eg. daattali
twitter: jacobmbuckman
youtube: UC6InkJuEeOMSUezDC2D0z8Q
# youtube: UC6InkJuEeOMSUezDC2D0z8Q

# Select which links to show in the footer
footer-links-active:
Expand All @@ -57,7 +58,7 @@ footer-links-active:
google-plus: false
github: true
reddit: false
linkedin: true
linkedin: false
xing: false
stackoverflow: false
snapchat: false
Expand Down
18 changes: 18 additions & 0 deletions _drafts/old_index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: page
title: Jacob Buckman
subtitle: PhD student studying deep reinforcement learning
use-site-title: true
---

Hello there! I'm Jacob Buckman, currently a PhD candidate at <a href="https://mila.quebec/">MILA</a> advised by <a href="https://mila.quebec/en/person/marc-g-bellemare/">Marc Bellemare</a> and <a href="https://www.cs.mcgill.ca/~dprecup/">Doina Precup</a>.<br><br>

My primary research areas are deep learning and deep reinforcement learning. I'm especially interested in unifying theoretical reinforcement learning with practical deep-learning-based algorithms. My current work focuses on understanding generalization in neural networks, and how this interacts with computational decision-making.<br><br>

I graduated from <a href="https://www.cmu.edu/">Carnegie Mellon University</a> in 2017 with a Bachelor's in computer science and a Master's in Language Technologies, advised by <a href="http://www.phontron.com/">Graham Neubig</a>. From 2017-2018, I was a <a href="https://ai.google/brain-team">Google AI Resident</a> in San Francisco.<br><br>

I love to teach.
If you want to learn about deep learning, get some guidance on a project, or just chat about AI in general, I'd be happy to help.
Please email me to schedule a meeting.<br><br>

<br><br><small>Website template stolen with love from <a href="https://desh2608.github.io/">Desh</a>.</small>
File renamed without changes.
12 changes: 12 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: page
title: About
---

I'm a NYC-based deep learning researcher. I have a Bachelor's & Master's from CMU, and am a PhD candidate at McGill (Mila). I have worked at Google Brain and Microsoft Research. Currently building something new.

I enjoy mentoring people who are excited to learn about deep learning. If that describes you, please feel free to reach out to me via jacobbuckman@gmail with any questions or for general guidance. I will always respond.

<br />


14 changes: 0 additions & 14 deletions blog.html

This file was deleted.

29 changes: 13 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
---
layout: page
title: Jacob Buckman
subtitle: PhD student studying deep reinforcement learning
use-site-title: true
layout: default
title: Blog
---

Hello there! I'm Jacob Buckman, currently a PhD candidate at <a href="https://mila.quebec/">MILA</a> advised by <a href="https://mila.quebec/en/person/marc-g-bellemare/">Marc Bellemare</a> and <a href="https://www.cs.mcgill.ca/~dprecup/">Doina Precup</a>.<br><br>

My primary research areas are deep learning and deep reinforcement learning. I'm especially interested in unifying theoretical reinforcement learning with practical deep-learning-based algorithms. My current work focuses on understanding generalization in neural networks, and how this interacts with computational decision-making.<br><br>

I graduated from <a href="https://www.cmu.edu/">Carnegie Mellon University</a> in 2017 with a Bachelor's in computer science and a Master's in Language Technologies, advised by <a href="http://www.phontron.com/">Graham Neubig</a>. From 2017-2018, I was a <a href="https://ai.google/brain-team">Google AI Resident</a> in San Francisco.<br><br>

I love to teach.
If you want to learn about deep learning, get some guidance on a project, or just chat about AI in general, I'd be happy to help.
Please email me to schedule a meeting.<br><br>

<br><br><small>Website template stolen with love from <a href="https://desh2608.github.io/">Desh</a>.</small>
<p>I'm occasionally in possession of thoughts on various topics. You can read those thoughts <s>here</s> on <a href="https://jacobbuckman.substack.com/">Substack</a>, where I will be hosting all future essays. Past essays will be preserved on this page for posterity.</p>
<ul>
{% for post in site.posts %}
<a hidden>{{ post.title }} {{ post.date | date_to_long_string }} {{ post.url }} </a>
{% if post.invisible == null %}
<li class="spaced">
<a href="{{ post.url }}">{{ post.title }}</a> {{ post.date | date_to_long_string }}
</li>
{% endif %}
{% endfor %}
</ul>
38 changes: 0 additions & 38 deletions talks.md

This file was deleted.

0 comments on commit 2ef8569

Please sign in to comment.