You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/gsoc_ideas.mdx
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This project would extend PEcAn's existing uncertainty partitioning routines, wh
21
21
22
22
**Expected outcomes:**
23
23
24
-
A successful project would complete a subset of the following tasks:
24
+
A successful project would complete the following tasks:
25
25
26
26
* Reliable, automated Sobol sensitivity analyss and uncertainty partitioning across multiple model inputs.
27
27
* Applications to test case(s) in natural and / or managed ecosystems.
@@ -51,10 +51,10 @@ This project would extend PEcAn's existing run mechanisms to be able to run on a
51
51
52
52
**Expected outcomes:**
53
53
54
-
A successful project would complete at subset of the following tasks:
54
+
A successful project would complete the following tasks:
55
55
56
-
* Show different ways to launch the jobs (rabbitmq, lock files, simple round robin, etc)
57
-
* Report of different options and how they can be enabled
56
+
* Show different ways to launch jobs (rabbitmq, lock files, simple round robin, etc)
57
+
* Report of different options and how they can be enabled.
58
58
59
59
**Prerequisites:**
60
60
@@ -76,7 +76,7 @@ Medium
76
76
---
77
77
#### [Database and Data Improvements](#db)
78
78
79
-
PEcAn relies the BETYdb database to store trait and yield data as well as model provenance information. This project aims separating trait data from provenance tracking, and ensure that PEcAn is aboe to run without the Postgres server currently required to run BETYdb. The goal is to making the workflows easier to use and data more accessible.
79
+
PEcAn relies on the BETYdb database to store trait and yield data as well as model provenance information. This project aims to separate trait data from provenance tracking, and ensure that PEcAn is able to run without the server currently required to run the Postgres database used by BETYdb. The goal is to make PEcAn workflows easier to test, deploy, and use while also making data more accessible.
80
80
81
81
82
82
**Potential Directions**
@@ -88,7 +88,7 @@ PEcAn relies the BETYdb database to store trait and yield data as well as model
88
88
89
89
A successful project would complete a subset of the following tasks:
90
90
- A lightweight, distributable demo Postgres database.
91
-
- A Postgres database independent workflow enabling easier local testing and deployment.
91
+
- A workflow that is independent of the Postgres database.
92
92
93
93
94
94
@@ -110,15 +110,17 @@ Medium, Large
110
110
111
111
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.
112
112
113
-
This project will focus on building Quarto workflows aimed at providing 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).
113
+
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).
114
114
115
-
**Expected outcome:**
115
+
**Expected outcomes:**
116
116
117
-
- Two or more template workflows for running the PEcAn workflow. Written vignette and video tutorial introducing their use.
117
+
- Two or more template workflows for running the PEcAn workflow.
118
+
- Written vignette and video tutorial introducing their use.
118
119
119
120
**Prerequisites:**
120
121
121
-
- Familiarity with R. Familiarity with R studio and Quarto or Rmarkdown is a plus.
122
+
- Familiarity with R.
123
+
- Familiarity with R studio and Quarto or Rmarkdown is a plus.
122
124
123
125
**Contact person:**
124
126
David LeBauer @dlebauer, Nihar Sanda @koolgax99
@@ -158,7 +160,7 @@ This project will refactor these flags to be runtime-configurable via command-li
0 commit comments