generated from jhudsl/OTTR_Template_Website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.Rmd
39 lines (28 loc) · 1.58 KB
/
contact.Rmd
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
---
title: "**Contact Us**"
output:
html_document
---
<style type="text/css">
body{
font-size: 12pt;
line-height: 1.6;
text-align: justify;
text-justify: inter-word;
}
</style>
<br>
```{r, fig.align='center', fig.alt="Banner", out.width="1540px", echo = FALSE}
knitr::include_graphics("resources/images/bannerITCR.png")
```
<br>
### *Get in touch*
Hey there!
The platforms and resources on the website are primarily made from ITCR Training Network (ITN) resources and are linked to the [ITCR table](https://itcr.cancer.gov/informatics-tools) hosted on the ITCR website.
We would love to hear from you! If you have any feedback, suggestions or questions please contact us at [itcrtrainingnetwork@gmail.com](itcrtrainingnetwork@gmail.com).
### *Contributing Guide*
The code that renders this website is open source and [available on GitHub](https://github.com/jhudsl/ITCR_Tables). If you'd like to contribute by opening an issue or a pull request, visit the [`ITCR_Tables` repo](https://github.com/jhudsl/ITCR_Tables). If you would like to submit a tool or resource for inclusion, please [fill out this feedback form](https://jhudatascience.org/ITCR_Tables/feedback.html).
#### Notes about Pull Requests
There are GitHub actions that will take a few seconds to start tests for broken URLs and spelling/code styling. If there are spelling "errors" that are intentional, please modify the `dictionary.txt` file in the `resources` directory.
#### Assigning reviewers
If you open an issue or pull request, please assign Kate Isaac (`@kweav`) or Carrie Wright (`@carriewright11`) to review them.