Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 4 images #112

Open
pauldpickell opened this issue Mar 21, 2022 · 2 comments
Open

Chapter 4 images #112

pauldpickell opened this issue Mar 21, 2022 · 2 comments
Assignees
Labels
aesthetics css, html, and formatting issues citation references, permissions, citations

Comments

@pauldpickell
Copy link
Contributor

Images in chapter 4 seem to have proper in-line references, but the markdown instance of the image should be replaced by the knitr R code chunk. For example, replace:

![Figure 4.1 Envisioning university and government data networks. Data within each network is concentrated within data repositories, yet considerable data remains 'hidden' among individual researchers and silos of the Ministry, but can potentially be accessed by finding the right connections.](images/04-data-network-model.png){.center}

With this:

fig_cap <- paste0("Envisioning university and government data networks. Data within each network is concentrated within data repositories, yet considerable data remains 'hidden' among individual researchers and silos of the Ministry, but can potentially be accessed by finding the right connections.")
knitr::include_graphics(here::here("images", "04-data-network-model.png"))

Also, all of these images need attribution and licensing information added to the caption. @nickmmurphy and @ect123, this information may only be available on the TASL spreadsheet.

@pauldpickell pauldpickell added aesthetics css, html, and formatting issues citation references, permissions, citations labels Mar 21, 2022
@nickmmurphy
Copy link
Contributor

Currently working on both issues for chapter 4. The images have no sources and were not in the spreadsheet, so I reached out to Ira to see if there's a list somewhere of where they were obtained.

@pauldpickell
Copy link
Contributor Author

pauldpickell commented Mar 22, 2022

I am committing changes to a new branch to deal with this. I am also editing and contributing new material to this chapter, so I would wait to start on the citation work. I also reached out to Ira about the image sourcing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aesthetics css, html, and formatting issues citation references, permissions, citations
Projects
None yet
Development

No branches or pull requests

3 participants