Top Banner
Autism Survey Autism Survey Website Website Ashley Tillette Ashley Tillette SoCalBSI SoCalBSI August 24, 2006 August 24, 2006
26

Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Dec 21, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Autism Survey WebsiteAutism Survey Website

Ashley TilletteAshley Tillette

SoCalBSISoCalBSIAugust 24, 2006 August 24, 2006

Page 2: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 3: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 4: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Where I worked Where I worked → My project→ My project

““Sequencing and Genotyping Core” at UCLASequencing and Genotyping Core” at UCLA Dr. Jeanette Papp - DirectorDr. Jeanette Papp - Director Ram SriprachaRam Sripracha

My projectMy project Develop a database with a web-front end to assist Develop a database with a web-front end to assist

in the collection of questionnaire data for in the collection of questionnaire data for researchers dealing with autismresearchers dealing with autism

Page 5: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 6: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Purpose of projectPurpose of project

Headed byHeaded by UCLA Center for Autism Research & Treatment UCLA Center for Autism Research & Treatment

(CART)(CART)

CART Project 1: Infants at Risk of Autism - A CART Project 1: Infants at Risk of Autism - A Longitudinal StudyLongitudinal Study My projectMy project

Parents with autistic childParents with autistic child Track changes during study periodTrack changes during study period

Page 7: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 8: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

What is Autism?What is Autism?

Neurological disorder that affects childrenNeurological disorder that affects children

Onset Onset → before 3 years of age→ before 3 years of age

Characterized by abnormal social, Characterized by abnormal social, communicative, and behavioral functioning communicative, and behavioral functioning

Page 9: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

What is Autism? (cont.)What is Autism? (cont.)

Cause unknownCause unknown PossibilitiesPossibilities

group of genes or chromosomal abnormalitiesgroup of genes or chromosomal abnormalities environmental factorsenvironmental factors

DiagnosisDiagnosis The Diagnostic and Statistical Manual of Mental Disorders The Diagnostic and Statistical Manual of Mental Disorders

(DSM) (DSM) The International Statistical Classification of Diseases and The International Statistical Classification of Diseases and

Related Health Problems (ICD)Related Health Problems (ICD) The Autism Diagnostic Interview-Revised (ADI-R) The Autism Diagnostic Interview-Revised (ADI-R)

Page 10: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 11: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Introduction to databasesIntroduction to databases

What is a database?What is a database? a collection of data, typically describing the a collection of data, typically describing the

activities of one or more related organizationsactivities of one or more related organizations

Example databaseExample database Students Students → names, student id number, gpa→ names, student id number, gpa

Enrolled → classes, grade, student id numberEnrolled → classes, grade, student id number

Page 12: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Intro to databases (cont.)Intro to databases (cont.)

s_ids_id namename gpagpa

562713562713 BillBill 3.13.1

567899567899 JustinJustin 3.53.5

564325564325 GeorgeGeorge 2.72.7

class_idclass_id gradegrade s_ids_id

English300English300 BB 562713562713

History101History101 AA 567899567899

Genetics101Genetics101 CC 567899567899

Students

Enrolled

Page 13: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Intro to databases (cont.)Intro to databases (cont.)

KeysKeys Primary key Primary key → attribute(s) whose value uniquely identifies → attribute(s) whose value uniquely identifies

an entity in the set an entity in the set Foreign key → a connection between two tablesForeign key → a connection between two tables

ExampleExample Primary keysPrimary keys

s_id for students tables_id for students table class_id and s_id for enrolled tableclass_id and s_id for enrolled table

Foreign keyForeign key s_id connects both tabless_id connects both tables

Page 14: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Intro to databases (cont.)Intro to databases (cont.)

s_ids_id namename gpagpa

562713562713 BillBill 3.13.1

567899567899 JustinJustin 3.53.5

564325564325 GeorgeGeorge 2.72.7

class_idclass_id gradegrade s_ids_id

English300English300 BB 562713562713

History101History101 AA 567899567899

Genetics101Genetics101 CC 567899567899

Students

Enrolled

foreign key

Page 15: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 16: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

My projectMy project

Develop a database with a web-front end to Develop a database with a web-front end to assist in the collection of questionnaire data assist in the collection of questionnaire data for researchers dealing with autismfor researchers dealing with autism

Page 17: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Creation of DatabaseCreation of Database

Used PostgreSQLUsed PostgreSQL

11stst step step → create tables→ create tables

22ndnd step → establish keys step → establish keys

33rdrd step → enter data step → enter data

Page 18: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

TablesTables

forms forms →→ form_id (pk) form_id (pk)

questions questions →→ question_id (pk) question_id (pk)

participant_answers participant_answers → set_id, question_id, → set_id, question_id, cat_id (pk)cat_id (pk)

Many othersMany others

Page 19: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Preview Table – “forms”Preview Table – “forms”

Actions form_id form_name

Edit Delete PSCS Gibaud-Wallston & Wandersman

Edit Delete MGS Sandra Harris Scale (Maternal Gratification Scale)

Edit Delete MPCASandra Harris Scale (Maternal Perception of

Child...

Edit Delete QRS Clarke Questionnaire for Resourses and Stress

Edit Delete CODQ Concepts of Development Questionnaire

Edit Delete PSS Perceived Social Support - Family

Page 20: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 21: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Web-pageWeb-page

Used PHP for designUsed PHP for design

SetupSetup Login for data entry personLogin for data entry person Choose parent, stage, and formChoose parent, stage, and form Input answers for each formInput answers for each form

WebsiteWebsite http://aatillet.lifeofram.com/index2.phphttp://aatillet.lifeofram.com/index2.php

Page 22: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

OutlineOutline Where I worked Where I worked → → My projectMy project

Purpose of projectPurpose of project

Background on AutismBackground on Autism

Introduction to databasesIntroduction to databases

Database creationDatabase creation

Web-basedWeb-based

Future directionFuture direction

Page 23: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Future directionFuture direction

Check between two data entry peopleCheck between two data entry people

Retrieve data from databaseRetrieve data from database

Perform statistical analysis on dataPerform statistical analysis on data

Allow parents to take survey onlineAllow parents to take survey online

Use design of website and database for other projectsUse design of website and database for other projects

Page 24: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

ReferencesReferences

Ramakrishnan, Raghu and Gehrke, Johannes. Ramakrishnan, Raghu and Gehrke, Johannes. “Database Management Systems – Third “Database Management Systems – Third Edition”. 2003Edition”. 2003

Page 25: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

AcknowledgementsAcknowledgements

Ram SriprachaRam Sripracha Dr. Jeanette PappDr. Jeanette Papp UCLA Center for Autism Research & UCLA Center for Autism Research &

Treatment (CART)Treatment (CART) Diana TranDiana Tran SoCalBSISoCalBSI

Page 26: Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

QuestionsQuestions