-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtable-3.tex
25 lines (25 loc) · 1.26 KB
/
table-3.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\documentclass{article}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage[top=0.5cm, bottom=0.5cm, outer=0.5cm, inner=0.5cm, heightrounded,
marginparwidth=0.5cm, marginparsep=0.2cm]{geometry}
\begin{document}
\resizebox{20cm}{!} {\begin{tabular}{|l|*{3}{l}|}
\hline
& gnparser & gbif-parser & biodiversity \\
\hline
\textit{Accuracy} & $98.9\%$ & $96.7\%$ & $98.4\%$\\
\textit{Hybrid formulas support} & Yes & No & Yes \\
\textit{Infrasubspecies support} & Yes & No & Yes \\
\textit{Throughput (names/s/thread)} & 8178 & 6389 & 1111 \\
\textit{Parsing details} & Complete & Partial & Complete\\
\textit{Library for the same language}& Yes & Yes & Yes \\
\textit{Library for other languages} & Yes & Yes & No \\
\textit{Command line tool} & Yes & No & Yes \\
\textit{Socket server} & Yes & No & Yes \\
\textit{Web Interface} & Yes & Yes & Yes \\
\textit{RESTful service} & Yes & Yes & Yes \\
\hline
\end{tabular}
}
\end{document}