Skip to content

Commit 7edaa8d

Browse files
committed
updating jose paper
1 parent 1825aa9 commit 7edaa8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

paper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ bibliography: paper.bib
1515
---
1616

1717
# Summary
18-
*Statement of need:* Our civilization's ability to generate data has far surpassed our current, collective capabilities to efficiently access and utilize it. And while the necessary educational infrastructure is trying to adapt and grow as quickly as possible, many graduate students, postdocs, faculty, and other researchers have found themselves in situations where self-education with little direction is the only option available. This can make it very difficult to get through the initial steep learning curve of beginning to use bioinformatics effectively – particularly when this is expected to happen alongside all of our other research and educational responsibilities.
18+
*Statement of need:* Our civilization's ability to generate data has far surpassed our current, collective capabilities to efficiently access and utilize it. And while the necessary educational infrastructure is trying to adapt and grow as quickly as possible, many graduate students, postdocs, faculty, and other researchers have found ourselves in situations where self-education with little direction is the only option available. This can make it very difficult to get through the initial steep learning curve of beginning to use bioinformatics effectively – particularly when this is expected to happen alongside all of our other research and educational responsibilities.
1919

20-
[Happy Belly Bioinformatics](https://astrobiomike.github.io/) is a website designed and maintained around the goal of helping biologists be able to learn and apply bioinformatics as needed in their research. It has been directly born out of my personal experience of, like many of us these days, being a biologist thrust into the computational world with little or no guidance/advice/resources in my surrounding lab/department/environment. The underlying educational philosophy of the site is that learning a small set of baseline, fundamental skills and concepts that will directly aid in your research is what is important – rather than, for example, sitting down and trying to master a specific programming language without any direct application to your work. When just starting out, it can be very hard to know where to look and where to begin.
20+
There are fortunately many resources available online. For example [Codecademy](https://www.codecademy.com/) offers free, online lessons focused on learning several different languages from scratch. And more geared towards the sciences, [The Carpentries](https://carpentries.org/) is an international organization largely powered by volunteers designing and maintaining lessons for in-person workshops that are then openly available. Unfortunately, the plethora of things out there to possibly learn is also very overwhelming when starting out as it can be difficult to know what will be important to us and therefore where to begin.
2121

22-
[Happy Belly Bioinformatics](https://astrobiomike.github.io/) provides a resource that can be used for both group educational activities such as workshop-type environments as well as by any individual on their own. Primary areas currently covered include: 1) a crash course in working at a [Unix-like command line](https://astrobiomike.github.io/unix/unix-intro) with 5 separate modules ending with [6 commands worth knowing about](https://astrobiomike.github.io/unix/six-glorious-commands) and a primer on [variables and for loops](https://astrobiomike.github.io/unix/for-loops); 2) working in R (e.g. [an introduction to R](https://astrobiomike.github.io/R/basics) and a more detailed look at [indexing in R](https://astrobiomike.github.io/R/more_indexing)); 3) a [comprehensive amplicon/marker-gene tutorial](https://astrobiomike.github.io/amplicon/dada2_workflow_ex) that covers a full workflow from processing through to examples of many standard, initial analyses; and 4) an introduction to some genomics work (e.g. walking through a [*de novo* genome assembly and assessment](https://astrobiomike.github.io/genomics/de_novo_assembly)) and metagenomics (e.g. [recovering **M**etagenome-**A**ssembled **G**enomes, MAGs](https://astrobiomike.github.io/genomics/metagen_anvio)).
23-
24-
[Happy Belly Bioinformatics](https://astrobiomike.github.io/) helps researchers bridge the gap from having little or no current experience to being comfortable with a baseline set of fundamental skills through comprehensive, heavily annotated, and self-contained tutorials. This equips researchers to then develop their sphere of capabilities in any and all directions as needed, without there any longer being a technical bottleneck on their science.
22+
[Happy Belly Bioinformatics](https://astrobiomike.github.io/) is a website designed and maintained specifically around the goal of helping biologists be able to learn and apply bioinformatics as needed in our research. It has been directly born out of my personal experience of, like many of us these days, being a biologist thrust into the computational world with little or no guidance/advice/resources in my surrounding lab/department/environment. The underlying educational philosophy of the site is that learning a small set of baseline, fundamental skills and concepts that will directly aid in our research is what is important – rather than, for example, sitting down and trying to master a specific programming language without any direct application to our work.
2523

24+
While [Happy Belly Bioinformatics](https://astrobiomike.github.io/) is suitable for use in group-educational activities such as workshop-type environments, part of what makes it stand out from other resources is that each lesson is designed to be completely self-contained with all of the information an in-person instructor might convey being written out in a very personal and conversational form. This often includes personal anecdotes and components/realizations that I found important in the building and shaping of my own mental landscape while navigating the skills and topics being covered. Currently covered areas span foundational skills such as a crash course in working at a [Unix-like command line](https://astrobiomike.github.io/unix/unix-intro) – with 5 separate modules ending with [6 commands worth knowing about](https://astrobiomike.github.io/unix/six-glorious-commands) and a primer on [variables and for loops](https://astrobiomike.github.io/unix/for-loops) – and working in R (e.g. [an introduction to R](https://astrobiomike.github.io/R/basics) and a more detailed look at [indexing in R](https://astrobiomike.github.io/R/more_indexing)). Additionally, and also what makes [Happy Belly Bioinformatics](https://astrobiomike.github.io/) differ from most other resources, the site also holds highly comprehensive walkthroughs of common applications in current microbial ecology, e.g.: [an amplicon/marker-gene tutorial](https://astrobiomike.github.io/amplicon/dada2_workflow_ex) that covers a full workflow from processing through to examples of many standard, initial analyses; walking through a [*de novo* genome assembly and assessment](https://astrobiomike.github.io/genomics/de_novo_assembly); and [recovering **M**etagenome-**A**ssembled **G**enomes (MAGs) from metagenomes](https://astrobiomike.github.io/genomics/metagen_anvio).
2625

26+
[Happy Belly Bioinformatics](https://astrobiomike.github.io/) helps researchers bridge the gap from having little or no current experience to being comfortable with a baseline set of fundamental skills through comprehensive, heavily annotated, and self-contained tutorials. This equips us as researchers to then develop our sphere of capabilities in any and all directions as needed, without there any longer being a technical bottleneck on our science.

0 commit comments

Comments
 (0)