Skip to content

Commit

Permalink
Merge pull request #43 from oss-slu/requests
Browse files Browse the repository at this point in the history
Detailed information on software requests
  • Loading branch information
kungfuchicken authored Nov 29, 2023
2 parents e5c16e9 + 17c777b commit 86e9944
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 19 deletions.
7 changes: 0 additions & 7 deletions docs/about/faculty.md

This file was deleted.

36 changes: 36 additions & 0 deletions docs/about/software.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
id: software
title: Software Requests
custom_edit_url: null
---

Submit your software request using **[this form](https://forms.gle/HiDUCSLPwM9EJxzX7).**

We will use your form resonses to evaluate if your request is a good fit for us. The requirements below describe our project selection process.

### Minimum Requirements

These questions must have a yes answer for the project to be selected (either to the main question or the sub-question).

1. Will this project involve software development?
1. Can students develop this software without needing access to specialized equipment? If no:
1. Will the client provide remote access to the necessary equipment dedicated to our student team? (Equipment is considered dedicated to our student team if our student team can use the equipment either exclusively or the equipment can be used simultaneously by multiple users). If no,
1. Is the necessary equipment available to be placed in the Open Source with SLU lab space?
1. Does the client agree to keep the source code in a public GitHub repository? If no:
1. Will the client pay for the software development efforts?
1. Does this project have clear and achievable work objectives?

### Additional Factors

These questions will be used to rank submitted project requests.

1. Is this software necessary for a grant funded project? If no:
1. Will having this software help the client apply for a grant in the next year?
1. Will building this software help Open Source with SLU establish an industry partnership?
1. Will building this software help promote Open Source with SLU within the St. Louis region?
1. Will this project involve contributing to an existing open-source software (package/library) with a significant user base? If no:
1. Is this a project to replace a legacy tool that can no longer be supported/modified/maintained?
1. Will this project transform timely manual work into a software solution?
1. Will this project involve using programming languages our students are familiar with (python/java/c++)?
1. Is this software necessary to achieve a specific research outcome that is not achievable with existing software solutions?
1. Are there any students interested in working on this project?
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ const config = {
docId: 'about/students',
},
{
label: 'Faculty',
label: 'Software Requests',
type: 'doc',
docId: 'about/faculty',
docId: 'about/software',
},
{
label: 'Community',
Expand Down
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const sidebars = {
},
{
type: 'doc',
id: 'about/students'
id: 'about/software'
},
{
type: 'doc',
id: 'about/faculty'
id: 'about/students'
},
{
type: 'doc',
Expand Down
14 changes: 6 additions & 8 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ const FeatureList = [
Svg: require("@site/static/img/undraw_data_processing_yrrv.svg").default,
description: (
<>
<p>We are open to new project requests. Tell us about your ideas using our{" "}
<a href="https://forms.gle/QwJYztXK5VrXG6K38" target="_blank">request form </a>.
We are especially interested in projects
<ul>
<li>supporting SLU researchers,</li>
<li>focused on research outcomes,</li>
<li>meeting unmet needs.</li>
</ul>
<p>We are open to new project requests. Learn more on our{" "}
<a href="docs/about/software">software request page</a>.<br/>
We are especially interested in projects<br/>
supporting researchers,<br/>
focused on research outcomes,<br/>
meeting unmet needs.<br/>
</p>
</>
),
Expand Down

0 comments on commit 86e9944

Please sign in to comment.