regel-corpus commited on
Commit
0eb0d58
1 Parent(s): 2e5e679

move citation to top

Browse files
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -22,6 +22,24 @@ Predicts 1 tag:
22
 
23
  ---
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ### Demo: How to use in Flair
26
 
27
  Requires:
@@ -83,20 +101,5 @@ tagger.predict(sentence)
83
 
84
  ---
85
 
86
- ### Cite
87
-
88
- Please cite the following paper when using this model.
89
-
90
-
91
- ```
92
- @article{garda2022regel,
93
- title={RegEl corpus: identifying DNA regulatory elements in the scientific literature},
94
- author={Garda, Samuele and Lenihan-Geels, Freyda and Proft, Sebastian and Hochmuth, Stefanie and Sch{\"u}lke, Markus and Seelow, Dominik and Leser, Ulf},
95
- journal={Database},
96
- volume={2022},
97
- year={2022},
98
- publisher={Oxford Academic}
99
- }
100
- ```
101
 
102
 
 
22
 
23
  ---
24
 
25
+ ### Cite
26
+
27
+ Please cite the following paper when using this model.
28
+
29
+
30
+ ```
31
+ @article{garda2022regel,
32
+ title={RegEl corpus: identifying DNA regulatory elements in the scientific literature},
33
+ author={Garda, Samuele and Lenihan-Geels, Freyda and Proft, Sebastian and Hochmuth, Stefanie and Sch{\"u}lke, Markus and Seelow, Dominik and Leser, Ulf},
34
+ journal={Database},
35
+ volume={2022},
36
+ year={2022},
37
+ publisher={Oxford Academic}
38
+ }
39
+ ```
40
+
41
+ ---
42
+
43
  ### Demo: How to use in Flair
44
 
45
  Requires:
 
101
 
102
  ---
103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105