Skip to content

Commit 5868350

Browse files
committed
deploy: bb2af21
1 parent 391cb16 commit 5868350

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

contributing.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,21 @@ <h1 class="page-title">Contributing</h1>
104104

105105
<h3 id="adding-a-publication">Adding a publication</h3>
106106
<p>To add a publication (new or missing), create a file in the <code class="language-plaintext highlighter-rouge">_publications</code> folder. The name of the file should follow the structure <code class="language-plaintext highlighter-rouge">lastnameYEARfirstword.markdown</code> where <code class="language-plaintext highlighter-rouge">lastname</code> is the last name of the first author and <code class="language-plaintext highlighter-rouge">firstword</code> is the first non-punctuation word of the work’s title. Within each file, follow the structure shown in the other files. Once the file is added, the work will appear in the “All Papers” section.</p>
107-
<pre>
108-
---
109-
layout: publication
110-
title: The title of the Publication
111-
authors: F. M. LastName, F. M. LastName, ...
112-
conference: AbbreviatedNameOfConference
113-
year: YEAR
114-
additional_links:
115-
- {name: "ArXiV", url: "http://arxiv.org/abs/XXXX.YYYY"}
116-
- {name: "website", url: "http://paperwebsite.com"}
117-
- {name: "code", url: "https://github.com/path-to/code"}
118-
tags: ["tag1", "tag2"]
119-
---
120-
Text of abstract goes here.
121-
</pre>
107+
108+
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
109+
<span class="na">layout</span><span class="pi">:</span> <span class="s">publication</span>
110+
<span class="na">title</span><span class="pi">:</span> <span class="s">The title of the Publication</span>
111+
<span class="na">authors</span><span class="pi">:</span> <span class="s">F. M. LastName, F. M. LastName, ...</span>
112+
<span class="na">conference</span><span class="pi">:</span> <span class="s">AbbreviatedNameOfConference</span> <span class="c1"># Or journal: AbbreviatedNameOfJournal</span>
113+
<span class="na">year</span><span class="pi">:</span> <span class="s">YEAR</span>
114+
<span class="na">additional_links</span><span class="pi">:</span>
115+
<span class="pi">-</span> <span class="pi">{</span><span class="nv">name</span><span class="pi">:</span> <span class="s2">"</span><span class="s">ArXiV"</span><span class="pi">,</span> <span class="nv">url</span><span class="pi">:</span> <span class="s2">"</span><span class="s">http://arxiv.org/abs/XXXX.YYYY"</span><span class="pi">}</span>
116+
<span class="pi">-</span> <span class="pi">{</span><span class="nv">name</span><span class="pi">:</span> <span class="s2">"</span><span class="s">website"</span><span class="pi">,</span> <span class="nv">url</span><span class="pi">:</span> <span class="s2">"</span><span class="s">http://paperwebsite.com"</span><span class="pi">}</span>
117+
<span class="pi">-</span> <span class="pi">{</span><span class="nv">name</span><span class="pi">:</span> <span class="s2">"</span><span class="s">code"</span><span class="pi">,</span> <span class="nv">url</span><span class="pi">:</span> <span class="s2">"</span><span class="s">https://github.com/path-to/code"</span><span class="pi">}</span>
118+
<span class="na">tags</span><span class="pi">:</span> <span class="pi">[</span><span class="s2">"</span><span class="s">tag1"</span><span class="pi">,</span> <span class="s2">"</span><span class="s">tag2"</span><span class="pi">]</span>
119+
<span class="nn">---</span>
120+
<span class="s">Text of abstract goes here.</span>
121+
</code></pre></div></div>
122122

123123
<p>The <code class="language-plaintext highlighter-rouge">additional_links</code> are optional and arbitrary and they will appear on the page referring to this work. Feel free to add as many additional links as needed.</p>
124124

publications/barchi2021exploration/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1>
100100
<div class="content container">
101101
<div class="page">
102102
<h1 class="page-title">Exploration of Convolutional Neural Network models for source code classification</h1>
103-
<h5>Francesco Barchi, Emanuele Parisi, Gianvito Urgese, Elisa Ficarra, Andrea Acquaviva. 2021</h5>
103+
<h5>Francesco Barchi, Emanuele Parisi, Gianvito Urgese, Elisa Ficarra, Andrea Acquaviva. Engineering Applications of Artificial Intelligence 2021</h5>
104104
<p>
105105

106106
[<a href="https://www.sciencedirect.com/science/article/pii/S0952197620303353" target="_blank">ScienceDirect</a>]

publications/barchi2022deep/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1>
100100
<div class="content container">
101101
<div class="page">
102102
<h1 class="page-title">Deep Learning Approaches to Source Code Analysis for Optimization of Heterogeneous Systems: Recent Results, Challenges and Opportunities</h1>
103-
<h5>Francesco Barchi, Emanuele Parisi, Andrea Bartolini, Andrea Acquaviva. 2022</h5>
103+
<h5>Francesco Barchi, Emanuele Parisi, Andrea Bartolini, Andrea Acquaviva. Journal of Low Power Electronics and Applications 2022</h5>
104104
<p>
105105

106106
[<a href="https://www.mdpi.com/2079-9268/12/3/37" target="_blank">MDPI</a>]

publications/glassman2015overcode/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1>
100100
<div class="content container">
101101
<div class="page">
102102
<h1 class="page-title">OverCode: visualizing variation in student solutions to programming problems at scale</h1>
103-
<h5>Elena L. Glassman, Jeremy Scott, Rishabh Singh, Philip J. Guo, Robert C. Miller. 2015</h5>
103+
<h5>Elena L. Glassman, Jeremy Scott, Rishabh Singh, Philip J. Guo, Robert C. Miller. TOCHI 2015</h5>
104104
<p>
105105

106106
&nbsp;<a href='http://scholar.google.com/scholar?q=OverCode: visualizing variation in student solutions to programming problems at scale' target="_blank"><img style="display: inline; margin: 0;" src="/public/media/google-scholar.png"/></a>

publications/parisi2022making/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1>
100100
<div class="content container">
101101
<div class="page">
102102
<h1 class="page-title">Making the Most of Scarce Input Data in Deep Learning-Based Source Code Classification for Heterogeneous Device Mapping</h1>
103-
<h5>Emanuele Parisi, Francesco Barchi, Andrea Bartolini, Andrea Acquaviva. 2022</h5>
103+
<h5>Emanuele Parisi, Francesco Barchi, Andrea Bartolini, Andrea Acquaviva. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems 2022</h5>
104104
<p>
105105

106106
[<a href="https://ieeexplore.ieee.org/document/9544064" target="_blank">IEEE</a>]

topics.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)