Skip to content

Commit

Permalink
Merge pull request #6 from getwilds/pre-feb-26-call
Browse files Browse the repository at this point in the history
Pre feb 26 call
  • Loading branch information
seankross authored Feb 26, 2024
2 parents e80fa4e + 820fc3d commit efa2918
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.quarto/
_site/
.DS_Store
5 changes: 4 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ website:
- href: index.qmd
text: Home
- packages.qmd
- learn.qmd
#- learn.qmd
- help.qmd
- getinvolved.qmd
right:
- href: "https://hutchdatascience.org/"
text: DaSL

format:
html:
Expand Down
22 changes: 18 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
---
title: "WILDS"
title: "Welcome to WILDS"
toc: false
---

This is the home of the Fred Hutch Data Science Lab (DaSL) WILDS (Workflows for Integration of Large Data and Software).
### The Open Source Software Office of the Fred Hutchinson Cancer Center

You can find DaSL at [hutchdatascience.org][dasl].
#### Our Mission

[dasl]: https://hutchdatascience.org/
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:

- 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 efa2918

Please sign in to comment.