Skip to content

Commit

Permalink
Started making Hub updates in this branch instead of MEtalsmith.
Browse files Browse the repository at this point in the history
- Update README to say use Yarn 1, not 2
- Added Sam as UI/UX WG co-lead
- added latest pub
- Updated top menu to include governance and coc under community.
  • Loading branch information
tnabtaf committed Sep 10, 2021
1 parent d5ac43b commit 71460ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ For a summary of the why and how, our poster from GCC2021 might help:

## Getting started

First, make sure you have [Node](https://nodejs.org/en/) installed. Then, you'll need a package manager. These instructions use [yarn](https://yarnpkg.com/), but there are equivalent commands for [npm](https://docs.npmjs.com/cli/v7/commands/npm).
First, make sure you have [Node](https://nodejs.org/en/) installed. Then, you'll need a package manager. These instructions use [yarn 1*](https://yarnpkg.com/), but there are equivalent commands for [npm](https://docs.npmjs.com/cli/v7/commands/npm).

<sup>*</sup> <small>Do not use Yarn 2.</small>

You can get the site running locally by first cloning this repo:
\- The `-b gridhub` tells it to check out the `gridhub` branch, where this prototype lives for now.
Expand Down
2 changes: 1 addition & 1 deletion content/community/wg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The UI / UX group focuses on the Galaxy user interface and experience. We work
* [GitHub Project](https://github.com/orgs/galaxyproject/projects/10)
* [Gitter Chat](https://gitter.im/galaxyproject/wg-ui-ux)
* [Google Drive](https://drive.google.com/drive/folders/1L5XGq4dF9fn99TXhKXD3NKCmCoS_uQz6)
* Leadership: Dannon Baker
* Leadership: Dannon Baker, Aysam Guerler
</div>


Expand Down
7 changes: 4 additions & 3 deletions content/homepage-pubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
title: Recent Pubs
---

**[A SARS-CoV-2 sequence submission tool for the European Nucleotide Archive](https://doi.org/10.1093/bioinformatics/btab421)** - Roncoroni, M., Droesbeke, B., Eguinoa, I., De Ruyck, K., D’Anna, F., Yusuf, D., Grüning, B., Backofen, R., &amp; Coppens, F. (2021). *Bioinformatics*, btab421
**[GALAXY Workflow for Bacterial Next-Generation Sequencing De Novo Assembly and Annotation](https://doi.org/10.1002/cpz1.242)** -
Wee, S. K., & Yap, E. P. H. (2021). *Current Protocols*, 1(9), e242.

**[A SARS-CoV-2 sequence submission tool for the European Nucleotide Archive](https://doi.org/10.1093/bioinformatics/btab421)** - Roncoroni, M., Droesbeke, B., Eguinoa, I., De Ruyck, K., D’Anna, F., Yusuf, D., Grüning, B., Backofen, R., &amp; Coppens, F. (2021). *Bioinformatics*, btab421.

**[Galaxy-ML: An accessible, reproducible, and scalable machine learning toolkit for biomedicine](https://doi.org/10.1371/journal.pcbi.1009014)** - Gu, Q., Kumar, A., Bray, S., Creason, A., Khanteymoori, A., Jalili, V., Grüning, B., &amp; Goecks, J. (2021). *PLOS Computational Biology*, 17(6), e1009014.

**[Fostering accessible online education using Galaxy as an e-learning platform](https://doi.org/10.1371/journal.pcbi.1008923)** - Serrano-Solano, B., Föll, M. C., Gallardo-Alba, C., Erxleben, A., Rasche, H., Hiltemann, S., Fahrner, M., Dunning, M. J., Schulz, M. H., Scholtz, B., Clements, D., Nekrutenko, A., Batut, B., &amp; Grüning, B. A. (2021). *PLOS Computational Biology*, 17(5), e1008923.

**[A constructivist-based proposal for bioinformatics teaching practices during lockdown](https://doi.org/10.1371/journal.pcbi.1008922)** - Gallardo-Alba, C., Grüning, B., &amp; Serrano-Solano, B. (2021). *PLOS Computational Biology*, 17(5), e1008922.

**[A rigorous evaluation of optimal peptide targets for MS-based clinical diagnostics of Coronavirus Disease 2019 (COVID-19)](https://doi.org/10.1186/s12014-021-09321-1)** - Rajczewski, A. T., Mehta, S., Nguyen, D. D. A., Grüning, B., Johnson, J. E., McGowan, T., Griffin, T. J., &amp; Jagtap, P. D. (2021). *Clinical Proteomics*, 18(1), 15.
4 changes: 3 additions & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
<b-dropdown-item to="/events/">Events</b-dropdown-item>
<b-dropdown-item to="/news/">News</b-dropdown-item>
<b-dropdown-item to="/blog/">Blog</b-dropdown-item>
<b-dropdown-item to="/careers/">Careers</b-dropdown-item>
<b-dropdown-item to="/publication-library/">Publications</b-dropdown-item>
<b-dropdown-item to="/galaxy-project/statistics/">Stats</b-dropdown-item>
<b-dropdown-item to="/careers/">Careers</b-dropdown-item>
<b-dropdown-item to="/community/governance/">Governance</b-dropdown-item>
<b-dropdown-item to="/community/coc/">Code of Conduct</b-dropdown-item>
</b-nav-item-dropdown>
<b-nav-item-dropdown text="Deploy &amp; Develop">
<b-dropdown-item to="/admin/get-galaxy/">Install Galaxy</b-dropdown-item>
Expand Down

0 comments on commit 71460ef

Please sign in to comment.