Skip to content

Commit

Permalink
Bugfixes: Fix minor errors (#151)
Browse files Browse the repository at this point in the history
* Rename ontology as index, regenerate files
* Incorporate Lizzy's minor fixes
  - dates keep swapping between UK and US version each time the ontology table is opened. I'm now formatting with the actual month, to be more transparent
  - links for individual terms weren't working
  - add mappings including the various context_id's appear in `contexts` table - since they do, just not with that column header
 - remove duplicate terms in index.html
 - terms like `dataset_id` that appear in multiple tables were appearing multiple times in `index.html`. To fix this, I added a vector within the `table columns` loop that keeps track of terms that have already been displayed and removes them from the `column` outputs of subsequent tables.

---------

Co-authored-by: ehwenk <[email protected]>
  • Loading branch information
dfalster and ehwenk authored Feb 11, 2024
1 parent 8f0cdf4 commit 88d52c4
Show file tree
Hide file tree
Showing 131 changed files with 24,636 additions and 55,733 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ temp

ontology/traits.build.html
ontology/traits.build.rmarkdown
ontology/index.html
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ navbar:
href: https://traitecoevo.github.io/traits.build-book/
- text: Ontology
icon: fa-book
href: ontology/traits.build.html
href: ontology/index.html
- text: News
href: news/index.html
right:
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

266 changes: 135 additions & 131 deletions docs/ontology/build_triples.csv

Large diffs are not rendered by default.

15,231 changes: 15,193 additions & 38 deletions docs/ontology/index.html

Large diffs are not rendered by default.

3,764 changes: 1,438 additions & 2,326 deletions ontology/traits.build.html → docs/ontology/release/0.1.0/index.html

Large diffs are not rendered by default.

20,663 changes: 0 additions & 20,663 deletions docs/ontology/release/0.1.0/traits.build.html

This file was deleted.

Loading

0 comments on commit 88d52c4

Please sign in to comment.