Skip to content

Conversation

@SanderDevisscher
Copy link
Collaborator

Fixes #413 by creating src/create_new_links.Rmd which uses data/input/links_template.txt as a template to build generic links pages for all species1. These generic links pages contain links to the VBP & the faunabeheer page2.

1 Except those which have a custom links page like Vespa velutina & Lithobates catesbeianus see

```{r determine custom links pages}
custom_links_pages <- dir(path = "./HTML_pages/Rmd_files/", pattern = "[0-9].Rmd") %>%
gsub(pattern = ".Rmd", replacement = "") %>%
as.integer()
```

2 When relevant based on the species list from reporting-rshiny-grofwildjacht

@soriadelva can you please check the htmls created in this PR for styling, spelling and grammar ? definitely check 5220136_*.html as an example linking to the faunabeheer - page & adding an picture. When its ok we can create a html for all species on the GRIIS checklist.

As a next step we should look into automating the flow triggered by changes to the GRIIS checklist.

@SanderDevisscher
Copy link
Collaborator Author

SanderDevisscher commented Sep 8, 2025

  • add app to check dutch article

@SanderDevisscher
Copy link
Collaborator Author

@soriadelva I've added a rshiny app to check the dutch htmls for correct use of articles, see also the WIKI I wrote to use app. The results of the app driven review are stored in 3 .txt files which are used to (1) implement exceptions when rerunning the .Rmd as well as (2) to filter the htmls so we don't have to double check.

@SanderDevisscher SanderDevisscher marked this pull request as ready for review September 10, 2025 14:48
@SanderDevisscher SanderDevisscher marked this pull request as draft September 26, 2025 10:35
@SanderDevisscher SanderDevisscher marked this pull request as ready for review September 26, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a script to create a links .rmd

3 participants