Autism Survey Website Ashley Tillette SoCalBSI August 24, 2006.

Post on 21-Dec-2015

216 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

Transcript

Autism Survey WebsiteAutism Survey Website

Ashley TilletteAshley Tillette

SoCalBSISoCalBSIAugust 24, 2006 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

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

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

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

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

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

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

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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ReferencesReferences

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

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

QuestionsQuestions

top related