Fill in more of the practice section in final chapter#53
Merged
Conversation
Added two new articles to the bibliography with detailed metadata including titles, authors, journals, and DOIs.
Updated the section on data visualization practices, emphasizing understanding and readability. Added examples of using data visualization in bioinformatics for model validation.
Contributor
OTTR Check ResultsSummary
🎉 All checks passed!Last Updated: 2026-07-07-18:56:32 |
Contributor
|
Re-rendered previews from the latest commit:
* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea. Updated at 2026-07-07 with changes from the latest commit a3a0920 |
Updated the reflection prompt to emphasize detailed caption writing and revised the example caption for clarity. Also synced the style with other reflection prompts
Contributor
Author
Co-authored-by: Carrie Wright <23014755+carriewright11@users.noreply.github.com>
|
|
||
| <div class = "accessibility"> | ||
|
|
||
| When using color to distinguish groups, to increase accessibility, use tools to check your color palette to see if the colors can be distinguished by those with color vision deficiency. |
Contributor
There was a problem hiding this comment.
Suggested change
| When using color to distinguish groups, to increase accessibility, use tools to check your color palette to see if the colors can be distinguished by those with color vision deficiency. | |
| When using color to distinguish groups, to increase accessibility, use tools (such as this [simulator](https://www.color-blindness.com/coblis-color-blindness-simulator/)to check your color palette to see if the colors can be distinguished by those with color vision deficiency. Use color pallets that were designed for color deficiency such as [viridis in R](https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html) and [python](https://matplotlib.org/stable/users/explain/colors/colormaps.html). |
Contributor
Author
There was a problem hiding this comment.
I was going to add a tip box when I wrote that section later today or tomorrow to point them to the section with that info. But if you'd like more info here, I can expand it
Contributor
Author
There was a problem hiding this comment.
I've referenced this suggestion in an issue to make sure I handle this improvement
carriewright11
approved these changes
Jul 7, 2026
carriewright11
left a comment
Contributor
There was a problem hiding this comment.
looks good! just had some minor suggestions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added various communities and data visualization challenges as well as a couple of papers that have data available to visualize model performance, comparing predictions to known/observed values.
Added a caption within a thinking box with a prompt to have learners try to write a caption.
Moved the summary and checklist to the end and practice up earlier
Added descriptions of the boxes for that section per issue #40 as well as fixed a syntax issue with the accessibility box