-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanual.qmd
80 lines (61 loc) · 2.71 KB
/
manual.qmd
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
## WHe-DB Manual {.unnumbered}
```{r, echo=FALSE}
# htmltools::img(src = knitr::image_uri("Pictures_and_diagrams/WCS_LOGOTYPE.png"),
# alt = 'logo',
# style = 'position:fixed;
# top:0;
# right:0;
# padding:70px;',
# width = "300px",
# heigth = "300px")
#
#
# htmltools::img(src = knitr::image_uri("Pictures_and_diagrams/wcpa-logo.png"),
# alt = 'logo',
# style = 'position:fixed;
# top:90;
# right:0;
# padding:70px;',
# width = "300px",
# heigth = "300px")
htmltools::div(
htmltools::img(src = knitr::image_uri("Pictures_and_diagrams/WHINlogo.png"),
alt = 'logo',
style =
"position: fixed;
right: 10px;
top: 0%;
width: 220px;"),
htmltools::img(src = knitr::image_uri("Pictures_and_diagrams/WCS_LOGOTYPE.png"),
style = "position: fixed; right: 10px; top: 13%; width: 200px;"),
htmltools::img(src = knitr::image_uri("Pictures_and_diagrams/wcpa-logo.png"),
style = "position: fixed; right: 10px; top: 20%; width: 200px;")
)
```
Under construction
<!-- The Field Visit requires an end date which can be placed in the future. For example, a Surveillance Activity aims to assess the body condition of a herd on a yearly for a decade. In this case, each Field Visit can encompass each full year, with an assigned start date of January 1st and en date December 31st of the corresponding year. The end date can be assigned in any moment before December 31st during the year, when the Field Visit is created. -->
<!-- ### 1. Finding Data -->
<!-- #### Finding a Project -->
<!-- #### Finding a Surveillance Activity -->
<!-- #### Finding a Field Activity -->
<!-- #### Finding a Location -->
<!-- #### Finding a Location Group -->
<!-- #### Finding an Event -->
<!-- #### Finding an Event Group -->
<!-- #### Finding a Source -->
<!-- #### Finding a Source Record -->
<!-- #### Finding a Source Record Group -->
<!-- #### Finding a Carcass -->
<!-- #### Finding a Necropsy -->
<!-- #### Finding a Specimen -->
<!-- #### Finding a Diagnostic -->
<!-- #### Finding a Diagnosis -->
<!-- #### Finding a Laboratory -->
<!-- #### Finding a Person -->
<!-- ### 2. Writing data -->
<!-- #### Creating a new Project -->
<!-- ### 3. Export Data -->
### Appendices
#### Summary of fields and tables whose availability is conditional on other fields of the database
```{r child="conditional_attrs.qmd" , echo=FALSE, eval=T, message=FALSE, cache=F}
```