Skip to content

Commit

Permalink
first draft of homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
seankross committed Feb 26, 2024
1 parent a03012c commit 820fc3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ website:
- href: index.qmd
text: Home
- packages.qmd
- learn.qmd
#- learn.qmd
- help.qmd
- getinvolved.qmd
right:
Expand Down
17 changes: 13 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ toc: false

#### Our Mission

This is the home of the Fred Hutch Data Science Lab (DaSL) WILDS (Workflows for Integration of Large Data and Software).
In regocnition of ther fact that open source software is the engine of
biomedical data science, the Data Science Lab (DaSL) created WILDS, the open
source software office of the Fred Hutch Cancer Center. The mission of WILDS
includes the following:

You can find DaSL at [hutchdatascience.org][dasl].

[dasl]: https://hutchdatascience.org/
- Engage with people developing open-source software across the Cancer
Consortium.​
- Elevate the quality of open-source software being developed at Fred Hutch.​
- Empower new open-source developers by evangelizing best practices and
catalyzing community around the open-source software development process.​
- Connect developers, researchers, and providers to opportunities to share,
academically publish, and publicize their software.​
- Collaborate within the Fred Hutch community to build the next generation of
open source software tools.
2 changes: 1 addition & 1 deletion packages.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ library(cli)
```

```{r echo=FALSE, results="asis"}
cat("NOTE: filtering out forks for now...\n\n")
#cat("NOTE: filtering out forks for now...\n\n")
my_repos <- gh("GET /orgs/{username}/repos", username = "getwilds")
my_repos <- Filter(function(x) !x$fork, my_repos)
# repos <- vapply(my_repos, "[[", "", "name")
Expand Down

0 comments on commit 820fc3d

Please sign in to comment.