Skip to content

Commit 25455b3

Browse files
Fixed bug in website TOC
Previously, with styles.css the last link in the website table of contents was always highlighted, even if another link was active. I switched back to csafe.css because it highlights the correct table of contents link. I added the lines of code to csafe.css that fix the bug where the inactive navbar links are white.
1 parent ff52e24 commit 25455b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+37175
-165
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ you are a forensic document examiner, legal professional, academic, or
1111
simply curious about how statistics are applied to handwriting,
1212
handwriter provides an automated way to evaluate handwriting samples.
1313

14-
## Quick Start
14+
# Quick Start
1515

16-
### VIEW A DEMO
16+
## VIEW A DEMO
1717

1818
View a demo of handwriter on handwritten documents from the CSAFE
1919
Handwriting Database. Go to
2020
[demo](https://csafe.shinyapps.io/handwriterAppDemo/).
2121

22-
### SIMULATE CASEWORK WITH EXAMPLE DOCUMENTS
22+
## SIMULATE CASEWORK WITH EXAMPLE DOCUMENTS
2323

24-
#### INSTALLATION
24+
### INSTALLATION
2525

2626
Handwriter requires R, RStudio IDE, and JAGS.
2727

@@ -30,7 +30,7 @@ Handwriter requires R, RStudio IDE, and JAGS.
3030
- Install JAGS from
3131
[SourceForge](https://sourceforge.net/projects/mcmc-jags/files/)
3232

33-
#### LAUNCH THE APP
33+
### LAUNCH THE APP
3434

3535
Open RStudio, navigate to the console window. Install the handwriterApp
3636
package. You only need to do this once.
@@ -51,7 +51,7 @@ the pop-up window instead of in a browser, some links will not work.
5151

5252
Click **Simulate Casework** and follow the instructions in the app.
5353

54-
## Advanced
54+
# Advanced
5555

5656
You can install handwriter from CRAN with:
5757

README.qmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "handwriter"
33
format:
44
html:
5-
theme: styles.css
5+
theme: csafe.css
66
---
77

88
```{r, include = FALSE}
@@ -20,22 +20,22 @@ knitr::opts_chunk$set(
2020

2121
Handwriter is designed to assist forensic examiners by analyzing handwritten documents against a *closed set* of potential writers. It determines the probability that each writer wrote the document. Whether you are a forensic document examiner, legal professional, academic, or simply curious about how statistics are applied to handwriting, handwriter provides an automated way to evaluate handwriting samples.
2222

23-
## Quick Start
23+
# Quick Start
2424

25-
### VIEW A DEMO
25+
## VIEW A DEMO
2626

2727
View a demo of handwriter on handwritten documents from the CSAFE Handwriting Database. Go to [demo](https://csafe.shinyapps.io/handwriterAppDemo/).
2828

29-
### SIMULATE CASEWORK WITH EXAMPLE DOCUMENTS
29+
## SIMULATE CASEWORK WITH EXAMPLE DOCUMENTS
3030

31-
#### INSTALLATION
31+
### INSTALLATION
3232

3333
Handwriter requires R, RStudio IDE, and JAGS.
3434

3535
- Install R and RStudio from [POSIT](https://posit.co/download/rstudio-desktop/)
3636
- Install JAGS from [SourceForge](https://sourceforge.net/projects/mcmc-jags/files/)
3737

38-
#### LAUNCH THE APP
38+
### LAUNCH THE APP
3939

4040
Open RStudio, navigate to the console window. Install the handwriterApp package. You only need to do this once.
4141

@@ -54,7 +54,7 @@ In the pop-up window, click **Open in Browser**. If you use the app in the pop-u
5454

5555
Click **Simulate Casework** and follow the instructions in the app.
5656

57-
## Advanced
57+
# Advanced
5858

5959
You can install handwriter from CRAN with:
6060

_quarto/CITATION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ To cite package ‘handwriter’ in publications use:
55
66
Iowa State University of Science and Technology on behalf of its Center for
77
Statistics and Applications in Forensic Evidence, Berry N, Reinders S,
8-
Taylor J (????). _handwriter: Handwriting Analysis in R_. R package version
9-
3.2.0, <https://github.com/CSAFE-ISU/handwriter>.
8+
Taylor J (2024). _handwriter: Handwriting Analysis in R_. R package version
9+
3.1.1.9000, commit 32d80c5bc8919f4cef91c518b1e77ae7cba5651e,
10+
<https://github.com/CSAFE-ISU/handwriter>.
1011
1112
A BibTeX entry for LaTeX users is
1213
1314
@Manual{,
1415
title = {handwriter: Handwriting Analysis in R},
1516
author = {{Iowa State University of Science and Technology on behalf of its Center for Statistics and Applications in Forensic Evidence} and Nick Berry and Stephanie Reinders and James Taylor},
16-
note = {R package version 3.2.0},
17+
year = {2024},
18+
note = {R package version 3.1.1.9000, commit 32d80c5bc8919f4cef91c518b1e77ae7cba5651e},
1719
url = {https://github.com/CSAFE-ISU/handwriter},
1820
}
1921
```

_quarto/_quarto.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ website:
99
file: index.qmd
1010
- text: News
1111
file: NEWS.md
12+
- text: License
13+
file: LICENSE.md
14+
- text: Citation
15+
file: CITATION.md
1216
right:
1317
- icon: github
1418
href: https://github.com/CSAFE-ISU/handwriter
1519
aria-label: handwriter GitHub
1620
format:
1721
html:
18-
css: styles.css
22+
css: csafe.css
1923
toc: true
20-
toc-depth: 2
24+
toc-depth: 3
2125
toc-location: left

0 commit comments

Comments
 (0)