Skip to content

Commit

Permalink
Adding new RSFN paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
RS-Coop committed Dec 5, 2023
1 parent c762efa commit 9699e0f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ <h2>{{ page.title }}</h2>
<div class="project-content">
{{ content }}
{% if page.pdf %}
<object data="{{ page.pdf }}" width="1000" height="1000" type='application/pdf'></object>
{% for pdf in page.pdf %}
<object data="{{ pdf }}" width="1000" height="1000" type='application/pdf'></object>
{% endfor %}
{% endif %}
</div>
</div>
Expand Down
Binary file added assets/files/rsfn.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions collections/_research-projects/nn4mc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ category: research
type: Conference Paper
noteworthy: false
image: ../images/placeholder.png
summary: Blah Blah Blah
---
This is a research project
pdf: https://arxiv.org/pdf/1911.03848.pdf
summary: Python and C++ packages for translating trained neural networks into C code for use in embedded systems.
---
2 changes: 1 addition & 1 deletion collections/_research-projects/quadconv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Quadrature Convolutions (QuadConv)
category: research
type: Pre-Print
type: Journal Publication
noteworthy: true
image: ../images/placeholder.png
pdf: https://arxiv.org/pdf/2211.05151.pdf
Expand Down
2 changes: 1 addition & 1 deletion collections/_research-projects/rsfn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ category: research
type: Master's Thesis
noteworthy: true
image: ../images/placeholder.png
pdf: ../../assets/files/masters-thesis.pdf
pdf: [../../assets/files/rsfn.pdf, ../../assets/files/masters-thesis.pdf]
summary: A novel second-order non-convex optimization algorithm with provable saddle avoidance and an efficient implementation.
---

0 comments on commit 9699e0f

Please sign in to comment.