Skip to content

Commit

Permalink
update ZJU
Browse files Browse the repository at this point in the history
  • Loading branch information
jiesutd committed Sep 17, 2021
1 parent d1452e5 commit 45bd7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ venv.bak/
# mypy
.mypy_cache/

## files
demotext/ehr*
4 changes: 2 additions & 2 deletions utils/compareAnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ def write_head(out_file):
out_file.write("\\begin{CJK*}{UTF8}{gbsn}\n")
out_file.write("\mainmatter % start of an individual contribution\n")
out_file.write("\\title{Annotation Comparison Report}\n")
out_file.write("\\author{SUTDNLP Group}\n")
out_file.write("\\institute{Singapore University of Technology and Design}\n")
out_file.write("\\author{YLab}\n")
out_file.write("\\institute{Zhejiang University}\n")

out_file.write("\\maketitle\n\n")

Expand Down

0 comments on commit 45bd7f5

Please sign in to comment.