Skip to content

Commit

Permalink
add bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
muhaochen committed Jul 14, 2024
1 parent fea39f9 commit 78c981f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions tutorials/tutorial.202406.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
.STYLE2 {font-family: Calibri; font-size: 24px; }
.STYLE27 {font-family: Calibri; font-size: 16px; }
>
.bibtex {
background-color: lightgrey;
width: 600px;
border: 2px solid black;
padding: 10px;
margin: 5px;
}
</style>
<script src="../js/w3data.js"></script>
</head>
Expand Down Expand Up @@ -74,8 +81,18 @@ <h4>Future Research Directions [30 min] <br><a href="https://cogcomp.seas.upenn.

<h3> Resources:</h3>
<li> <a href="https://muhaochen.github.io/index_files/NAACL_2024_S_and_P.pdf">Tutorial syllabus</a></li>
<li> <a href="#.zip">Tutorial slides</a></li>

<h3> Bibtex:</h3>
<div class="bibtex">
@inproceedings{chen-etal-2024-combating,<br>
&ensp; &emsp;title = "Combating Security and Privacy Issues in the Era of Large Language Models",<br>
&ensp; &emsp;author = "Chen, Muhao and Xiao, Chaowei and Sun, Huan and Li, Lei and Derczynski, Leon and Anandkumar, Anima and Wang, Fei",<br>
&ensp; &emsp;booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 5: Tutorial Abstracts)",<br>
&ensp; &emsp;year = "2024",<br>
&ensp; &emsp;publisher = "Association for Computational Linguistics",<br>
&ensp; &emsp;url = "https://aclanthology.org/2024.naacl-tutorials.2",<br>
&ensp; &emsp;pages = "8--18"<br>
}
</div>

</div>
</div>
Expand Down

0 comments on commit 78c981f

Please sign in to comment.