Skip to content

Commit

Permalink
Re-enable keyword search
Browse files Browse the repository at this point in the history
<!-- ps-id: 350fdc6a-c446-45ce-bd47-56d7686316b7 -->
  • Loading branch information
EntilZha committed Jul 28, 2023
1 parent 2e370d3 commit 4623c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions templates/papers.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<input type="radio" name="options" value="titles" autocomplete="off" checked />
by title
</label>
<!--
<label
class="btn btn-outline-secondary"
data-tippy-content="Search for papers with specific keywords"
Expand All @@ -96,7 +95,6 @@
/>
keyword
</label>
-->
<label class="btn btn-outline-secondary" data-tippy-content="Search for papers from specific authors">
<input type="radio" name="options" value="authors" autocomplete="off" />
by author
Expand Down
2 changes: 1 addition & 1 deletion templates/papers_keyword_vis.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<div id="container" position: relative; >
<div id="explain_text_plot">
<p>
Each rectangle represents a keyword in an EMNLP track.
Each rectangle represents a keyword in an ACL track.
Keywords not represented by more than one paper within the track have been filtered out.
</p>
<p>If you <b>hover</b> over a rectangle, you see the keyword reflected across all tracks.</p>
Expand Down

0 comments on commit 4623c5f

Please sign in to comment.