<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TimeSlider integration for ArcGIS Server Resources in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/timeslider-integration-for-arcgis-server-resources/m-p/875704#M703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Currently, I'm a member of a team undertaking the development of a web application involving both ArcGIS for Server, as well as the accompanying JavaScript API.&amp;nbsp; Regarding the app. itself, we would like to create an interactive map of the United States illustrating change in a particular type of legislation at the state level. This type of legislation has been generalized to four ordinal classes coded "1" to "4", with a fifth value "0" indicating no legislation. We are symbolizing the state polygons by category using a color ramp. We have 9 years of data and would like to attach a time-slider to allow the user to move through the displays at one year intervals. Do we have to parse 9 geospatial data layers in order to provide snapshots of each time step? Or would it be possible to parse a single geospatial data layer with the legislative class values for each of the time steps held in separate fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;For the data set which has been generated for us locally, the structure of the attribute table is as thus:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="border: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;COLUMN_HEADER&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;STATE_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;LEG_1860&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;LEG_1870&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;LEG_1880&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;COLUMN_VALUE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Pennsylvania&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;COLUMN_VALUE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;New York&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Please note that, given this structure, we would please prefer to parse the column header for the date value, with the column value being used to generate the shading of the state/feature.&amp;nbsp; However, as I understand the structure of the API for both the HistogramTimeSlider and TimeSlider widgets, both seem to require that the value for the dates related to each state/feature be structured in a &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: bold; font-style: normal;"&gt;single&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: bold; font-style: normal;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: bold; font-style: normal;"&gt;as a value (rather than a column header)&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Is my understanding of these two widgets correct?&amp;nbsp; And, if not, are there any samples in which the date values for either of these widgets is retrieved through parsing the headers of these columns?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 19:32:48 GMT</pubDate>
    <dc:creator>JamesGriffin</dc:creator>
    <dc:date>2016-02-10T19:32:48Z</dc:date>
    <item>
      <title>TimeSlider integration for ArcGIS Server Resources</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/timeslider-integration-for-arcgis-server-resources/m-p/875704#M703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Currently, I'm a member of a team undertaking the development of a web application involving both ArcGIS for Server, as well as the accompanying JavaScript API.&amp;nbsp; Regarding the app. itself, we would like to create an interactive map of the United States illustrating change in a particular type of legislation at the state level. This type of legislation has been generalized to four ordinal classes coded "1" to "4", with a fifth value "0" indicating no legislation. We are symbolizing the state polygons by category using a color ramp. We have 9 years of data and would like to attach a time-slider to allow the user to move through the displays at one year intervals. Do we have to parse 9 geospatial data layers in order to provide snapshots of each time step? Or would it be possible to parse a single geospatial data layer with the legislative class values for each of the time steps held in separate fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;For the data set which has been generated for us locally, the structure of the attribute table is as thus:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="border: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;COLUMN_HEADER&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;STATE_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;LEG_1860&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;LEG_1870&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;LEG_1880&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f2f2f2; padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr" style="text-align: center;"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #505050; background-color: #f2f2f2; font-weight: bold; font-style: normal;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;COLUMN_VALUE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Pennsylvania&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;COLUMN_VALUE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;New York&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 7px 7px 7px 7px; border: solid #c6c6c6 1px;"&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Please note that, given this structure, we would please prefer to parse the column header for the date value, with the column value being used to generate the shading of the state/feature.&amp;nbsp; However, as I understand the structure of the API for both the HistogramTimeSlider and TimeSlider widgets, both seem to require that the value for the dates related to each state/feature be structured in a &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: bold; font-style: normal;"&gt;single&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: bold; font-style: normal;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: bold; font-style: normal;"&gt;as a value (rather than a column header)&lt;/SPAN&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Is my understanding of these two widgets correct?&amp;nbsp; And, if not, are there any samples in which the date values for either of these widgets is retrieved through parsing the headers of these columns?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 14.666666666666666px; font-family: Arial; color: #000000; font-weight: 400; font-style: normal;"&gt;Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/timeslider-integration-for-arcgis-server-resources/m-p/875704#M703</guid>
      <dc:creator>JamesGriffin</dc:creator>
      <dc:date>2016-02-10T19:32:48Z</dc:date>
    </item>
  </channel>
</rss>

