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/components/home/projectsCarousel.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ export default function ProjectsCarousel() {
56
56
imageUrl: `/images/carousel/sodasparc.png`,
57
57
imageWidth: 320,
58
58
imageHeight: 103,
59
-
description: `SODA (Software to Organize Data Automatically) for SPARC is a desktop software intended to facilitate the data organization and submission process for SPARC investigators according to the FAIR SPARC data standards.`,
59
+
description: `SODA (Software to Organize Data Automatically) is a desktop software intended to facilitate the data organization and submission process according to the FAIR SPARC data standards.`,
Copy file name to clipboardExpand all lines: src/pages/sodaforsparc.tsx
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import PublicationsJSON from '@/assets/data/publications.json';
11
11
consttimelineList=[
12
12
{
13
13
longDate: `December 2018`,
14
-
title: `Birth of SODA for SPARC`,
14
+
title: `Birth of SODA`,
15
15
content: `The first prototype of SODA for SPARC is developed during the 2018 NIH SPARC Hackathon where it won the People's Choice Award.`,
16
16
},
17
17
{
@@ -34,6 +34,16 @@ const timelineList = [
34
34
title: `Phase IV development`,
35
35
content: `The SPARC data curation and sharing worflows will be further streamlined. Full integration will be achieved with the SDS validator and the new Pennsieve upload method. Support will be provided for the submission of non-SPARC data.`,
36
36
},
37
+
{
38
+
longDate: `Sept 2023 - Aug 2024`,
39
+
title: `Phase V development`,
40
+
content: `The SODA team improved the user interfaces of SODA and enhanced workflows to further simplify data submission for non-SPARC users and worked with the MBF team for integrated MicroFile+ and Biolucida with SODA (and more).`,
41
+
},
42
+
{
43
+
longDate: `Sept 2024 - Aug 2025`,
44
+
title: `Phase VI development`,
45
+
content: `In the final phase of development the SODA team is focusing on bringing the SDS 3.0 to SODA and overall enhancing the user experience by simplifying UIs and presentation.`,
templateDescription="SODA (Software to Organize Data Automatically) for SPARC is a cross-platform desktop software that allows SPARC-funded researchers to easily comply with the FAIR SPARC Data curation and sharing guidelines"
55
+
templateDescription="SODA is a cross-platform desktop software that helps researchers
56
+
prepare and share FAIR peripheral nervous system (PNS) related data
57
+
and models using the SPARC Data Structure (SDS) and the SPARC Portal."
0 commit comments