Skip to content

Commit 07ac63c

Browse files
committed
Remove redundant and error-prone bibkey.
Remove outdated taxonomies.
1 parent 1ab0a10 commit 07ac63c

File tree

426 files changed

+3
-575
lines changed

Some content is hidden

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

426 files changed

+3
-575
lines changed

_includes/sidebar.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ <h1>
1717
<a class="sidebar-nav-item{% if page.url == "/tsne-viz.html" %} active{% endif %}" href="{% link tsne-viz.html %}">2D Map of Papers</a>
1818
<a class="sidebar-nav-item{% if page.url == "/topic-viz.html" %} active{% endif %}" href="{% link topic-viz.html %}">Topic-based Explorer</a>
1919

20-
<a class="sidebar-nav-item{% if page.url == "/base-taxonomy/" %} active{% endif %}" href="{% link base-taxonomy/index.md %}">Core Taxonomy</a>
21-
2220

2321
<a class="sidebar-nav-item{% if page.url == "/resources.html" %} active{% endif %}" href="{% link resources.md %}">Resources, Courses &#38; Events</a>
2422
<a class="sidebar-nav-item{% if page.url == "/contributing.html" %} active{% endif %}" href="{% link contributing.markdown %}">Contributing</a>

_layouts/publication.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ <h5>{{ page.authors }}. {{ page.conference }} {{ page.year }}</h5>
1111
{% endfor %}
1212
&nbsp;<a href='http://scholar.google.com/scholar?q={{ page.title }}' target="_blank"><img style="display: inline; margin: 0;" src="/public/media/google-scholar.png"/></a>
1313
&nbsp;<a href='https://www.semanticscholar.org/search?q={{ page.title }}' target="_blank"><img style="display: inline; margin: 0;" src="/public/media/semscholar.png"/></a>
14-
&nbsp;<a href='http://academic.microsoft.com/#/search?iq={{ page.title | uri_escape }}' target="_blank"><img style="display: inline; margin: 0;" src="/public/media/ms-academic.png"/></a>
1514
<br/>
1615
{% for tag in page.tags %}
1716
<tag><a href="/tags.html#{{ tag }}">{{ tag }}</a></tag>
@@ -29,7 +28,7 @@ <h6>Similar Work</h6>
2928
<script>
3029
$(document).ready(
3130
function() {
32-
$.getJSON('/publications-metadata/{{ page.bibkey }}.json', function(data) {
31+
$.getJSON("/publications-metadata/{{ page.path | replace_first: '_publications/', '' | replace: '.markdown', '' }}.json", function(data) {
3332
num_papers = data.length;
3433
html = "";
3534
for (let i=0; i < num_papers; i++) {

_publications/abdelaziz2020graph4code.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Graph4Code: A Machine Interpretable Knowledge Graph for Code"
44
authors: Ibrahim Abdelaziz, Julian Dolby, James P. McCusker, Kavitha Srinivas
55
conference:
66
year: 2020
7-
bibkey: abdelaziz2020graph4code
87
additional_links:
98
- {name: "ArXiV", url: "https://arxiv.org/abs/2002.09440"}
109
- {name: "Website", url: "https://wala.github.io/graph4code/"}

_publications/agashe2019julce.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "JuICe: A Large Scale Distantly Supervised Dataset for Open Domain Contex
44
authors: Rajas Agashe, Srinivasan Iyer, Luke Zettlemoyer
55
conference:
66
year: 2019
7-
bibkey: agashe2019julce
87
additional_links:
98
- {name: "ArXiV", url: "https://arxiv.org/abs/1910.02216"}
109
- {name: "Dataset", url: "https://drive.google.com/file/d/1xWDV__5hjTWVuJlXD42Ar7nkjU2hRTic/view?usp=sharing"}

_publications/aggarwal2015using.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Using Machine Translation for Converting Python 2 to Python 3 Code"
44
authors: Karan Aggarwal, Mohammad Salameh, Abram Hindle
55
conference:
66
year: 2015
7-
bibkey: aggarwal2015using
87
tags: ["migration"]
98
---
109
In this paper, we have tried to use Statistical machine translation in order to convert Python 2 code to Python 3 code. We use data from two projects and achieve a high BLEU score. We also investigate the cross-project training and testing to analyze the errors so as to ascertain differences with previous case. We have described a pilot study on modeling programming languages as natural language to build translation models on the lines of natural languages. This can be further worked on to translate between versions of a programming language or cross-programming-languages code translation.

_publications/ahmad2020transformer.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "A Transformer-based Approach for Source Code Summarization"
44
authors: Wasi Uddin Ahmad, Saikat Chakraborty, Baishakhi Ray, Kai-Wei Chang
55
conference: ACL
66
year: 2020
7-
bibkey: ahmad2020transformer
87
additional_links:
98
- {name: "ArXiV", url: "https://arxiv.org/abs/2005.00653"}
109
- {name: "Code", url: "https://github.com/wasiahmad/NeuralCodeSum"}

_publications/ahmad2021unified.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Unified Pre-training for Program Understanding and Generation"
44
authors: Wasi Uddin Ahmad, Saikat Chakraborty, Baishakhi Ray, Kai-Wei Chang
55
conference: NAACL
66
year: 2021
7-
bibkey: ahmad2021unified
87
additional_links:
98
- {name: "ArXiV", url: "https://arxiv.org/abs/2103.06333"}
109
tags: ["pretraining", "Transformer"]

_publications/ahmed2019learning.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Learning Lenient Parsing & Typing via Indirect Supervision"
44
authors: Toufique Ahmed, Vincent Hellendoorn, Premkumar Devanbu
55
conference:
66
year: 2019
7-
bibkey: ahmed2019learning
87
additional_links:
98
- {name: "ArXiV", url: "https://arxiv.org/abs/1910.05879"}
109
tags: ["types"]

_publications/alet2021largescale.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: A large-scale benchmark for few-shot program induction and synthesis
44
authors: Ferran Alet, Javier Lopez-Contreras, James Koppel, Maxwell Nye, Armando Solar-Lezama, Tomas Lozano-Perez, Leslie Kaelbling, Joshua Tenenbaum
55
conference: ICML
66
year: 2021
7-
bibkey: alet2021largescale
87
additional_links:
98
- {name: "PMLR", url: "http://proceedings.mlr.press/v139/alet21a.html"}
109
- {name: "website", url: "https://lis.csail.mit.edu/progres"}

_publications/allamanis2013mining.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: "Mining Source Code Repositories at Massive Scale Using Language Modeling
44
authors: Miltiadis Allamanis, Charles Sutton
55
conference: MSR
66
year: 2013
7-
bibkey: allamanis2013mining
87
additional_links:
98
- {name: "PDF", url: "http://homepages.inf.ed.ac.uk/csutton/publications/msr2013.pdf"}
109
- {name: "data", url: "http://groups.inf.ed.ac.uk/cup/javaGithub/"}

0 commit comments

Comments
 (0)