Skip to content

Commit 4033749

Browse files
author
Thomas Girke
committed
no_render
1 parent 98c73d6 commit 4033749

File tree

112 files changed

+1977
-1240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+1977
-1240
lines changed

config.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,23 +217,27 @@ enable = false
217217
icon = "fa fa-envelope"
218218
desc = "Discuss development issues around the project"
219219

220-
221220
# Top-level navigation (horizontal)
222221
## About
223222
[[menu.main]]
224223
name = "About"
225224
weight = 1
226225
url = "/about/"
227226
[[menu.main]]
228-
name = "Our Team"
227+
name = "Project"
228+
url = "/about/project/"
229+
parent = "About"
230+
weight = 2
231+
[[menu.main]]
232+
name = "Team"
229233
url = "/about/team/"
230234
parent = "About"
231-
weight = 1
235+
weight = 3
232236
[[menu.main]]
233237
name = "Publications"
234238
url = "/about/publications/"
235239
parent = "About"
236-
weight = 2
240+
weight = 4
237241
[[menu.main]]
238242
name = "Acknowledgement"
239243
url = "/about/acknowledgement/"

content/en/about/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "About systemPipe"
2+
title: "About systemPipe Project"
33
linkTitle: "About"
44
type: docs
55
---

content/en/about/acknowledgement.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Acknowledgement"
33
linkTitle: "Acknowledgement"
44
type: docs
55
description: >
6-
weight: 4
6+
weight: 5
77
exclude_search: true
88
---
99

content/en/about/acknowledgement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Acknowledgement"
33
linkTitle: "Acknowledgement"
44
type: docs
55
description: >
6-
weight: 4
6+
weight: 5
77
exclude_search: true
88
---
99

content/en/about/bak_index.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

content/en/about/contact.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Contact"
33
linkTitle: "Contact"
44
type: docs
55
description: >
6-
weight: 5
6+
weight: 4
77
exclude_search: true
88
---
99

content/en/about/contact.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Contact"
33
linkTitle: "Contact"
44
type: docs
55
description: >
6-
weight: 5
6+
weight: 4
77
exclude_search: true
88
---
99

@@ -19,12 +19,11 @@ University of California, Riverside ([UCR{blk}](http://www.ucr.edu/)) <br/>
1919
CA 92521 <br/>
2020
Email: <a href="mailto:danielac@ucr.edu">thomas.girke@ucr.edu</a><br/>
2121

22-
23-
**Le Zhang**, Ph.D. <br/>
24-
25-
Email: <a href="mailto:le.zhang001@email.ucr.edu">le.zhang001@email.ucr.edu</a><br/>
26-
27-
2822
**[Daniela Cassol{blk}](https://www.dcassol.com/)**, Ph.D. <br/>
23+
Postdoctoral Researcher <br/>
24+
Department of Botany and Plant Sciences ([BPSC{blk}](http://plantbiology.ucr.edu/)) <br/>
25+
1207E Genomics Building <br/>
26+
University of California, Riverside ([UCR{blk}](http://www.ucr.edu/)) <br/>
27+
CA 92521 <br/>
2928

3029
Email: <a href="mailto:danicassol@gmail.com">danicassol@gmail.com</a><br/>

content/en/about/project.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "About Project"
3+
linkTitle: "Project"
4+
type: docs
5+
description: >
6+
weight: 2
7+
exclude_search: true
8+
---
9+
10+
## test
11+
12+
<img src="/systemPipe_logo.png" width="20%" alt="Right Aligned" align="right" style="display: block; margin: auto;" />
13+
14+
### Recommended Workflow: Fork and Pull Request Model
15+
16+
This is the most common and robust method for community contributions.
17+
18+
1. Create a "Template" Repository: Within your organization, create a public repository that serves as a template or a starting point for submissions. It should contain contribution guidelines (CONTRIBUTING.md), a code of conduct, license information, and potentially a project structure.
19+
2. Community Forks the Repository: Users interested in submitting a project will fork this "Template" repository to their personal GitHub account. This creates their own copy where they can work independently.
20+
3. User Development: The user develops their project within their personal fork.
21+
4. User Opens a Pull Request: When the user is ready to submit their project, they open a pull request from their personal repository back to the main "Template" repository in your organization. This pull request serves as the formal submission and review mechanism.
22+
5. Review Process: Organization members review the pull request, provide feedback, request changes, and ensure the submission meets community standards.
23+
6. Integration into the Organization:
24+
+ If the goal is to integrate their code into the template project, you merge the pull request.
25+
+ If the goal is for their entire repository to become a standalone repository within your organization, you would accept the submission via the pull request review process, and then work with the user offline to have them transfer ownership of their repository to the organization.

content/en/about/publications.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Publications"
3-
author: "Author: Daniela Cassol (danielac@ucr.edu)"
3+
author: "Author: Team"
44
date: "Last update: `r format(Sys.time(), '%d %B, %Y')`"
55
type: docs
6-
weight: 3
6+
weight: 4
77
exclude_search: true
88
---
99

content/en/about/publications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Publications"
3-
author: "Author: Daniela Cassol (danielac@ucr.edu)"
4-
date: "Last update: 29 April, 2022"
3+
author: "Author: Team"
4+
date: "Last update: 02 December, 2025"
55
type: docs
6-
weight: 3
6+
weight: 4
77
exclude_search: true
88
---
99

0 commit comments

Comments
 (0)