add website and github links to projects
This commit is contained in:
parent
3656e7ea5e
commit
52e2338bf5
|
@ -3,6 +3,8 @@ export interface CaseStudy {
|
|||
tagLine: string;
|
||||
description: string;
|
||||
organizationName: string;
|
||||
websiteLink: string;
|
||||
gitHubLink: string;
|
||||
imageLink: string;
|
||||
featureLink: string;
|
||||
testimonials?: Testimonial[];
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
"tagLine": "Facilitating Research",
|
||||
"description": "Since 2014, Sartography has provided the technical leadership for the MindTrails project, an iterative series of psychology studies. Working closely with Professor Bethany Teachman and her lab, we continue to enhance and refine our approval to behavioral modification with scientific rigor. Working with the University of Virginia’s information security group, Sartography designed processes to safely collect sensitive medical information. We continue to evolve our approach to gaining and retaining participants as we build more and more engaging experiences that reduce attrition and inspire real change in people's lives.",
|
||||
"organizationName": "University of Virginia",
|
||||
"websiteLink": "https://mindtrails.virginia.edu/",
|
||||
"gitHubLink": "https://github.com/TeachmanLab",
|
||||
"imageLink": "../../assets/images/case-studies/mindtrails.png",
|
||||
"featureLink": "../../assets/images/case-studies/mindtrails_feature.png",
|
||||
"testimonials": [
|
||||
|
@ -18,6 +20,8 @@
|
|||
"tagLine": "Engaging the Community",
|
||||
"description": "Working with the Research Computing department of the School of Medicine at UVA we created a platform where students, community members, and faculty could sign up for free workshops offered across the campus. Integrating with UVA’s two factor authentication system, we created a streamlined signup process. To help users find the right classes we provide tools for organizing workshops into tracks - taking users from introductory materials to advanced specializations.",
|
||||
"organizationName": "University of Virginia",
|
||||
"websiteLink": "https://education.cadre.virginia.edu/",
|
||||
"gitHubLink": "https://github.com/uvasomrc/ed-platform",
|
||||
"imageLink": "../../assets/images/case-studies/cadre.png",
|
||||
"featureLink": "../../assets/images/case-studies/cadre_feature.png",
|
||||
"testimonials": [
|
||||
|
@ -32,6 +36,8 @@
|
|||
"tagLine": "Managing Complexity",
|
||||
"description": "The number of biomedical resources available to Researchers, Clinicians and the general public is exploding. An emerging discipline of Translational Medicine hopes to expedite the discovery of new tools and treatments in this multidisciplinary world. As a first step we helped create the iTrhiv Portal, a multi-institutional collaboration of Virginia universities and private organizations that helps everyone learn about and access information critical to their work and health.",
|
||||
"organizationName": "University of Virginia",
|
||||
"websiteLink": "https://portal.ithriv.org/",
|
||||
"gitHubLink": "https://github.com/uvasomrc/ithriv",
|
||||
"imageLink": "../../assets/images/case-studies/ithriv.png",
|
||||
"featureLink": "../../assets/images/case-studies/ithriv_feature.png",
|
||||
"testimonials": [
|
||||
|
@ -46,6 +52,7 @@
|
|||
"tagLine": "Invigorating Business Software",
|
||||
"description": "Full Genomes provides unusually detailed DNA sequencing to their clients. After some troubles with a previous consulting company they engaged us to get their development back on track. Our efforts included updating the e-commerce section of their website, integrating their backend processing, and updating the interface to a more modern look and feel that is mobile friendly.",
|
||||
"organizationName": "Full Genomes",
|
||||
"websiteLink": "https://www.fullgenomes.com/",
|
||||
"imageLink": "../../assets/images/case-studies/full_genomes.png",
|
||||
"featureLink": "../../assets/images/case-studies/full_genomes_feature.png",
|
||||
"testimonials": []
|
||||
|
|
Loading…
Reference in New Issue