From c598c09e83d3b873d842065eac7a3edfcb0b33a4 Mon Sep 17 00:00:00 2001 From: khider <11758571+khider@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:38:14 -0800 Subject: [PATCH] about FROGS section --- _layouts/default.html | 1 + about.md | 46 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 about.md diff --git a/_layouts/default.html b/_layouts/default.html index d4f6ebd..b886c54 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,6 +17,7 @@

{{"A workshop in science pratice and publishing" }}< FAQ Schedule Logistics + About FROGS diff --git a/about.md b/about.md new file mode 100644 index 0000000..4869b26 --- /dev/null +++ b/about.md @@ -0,0 +1,46 @@ +# About FROGS + +## Publishing all your research. + +Sharing research data, software, and workflow is fundamental to building a Findable, Accessible, Interoperable, and Reusable (FAIR) open science ecosystem. Indeed, over the past decade, funders and publishers have introduced open science policies emphasizing reproducibility, recognizing increased frameworks that support the sharing of reproducible science products. +The next logical step is to promote these resources and train the community in their use. Supported by the National Science Foundation, FROGS is a new initiative from LinkedEarth that links together science practice and publishing in a series of asynchronous and synchronous trainings. + +## What should I be looking forward to in the next two years? + +FROGS will comprise two main thrusts: (1) the creation of an interactive platform, LeapFROGS and (2) a series of workshop aimed at geoscientists in various stages of their career. + +### LeapFROGS + +LeapFROGS is a free online platform that will curate lecture materials on science practice and publishing, along with interactive, self-graded exercises to create self-paced learning modules on various aspects of scientific research. We expect that this platform will launch in **May 2024**; however, a prototype is available [here](http://linked.earth/ec_workshops_py/). + +The modules will include links to reference materials together with exercises that test understandings of the concepts by filling in the blanks. Learners can get hints and detailed solutions. This platform will support training events. However, it is intended to be open to the entire geoscience community and can be used for self-paced tutorials outside of the training events. + +### Training workshops + +All training events will consist of an synchronous hackathon followed by several weeks of practical exercises to incorporate the training into the participants’ research. We will also hold office hours during these weeks to help participants integrate these publishing principles into their research workflow. + +#### PyRATES: Python and R Analysis of Time SerieS— June 3rd–6th, 2024, Marina del Rey, CA. + +The first training activity consists of foundational training in Python and R for the geosciences, with an emphasis on time series analysis. +* *Intended audience*: researchers with no to little experience in Python, R, and their associated science and publishing ecosystems. +* *Learning objectives*: basics of scientific Python and/or R; use of open source geoscience software in research; statistical concepts in time series analysis; FAIR science publishing; optional: paleoclimate data acumen. +* *Description*: The workshop will consist of a blend of lectures and directed homework in the morning and afternoon session reserved for participants’ own research needs. +* *Completion*: Submission of a notebook reproducing a study (or part thereof) in their field, published according to FAIR principles. + +#### FAIRLeap: FAIR publishing in the geosciences — February 2025, Virtual +* *Intended audience*: Researchers already engaged in geoscience research, preferably about to publish their first paper. +* *Learning objectives*: Introduction to FAIR science publishing; basics of GitHub for software and project management; use of Docker, Binder, and myBinder for the sharing of reproducible and executable workflows. + +#### Open Geoscience Hackathon — June 2025, Marina del Rey, CA. +* *Intended audience*: Researchers interested in sharing their open science code in the form of an open source package, or in contributing to open source libraries. +* *Learning objectives*: opening pull requests to contribute to open source projects; packaging software for distribution, including documentation; principles of unit tests and continuous integration (CI); publishing through a package manager. + + +## FAQs +Well, not really asked… but anticipated. + +**Can I register for all three hackathons?** Yes, you can apply to all three, depending on your research needs. Note that admission in one won’t guarantee admission in another. Similarly, you do not have to complete the first one to be accepted into the others. + +**Your mission is primarily about paleoclimate but I’m interested in another area of the geosciences, is FROGS still relevant to me?** YES!!! From PyRATES to the Open Geoscience Hackathon, our primary goal is to help you integrate the publishing of your scientific study into your research. PyRATES will also be dealing with time series analysis, which is relevant to other areas of geoscience besides paleoclimate. + +**Are these training events free?** Absolutely! In fact, for our training events in Marina del Rey, we have $2000/participant in travel support to make sure you can attend (you must be at a US-based institution for this support). All we ask in return is that you publish your science following FAIR principles. \ No newline at end of file