Skip to content

Commit fb55579

Browse files
authored
Change difficulty rating to High
Updated difficulty rating to High.
1 parent cc91139 commit fb55579

File tree

1 file changed

+0
-120
lines changed

1 file changed

+0
-120
lines changed

src/pages/gsoc_ideas.mdx

Lines changed: 0 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -217,123 +217,3 @@ Large (350 hr)
217217
**Difficulty:**
218218

219219
High
220-
221-
222-
<!--
223-
224-
225-
# This comment section for ideas that may be potentially viable in future (with revision)
226-
227-
228-
---
229-
230-
### 4. Development of Notebook-based PEcAn Workflows{#notebook}
231-
232-
The PEcAn workflow is currently run using either a web based user interface, an API, or custom R scripts. The web based user interface is easiest to use, but has limited functionality whereas the custom R scripts and API are more flexible, but require more experience.
233-
234-
This project will focus on building Quarto notebooks that provide an interface to PEcAn that is both welcoming to new users and flexible enough to be a starting point for more advanced users. It will build on existing [Pull Request 1733](https://github.com/PecanProject/pecan/pull/1733).
235-
236-
**Expected outcomes:**
237-
238-
- Two or more template workflows for running the PEcAn workflow.
239-
- Written vignette and video tutorial introducing their use.
240-
241-
**Prerequisites:**
242-
243-
- Familiarity with R.
244-
- Familiarity with R studio and Quarto or Rmarkdown is a plus.
245-
246-
**Contact person:**
247-
David LeBauer @dlebauer, Nihar Sanda @koolgax99
248-
249-
**Duration:**
250-
Medium (175hr)
251-
252-
**Difficulty:**
253-
Medium
254-
255-
256-
#### BETYdb R data package
257-
258-
BETYdb's web front end is built on a version of Ruby on Rails that is functional byt no longer supported. A key feature of BETYdb is that the data is open and accessible.
259-
260-
Building an R data package would make the Trait and Yield data currently in BETYdb more accessible to users beyond the PEcAn community.
261-
262-
**Expected outcomes:**
263-
264-
A successful project would complete a subset of the following tasks:
265-
266-
- An R package containing the data currently hosted in BETYdb.
267-
- Documentation and examples of use.
268-
- Updates to BETYdb documentation.
269-
270-
**Prerequisites:**
271-
272-
- Required: R
273-
- Helpful: R package development; familiarity with relational databases and SQL.
274-
275-
**Contact person:**
276-
277-
David LeBauer (@dlebauer)
278-
279-
**Duration:**
280-
281-
Medium (175hr) to Large (350hr) depending on scope of proposal.
282-
283-
**Difficulty:**
284-
285-
Medium
286-
287-
---
288-
289-
#### [Optimize PEcAn for freestanding use of single packages [R package development]](#freestanding)
290-
291-
PEcAn was designed as a system of independent modules, each implemented as its own R package that was intended to be usable either standalone or as part of the full PEcAn system. Subsequent development focused on the most common cross-module workflows has lead to tighter coupling between modules than was originally intended, so that in practice many of the modules are now challenging to use, test, or develop without a full understanding of their interdependencies. Further, some packages expect inputs and outputs in data structures that are only generated by other PEcAn packages but might be more easily provided in standard well-known formats. We seek proposals to re-loosen these couplings by revisiting the design and interface of PEcAn packages through one or more of:
292-
293-
1. Refactoring code to remove unneeded dependencies, simplify package interfaces, and exchange data in standard formats
294-
2. Identifying exported functions that are not core to the functionality of the package, and removing them or making them internal
295-
3. Writing tests and examples that demonstrate freestanding use of the package
296-
4. Developing methods for tracking the dependencies between packages that cannot be eliminated, including how these change between package versions
297-
Proposals for this project should choose a subset of these approaches and apply them to a specified subset of the PEcAn packages. Strong proposals will clearly show why each chosen package should be a priority, how it will become more independent at the completion of the project, and what interface changes will be needed to achieve this.
298-
299-
**Expected outcome:**
300-
301-
- One or more PEcAn packages can be installed, used, and/or tested without the user needing to know [something previously important] about [another package].
302-
303-
**Prerequisites:**
304-
305-
- Familiarity with R, especially how it manages dependencies between packages, and with concepts of software package development. Helpful resources: [rOpenSci packages](https://devguide.ropensci.org/index.html) and [R packages](https://r-pkgs.org). Experience with multi-package code bases will be very helpful.
306-
307-
**Contact person:**
308-
Chris Black @infotroph, Shashank Singh @moki1202
309-
310-
**Duration:**
311-
Flexible to work as either a Small (175hr) or Large (350 hr)
312-
313-
**Difficulty:**
314-
Medium, Large
315-
---
316-
317-
#### [PEcAn model coupling and development [Data Science]](#coupling)
318-
319-
PEcAn has the capability to interface multiple ecological models. The goal of this project is to improve the coupling of existing models to PEcAn (specifically FATES) and add new models (specifically a simple vegetation model that is under development). It is also possible to contribute to the development of the simple vegetation model which is written in Fortran.
320-
321-
**Expected outcome:**
322-
323-
- New or improved PEcAn model packages.
324-
325-
**Prerequisites:**
326-
327-
- R, Fortran is an advantage.
328-
329-
**Contact person:**
330-
Hui Tang @Hui Tang, Istem Fer @istfer
331-
332-
**Duration:**
333-
Flexible to work as either a Small (175hr) or Large (350 hr)
334-
335-
**Difficulty:**
336-
Medium
337-
338-
---
339-
-->

0 commit comments

Comments
 (0)