Spaces:
Runtime error
Runtime error
(Bill) Yuchen Lin
commited on
Commit
•
15b17df
1
Parent(s):
9d8fc70
enlarge the font size
Browse files
app.py
CHANGED
@@ -91,10 +91,13 @@ with gr.Blocks() as demo:
|
|
91 |
</td>
|
92 |
</tr>
|
93 |
</table>
|
|
|
94 |
|
95 |
We often cite papers using their arXiv versions without noting that they are already __PUBLISHED__ in some conferences. These unofficial bib entries might violate rules about submissions or camera-ready versions for some conferences.
|
96 |
We introduce __Rebiber__, a simple tool in Python to fix them automatically. It is based on the official conference information from the [DBLP](https://dblp.org/) or [the ACL anthology](https://www.aclweb.org/anthology/) (for NLP conferences)!
|
97 |
Apart from handling outdated arXiv citations, __Rebiber__ also normalizes citations in a unified way (DBLP-style), supporting abbreviation and value selection.
|
|
|
|
|
98 |
'''
|
99 |
)
|
100 |
|
|
|
91 |
</td>
|
92 |
</tr>
|
93 |
</table>
|
94 |
+
<span style="font-size:13pt">
|
95 |
|
96 |
We often cite papers using their arXiv versions without noting that they are already __PUBLISHED__ in some conferences. These unofficial bib entries might violate rules about submissions or camera-ready versions for some conferences.
|
97 |
We introduce __Rebiber__, a simple tool in Python to fix them automatically. It is based on the official conference information from the [DBLP](https://dblp.org/) or [the ACL anthology](https://www.aclweb.org/anthology/) (for NLP conferences)!
|
98 |
Apart from handling outdated arXiv citations, __Rebiber__ also normalizes citations in a unified way (DBLP-style), supporting abbreviation and value selection.
|
99 |
+
|
100 |
+
</span>
|
101 |
'''
|
102 |
)
|
103 |
|