Skip to content

Commit

Permalink
Added About and Contact tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniereinders committed Aug 15, 2024
1 parent f7574e9 commit 7715674
Show file tree
Hide file tree
Showing 31 changed files with 1,478 additions and 72 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# handwriter
# Welcome


Handwriter is designed to assist forensic examiners by analyzing
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "handwriter"
title: "Welcome"
format:
html:
css: csafe.css
Expand Down
8 changes: 5 additions & 3 deletions _quarto/CITATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
To cite package ‘handwriterApp’ in publications use:
Iowa State University of Science and Technology on behalf of its Center for
Statistics and Applications in Forensic Evidence, Reinders S (????).
Statistics and Applications in Forensic Evidence, Reinders S (2024).
_handwriterApp: Shiny App for Handwriting Analysis in R_. R package version
1.0.0, <https://github.com/CSAFE-ISU/handwriterApp>.
1.0.0, commit bf9918f390d1ca23532e201f88e624564d1be8ec,
<https://github.com/CSAFE-ISU/handwriterApp>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {handwriterApp: Shiny App for Handwriting Analysis in R},
author = {{Iowa State University of Science and Technology on behalf of its Center for Statistics and Applications in Forensic Evidence} and Stephanie Reinders},
note = {R package version 1.0.0},
year = {2024},
note = {R package version 1.0.0, commit bf9918f390d1ca23532e201f88e624564d1be8ec},
url = {https://github.com/CSAFE-ISU/handwriterApp},
}
```
Binary file added _quarto/CSAFE-Tools_Stacked_white_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions _quarto/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ website:
left:
- text: Home
file: index.qmd
- text: About
file: about.qmd
- text: Contact
file: contact.qmd
- text: News
file: NEWS.md
- text: License
file: LICENSE.md
right:
Expand Down
16 changes: 16 additions & 0 deletions _quarto/about.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "About"
format:
html:
css: csafe.css
---

<src "CSAFE-TOOLS_Horizontal.png">

CSAFE Tools is a software suite of state-of-the-art statistical libraries designed to assist practitioners in analyzing forensic data. This work was developed in collaboration with the Center for Statistics and Applications in Forensic Evidence (CSAFE) at Iowa State University and Omni Analytics Group.

The methods used in the handwriter package are open-source and transparent, as described in <cite><a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/sam.11488">Crawford, Berry, and Carriquiry (2020)</a></cite> and <cite><a href="https://projecteuclid.org/journals/annals-of-applied-statistics/volume-17/issue-2/A-rotation-based-feature-and-Bayesian-hierarchical-model-for-the/10.1214/22-AOAS1662.full">Crawford, Ommen, and Carriquiry (2023)</a></cite>. The underlying code of handwriter is available as a <a href='https://github.com/CSAFE-ISU/handwriter' target='_blank'>GitHub repository</a>. This repository contains the current development version of handwriter. The current version of handwriter is available on the <a href='https://cran.r-project.org/web/packages/handwriter/index.html' target='_blank'>Comprehensive R Archive Network (CRAN)

## Bibliography
- Crawford, Amy M., Nicholas S. Berry, and Alicia L. Carriquiry. 2020. <cite><a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/sam.11488">" A clustering method for graphical handwriting components and statistical writership analysis."</a></cite> Statistical Analysis and Data Mining: The ASA Data Science Journal 14 (1): 41–60. https://doi.org/10.1002/sam.11488.
- Crawford, Amy M., Danica M. Ommen, and Alicia L. Carriquiry. 2023. <cite><a href="https://projecteuclid.org/journals/annals-of-applied-statistics/volume-17/issue-2/A-rotation-based-feature-and-Bayesian-hierarchical-model-for-the/10.1214/22-AOAS1662.full">"A rotation-based feature and Bayesian hierarchical model for the forensic evaluation of handwriting evidence in a closed set."</a></cite> The Annals of Applied Statistics 17 (2). https://doi.org/10.1214/22-AOAS1662.
19 changes: 19 additions & 0 deletions _quarto/contact.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Contact
format:
html:
css: csafe.css
---



### Center for Statistics and Applications in Forensic Evidence
195 Durham Center

613 Morrill Road

Ames, Iowa 50011

\(515\) 294-7278

<a href="[email protected]">[email protected]</a>
28 changes: 14 additions & 14 deletions _quarto/csafe.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Get Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Define global colors. To use: 'var(--blue)' */
:root {
--blue: #003A70;
Expand All @@ -13,18 +13,17 @@

}


h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 36px;
font-weight: 100;
font-size: 40px;
color: var(--purple);
}

h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 100;
font-size: 26px;
font-weight: 700;
font-size: 22px;
color: var(--purple);
}

Expand All @@ -45,19 +44,20 @@ html, body {
height: 100%;
}

.navbar-nav {
overflow: hidden;
height: 70px;
align-items: flex-end;
}

/* Increase the navbar logo size */
.navbar-brand img {
max-height: 50px; /* Increase the max width as needed */
width: auto; /* Maintain aspect ratio */
vertical-align: middle;
}

/* General settings for navbar */
.navbar-nav {
overflow: hidden;
height: 70px;
align-items: flex-end; /* aligns navigation links to bottom */
}

/* Change the text color of the navbar tabs */
.navbar-nav .nav-link {
color: var(--ltgrey);
Expand All @@ -69,7 +69,7 @@ html, body {
color: var(--dkgrey);
}

/* Change color of all links */
/* Change default links color */
a {
color: var(--orange);
}
Expand All @@ -82,4 +82,4 @@ a:hover {
/* Change color of links when clicked (visited) */
a:visited {
color: var(--gold);
}
}
Binary file modified _quarto/freeze.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion _quarto/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "handwriter"
title: "Welcome"
format:
html:
css: csafe.css
Expand Down
6 changes: 6 additions & 0 deletions _quarto/quarto_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ website:
left:
- text: Home
file: index.qmd
- text: About
file: about.qmd
- text: Contact
file: contact.qmd
- text: News
file: $ALTDOC_NEWS
- text: License
file: $ALTDOC_LICENSE
right:
Expand Down
Binary file added altdoc/CSAFE-Tools_Stacked_white_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions altdoc/about.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "About"
format:
html:
css: csafe.css
---

<src "CSAFE-TOOLS_Horizontal.png">

CSAFE Tools is a software suite of state-of-the-art statistical libraries designed to assist practitioners in analyzing forensic data. This work was developed in collaboration with the Center for Statistics and Applications in Forensic Evidence (CSAFE) at Iowa State University and Omni Analytics Group.

The methods used in the handwriter package are open-source and transparent, as described in <cite><a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/sam.11488">Crawford, Berry, and Carriquiry (2020)</a></cite> and <cite><a href="https://projecteuclid.org/journals/annals-of-applied-statistics/volume-17/issue-2/A-rotation-based-feature-and-Bayesian-hierarchical-model-for-the/10.1214/22-AOAS1662.full">Crawford, Ommen, and Carriquiry (2023)</a></cite>. The underlying code of handwriter is available as a <a href='https://github.com/CSAFE-ISU/handwriter' target='_blank'>GitHub repository</a>. This repository contains the current development version of handwriter. The current version of handwriter is available on the <a href='https://cran.r-project.org/web/packages/handwriter/index.html' target='_blank'>Comprehensive R Archive Network (CRAN)

## Bibliography
- Crawford, Amy M., Nicholas S. Berry, and Alicia L. Carriquiry. 2020. <cite><a href="https://onlinelibrary.wiley.com/doi/abs/10.1002/sam.11488">" A clustering method for graphical handwriting components and statistical writership analysis."</a></cite> Statistical Analysis and Data Mining: The ASA Data Science Journal 14 (1): 41–60. https://doi.org/10.1002/sam.11488.
- Crawford, Amy M., Danica M. Ommen, and Alicia L. Carriquiry. 2023. <cite><a href="https://projecteuclid.org/journals/annals-of-applied-statistics/volume-17/issue-2/A-rotation-based-feature-and-Bayesian-hierarchical-model-for-the/10.1214/22-AOAS1662.full">"A rotation-based feature and Bayesian hierarchical model for the forensic evaluation of handwriting evidence in a closed set."</a></cite> The Annals of Applied Statistics 17 (2). https://doi.org/10.1214/22-AOAS1662.
19 changes: 19 additions & 0 deletions altdoc/contact.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Contact
format:
html:
css: csafe.css
---



### Center for Statistics and Applications in Forensic Evidence
195 Durham Center

613 Morrill Road

Ames, Iowa 50011

\(515\) 294-7278

<a href="[email protected]">[email protected]</a>
28 changes: 14 additions & 14 deletions altdoc/csafe.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Get Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Define global colors. To use: 'var(--blue)' */
:root {
--blue: #003A70;
Expand All @@ -13,18 +13,17 @@

}


h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 36px;
font-weight: 100;
font-size: 40px;
color: var(--purple);
}

h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 100;
font-size: 26px;
font-weight: 700;
font-size: 22px;
color: var(--purple);
}

Expand All @@ -45,19 +44,20 @@ html, body {
height: 100%;
}

.navbar-nav {
overflow: hidden;
height: 70px;
align-items: flex-end; /* aligns navigation links to bottom */
}

/* Increase the navbar logo size */
.navbar-brand img {
max-height: 50px; /* Increase the max width as needed */
width: auto; /* Maintain aspect ratio */
vertical-align: middle;
}

/* General settings for navbar */
.navbar-nav {
overflow: hidden;
height: 70px;
align-items: flex-end; /* aligns navigation links to bottom */
}

/* Change the text color of the navbar tabs */
.navbar-nav .nav-link {
color: var(--ltgrey);
Expand All @@ -69,7 +69,7 @@ html, body {
color: var(--dkgrey);
}

/* Change color of all links */
/* Change default links color */
a {
color: var(--orange);
}
Expand All @@ -82,4 +82,4 @@ a:hover {
/* Change color of links when clicked (visited) */
a:visited {
color: var(--gold);
}
}
6 changes: 6 additions & 0 deletions altdoc/quarto_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ website:
left:
- text: Home
file: index.qmd
- text: About
file: about.qmd
- text: Contact
file: contact.qmd
- text: News
file: $ALTDOC_NEWS
- text: License
file: $ALTDOC_LICENSE
right:
Expand Down
20 changes: 17 additions & 3 deletions docs/CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@
<li class="nav-item">
<a class="nav-link" href="./index.html">
<span class="menu-text">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">
<span class="menu-text">About</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">
<span class="menu-text">Contact</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./NEWS.html">
<span class="menu-text">News</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./LICENSE.html">
Expand Down Expand Up @@ -137,16 +149,18 @@ <h1>Citation</h1>
<pre class="verbatim"><code>To cite package ‘handwriterApp’ in publications use:

Iowa State University of Science and Technology on behalf of its Center for
Statistics and Applications in Forensic Evidence, Reinders S (????).
Statistics and Applications in Forensic Evidence, Reinders S (2024).
_handwriterApp: Shiny App for Handwriting Analysis in R_. R package version
1.0.0, &lt;https://github.com/CSAFE-ISU/handwriterApp&gt;.
1.0.0, commit bf9918f390d1ca23532e201f88e624564d1be8ec,
&lt;https://github.com/CSAFE-ISU/handwriterApp&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {handwriterApp: Shiny App for Handwriting Analysis in R},
author = {{Iowa State University of Science and Technology on behalf of its Center for Statistics and Applications in Forensic Evidence} and Stephanie Reinders},
note = {R package version 1.0.0},
year = {2024},
note = {R package version 1.0.0, commit bf9918f390d1ca23532e201f88e624564d1be8ec},
url = {https://github.com/CSAFE-ISU/handwriterApp},
}</code></pre>

Expand Down
Binary file added docs/CSAFE-Tools_Stacked_white_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@
<li class="nav-item">
<a class="nav-link" href="./index.html">
<span class="menu-text">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">
<span class="menu-text">About</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">
<span class="menu-text">Contact</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./NEWS.html">
<span class="menu-text">News</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./LICENSE.html" aria-current="page">
Expand Down
12 changes: 12 additions & 0 deletions docs/NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@
<li class="nav-item">
<a class="nav-link" href="./index.html">
<span class="menu-text">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">
<span class="menu-text">About</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">
<span class="menu-text">Contact</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./NEWS.html" aria-current="page">
<span class="menu-text">News</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./LICENSE.html">
Expand Down
Loading

0 comments on commit 7715674

Please sign in to comment.