Eclipse BIRT Designer Version 2.3.2.r232_20090202 Build <2.3.2.v20090218-0730> in Copyright (c) 2008 <<Your Company Name here>> econ_library.defaultTheme /templates/blank_report.gif ltr lib/econ_library.rptlibrary econ_library C:\workspace\guideone\EclipseCon\sources COMMA UTF-8 YES NO 1 submission_id string 2 cnt string 3 category string 4 minuts string 5 talkType string 6 is_set string 7 title string 8 abstract string 9 difficulty string 10 talkDate string 11 startTime string 12 endTime string 13 plus_vote string 14 zero_vote string 15 minus_vote string 16 sub_plus string 17 sub_zero string 18 sub_minus string 19 roomFull string 20 roomName string 21 roomCap string 22 avgTime string 23 deviationTime string 24 variationTime string 25 over200 string 26 over180 string 27 over120 string 28 over60 string 29 over50 string 30 over40 string 31 over30 string 32 over20 string 33 over10 string 34 totalCount string srcEconSources 1 submission_id submission_id string 12 2 cnt cnt string 12 3 category category string 12 4 minuts minuts string 12 5 talkType talkType string 12 6 is_set is_set string 12 7 title title string 12 8 abstract abstract string 12 9 difficulty difficulty string 12 10 talkDate talkDate string 12 11 startTime startTime string 12 12 endTime endTime string 12 13 plus_vote plus_vote string 12 14 zero_vote zero_vote string 12 15 minus_vote minus_vote string 12 16 sub_plus sub_plus string 12 17 sub_zero sub_zero string 12 18 sub_minus sub_minus string 12 19 roomFull roomFull string 12 20 roomName roomName string 12 21 roomCap roomCap string 12 22 avgTime avgTime string 12 23 deviationTime deviationTime string 12 24 variationTime variationTime string 12 25 over200 over200 string 12 26 over180 over180 string 12 27 over120 over120 string 12 28 over60 over60 string 12 29 over50 over50 string 12 30 over40 over40 string 12 31 over30 over30 string 12 32 over20 over20 string 12 33 over10 over10 string 12 34 totalCount totalCount string 12 select "submission_id", "cnt", "category", "minuts", "talkType", "is_set", "title", "abstract", "difficulty", "talkDate", "startTime", "endTime", "plus_vote", "zero_vote", "minus_vote", "sub_plus", "sub_zero", "sub_minus", "roomFull", "roomName", "roomCap", "avgTime", "deviationTime", "variationTime", "over200", "over180", "over120", "over60", "over50", "over40", "over30", "over20", "over10", "totalCount" from analysis.csv : {"submission_id","submission_id",STRING;"cnt","cnt",STRING;"category","category",STRING;"minuts","minuts",STRING;"talkType","talkType",STRING;"is_set","is_set",STRING;"title","title",STRING;"abstract","abstract",STRING;"difficulty","difficulty",STRING;"talkDate","talkDate",STRING;"startTime","startTime",STRING;"endTime","endTime",STRING;"plus_vote","plus_vote",STRING;"zero_vote","zero_vote",STRING;"minus_vote","minus_vote",STRING;"sub_plus","sub_plus",STRING;"sub_zero","sub_zero",STRING;"sub_minus","sub_minus",STRING;"roomFull","roomFull",STRING;"roomName","roomName",STRING;"roomCap","roomCap",STRING;"avgTime","avgTime",STRING;"deviationTime","deviationTime",STRING;"variationTime","variationTime",STRING;"over200","over200",STRING;"over180","over180",STRING;"over120","over120",STRING;"over60","over60",STRING;"over50","over50",STRING;"over40","over40",STRING;"over30","over30",STRING;"over20","over20",STRING;"over10","over10",STRING;"totalCount","totalCount",STRING} 1.0 submission_id 1 12 -1 -1 Unknown submission_id cnt 2 12 -1 -1 Unknown cnt category 3 12 -1 -1 Unknown category minuts 4 12 -1 -1 Unknown minuts talkType 5 12 -1 -1 Unknown talkType is_set 6 12 -1 -1 Unknown is_set title 7 12 -1 -1 Unknown title abstract 8 12 -1 -1 Unknown abstract difficulty 9 12 -1 -1 Unknown difficulty talkDate 10 12 -1 -1 Unknown talkDate startTime 11 12 -1 -1 Unknown startTime endTime 12 12 -1 -1 Unknown endTime plus_vote 13 12 -1 -1 Unknown plus_vote zero_vote 14 12 -1 -1 Unknown zero_vote minus_vote 15 12 -1 -1 Unknown minus_vote sub_plus 16 12 -1 -1 Unknown sub_plus sub_zero 17 12 -1 -1 Unknown sub_zero sub_minus 18 12 -1 -1 Unknown sub_minus roomFull 19 12 -1 -1 Unknown roomFull roomName 20 12 -1 -1 Unknown roomName roomCap 21 12 -1 -1 Unknown roomCap avgTime 22 12 -1 -1 Unknown avgTime deviationTime 23 12 -1 -1 Unknown deviationTime variationTime 24 12 -1 -1 Unknown variationTime over200 25 12 -1 -1 Unknown over200 over180 26 12 -1 -1 Unknown over180 over120 27 12 -1 -1 Unknown over120 over60 28 12 -1 -1 Unknown over60 over50 29 12 -1 -1 Unknown over50 over40 30 12 -1 -1 Unknown over40 over30 31 12 -1 -1 Unknown over30 over20 32 12 -1 -1 Unknown over20 over10 33 12 -1 -1 Unknown over10 totalCount 34 12 -1 -1 Unknown totalCount ]]> 1 x-cat string 2 y-series string srcEconSources 1 x-cat x-cat string 12 2 y-series y-series string 12 select "x-cat", "y-series" from quality_chart.csv : {"x-cat","x-cat",STRING;"y-series","y-series",STRING} 1.0 x-cat 1 12 -1 -1 Unknown x-cat y-series 2 12 -1 -1 Unknown y-series ]]> totalVotes row["plus_vote"] + row["zero_vote"] + row["minus_vote"] integer percentPlus (row["plus_vote"] / row["totalVotes"]) * 100 float percentZero (row["zero_vote"] / row["totalVotes"]) * 100 float percentMinus (row["minus_vote"] / row["totalVotes"]) * 100 float overMax var currentMax = row["over10"]; if (row["over20"]) { currentMax = row["over20"]; } if (row["over30"]) { currentMax = row["over30"]; } if (row["over40"]) { currentMax = row["over40"]; } if (row["over50"]) { currentMax = row["over50"]; } if (row["over60"]) { currentMax = row["over60"]; } if (row["over120"]) { currentMax = row["over120"]; } if (row["over180"]) { currentMax = row["over180"]; } if (row["over200"]) { currentMax = row["over200"]; } currentMax; integer speakerRating Econ.SpeakerQuality(row["plus_vote"], row["zero_vote"], row["minus_vote"], row["over10"], row["overMax"], row["roomFull"], row["avgTime"]) float 1 category string 2 talkType string 3 talkDate date 4 plus_vote integer 5 zero_vote integer 6 minus_vote integer 7 over200 string 8 over180 string 9 over120 string 10 over60 string 11 over50 string 12 over40 string 13 over30 string 14 over20 string 15 over10 integer 16 roomFull string 17 avgTime float 18 minuts integer 19 totalCount integer 20 totalVotes integer 21 percentPlus float 22 percentZero float 23 percentMinus float 24 overMax integer 25 speakerRating float srcEconSources 1 category category string 12 2 talkType talkType string 12 3 talkDate talkDate date 91 4 plus_vote plus_vote integer 4 5 zero_vote zero_vote integer 4 6 minus_vote minus_vote integer 4 7 over200 over200 string 12 8 over180 over180 string 12 9 over120 over120 string 12 10 over60 over60 string 12 11 over50 over50 string 12 12 over40 over40 string 12 13 over30 over30 string 12 14 over20 over20 string 12 15 over10 over10 integer 4 16 roomFull roomFull string 12 17 avgTime avgTime float 8 18 minuts minuts integer 4 19 totalCount totalCount integer 4 select "category", "talkType", "talkDate", "plus_vote", "zero_vote", "minus_vote", "over200", "over180", "over120", "over60", "over50", "over40", "over30", "over20", "over10", "roomFull", "avgTime", "minuts", "totalCount" from analysis.csv : {"category","category",STRING;"talkType","talkType",STRING;"talkDate","talkDate",DATE;"plus_vote","plus_vote",INT;"zero_vote","zero_vote",INT;"minus_vote","minus_vote",INT;"over200","over200",STRING;"over180","over180",STRING;"over120","over120",STRING;"over60","over60",STRING;"over50","over50",STRING;"over40","over40",STRING;"over30","over30",STRING;"over20","over20",STRING;"over10","over10",INT;"roomFull","roomFull",STRING;"avgTime","avgTime",DOUBLE;"minuts","minuts",INT;"totalCount","totalCount",INT} 1.0 category 1 12 -1 -1 Unknown category talkType 2 12 -1 -1 Unknown talkType talkDate 3 12 -1 -1 Unknown talkDate plus_vote 4 12 -1 -1 Unknown plus_vote zero_vote 5 12 -1 -1 Unknown zero_vote minus_vote 6 12 -1 -1 Unknown minus_vote ]]> difficultyValue if (row["difficulty"] == "easiest") { 0; } if (row["difficulty"] == "intermediate") { 1; } if (row["difficulty"] == "difficult") { 2; } if (row["difficulty"] == "expert") { 3; } integer 1 category string 2 difficulty string 3 difficultyValue integer srcEconSources 1 category category string 12 2 difficulty difficulty string 12 select "category", "difficulty" from analysis.csv : {"category","category",STRING;"difficulty","difficulty",STRING} 1.0 category 1 12 -1 -1 Unknown category difficulty 2 12 -1 -1 Unknown difficulty ]]> 1 conference string 2 plus integer 3 zero integer 4 minus integer srcEconSources 1 conference conference string 12 2 plus plus integer 4 3 zero zero integer 4 4 minus minus integer 4 select "conference", "plus", "zero", "minus" from year2year.csv : {"conference","conference",STRING;"plus","plus",INT;"zero","zero",INT;"minus","minus",INT} 1.0 conference 1 12 -1 -1 Unknown conference plus 2 12 -1 -1 Unknown plus zero 3 12 -1 -1 Unknown zero minus 4 12 -1 -1 Unknown minus ]]> 100% Bar Chart Percent Stacked 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 5 5 255 178 189 152 255 254 254 254 -90.0 0 255 0 0 0 false 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false false 0 255 0 0 0 false 2.0 2.0 2.0 2.0 Vertical Top_Bottom 1 255 0 0 0 true Right Series <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Above 0.0 0.0 352.8 250.5 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false 255 255 255 255 true Two_Dimensional Points 10.0 0 'A','B','C','D','E' 6,4,12,8,10 0 42,91,62,9,21 1 83,03,04,41,81 2 true None Text <Caption> <Value>X-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>90.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Below Linear <Caption> <Value>Y-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>0.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Left 255 101 123 48 255 248 172 20 255 254 0 0 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true row["plus"] Quality Rating Orthogonal_Value , Inside true true Rectangle true 1.0 Text Average 255 248 172 20 255 254 0 0 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 101 123 48 true row["zero"] Series 2 Orthogonal_Value , Inside true true Rectangle false 1.0 Text Sum 255 254 0 0 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 101 123 48 255 248 172 20 true row["minus"] Series 3 Orthogonal_Value , Inside true true Rectangle false 1.0 Text Sum Vertical 1 true Left 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 Min 0.0 true true 255 101 123 48 255 248 172 20 255 254 0 0 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true row["conference"] Orthogonal_Value , Outside false true 0.0 Text Average Horizontal 1 true Below 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 Min 0.0 true true false Horizontal ]]> SVG solid medium #657B30 solid medium #657B30 solid medium #657B30 solid medium #657B30 0pt 0pt 0pt 0pt setOverall 3.4791666666666665in 4.9in conference dataSetRow["conference"] string plus dataSetRow["plus"] integer zero dataSetRow["zero"] integer minus dataSetRow["minus"] integer Bar Chart Side-by-side 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 5 5 255 251 213 140 255 254 254 254 -90.0 0 255 0 0 0 false 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 0 255 0 0 0 false 2.0 2.0 2.0 2.0 Vertical Top_Bottom 1 255 0 0 0 true Right Series <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Above 0.0 0.0 352.8 250.488 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false 255 255 255 255 true Two_Dimensional Points 10.0 6,4,12,8,10 5,4,12 0 10.0,8.0,24.0 1 15.0,12.0,36.0 2 20.0,16.0,48.0 3 25.0,20.0,60.0 4 30.0,24.0,72.0 5 35.0,28.0,84.0 6 40.0,32.0,96.0 7 45.0,36.0,108.0 8 50.0,40.0,120.0 9 Linear <Caption> <Value>X-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>0.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Below Linear <Caption> <Value>Y-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>90.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Left 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true row["over10"] Total Count Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 true row["over10"] Stayed 10 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 true row["over20"] Stayed 20 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 255 232 172 57 true row["over30"] Stayed 30 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 true row["over40"] Stayed 40 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 true row["over50"] Stayed 50 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 true row["over60"] Stayed 60 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 true row["over120"] Stayed 120 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 true row["over180"] Stayed 180 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 true row["over200"] Stayed 240 Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum Vertical 1 true Left 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 Min 0.0 true false 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true row["minuts"] Orthogonal_Value , Outside false true 1.0 Text Sum Horizontal 1 true Below 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 Min 0.0 true true false Vertical 50.0 ]]> SVG solid medium #F8AC14 solid medium #F8AC14 solid medium #F8AC14 solid medium #F8AC14 0pt 0pt 0pt 0pt setQualityChartCalculations 3.479in 4.9in category dataSetRow["category"] string talkType dataSetRow["talkType"] string talkDate dataSetRow["talkDate"] date plus_vote dataSetRow["plus_vote"] integer zero_vote dataSetRow["zero_vote"] integer minus_vote dataSetRow["minus_vote"] integer over200 dataSetRow["over200"] string over180 dataSetRow["over180"] string over120 dataSetRow["over120"] string over60 dataSetRow["over60"] string over50 dataSetRow["over50"] string over40 dataSetRow["over40"] string over30 dataSetRow["over30"] string over20 dataSetRow["over20"] string over10 dataSetRow["over10"] string roomFull dataSetRow["roomFull"] string avgTime dataSetRow["avgTime"] float minuts dataSetRow["minuts"] integer totalCount dataSetRow["totalCount"] integer totalVotes dataSetRow["totalVotes"] integer percentPlus dataSetRow["percentPlus"] float percentZero dataSetRow["percentZero"] float percentMinus dataSetRow["percentMinus"] float overMax dataSetRow["overMax"] integer speakerRating dataSetRow["speakerRating"] float Bar Chart Percent Stacked 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 5 5 255 127 168 205 255 254 254 254 -90.0 0 255 0 0 0 false 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 0 255 0 0 0 false 2.0 2.0 2.0 2.0 Vertical Top_Bottom 1 255 0 0 0 true Right Series <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Above 0.0 0.0 352.8 250.488 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false 255 255 255 255 true Two_Dimensional Points 10.0 A, B, C 5,4,12 0 Text <Caption> <Value>X-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>90.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Below Linear <Caption> <Value>Y-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>0.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Left row["talkType"] 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true 1 Program Balance Orthogonal_Value , Inside true Rectangle true 1.0 Text Count Vertical 1 true Left 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 1 Min 0.0 true true 255 80 166 218 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true row["category"] Orthogonal_Value , Outside false true 1.0 Text Sum Horizontal 1 true Below 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 Min 0.0 true true false Horizontal 50.0 ]]> SVG solid medium #00529B solid medium #00529B solid medium #00529B solid medium #00529B 0pt 0pt 0pt 0pt setProgramBalance 3.479in 4.9in category dataSetRow["category"] string talkType dataSetRow["talkType"] string Bar Chart Side-by-side 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false true 5 5 255 210 141 148 255 254 254 254 -90.0 0 255 0 0 0 false 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false false 0 255 0 0 0 false 2.0 2.0 2.0 2.0 Vertical Top_Bottom 1 255 0 0 0 true Right Series <Caption> <Value></Value> <Font> <Alignment/> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> <Visible>false</Visible> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Above 0.0 0.0 352.8 250.488 3.0 3.0 3.0 3.0 -1 -1 -1 -1 1 255 0 0 0 false 255 255 255 255 true Two_Dimensional Points 10.0 A, B, C 5,4,12 0 Text <Caption> <Value>X-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>90.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Below Linear <Caption> <Value>Y-Axis Title</Value> <Font> <Size>14.0</Size> <Bold>true</Bold> <Alignment> <horizontalAlignment>Center</horizontalAlignment> <verticalAlignment>Center</verticalAlignment> </Alignment> <Rotation>0.0</Rotation> </Font> </Caption> <Background xsi:type="attribute:ColorDefinition"> <Transparency>0</Transparency> <Red>255</Red> <Green>255</Green> <Blue>255</Blue> </Background> <Outline> <Style>Solid</Style> <Thickness>1</Thickness> <Color> <Transparency>255</Transparency> <Red>0</Red> <Green>0</Green> <Blue>0</Blue> </Color> </Outline> <Insets> <Top>0.0</Top> <Left>2.0</Left> <Bottom>0.0</Bottom> <Right>3.0</Right> </Insets> <Visible>false</Visible> Left 255 165 0 33 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true row["difficultyValue"] Difficulty Orthogonal_Value , Outside false Rectangle false 1.0 Text Sum Vertical 1 true Left 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 Min 0.0 true false 255 165 0 33 255 242 88 106 255 232 172 57 255 128 255 128 255 64 128 128 255 128 128 192 255 170 85 85 255 128 128 0 255 192 192 192 255 255 255 128 255 128 192 128 255 7 146 94 255 0 128 255 255 255 128 192 255 0 255 255 255 255 128 128 255 0 128 192 255 128 128 192 255 255 0 255 255 128 64 64 255 255 128 64 255 80 240 120 255 0 64 128 255 128 0 64 255 255 0 128 255 128 128 64 255 128 128 128 255 255 128 255 255 0 64 0 255 0 0 0 255 255 255 255 255 255 128 0 true row["category"] Orthogonal_Value , Outside false true 0.0 Text Average Horizontal 1 true Below 1 255 196 196 196 false Across 1 255 196 196 196 true 1 255 225 225 225 false Across 1 255 225 225 225 false 5 Min 0.0 true true false Horizontal 50.0 ]]> SVG solid medium #A50021 solid medium #A50021 solid medium #A50021 solid medium #A50021 0pt 0pt 0pt 0pt setDifficultyChartCalculations 3.479in 4.9in category dataSetRow["category"] string difficulty dataSetRow["difficulty"] string difficultyValue dataSetRow["difficultyValue"] integer