Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial pass #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/about/community.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: community
title: Community Engagement
title: Community Partners
custom_edit_url: null
---

Expand Down
7 changes: 0 additions & 7 deletions docs/about/faculty.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/about/partners.md → docs/about/industry.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: partners
title: Partner with Us
id: industry
title: Industry Partners
custom_edit_url: null
---

Expand Down
49 changes: 49 additions & 0 deletions docs/about/researchers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
id: researchers
title: Research Partners
custom_edit_url: null
---

# Research Partnerships

Open Source with SLU welcomes the opportunity to work with researchers across domains. We have built general purpose research enablement tools, as well as tools to support variou scientific, health, and scholarly research outcomes.

## Opportunities

* Research tool development
* Software maintenance
* Pre-grant prototypes
* Broader impacts

## Capabilities

* Developing tools that enable research
* Software development & maintenance
* AI and ML tools
* Web, mobile, and desktop apps
* IoT and cyber-physical systems
* Research support
* Data stewardship
* Existing software maintenance
* Industry and community partnerships
* Open Scholarship and Open Work strategies
* Open source community and ecosystem building

## Research Software

The digital tools that enable research can take on a broad range of specific capabilities, though they tend to be some form of acquisition, automation, or analysis.

* **Acquisition** of data
* Capture data
* Cleaning data
* Managing data

* **Automation** of processes
* Controlling devices, spaces, & resources
* Repeating research for verification or longitudinal studies
* Scaling small pilots to global initiatives

* **Analysis** of information
* Processing quantitative & qualitative analyses
* Modeling for simulation & prediction
* Exploring results with visualization, monitoring, and access
2 changes: 1 addition & 1 deletion docs/about/students.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: students
title: Resources for Students
title: Student Partners
custom_edit_url: null
---

Expand Down
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,24 @@ const config = {
docId: 'about/about',
},
{
label: 'Students',
label: 'Student Partners',
type: 'doc',
docId: 'about/students',
},
{
label: 'Faculty',
label: 'Researcher Partners',
type: 'doc',
docId: 'about/faculty',
docId: 'about/researchers',
},
{
label: 'Community',
label: 'Community Partners',
type: 'doc',
docId: 'about/community',
},
{
label: 'Partners',
label: 'Industry Partners',
type: 'doc',
docId: 'about/partners',
docId: 'about/industry',
}
]

Expand Down
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ const sidebars = {
},
{
type: 'doc',
id: 'about/faculty'
id: 'about/researchers'
},
{
type: 'doc',
id: 'about/community'
},
{
type: 'doc',
id: 'about/partners'
id: 'about/industry'
},
],
},
Expand Down
Binary file not shown.