forked from MIMBCD-UI/testing-guide-breast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
98 lines (68 loc) · 2.19 KB
/
Copy pathmain.tex
File metadata and controls
98 lines (68 loc) · 2.19 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{enumitem}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{wrapfig}
\usepackage{graphicx}
\graphicspath{ {images/} }
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=black,
urlcolor=black,
citecolor=black,
}
\title{
Project
\\
User Testing Guide
\\
Scope
\\
Title
}
\author{
Author\\
\texttt{author.email@author.author}
}
\date{00/00/0000}
\begin{document}
\maketitle
\textbf{Prototype:} \hyperlink{}{prototype-a-link} \hfill \textbf{Version:} \hyperlink{}{v0.0.0-alpha}
\textbf{Milestone:} \hyperlink{https://github.com/MIMBCD-UI/prototype-breast-screening/milestone/1}{1.2.0-beta} \hfill \textbf{Release:} \hyperlink{}{v0.0}
\hfill
\textbf{Prototype:} \hyperlink{}{prototype-b-link} \hfill \textbf{Version:} \hyperlink{}{v0.0.0-alpha}
\textbf{Milestone:} \hyperlink{https://github.com/mida-project/prototype-multi-modality-assistant/milestone/2}{1.2.0-alpha} \hfill \textbf{Release:} \hyperlink{https://github.com/mida-project/prototype-multi-modality-assistant/releases/tag/v1.2.0-alpha}{v1.2.0-alpha}
\hfill
\textbf{Secondary:} \hyperlink{}{server-a-link}
\textbf{Commit:} \hyperlink{}{12345}
\hfill
\textbf{Depl. Env.:} Localhost \hfill \textbf{Depl. Server:} Localhost
\textbf{Link:} \hyperlink{}{project-link}
\hfill
\textbf{Main Server:} \hyperlink{}{Localhost} \hfill \textbf{Port:} 1234
\textbf{Private IP:} \hyperlink{}{localhost} \hfill \textbf{Public IP:} \hyperlink{}{localhost}
\textbf{Private Domain:} \hyperlink{}{localhost}
\hfill
\textbf{Secondary Server:} \hyperlink{}{Localhost} \hfill \textbf{Port:} 8448
\textbf{Private IP:} \hyperlink{}{localhost} \hfill \textbf{Public IP:} \hyperlink{}{localhost}
\textbf{Private Domain:} \hyperlink{}{localhost} \hfill \textbf{From:} 8448
\clearpage
\input{sections/sec001}
\input{sections/sec002}
\input{sections/sec003}
\input{sections/sec004}
\input{sections/sec005}
\input{sections/sec006}
\input{sections/sec007}
\input{sections/sec008}
\input{sections/sec009}
\input{sections/sec010}
\input{sections/sec011}
\input{sections/sec012}
\clearpage
\bibliographystyle{plain}
\bibliography{bibliography/references.bib}
\end{document}