From bbc18b8ceab92c8203b8d903fa3463d337ecbff5 Mon Sep 17 00:00:00 2001 From: NikolaLiu Date: Mon, 19 Jul 2021 01:12:50 +0800 Subject: [PATCH 1/3] update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26bb162b..7ee6e5ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3.7.9 +FROM python:3.7 WORKDIR / -RUN git clone https://github.com/leonard-thong/SciAnnotate.git /SciAnnotate && cd SciAnnotate && git checkout label_function_dev && bash ./docker_install.sh +RUN git clone https://github.com/dreamyang-liu/SciAnnotate.git /SciAnnotate && cd SciAnnotate && git checkout label_function_dev && bash ./docker_install.sh WORKDIR /SciAnnotate ENTRYPOINT ["python3", "standalone.py"] \ No newline at end of file From ce3b9a2a17438af3bb6ed18ace8b200594f4abd1 Mon Sep 17 00:00:00 2001 From: robin luo <32207883+robinzixuan@users.noreply.github.com> Date: Sun, 29 Aug 2021 23:50:23 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 97c4eb2b..4d1bc3b6 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,16 @@ def contactLabeler(text="", entity_index=None): ## Release Note Jan.15 2021 - Add Sign Up Entry, User now can create their own account without asking administor for help + + +## Citing RobLAX +If you would like to reference SciAnnotate in a publication, please use: +``` +@software{SciAnnotate2021github, + author = {Mengyang Liu, Haozheng Luo, Leonard Thong, Yinghao Li, Chao Zhang, Le Song }, + title = {SciAnnotate-A Tool for Integrating Weak Labeling Sources for Sequence Labeling}, + url = {http://github.com/dreamyang-liu/SciAnnotate}, + version = {0.1.4}, + year = {2021}, +} +``` From f728e9fa3051dd210e927c6880cfc8f9e5547aa4 Mon Sep 17 00:00:00 2001 From: robin luo <32207883+robinzixuan@users.noreply.github.com> Date: Sun, 29 Aug 2021 23:51:36 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1bc3b6..b8624832 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ def contactLabeler(text="", entity_index=None): - Add Sign Up Entry, User now can create their own account without asking administor for help -## Citing RobLAX +## Citing SciAnnotate If you would like to reference SciAnnotate in a publication, please use: ``` @software{SciAnnotate2021github,