Changeset 19966 in main
- Timestamp:
- 03/06/20 19:56:48 (2 years ago)
- Location:
- adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs
- Files:
-
- 6 added
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs/HS_AlcRideDrnkDrive.xml
r19958 r19966 20 20 --> 21 21 22 23 22 <NAME>HS_AlcRideDrnkDrive</NAME> <!-- We are using the Indicator Dimension name --> 24 23 <TITLE>Maryland Youth Risk Behavior Survey and Youth Tobacco Survey (YRBS/YTS) Data</TITLE> … … 30 29 <PARAMETER> 31 30 <NAME>config</NAME> 32 <VALUE>C:\ibisq\qModules\yrbs\ YRBS.cfg</VALUE>31 <VALUE>C:\ibisq\qModules\yrbs\_YRBS.cfg</VALUE> 33 32 </PARAMETER> 34 33 <PARAMETER> … … 42 41 <PARAMETER> 43 42 <NAME>spvar1</NAME> 44 <VALUE>Q9</VALUE> <!-- SAS VAR name that gets inserted in the .def file --> 43 <VALUE>Q9NUM</VALUE> <!-- SAS VAR name that gets inserted in the .def file --> 44 </PARAMETER> 45 45 <PARAMETER> 46 46 <NAME>spvar2</NAME> 47 47 <VALUE>%HS_AlcRideDrnkDrive%</VALUE> <!-- Dimension Value Selected by the User --> 48 </PARAMETER>49 48 </PARAMETER> 50 49 <PARAMETER> … … 68 67 <DESCRIPTION><ibis:include href='text/HS_AlcRideDrnkDrive.xml'/></DESCRIPTION><!-- need to adjust path --> 69 68 <DEFAULT_CATEGORY_DIMENSION_NAME>GeoProxy</DEFAULT_CATEGORY_DIMENSION_NAME> <!-- Defines what the default category dimension be, year, or if Geo, GeoProxy, or someting named STATE so no map --> 70 < DEFAULT_CHART_NAME>GroupedHorzBar</DEFAULT_CHART_NAME><!-- are we going to set a chart? -->69 <!-- <DEFAULT_CHART_NAME>GroupedHorzBar</DEFAULT_CHART_NAME>--><!-- are we going to set a chart? --> 71 70 <MEASURES> 72 71 <MEASURE> … … 116 115 117 116 <DATA_SOURCES> 118 <ibis:include href=' ../data_source/YRBS.xml'/>117 <ibis:include href='data_source/YRBS.xml'/> 119 118 </DATA_SOURCES> 120 119 <DATA_NOTES> 121 120 <DATA_NOTE><TITLE>Question Wording:</TITLE> 122 <ibis:include href=' ../text/HS_AlcRideDrnkDrive.xml'/> <!-- may need to figure out path -->121 <ibis:include href='text/HS_AlcRideDrnkDrive.xml'/> <!-- may need to figure out path --> 123 122 </DATA_NOTE> 124 <ibis:include href=' ../data_note/YRBS_All.xml'/>123 <ibis:include href='data_note/YRBS_All.xml'/> 125 124 </DATA_NOTES> 126 125 <DATA_ISSUES> 127 <ibis:include href=' ../data_issue/Denom.xml'/>128 <ibis:include href=' ../data_issue/GroupByInd.xml'/>129 <ibis:include href=' ../data_issue/SSample.xml'/>126 <ibis:include href='data_issue/Denom.xml'/> 127 <ibis:include href='data_issue/GroupByInd.xml'/> 128 <ibis:include href='data_issue/SSample.xml'/> 130 129 </DATA_ISSUES> 131 130 … … 136 135 <CRITERIA> 137 136 <OVERVIEWS> 138 <ibis:include href=' ../overview/Overview.xml'/>137 <ibis:include href='overview/Overview.xml'/> 139 138 </OVERVIEWS> 140 139 <SECTIONS> … … 153 152 <HELP> 154 153 <TITLE>Question</TITLE> 155 <ibis:include href=' ../text/HS_AlcRideDrnkDrive.xml'/>154 <ibis:include href='text/HS_AlcRideDrnkDrive.xml'/> 156 155 </HELP> 157 156 <SELECTION_TYPE><SINGLE/></SELECTION_TYPE> … … 174 173 175 174 <ibis:include href='dimension/GeoProxy.xml'/> 176 <ibis:include href='dimension/GeoC ounty.xml'/>175 <ibis:include href='dimension/GeoCnty.xml'/> 177 176 <!-- 178 177 <ibis:include href='dimension/GeoRegion7.xml'/> … … 184 183 <ibis:include href='dimension/YearProxy.xml'/> 185 184 <ibis:include href='dimension/Year18.xml'/> 185 <ibis:include href='dimension/AgeGrpProxy.xml'/> 186 186 <ibis:include href='dimension/Age.xml'/> 187 187 <ibis:include href='dimension/GradeProxy.xml'/> … … 189 189 <ibis:include href='dimension/Sex.xml'/> 190 190 <ibis:include href='dimension/RaceEthProxy.xml'/> 191 <ibis:include href='dimension/RACEEth.xml'/>192 191 <ibis:include href='dimension/Race6Cat.xml'/> 193 192 <ibis:include href='dimension/Race7Cat.xml'/> -
adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs/dimension/GeoCnty.xml
r19965 r19966 2 2 3 3 <DIMENSION> 4 <NAME>GeoC ounty</NAME>4 <NAME>GeoCnty</NAME> 5 5 <TITLE>County</TITLE> 6 6 <PROXY_DIMENSION_NAME>GeoProxy</PROXY_DIMENSION_NAME> -
adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs/dimension/GradeHS.xml
r19958 r19966 6 6 <PROXY_DIMENSION_NAME>GradeProxy</PROXY_DIMENSION_NAME> 7 7 <VALUES> 8 <VALUE> 9<TITLE>9th grade</TITLE></VALUE>9 <VALUE> 10<TITLE>10th grade</TITLE></VALUE>10 <VALUE> 11<TITLE>11th grade</TITLE></VALUE>11 <VALUE> 12<TITLE>12th grade</TITLE></VALUE>8 <VALUE>1<TITLE>9th grade</TITLE></VALUE> 9 <VALUE>2<TITLE>10th grade</TITLE></VALUE> 10 <VALUE>3<TITLE>11th grade</TITLE></VALUE> 11 <VALUE>4<TITLE>12th grade</TITLE></VALUE> 12 12 <VALUE>.<TITLE>Total</TITLE><NOT_SELECTABLE_FLAG/></VALUE> 13 13 </VALUES> -
adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs/section/Age.xml
r19958 r19966 4 4 <NAME>Age</NAME> 5 5 <TITLE>POPULATION: Select youth age</TITLE> 6 7 <SELECTED_DIMENSIONS> 8 <SELECTED_DIMENSION> 9 <NAME>AgeGrpProxy</NAME> 10 <VALUES> 11 <VALUE>Age</VALUE> 12 </VALUES> 13 </SELECTED_DIMENSION> 14 </SELECTED_DIMENSIONS> 6 15 <SELECTIONS> 7 <TITLE>Youth age (12 or younger, 13, 14, 15, 16, 17, 18+)</TITLE> 8 <DESCRIPTION>Filter by sub population group</DESCRIPTION> 9 10 <SELECTION><TITLE>All ages</TITLE></SELECTION> 11 <DIMENSION_NAME>Age</DIMENSION_NAME> 12 <SELECTION_TYPE> 13 <LIST> 14 <SIZE>8</SIZE> 15 <MULTIPLE/> 16 </LIST> 17 </SELECTION_TYPE> 16 <NAME>AgeGrpProxy</NAME> 17 <TITLE>Select the age or ages you want to include</TITLE> 18 <DESCRIPTION>Filter by age</DESCRIPTION> 19 <SELECTION_TYPE><MULTIPLE/></SELECTION_TYPE> 20 <SELECTION> 21 <TITLE>Age</TITLE> 22 <VALUE>Age</VALUE> 23 <SELECTIONS> 24 <SELECTION> 25 <TITLE>All ages</TITLE> 26 </SELECTION> 27 <DIMENSION_NAME>Age</DIMENSION_NAME> 28 <SELECTION_TYPE> 29 <LIST> 30 <SIZE>8</SIZE> 31 <MULTIPLE/> 32 </LIST> 33 </SELECTION_TYPE> 34 </SELECTIONS> 35 </SELECTION> 18 36 </SELECTIONS> 19 37 </SECTION> -
adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs/section/Geo.xml
r19958 r19966 10 10 <NAME>GeoProxy</NAME> 11 11 <VALUES> 12 <VALUE>GeoC ounty</VALUE>12 <VALUE>GeoCnty</VALUE> 13 13 </VALUES> 14 14 </SELECTED_DIMENSION> … … 34 34 <SELECTION> 35 35 <TITLE>County</TITLE> 36 <VALUE>GeoC ounty</VALUE>36 <VALUE>GeoCnty</VALUE> 37 37 <SELECTIONS> 38 38 <SELECTION><TITLE>All counties</TITLE></SELECTION> 39 <DIMENSION_NAME>GeoC ounty</DIMENSION_NAME>39 <DIMENSION_NAME>GeoCnty</DIMENSION_NAME> 40 40 <SELECTION_TYPE> 41 41 <LIST> -
adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs/section/Year.xml
r19958 r19966 6 6 7 7 <SELECTED_DIMENSIONS> 8 <SELECTED_DIMENSION> 9 <NAME>YearProxy</NAME> 10 <VALUES> 11 <VALUE>Year</VALUE> 12 </VALUES> 13 </SELECTED_DIMENSION> 8 14 <SELECTED_DIMENSION> 9 15 <NAME>Year</NAME> … … 15 21 16 22 <SELECTIONS> 23 <NAME>YearProxy</NAME> 17 24 <TITLE>Select the year or years you want to include.</TITLE> 25 <DESCRIPTION>Filter by year</DESCRIPTION> 26 <SELECTION_TYPE><MULTIPLE/></SELECTION_TYPE> 27 <SELECTION> 28 <TITLE>Year</TITLE> 29 <VALUE>Year</VALUE> 30 <SELECTIONS> 31 <SELECTION> 32 <TITLE>All years</TITLE> 33 </SELECTION> 18 34 <DIMENSION_NAME>Year</DIMENSION_NAME> 19 35 <SELECTION_TYPE> … … 23 39 </LIST> 24 40 </SELECTION_TYPE> 41 </SELECTIONS> 42 </SELECTION> 25 43 </SELECTIONS> 26 44 </SECTION> -
adopters/md/trunk/src/main/webapps/ibisph-view-content/xml/query/module/yrbs/selections/HS_CarSafetyDrinkDrive.xml
r19956 r19966 8 8 <table class='Info'> 9 9 10 <tr class='Section'><th>Indicator</th><th> Crude Rate</th></tr>10 <tr class='Section'><th>Indicator</th><th>All indicator values (no map)</th><th>Select 1 indicator value (map)</th></tr> 11 11 12 12 <tr> 13 <th>Riding with a drinking driver 13 <th>Riding with a drinking driver (summary of all answers) 14 14 <div class='Help Popup Inline'><div class='Container'><div class='Content'> 15 15 <ibis:include href='../text/HS_AlcRideDrnkDrive.xml'/> 16 16 </div></div></div> 17 17 </th> 18 <td><a ibis:href='query/builder/yrbs/HS_AlcRideDrnkDriveCat/Crude.html'>Select</a></td> 18 19 <td><a ibis:href='query/builder/yrbs/HS_AlcRideDrnkDrive/Crude.html'>Select</a></td> 19 20 </tr> 21 20 22 21 23 </table>
Note: See TracChangeset
for help on using the changeset viewer.