Skip to content

Commit

Permalink
add paper
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseSilverberg committed Jan 14, 2024
1 parent 8fc3b5f commit a45b716
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
liquid (4.0.4)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down
4 changes: 2 additions & 2 deletions _data/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"docs.css": "./dist/docs.bcd8039a90cc3d10c0e0.css",
"docs.js": "./dist/docs.bcd8039a90cc3d10c0e0.js"
"docs.css": "./dist/docs.c985c0216f2d45dfff7f.css",
"docs.js": "./dist/docs.c985c0216f2d45dfff7f.js"
}
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
link: /
- name: Research
link: /research/
- name: Publications
link: /publications/
21 changes: 21 additions & 0 deletions assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,27 @@
}


.publications .pub {
@apply my-4 sm:my-6 md:my-8;
}

.publications a {
@apply text-blue-500 font-medium hover:underline hover:text-blue-600 transition duration-150 ease-in-out;
}

.publications .pub .pub-title {
@apply text-2xl mb-3;
}

.publications .pub .pub-authors {
@apply text-lg;
}

.publications .pub .pub-authors .self-author {
@apply font-bold dark:font-extrabold;
}


.music .music-item {
@apply lg:flex;
}
Expand Down
1 change: 0 additions & 1 deletion dist/docs.bcd8039a90cc3d10c0e0.css

This file was deleted.

1 change: 1 addition & 0 deletions dist/docs.c985c0216f2d45dfff7f.css

Large diffs are not rendered by default.

File renamed without changes.
18 changes: 18 additions & 0 deletions publications.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Publications
layout: default
---

<div class="publications mx-6 sm:mx-12 xl:mx-20 py-5">
<h2 class='text-4xl sm:text-5xl md:text-6xl tracking-normal font-medium text-indigo-500 my-4 sm:my-6 md:my-8'>Selected Publications</h2>
<p class="text-gray-700 dark:text-gray-300 text-xl leading-relaxed">A full list of publications can be found on <a href="https://scholar.google.com/citations?user=8yLY_hwAAAAJ" target="_blank">Google Scholar</a>.</p>

<div class="mx-4 md:mx-8 lg:mx-12 xl:mx-auto xl:w-11/12">
<div class="pub">
<p class="pub-title"><a href="https://arxiv.org/abs/2311.18684" target="_blank">Handling Cost and Constraints with Off-Policy Deep Reinforcement Learning</a></p>
<p class="pub-authors">Jared Markowitz, <span class="self-author">Jesse Silverberg</span>, Gary Collins</p>
</div>
</div>
</div>

<script src="{% link js/tracker.js %}"></script>
6 changes: 3 additions & 3 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

<div class="xl:mx-10">

<h1 class="text-5xl md:text-6xl tracking-tight font-medium text-indigo-500 my-6 md:my-8">About</h1>
<p class="text-gray-700 dark:text-gray-300 text-xl leading-relaxed">I am currently pursuing a B.S. in Computer Science at Case Western Reserve University, where I am working with Professor Soumya Ray. My broad interests include reinforcement learning, representation learning, and adversarial robustness.</p>
<h1 class="text-5xl md:text-6xl tracking-normal font-medium text-indigo-500 my-6 md:my-8">About</h1>
<p class="text-gray-700 dark:text-gray-300 text-xl leading-relaxed">I am currently pursuing an M.S. in Computer Science at Case Western Reserve University, where I am advised by Professor Soumya Ray. My broad interests include reinforcement learning, representation learning, and adversarial robustness.</p>

<h1 class="text-5xl md:text-6xl tracking-tight font-medium text-indigo-500 mt-12 md:mt-16">Recent Work</h1>
<h1 class="text-5xl md:text-6xl tracking-normal font-medium text-indigo-500 mt-12 md:mt-16">Recent Work</h1>
</div>

<div class="grid grid-cols-1 xl:grid-cols-2">
Expand Down

0 comments on commit a45b716

Please sign in to comment.