[{"content":"This web site hosts the open datasets generated in the course of the Crossminer research project. The datasets include various pieces of data retrieved from the Eclipse forge: Mailing lists, Project development data, and AERI stacktraces in handy CSV and JSON formats. Each dataset has a R Markdown document describing its content and providing hints about how to use it. Examples provided mainly use the R statistical analysis software.\nAll data is retrieved from the Eclipse Alambic instance at https://eclipse.alambic.io. Alambic is an open-source framework for development data extraction and processing, for more information see https://alambic.io.\nAll datasets are published under the Creative Commons BY-Attribution-Share Alike 4.0 (International).\nAll data is anonymised, please see the dedicated document to learn more about privacy and the anonymisation mechanism.\nWe\u0026rsquo;re open: if you\u0026rsquo;d like to contribute, or for any request or question, please see the Eclipse GitLab project page.\n","href":"/","title":"Home"},{"content":"The Eclipse Foundation provides individuals and organizations with a commercially focused environment for open source software innovation. It includes git repositories, reviews, issues management, continuous integration, forums and mailing lists among other services. Many well-known and widely used projects are hosted on the forge, including the Eclipse IDE itself, several projects about IoT, modeling, and the new Java working group.\nCrossminer \u0026amp; Scava Crossminer is EU-funded research project that aims at providing tailored recommendations for software practitionners. Its outputs include the Scava Eclipse project and a set of public datasets extracted from a selection of representative Eclipse projects.\nCrossminer has been terminated in 2019, and since then the datasets are maintained by Castalia Solutions as a service for the Eclipse and Research communities.\nScava is the Eclipse spin-off of Crossminer, a EU-funded research project. More information can be found at the following places:\n The Eclipse Scava project The official documentation for Scava The documentation repository The official Crossminer web page The GitHub Crossminer organisation  Licencing All datasets are published under the Creative Commons BY-Attribution-Share Alike 4.0 (International).\nAll code is, unless otherwise stated, published under the Eclipse Public Licence, v2.\n","href":"/about/","title":"About"},{"content":"Introduction This document presents the datasets generated for Scava, discusses the implications it has regarding privacy, and describes what has been achieved to ensure data is safe.\nAll datasets are anonymised: fields that could be used to identify individuals or companies either directly or indirectly have been transformed using the Anonymise::Utility Perl module.\nThe intended audience of the datasets is composed of:\n Research laboratories, mainly in the field of software engineering. Software engineering practitioners, who may find useful to have real-world examples of software development projects.  Should one have questions or remarks on the datasets, please feel free to contact us. All cases related to privacy will be handled with utmost diligence.\nDescription of the datasets There are three types of datasets generated, each with its specific schema and attributes. The first step to preserve privacy is to describe the various datasets and their attributes, and identify what field could pose a threat.\nAERI stacktraces The AERI stacktraces dataset contains information about exceptions encountered by users in the Eclipse IDE. It includes data about the exception itself, and the environment where it happened.\nThe incidents dataset offers the following attributes:\n Message (String) A short text summarising the error. Code (Integer) The numeric status code logged with the error. Severity (Factors) An estimate by the user reporting the error about its perceived severity. Kind (Factors) The type of error recorded, as identified by the AERI system. Plugin ID (String) The ID of the Eclipse plugin that threw the exception. Plugin Version (String) The ID of the Eclipse plugin that threw the exception. Status fingerprint (String) An identifier for the status of the incident. Used for duplicates detection. Incident fingerprint (String) An identifier for the incident. Used for duplicates detection. Incident fingerprint2 (String) An identifier for the incident. Used for duplicates detection. Timestamp (Date ISO 8601) The time of creation of the incident. Saved On (Date ISO 8601) The time of last save of the problem. OSGi Architecture (Factors) The architecture of the host, as specified in the OSGi bundle definition. OSGi OS (Factors) The host operating system, as reported in OSGi. OSGi OS Version (Factors) The host operating system version, as reported in OSGi. OSGi Window Manager (Factors) The Window Manager used by the host, as reported in OSGi. Eclipse Build ID (String) The Build ID of the Eclipse instance running when the exception occurred. Eclipse Product (String) The Eclipse product impacted by the exception. Java runtime version (String) The Java runtime of the host. Comment Quality (Factors) An estimate of the user comment’s quality (throughfulness). User comments help people better understand the context of the exception.  The problems dataset offers the following attributes:\n Summary (String) A short text summarising the error. Number of reporters (Integer) The number of people who reported this incident or problem. Number of incidents (integer) The number of times this problem was identified in incidents. V1 Status (Factors) The status of the problem attached to the error report. Kind (Factors) The type of error recorded, as identified by the AERI system. Created On (Date ISO 8601) The time of first appearance of the problem in an incident. Modified On (Date ISO 8601) The time of last update of the problem in an incident. Saved On (Date ISO 8601) The time of last save of the problem. OSGi Architecture (Factors) The architecture of the host, as specified in the OSGi bundle definition. OSGi OS (Factors) The host operating system, as reported in OSGi. OSGi OS Version (Factors) The host operating system version, as reported in OSGi. OSGi Window Manager (Factors) The Window Manager used by the host, as reported in OSGi. Eclipse Build ID (String) The Build ID of the Eclipse instance running when the exception occurred. Eclipse Product (String) The Eclipse product impacted by the exception. Java runtime version (String) The Java runtime of the host.  The incidents bundle offers the following attributes:\n Bundle name (String) The name of the bundle impacted by the exception. Bundle version (String) The version of the bundle impacted by the exception. Value (Integer) The number of times the exception appeared for this bundle (name + version).  Eclipse Mailing lists The Eclipse mailing lists dataset offers the following attributes:\n List (String) The mailing list and project of the post. messageId (String) A unique identifier for the post. Subject (String) The subject of the post as sent on the mailing list. Sent at (Date ISO 8601) The time of sending for the post. ☣  Sender name (String) The name of the sender of the post. Names are obfuscated, e.g. HKmwHIC4dREThJRj. ☣  Sender address (String) The email address of the sender of the post. Email address is obfuscated, e.g. xzrEaN24LhYew151@HAYhBP6A1UVpXiHt.  Eclipse projects extracts The Eclipse projects extracts have different sets of data depending on the sources available for each project. We list thereafter the full list of extracts, highlighting attributes that include privacy-related information.\n Git (Software Configuration Management)  git_commits_evol.csv contains the daily number of commits and distinct authors. ☣  git_log.txt contains the retranscription of the git logcommand, including the name and email of commit authors. Name is replaced by XXX\u0026rsquo;s and email address is obfuscated, e.g. xzrEaN24LhYew151@HAYhBP6A1UVpXiHt.   Bugzilla (Issue tracking)  bugzilla_components.csv contains the number of issues submitted against each component. bugzilla_evol.csv contains the daily number of issues submitted and distinct authors. ☣  bugzilla_issues.csv contains the list of issues for the project, including the emails of the author and the assignee for each submitteed issue. Emails are obfuscated, e.g. xzrEaN24LhYew151@HAYhBP6A1UVpXiHt. ☣  bugzilla_issues_open.csv contains the list of open issues for the project, including the emails of the author and the assignee for each submitteed issue. Emails are obfuscated, e.g. xzrEaN24LhYew151@HAYhBP6A1UVpXiHt.   Forums (User-oriented communication)  eclipse_forums_posts.csv contains the full list of posts on the project\u0026rsquo;s forum. It includes an Integer representation of the author of the post as returned by the API (no obfuscation needed). eclipse_forums_threads.csv contains the full list of posts on the project\u0026rsquo;s forum. It includes an Integer representation of the first and last author of the thread, as returned by the API (no obfuscation needed).   PMI (project metadata)  eclipse_pmi_checks.csv contains a list of checks (values, usefulness, consistency) applied to the Project Management Infrastructure record for the project.   SonarQube (code analysis)  sq_issues_blocker.csv contains the list of SonarQube issues with severity set to blocker. sq_issues_blocker.csv contains the list of SonarQube issues with severity set to critical. sq_issues_blocker.csv contains the list of SonarQube issues with severity set to major. sq_metrics.csv contains the list of metrics computed by Sonarqube.    Anonymisation The mechanism used to anonymise the data is the Anonymise::Utility Perl module. It basically uses asymmetric encryption to generate a one-off mapping between clear IDs and obfuscated strings.\nThe private key is thrown away, preventing any recovering of the encrypted IDs. This technique has several advantages:\n Identical clear-text strings are translated to the same obfuscated string. This enables researchers and analysts to identify same occurrences of an item without any information about its actual content. The private key is thrown away immediately, making it impossible for an attacker to use it to decrypt the dataset. The algorithm used is the Perl implementation of RSA, which is considered reasonably strong for our purpose. The public key is re-generated for each session, making it impossible for an attacker to rebuild the mapping or use rainbow tables.  The resulting datasets contain no email address, names, user id or machine id.\nPrivacy compliance The management and publication of data in the European Union is regulated by the General Data Protection Regulation (GDPR) directive, which also addresses the export of data outside the EU and EEA areas. Since we are EU citizens \u0026ndash; and considering also that the Crossminer project is funded by the H2020 EU research program \u0026ndash; we are to abide by this regulation. Besides the legal implications of publishing open datasets, we are willing to make sure that everybody, individuals or companies, involved in the data is safe.\nIn the case of software engineering data, there is a huge amount of public information readily available without any restrictions. Most, if not all, tools used in the open-source world provide information about who did what and when \u0026ndash; which is undoubtely useful for collaboration and community. It is also mandatory regarding intellectual property processes: when one contributes a file to an open-source project, it is at the very least good practice to put her name (and maybe email address) in the header of the file along the licence used. When Intellectual Property is an important concern, like for the Eclipse Foundation, it simply is required since we need to know who that work belongs to in the case of IP issues and legal lawsuite cases.\nThe publication of open data in this context, i.e. with the original data being already publicly available from public tools, is a specific case of the GDPR and it is hard to find any reliable information about how it should be conducted. As a result we relied on similar studies and articles and proceeded on a best-effort basis to provide datasets to our users which are as useful and safe as possible.\nConsidering that:\n Original data is already publicly available through the tools themselves (Git, Bugzilla, Mailing lists and forums) and their APIs. We provide a complete description of the content of the datasets, identifying the risks and describing the mitigation steps we went through to ensure that the data is safe. To the best of our knowledge there is now way to decrypt or reverse-engineer the obfuscated information. The method used for anonymisation is so strong that only knowing the original data could help re-identifying it.  Considering also that:\n The goal of this processing is to provide free and open resources to help scientific research, which is in the public interest as defined in Article 6.1 (e). The Eclipse forge hosts open source and collaborative projects only, and all contributions are made under a required signed agreement known as the Eclipse Contributor Agreement: people explicitely and knowingly give their consent to make their contribution public.  We assume that both the data itself and its publication are safe, regarding both the users and the current regulation.\nReferences  GDPR official text (HTML) GDPR official text (PDF) GDPR and the research process: What you need to know GDPR \u0026amp; Personal Data in the Public Domain How to address privacy concerns when openin data  ","href":"/privacy/","title":"Datasets Privacy"},{"content":"The AERI stacktraces dataset is a list of exceptions encountered by users in the Eclipse IDE, as retrieved by the AERI system. The Automated Error Reporting (AERI) system has been developed by the people at Code Trails and retrieves information about exceptions. It was installed by default in the Eclipse IDE and has helped hundreds of projects better support their users and resolve bugs. This dataset is a dump of all records over a couple of years, with useful information about the exceptions and environment. Last update of the dataset occured on 2018-02-11.\nStructure:\n Incidents When an exception occurs and is trapped by the AERI system, it constitutes an incident (or error report). An incident can be reported by several different people, can be reported multiple times, and can be linked to different environments. Problems As soon as an error report arrives on the server, it will be analyzed and subsequently assigned to one or more problems. A problem thus represents a set of (similar) error reports which usually have the same root cause – for example a bug in your software. (Extract from the now-AERI system documentation)  This dataset is published under the Creative Commons BY-Attribution-Share Alike 4.0 (International) licence.\nDownloads  Problems full [ Download JSON ] \u0026ndash; A list of all problems, exported as JSON (one problem per file).  Content: 125250 entries, 22 attributes Size: 38M compressed, 904M raw   Problems extract [ Download CSV ] \u0026ndash; A list of all problems, exported as CSV (one big file).  Content: 125250 entries, 22 attributes Size: 1.5M compressed, 14M raw   Incidents full [ Download JSON ] \u0026ndash; A list of all incidents, exported as JSON (one incident per file).  Content: 2084363 entries, 22 attributes Size: 820M compressed, 19G raw   Incidents extract [ Download CSV ] \u0026ndash; A list of all incidents, exported as CSV (one big file).  Content: 2084045 entries, 20 attributes Size: 141M compressed, 778M raw   Incidents Bundles [ Download CSV ] \u0026ndash; A list of all bundles found in incidents, exported as CSV. Attributes are bundle_name, bundle_version, and number of occurrences.  Content: 29709 entries, 3 attributes Size: 220K compressed, 1.5M raw    Documentation  Stacktraces Problems analysis document [ Download PDF | Download Rmd ] \u0026ndash; A R Markdown document to analyse the Stacktraces problem dataset, with description of the actual content and examples of usage. Stacktraces Incidents analysis document [ Download PDF | Download Rmd ] \u0026ndash; A R Markdown document to analyse the Stacktraces incidents dataset, with description of the actual content and examples of usage.  Privacy concerns See also the documentation about privacy in our datasets.\nThe result contains no email address, user id or machine id. Rather than removing the information (we are not sure that we remove all required information) we decided to simply pick relevant information from the file and push it into the output.\nEnd users have an option to keep their own class names private. We have presently no simple means to know what stacktraces in the database extraction should be kept private, so we decided to play it safe and hide class names whose packages don\u0026rsquo;t start with known prefixes [1]. All private classnames have been replaced by the HIDDEN keyword.\n[1] \u0026quot;ch.qos.*\u0026quot;, \u0026quot;com.cforcoding.*\u0026quot;, \u0026quot;com.google.*\u0026quot;, \u0026quot;com.gradleware.tooling.*\u0026quot;, \u0026quot;com.mountainminds.eclemma.*\u0026quot;, \u0026quot;com.naef.*\u0026quot;, \u0026quot;com.sun.*\u0026quot;, \u0026quot;java.*\u0026quot;, \u0026quot;javafx.*\u0026quot;, \u0026quot;javax.*\u0026quot;, \u0026quot;org.apache.*\u0026quot;, \u0026quot;org.eclipse.*\u0026quot;, \u0026quot;org.fordiac.*\u0026quot;, \u0026quot;org.gradle.*\u0026quot;, \u0026quot;org.jacoco.*\u0026quot;, \u0026quot;org.osgi.*\u0026quot;, \u0026quot;org.slf4j.*\u0026quot;, \u0026quot;sun.*\u0026quot; \nFormat: problems { \u0026quot;summary\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;osgiArch\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;osgiOs\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;osgiOsVersion\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;osgiWs\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;eclipseBuildId\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;eclipseProduct\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;javaRuntimeVersion\u0026quot;: \u0026quot;\u0026quot;, \u0026quot;numberOfIncidents\u0026quot;: 0, \u0026quot;numberOfReporters\u0026quot;: 74, \u0026quot;stacktraces\u0026quot;: [ [ \u0026quot;stacktrace for incident\u0026quot; ], [ \u0026quot;stacktrace for cause\u0026quot; ], [ \u0026quot;stacktrace for exception\u0026quot; ] ] }  Format: incidents { \u0026quot;eclipseBuildId\u0026quot;:\u0026quot;4.6.1.M20160907-1200\u0026quot;, \u0026quot;eclipseProduct\u0026quot;:\u0026quot;org.eclipse.epp.package.jee.product\u0026quot;, \u0026quot;javaRuntimeVersion\u0026quot;:\u0026quot;1.8.0_112-b15\u0026quot;, \u0026quot;osgiArch\u0026quot;:\u0026quot;x86_64\u0026quot;, \u0026quot;osgiOs\u0026quot;:\u0026quot;Windows7\u0026quot;, \u0026quot;osgiOsVersion\u0026quot;:\u0026quot;6.1.0\u0026quot;, \u0026quot;osgiWs\u0026quot;:\u0026quot;win32\u0026quot;, \u0026quot;stacktraces\u0026quot;:[ [ \u0026quot;stacktrace\u0026quot; ] ], \u0026quot;summary\u0026quot;: \u0026quot;Failed to retrieve default libraries for jre1.8.0_111\u0026quot; }  Format: Stacktraces The structure used in the mongodb for stacktraces has been kept as is: it is composed of fields with all information relevant to each line of the stacktrace. Each stacktrace is an array of objects as shown below:\n[ { \u0026quot;cN\u0026quot;: \u0026quot;sun.net.www.http.HttpClient\u0026quot;, \u0026quot;mN\u0026quot;: \u0026quot;parseHTTPHeader\u0026quot;, \u0026quot;fN\u0026quot;: \u0026quot;HttpClient.java\u0026quot;, \u0026quot;lN\u0026quot;: 786, } ]  Generation The database dump is composed of several mongodb tables and uses the bson format. Only two tables contain stack traces: problems and incidents.\nThe bson files can be read using the bsondump utility, provided with the mongodb client package (mongodb-clients on Debian).\nbsondump problems.bson --type json \u0026gt; problems.json After conversion the two files are quite big: 37GB for incidents and 2.1 GB for problems.\nUnfortunately the utility adds some progress information in the UI that needs to be removed from the output:\ngrep -v 'Progress: ' problems.json \u0026gt; problems_clean.json We also had to remove a few (approx. a dozen of) lines because they embed unparseable source code, characters or asian/binary/utf8/16/256 text. The script tries to JSON-decode all lines one by one, and on failure simply goes to the next line.\nFor problems (the file is reasonably small) the script generates for each line a separate JSON file with only information related to that line. The script for problems extraction is parse_json_problems.pl. Output is 820MB and processing time is roughly 45mn.\nFor incidents (file is 37GB) the script generates for each line a separate JSON file with only information related to that line. For the records, trying to generate a single file requires at least twice the size of the file in RAM/SWAP (i.e. roughly 74GB). There are 2084328 files in the output for 17GB. The script for incidents extraction is parse_json_incidents.pl. To get an idea of the resources required to process that, the final incidents extraction took roughly 16h on a quite powerful box.\n","href":"/aeri_stacktraces/","title":"AERI Stacktraces"},{"content":"We generate comprehensive data extracts of a set of Eclipse projects, including data sources like:\n Software Configuration Management (Eclipse git or GitHub), Issues tracking (Bugzilla or GitHub), Project metadata (PMI) checks (PMI), Licencing and copyrights (Scancode), and Static Code Analysis (SonarCloud) when available.  Each dataset is composed of:\n Compressed (gzip\u0026rsquo;d) CSV and JSON files for tool-specific data. A full bundle including all above data files related to a project. A R Markdown document that analyses the extracted files and provides some hints about how to use them. This document also serves as a validation step to identify empty or inconsistent datasets.  These datasets are published under the Creative Commons BY-Attribution-Share Alike 4.0 (International) licence. Data is updated weekly, at 2am on Sunday. If you would like to add a project, please submit an issue.\n","href":"/projects/","title":"Eclipse Projects"},{"content":"The Eclipse Mailing lists dump is an extract of all emails posted on the Eclipse mailing lists, as a single CSV file or as per-project mboxes.\n Download the Eclipse mailing lists dataset [ CSV ]. Check the documentation for the dataset here (HTML). For reproducibility we also provide the R Markdown document for the dataset analysis and documentation. Download the mbox files [ see the list ]  These datasets are published under the Creative Commons BY-Attribution-Share Alike 4.0 (International) licence.\nThe CSV extract This dataset is a dump of all posts sent on all mailing lists hosted at the Eclipse Forge. It only includes the list name, post ID, sent date, author name and address, and post subject. the body of messages is dismissed.\nAlthough this is public data (the mailing lists can be browsed on the official mailman page) all data has been anonymised to prevent any misuse. The privacy issues identified, along with the anonymisation process, have been covered in a dedicated document.\nDownloads\n Download the Eclipse mailing lists dataset here.  Content: roughly 400K entries, 6 attributes Size: 12M compressed, 63M raw   Check the documentation for the dataset here. For reproducibility we also provide the R Markdown document for the dataset analysis and documentation.  Project mboxes This dataset provides all Eclipse mailing lists as mboxes, compressed using gzip. Exhaustive list of downloads is as follows:\n 4diac-dev (size: 6,0M) acceleo-dev (size: 340K) actf-dev (size: 9,8M) acute-dev (size: 20K) aether-build (size: 100K) aether-dev (size: 152K) aether-users (size: 652K) agail-dev (size: 124K) ajdt-dev (size: 5,0M) albireo-dev (size: 884K) alf-dev (size: 3,5M) alf-events (size: 148K) alf-req (size: 192K) amalgam-dev (size: 200K) amalgam-releng (size: 4,0K) amp-dev (size: 344K) andmore-dev (size: 1,8M) antenna-dev (size: 76K) aperi-dev (size: 22M) aperi-news (size: 184K) aperi-survey (size: 8,0K) apogee-dev (size: 16K) apogy-dev (size: 8,0K) app4mc-dev (size: 36K) apricot-dev (size: 16K) apricot-users (size: 8,0K) articles_editor (size: 4,0K) aspectj-announce (size: 428K) aspectj-dev (size: 11M) aspectj-users (size: 53M) atf-dev (size: 1,9M) athena-dev (size: 4,0K) austin-ec (size: 28K) auto-iwg (size: 35M) avsys-dev (size: 4,0K) b3-dev (size: 60K) b3 (size: 16K) babel-dev (size: 5,6M) basyx-dev (size: 8,0K) bayarea-ec (size: 36K) belgium-ec (size: 16K) birt-charting-dev (size: 13M) birt-dev (size: 23M) birt-news (size: 1,1M) birt-pmc (size: 6,0M) birt-proposal (size: 16K) birt-report-designer-dev (size: 444K) birt-report-engine-dev (size: 380K) blinki-dev (size: 12K) bpel-dev (size: 12M) bpmn2-modeler-dev (size: 1,6M) bpmn-dev (size: 88K) bpmn-user (size: 6,6M) brazil-ec (size: 8,0K) bridgeiot-dev (size: 4,0K) buckminster-dev (size: 7,8M) budapest-ec (size: 12K) buildship-dev (size: 296K) bulgaria-ec (size: 12K) bulgaria-ec-news (size: 32K) ca-dev (size: 12K) camf-dev (size: 1,1M) camf-users (size: 8,0K) capra-dev (size: 92K) cbi-dev (size: 6,0M) cdt-build-inbox (size: 4,0K) cdt-contrib-dev (size: 60K) cdt-core-dev (size: 1,2M) cdt-cpp-extensions-dev (size: 8,0K) cdt-cppunit-inbox (size: 104K) cdt-cvs (size: 108K) cdt-debug-dev (size: 2,7M) cdt-dev (size: 124M) cdt-doc-dev (size: 260K) cdt-doc-inbox (size: 2,6M) cdt-generic-extensions-dev (size: 8,0K) cdtk-dev (size: 8,0K) cdt-launch-inbox (size: 136K) cdt-lpex-dev (size: 8,0K) cdt-patch (size: 26M) cdt-releng-inbox (size: 168K) cdt-test-dev (size: 1,6M) cdt-ui-dev (size: 320K) ceylon-dev (size: 4,0K) cf-dev (size: 5,6M) cft-dev (size: 220K) che-dev (size: 26M) chemclipse-dev (size: 14M) chicago-ec (size: 8,0K) cloud-dev (size: 3,7M) cloudfree-dev (size: 188K) cme-dev (size: 184K) cme-users (size: 236K) cobol-dev (size: 1,1M) cognicrypt-dev (size: 8,0K) collections-dev (size: 176K) community-outreach (size: 16K) concierge-dev (size: 768K) configjsr-discuss (size: 44K) configjsr-experts (size: 356K) context-dev (size: 4,0K) corona-dev (size: 3,8M) corona-req (size: 4,0K) corrosion-dev (size: 28K) cosmos-dev (size: 17M) cosmos-mgmt (size: 128K) cosmos-pmc (size: 16K) crossmeter-dev (size: 28K) cross-project-issues-dev (size: 87M) cu-dev (size: 16K) cyclonedds-dev (size: 116K) dali-dev (size: 3,2M) damos-dev (size: 20K) dash-dev (size: 2,5M) dawnsci-dev (size: 8,0K) deeplearning4j-dev (size: 12K) detroit-ec (size: 4,0K) diffmerge-dev (size: 44K) dirigible-dev (size: 1,1M) distro-program (size: 4,0K) ditto-dev (size: 72K) dltk-dev (size: 4,6M) doc2model-dev (size: 8,0K) dsdp-dd-dev (size: 3,8M) dsdp-dev (size: 2,5M) dsdp-ercp-dev (size: 8,7M) dsdp-japan-wg (size: 8,0K) dsdp-mtj-dev (size: 6,7M) dsdp-nab-dev-jp (size: 8,0K) dsdp-nab-dev (size: 36K) dsdp-pmc (size: 18M) dsdp-rtsc-dev (size: 4,0K) dsdp-sequoyah-dev (size: 4,0K) dsdp-tcf-dev (size: 452K) dsdp-tm-dev (size: 8,7M) dsdp-tml-dev (size: 392K) dtp-arch (size: 4,0K) dtp-connect-dev (size: 492K) dtp-dev (size: 14M) dtp-incubator-dev (size: 4,0K) dtp-models-dev (size: 20K) dtp-plan (size: 4,0K) dtp-pmc (size: 2,9M) dtp-reqs (size: 4,0K) dtp-sqldevtools-dev (size: 1,7M) duttile-dev (size: 4,0K) e4-dev (size: 31M) ease-dev (size: 3,3M) eatop-dev (size: 92K) eavp-dev (size: 3,5M) ebam-dev (size: 24K) ebam-user (size: 228K) ebpm-dev (size: 32K) ebpm-user (size: 24K) ebr-dev (size: 172K) ecd-pmc (size: 948K) ecd-tools-wg (size: 8,0K) ecesis-dev (size: 24K) ecf-build (size: 3,6M) ecf-def (size: 4,0K) ecf-dev (size: 23M) eclemma-dev (size: 580K) eclipse-announce-europe (size: 88K) eclipsecon2011announce (size: 4,0K) eclipse-dev (size: 19M) eclipse-ide-dev (size: 4,0K) eclipse-incubator-e4-dev (size: 5,5M) eclipselink-dev (size: 20M) eclipselink-users (size: 31M) eclipse-live (size: 76K) eclipse-mirrors (size: 1,3M) eclipse.org-architecture-council (size: 22M) eclipse.org-committers (size: 9,0M) eclipse.org-feep-stakeholders (size: 128K) eclipse.org-member-marketing (size: 28M) eclipse.org-members-committers (size: 5,3M) eclipse.org-migration (size: 1,5M) eclipse.org-planning-council (size: 14M) eclipse.org-prc (size: 3,7M) eclipse.org-project-leadership (size: 788K) eclipse.org-project-leads (size: 92K) eclipse.org-requirements-council (size: 3,8M) eclipse.org-strategic-consumer (size: 4,0K) eclipse.org-strategic-developer (size: 4,0K) eclipse.org-sustaining-members (size: 8,0K) eclipse.org-test (size: 4,0K) eclipse.org-unaffiliated-committer (size: 4,0K) eclipse-pmc (size: 9,8M) eclipse-scripting-dev (size: 928K) eclipse-soc (size: 4,0K) eclipse-tools-announce (size: 4,0K) eclipsezilla-business (size: 8,0K) eclipsezilla-developer (size: 112K) eclipsezilla-special (size: 4,0K) eclipsezilla-user (size: 12K) edapt-dev (size: 64K) edje-dev (size: 32K) edt-dev (size: 460K) ee4j-build (size: 4,7M) ee4j-community (size: 14M) ee4j-dev (size: 20K) ee4j-pmc (size: 5,9M) ee.next-wg (size: 28K) efm-dev (size: 4,0K) efxclipse-dev (size: 20K) egerrit-dev (size: 304K) egf-dev (size: 8,0K) egit-build (size: 3,4M) egit-dev (size: 16M) ejb-dev (size: 8,0K) el-dev (size: 20K) elk-dev (size: 408K) elogbook-dev (size: 12K) emfcompare-build (size: 6,8M) emf-compare-dev (size: 68K) emfcp-dev (size: 484K) emf-dev (size: 6,0M) emf.index-dev (size: 4,0K) emfindex-dev (size: 92K) emfparsley-dev (size: 24K) emfrefactor-dev (size: 48K) emfstore-dev (size: 1,2M) emft-dev (size: 2,8M) epf-dev (size: 96M) epf-dev-pt (size: 108K) epl-discuss (size: 4,5M) epp-dev (size: 19M) epsilon-dev (size: 748K) equinox-dev (size: 31M) ercp-dev (size: 336K) es-dev (size: 256K) esl-dev (size: 12K) etrice-dev (size: 840K) etrice-users (size: 76K) europa-build-workshop (size: 1,2M) evangelists (size: 12K) examples-dev (size: 36K) facet-dev (size: 16K) fairfax-ec (size: 4,0K) featuremodel-dev (size: 40K) flux-dev (size: 972K) flux-releng (size: 4,0K) fmc-dev (size: 28K) fog05-dev (size: 28K) forum-admins (size: 12K) forums-admin (size: 4,0K) fproj-dev (size: 16K) franca-dev (size: 4,0K) france-ec (size: 364K) france-southwest-ec (size: 4,0K) geclipse-dev (size: 8,5M) geclipse-user (size: 344K) gef3d-dev (size: 476K) gef-dev (size: 4,8M) gemini-dev (size: 7,0M) gemoc-dev (size: 468K) gemoc-rc (size: 8,0K) gemoc-users (size: 8,0K) gendoc-dev (size: 116K) gendoc-users (size: 20K) geoperil-dev (size: 4,0K) germany-north-ec (size: 8,0K) germany-south-ec (size: 8,0K) git (size: 124K) glassfish-dev (size: 72K) glassfish-tools-dev (size: 4,0K) glimmer-dev (size: 20K) gmf-dev (size: 8,5M) gmf-releng (size: 108M) gmt-dev (size: 1,3M) golo-dev (size: 436K) graphiti-dev (size: 656K) handly-dev (size: 740K) henshin-user (size: 1,7M) hono-dev (size: 6,2M) ice-build (size: 11M) ide-dev (size: 20M) iot-kapua-sp (size: 8,0K) iot-pmc (size: 37M) iot-sc (size: 7,2M) iot-wg-integration (size: 492K) iot-wg (size: 88M) jakarta.ee-community (size: 17M) jakartaee-tck-dev (size: 1,2M) jakarta.ee-wg (size: 9,5M) javamail-dev (size: 40K) jaxrs-dev (size: 3,1M) jdt-core-dev (size: 3,8M) jdt-dev (size: 4,7M) jemo-dev (size: 4,0K) jersey-dev (size: 264K) jetty-announce (size: 5,4M) jetty-dev (size: 23M) jetty-users (size: 33M) jgit-build (size: 2,0M) jgit-dev (size: 8,0M) jms-dev (size: 128K) jnosql-dev (size: 5,5M) jsonp-dev (size: 4,0K) kapua-dev (size: 14M) kura-commit (size: 2,2M) kura-dev (size: 26M) ldt-dev (size: 300K) leshan-commit (size: 448K) leshan-dev (size: 6,6M) linuxtools-dev (size: 11M) lsp4e-dev (size: 732K) lsp4j-dev (size: 64K) lsphub-dev (size: 8,0K) lts-iwg (size: 6,0M) lyo-dev (size: 13M) m2e-dev (size: 6,5M) m2e-users (size: 23M) m2t-dev (size: 2,1M) mat-dev (size: 3,0M) mdmbl-dev (size: 1,3M) mdt-ocl.dev (size: 5,0M) mdt-papyrus.dev (size: 58M) microprofile-dev (size: 1,6M) milo-dev (size: 2,2M) modeling-pmc (size: 29M) modisco-dev (size: 76K) mojarra-dev (size: 48K) mosquitto-dev (size: 8,0M) mylyn-dev (size: 7,8M) mylyn-docs-dev (size: 940K) mylyn-pmc (size: 1,4M) nattable-dev (size: 624K) nebula-dev (size: 17M) omr-dev (size: 284K) oomph-dev (size: 668K) openadx (size: 1,4M) opengenesis-wg (size: 72K) openmdm-wg-members (size: 1,9M) open-measured-data-wg (size: 62M) openmobility (size: 1,5M) openpass-wg (size: 1,1M) orb-dev (size: 8,0K) orbit-dev (size: 7,4M) orion-releng (size: 315M) osbea-wg (size: 16K) p2-dev (size: 19M) paho-dev (size: 36M) papyrus-ic (size: 11M) passage-dev (size: 44K) pde-dev (size: 8,5M) photran (size: 11M) platform-dev (size: 3,2M) platform-releng-dev (size: 30M) platform-swt-dev (size: 31M) platform-ui-dev (size: 27M) ptp-dev (size: 44M) ptp-user (size: 36M) qvto-dev (size: 9,1M) rap-dev (size: 6,6M) rdf4j-dev (size: 9,4M) recommenders-dev (size: 38M) reddeer-dev (size: 28K) scada-dev (size: 508K) scava-dev (size: 352K) science-iwg (size: 58M) science-pmc (size: 1,3M) scout-dev (size: 464K) simopenpass-dev (size: 4,0K) sirius-dev (size: 332K) smarthome-dev (size: 192K) soa-pmc (size: 58M) soc-dev (size: 9,2M) sparkplug-wg (size: 4,0K) sphinx-dev (size: 20K) sprotty-dev (size: 8,0K) statet-dev (size: 12K) statet-users (size: 36K) stem-dev (size: 19M) sumo-announce (size: 28K) sumo-dev (size: 3,8M) sumo-user (size: 118M) sw360-dev (size: 14M) sw360-users (size: 8,0K) swtchart-dev (size: 140K) tcf-dev (size: 5,3M) technology-pmc (size: 24M) thingweb-dev (size: 20K) tinydtls-dev (size: 784K) tm4e-dev (size: 84K) tm-dev (size: 5,1M) tools-pmc (size: 16M) tracecompass-dev (size: 12M) tycho-dev (size: 2,1M) tycho-user (size: 34M) unide-dev (size: 1,6M) usssdk-dev (size: 20K) viatra-dev (size: 2,3M) wakaama-dev (size: 4,9M) websocket-dev (size: 24K) wildwebdeveloper-dev (size: 16K) winery-dev (size: 468K) wtp-dev (size: 48M) wtp-pmc (size: 19M) wtp-releng (size: 19M) xacc-dev (size: 140K) xtext-dev (size: 3,8M) yasson-dev (size: 32K)   Note: list obtained through the following command:\nfor i in `ls`; do s=`du -sh $i | cut -f1`; echo \u0026quot;* [${i%%.mbox.gz}]($i) (size: $s)\u0026quot; \u0026gt;\u0026gt; list.txt; done  ","href":"/eclipse_mls/","title":"Eclipse mailing lists"},{"content":"","href":"/categories/","title":"Categories"},{"content":"        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;ecd.che\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/ecd.che.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 1423 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for ecd.che\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\"],[4,13,7,0,23,9,9,19,12,8,0,9,7,15,23,12,9,6,9,24,15,17,6,3,6,6,1,17,8,4,0,0,9,8,8,7,9,6,0,10,10,15,11,6,0,5,7,17,8,8,7,1,0,7,4,4,8,19,0,1,7,12,6,17,7,0,0,9,8,14,15,8,1,0,14,9,15,6,11,1,3,1,2,8,5,8,1,0,1,4,14,16,11,1,0,3,8,7,4,13,0,1,6,13,7,8,5,0,1,6,6,11,6,3,7,0,8,8,4,5,6,0,1,11,24,8,2,11,0,0,0,8,12,13,11,1,4,6,7,11,5,8,11,0,5,14,16,5,12,0,0,11,10,9,11,9,0,5,12,15,9,2,8,0,0,5,10,4,7,8,0,3,8,9,8,12,2,0,0,6,8,2,8,8,2,0,7,12,3,2,3,0,0,4,9,2,10,3,2,3,11,9,3,9,7,0,0,10,4,9,6,11,1,0,8,8,10,2,5,0,0,7,13,11,15,11,0,0,11,13,10,15,4,0,0,1,11,12,9,13,2,0,7,4,2,2,0,0,1,8,7,3,9,4,0,0,3,11,15,12,5,0,0,9,1,5,7,7,0,0,7,17,5,13,6,2,0,8,6,4,15,5,0,1,1,3,5,2,6,0,0,8,3,3,5,8,1,0,2,9,16,11,8,1,2,6,11,8,7,9,0,1,8,5,9,10,14,1,0,5,7,6,5,1,1,0,3,0,6,8,10,1,0,0,14,16,19,7,3,2,14,7,13,7,19,2,3,9,8,11,7,9,1,1,6,11,16,15,7,0,0,7,5,6,4,6,2,0,4,3,6,6,13,0,0,7,13,9,4,6,0,1,7,7,8,9,3,0,0,7,12,4,9,8,0,0,3,2,10,2,9,3,1,1,2,6,3,5,0,0,5,11,6,14,11,0,1,8,10,5,20,17,6,1,13,16,8,20,6,0,0,0,7,10,9,5,3,0,10,23,9,12,9,1,0,0,1,6,1,3,0,0,0,0,14,3,5,14,4,5,12,7,12,5,0,1,5,7,17,14,18,0,5,10,11,10,4,4,1,0,2,0,2,4,9,1,1,3,10,24,10,8,1,0,7,10,9,13,9,0,0,8,8,1,8,8,0,0,7,12,9,8,2,0,2,10,6,7,19,9,1,0,18,4,10,14,10,0,0,14,14,18,8,9,0,0,7,16,10,11,8,0,0,8,13,11,7,9,0,0,11,4,13,17,11,5,1,5,7,18,2,4,0,0,1,0,0,4,4,0,0,8,7,12,12,5,0,0,11,12,11,21,10,0,1,4,12,10,12,11,1,0,19,11,32,17,19,2,1,20,24,15,18,6,1,0,10,9,13,24,13,9,2,0,14,21,17,13,3,0,6,20,28,30,15,0,0,25,17,10,11,23,2,0,11,13,6,8,18,2,1,10,14,8,34,27,0,1,22,13,16,11,14,0,0,21,9,13,14,9,0,1,18,11,8,17,11,0,0,9,9,20,17,9,0,0,9,12,12,9,11,0,0,2,12,9,10,8,0,0,0,8,15,14,10,0,0,1,5,10,26,9,1,0,14,7,11,10,10,0,1,11,8,13,14,15,0,0,8,7,15,14,14,0,3,14,15,16,12,7,1,0,12,8,15,12,6,0,1,9,5,13,8,9,1,0,14,11,5,3,2,4,0,7,4,10,1,0,0,0,4,4,6,5,8,0,0,3,7,7,11,11,2,0,4,6,12,1,5,0,0,2,7,4,5,1,0,0,0,11,12,1,7,0,0,6,4,13,7,2,0,0,8,3,3,4,3,0,0,1,0,7,6,7,4,0,2,5,1,14,4,4,0,5,12,1,3,8,0,0,12,6,6,9,5,0,0,1,3,14,12,10,0,0,5,3,9,1,3,1,1,5,11,9,8,4,1,0,2,9,11,8,6,1,0,2,9,4,0,2,0,0,4,9,11,11,8,0,0,6,15,9,7,4,0,0,8,8,11,3,2,1,0,5,8,4,4,4,1,0,7,10,9,9,5,0,0,7,5,7,5,12,0,0,4,11,7,10,6,0,5,9,9,13,13,1,0,1,5,22,6,3,8,0,0,15,8,10,9,10,1,0,9,13,12,13,9,0,0,10,6,13,12,5,0,0,5,14,10,6,15,0,4,28,13,7,20,15,0,0,10,24,19,9,16,3,6,8,10,11,4,9,0,0,4,4,18,3,11,1,0,6,5,7,7,6,0,1,11,6,4,6,5,1,0,9,17,16,6,7,1,0,8,5,4,11,6,0,1,1,11,3,3,8,0,0,4,6,6,3,6,0,0,5,12,1,4,4,0,0,2,4,8,5,9,3,1,2,0,13,6,5,3,1,1,0,1,4,3,1,0,2,7,6,4,8,0,1,7,3,8,3,15,1,0,8,10,3,4,3,0,0,2,5,5,11,0,0,0,6,4,15,2,3,1,0,9,11,3,4,1,0,0,1,5,4,4,5,1,0,9,3,15,2,6,0,0,6,3,6,2,0,0,0,4,8,4,2,16,0,0,18,3,6,4,5,1,0,6,3,6,7,8,0,0,10,7,3,3,2,0,0,1,3,6,7,2,2,1,3,8,7,6,2,0,0,3,3,1,2,3,1,0,0,1,0,3,7,0,1,2,3,2,0,5,3,0,0,0,3,1,1,0,1,2,3,8,7,3,0,0,2,3,6,6,3,0,1,12,3,1,2,3,0,0,6,0,4,1,3,0,0,1,5,12,2,3,0,0,1,0,0,1,0,0,0,5,4,2,3,8,0,0,1,3,2,1,4,0,0,2,2,5,3,1,1,0,3,5,11,12,5,0,0,0,3,2,5,5,0,0,2,1,0,3,1,0,0,3,1,10,8,7,1,0,4,4,2,3,5,1,0,1,5,1,3,1,0,0,3,3,2,10,2,0,0,3,5,2,8,4,0,0,2,3,1,7,1,0,1,1,3,3,5,12,0,0,4,1,2,5,4,0,1,2,5,5,3,1,1,1,1,1,1,5,12,1,0,4,1,6,4,5,0,0,3,8,4,0,0,0,0,2,1,2,6,2,1,0,2,1,2,6,3,2,0,1,1,5,5,2,2,0,2,4,4,12,5,3,0,5,5,1,3,1,0,0,2,3,3,3,4,0,0,4,4,7,10,5,2,0,6,4,0,2,3,0,0,0,0,0,3,1,0,0,1,1,3,6,5,1,1,5,3,2,2,9,0,0,5,1,5,1,3,1,0,8,1,6,6,2,0,0,6,0,3,5,2,0,2,3,1,4,9,6,2,0,2,0,4,4,6,0,1,5,8,2,11,5,0,0,11,2,9,3,7,1,0,2,9,6,9,5,0,0,1,1,4,6,4,2,0,4,1,3,4,5,0,0,1,3,2,2,3,0,0,7,4,3,3,0,0,0,1,1,2,10,4,0,0,5,2,1,4,6,0,0,1,2,5,4,2,0,0,4,2,3,1,1,0,0,0,3,0,6,2,1,2,4,0,5,4,2,0,0,3,4,2,2,1,0,0,1,0,4,5,1,0,0,1,2,3,2,0,0,0,2,3,2,2,1,0,0,5,3,0,5,3,0,0,0,1,5,2,1,0,0,1,3,6,1,4,0,0,1,3,6,2,1,0,0,1,1,4,1,1,0,0,2,1,5,5,3,0,0,0,7,7,0,2,0,0,1,3,2,5,0,0,0,0,1,5,3,0,0,0,0,2,3,1,1,0,0,3,2,2,8,5,0,0,0,1,1,8,0,0,0,1,6,2,8,0,0,0,0,3,2,6,2,0,0,0,2,6,3,0,0,0,6,2,4,1,2,0,2,3,2,1,1,1,0,0,3,2,4,4,5,0,0,6,9,5,5,2,0,0,2,3,3,6,0,0,0,0,2,2,2,3,0,0,0,1,0,3,0,0,0,3,4,0,6,2,0,0,0,1,6,4,4,0,0,3,0,2,6,6,0,0,4,0,3,7,5,0,0,2,1,1,0,1,0,0,0,0,4,0,0,0,1,2,2,5,0,3,0,0,4,0,0,5,1,0,0,6,3,0,0,1,0,1,4,3,8,5,1,0,0,2,1,2,4,3,0,0,3,0,8,4,3,0,0,2,2,8,2,4,0,1,2,2,7,2,1,0,0,0,2,3,3,15,0,0,2,0,8,6,2,0,0,1,3,0,6,2,0,0,4,2,2,9,1,0,0,5,5,2,7,1,0,0,1,4,13,5,5,0,0,3,5,7,5,4,0,0,0,4,4,1,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 79247 lines.\n  Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 6 commits.\n  ID   Name   Time   Result     75   che-ls-jdt-master \\#75   1.547822e+12   SUCCESS     1   rhopp\\_test \\#1   1.570632e+12   SUCCESS     4   webmaster-test-pipeline \\#4   1.596041e+12   SUCCESS     3   webmaster-test-pipeline \\#3   1.596041e+12   ABORTED     2   webmaster-test-pipeline \\#2   1.596040e+12   ABORTED     1   webmaster-test-pipeline \\#1   1.596040e+12   FAILURE    // jsData function gvisDataPieChartID1d8729682ce6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 2 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 1 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 3 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1d8729682ce6() { var data = gvisDataPieChartID1d8729682ce6(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project ecd.che \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1d8729682ce6') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1d8729682ce6); })(); function displayChartPieChartID1d8729682ce6() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 6 commits.\n  Name   Colour   Last build time   Health report     che-docs-pipeline   UNKNOWN   0.000000e+00   0     che-docs-test   notbuilt   0.000000e+00   0     che-ls-jdt-master   blue   1.547822e+12   100     che-website-pipeline   UNKNOWN   0.000000e+00   0     rhopp\\_test   blue   1.570632e+12   100     webmaster-test-pipeline   blue   1.596041e+12   75    // jsData function gvisDataPieChartID1d87651574b2 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 3 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1d87651574b2() { var data = gvisDataPieChartID1d87651574b2(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project ecd.che \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1d87651574b2') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1d87651574b2); })(); function displayChartPieChartID1d87651574b2() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for ecd.che .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Che   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Che   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/che-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://eclipse.org/che/docs   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/che   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.     Failed: no forums defined.     Checks if the URL can be fetched using a simple get query.   http://eclipse.org/che   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 85 commits.\n  Author   Count     unknown   1552     Sergii Leshchenko   211     Sergii Leschenko   182     Yevhenii Voevodin   179     Anton Korneta   142     Alexander Garagatyi   101     Sergii Kabashniuk   44     Florent Benoit   43     Mykhailo Kuznietsov   29     Max Shaposhnik (Jp92KmB4MqHoizRB@eCPgQm6tL9P7XkkZ)   25    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1d874cf902ba () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1552 ], [ \"Sergii Leshchenko\", 211 ], [ \"Sergii Leschenko\", 182 ], [ \"Yevhenii Voevodin\", 179 ], [ \"Anton Korneta\", 142 ], [ \"Alexander Garagatyi\", 101 ], [ \"Sergii Kabashniuk\", 44 ], [ \"Florent Benoit\", 43 ], [ \"Mykhailo Kuznietsov\", 29 ], [ \"Max Shaposhnik (Jp92KmB4MqHoizRB@eCPgQm6tL9P7XkkZ)\", 25 ], [ \"Eugene Voevodin\", 24 ], [ \"Max Shaposhnyk\", 24 ], [ \"Oleksandr Garagatyi\", 22 ], [ \"Max Shaposhnik\", 19 ], [ \"Max Shaposhnik (V4UYXv9QGSXT47bd@aWhGALtSxf6cXhwh)\", 17 ], [ \"Igor Vinokur\", 15 ], [ \"Sergii Leshchenko DTO\", 12 ], [ \"Evgen Vidolob\", 11 ], [ \"Mykola Morhun\", 11 ], [ \"Dmitry Kuleshov\", 10 ], [ \"Guy Daich\", 10 ], [ \"Ilya Buziuk\", 10 ], [ \"Mihail Kuznyetsov\", 10 ], [ \"Alexander Garagatyi DTO\", 9 ], [ \"Angel Misevski\", 9 ], [ \"Sergii Leschenko DTO\", 9 ], [ \"Vitalii Parfonov\", 6 ], [ \"David Festal\", 5 ], [ \"Dmitry Shnurenko\", 5 ], [ \"Kevin Pollet\", 5 ], [ \"Anatolii Bazko\", 4 ], [ \"Artem Zatsarynnyi\", 4 ], [ \"Florent Benoit DTO\", 4 ], [ \"Oleksander Garagatyi\", 4 ], [ \"Tareq Sharafy (ofh/o4YJHDKvcvvH@Os90trLW77zOovcv)\", 4 ], [ \"Anton Korneta Singleton\", 3 ], [ \"Barry Dresdner\", 3 ], [ \"Sergii Leshchenko Singleton\", 3 ], [ \"Tom George\", 3 ], [ \"Anatoliy Bazko\", 2 ], [ \"Andrienko Alexander\", 2 ], [ \"Dmytro Nochevnov\", 2 ], [ \"Lukas Krejci\", 2 ], [ \"Max Shaposhnik (V4UYXv9QGSXT47bd@eCPgQm6tL9P7XkkZ)\", 2 ], [ \"Roman Nikitenko\", 2 ], [ \"Tareq Sharafy\", 2 ], [ \"Valeriy Svydenko\", 2 ], [ \"Vlad Zhukovskyi\", 2 ], [ \"Yevhenii Voevodin DTO\", 2 ], [ \"andrew00x DynaModule\", 2 ], [ \"supposes Long\", 2 ], [ \"supposes Override\", 2 ], [ \"VMgXMKjx39v0P9kj@GLSaMtXRVm1kB8kj\", 2 ], [ \"the Object\", 2 ], [ \"Alexander Garagatyi Beta\", 1 ], [ \"Alexander Garagatyi Embeddable\", 1 ], [ \"Alexander Garagatyi Singleton\", 1 ], [ \"Alexander Reshetnyak\", 1 ], [ \"Ann Shumilova\", 1 ], [ \"Antona Korneta\", 1 ], [ \"David Festal \", 1 ], [ \"Eugene Veovodin\", 1 ], [ \"Feross Aboukhadijeh  \", 1 ], [ \"Filatov Dmitry \", 1 ], [ \"Guillaume Laforge\", 1 ], [ \"Ihor Okhrimenko\", 1 ], [ \"Ilya Buziuk (Ps7fgMyl7Q9P9EKC@eCPgQm6tL9P7XkkZ)\", 1 ], [ \"Kubernetes Infra\", 1 ], [ \"Kubernetes Infra. A\", 1 ], [ \"Masaki Muranaka\", 1 ], [ \"Max Shaposhnyk (Jp92KmB4MqHoizRB@eCPgQm6tL9P7XkkZ)\", 1 ], [ \"Refactoring from CronTrigger\", 1 ], [ \"Roman Iuvshyn\", 1 ], [ \"Sergii Kabashniuk DTO\", 1 ], [ \"Sergii Kabashnyuk\", 1 ], [ \"Sergii Leschenko DynaModule\", 1 ], [ \"Sergii Leshchenko Embeddable\", 1 ], [ \"Serhii Leshchenko\", 1 ], [ \"Sharada Jambula, James House\", 1 ], [ \"Thomas Mader\", 1 ], [ \"WonderGroup, Jordan Thomas\", 1 ], [ \"Yevhenii Voievodin\", 1 ], [ \"creator, Policies policies, Ide\", 1 ], [ \"link Executors\", 1 ], [ \"workspaces running as a user presents an error importing projects\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1d874cf902ba() { var data = gvisDataPieChartID1d874cf902ba(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project ecd.che \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1d874cf902ba') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 20 commits.\n  Copyrights   Count     Copyright (c) Red Hat, Inc.   2408     unknown   265     Copyright (c) Codenvy, S.A.   8     Copyright (c) Google Inc.   6     Copyright Xemantic   3     Ivan Sagalaev \u0026lt;SIO1vPFuyPgkgK+k@V04VmVqJFwFA+gdv\u0026gt;   2     Copyright (c) Cowboy Ben Alman   2     copyright Google Corporation. Digitized   2     copyright Google Corporation. Droid Sans   2     copyright Terracotta, Inc.   2      suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1d87d5b44a3 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Copyright (c) Red Hat, Inc.\", 2408 ], [ \"unknown\", 265 ], [ \"Copyright (c) Codenvy, S.A.\", 8 ], [ \"Copyright (c) Google Inc.\", 6 ], [ \"Copyright Xemantic\", 3 ], [ \"(c) Ivan Sagalaev \", 2 ], [ \"Copyright (c) Cowboy Ben Alman\", 2 ], [ \"copyright Google Corporation. Digitized\", 2 ], [ \"copyright Google Corporation. Droid Sans\", 2 ], [ \"copyright Terracotta, Inc.\", 2 ], [ \"(c) Jeremy Ashkenas, DocumentCloud and Investigative Reporters \u0026 Editors Underscore\", 1 ], [ \"Copyright (c) Christopher Jeffrey. (MIT Licensed) https://github.com/chjj/marked\", 1 ], [ \"Copyright (c) Dmitry Filatov \", 1 ], [ \"Copyright (c) Red Hat\", 1 ], [ \"Copyright (c) by Yehuda Katz\", 1 ], [ \"Copyright (c) jQuery Foundation, Inc. and Contributors\", 1 ], [ \"Copyright Kris Kowal\", 1 ], [ \"Copyright The Jaeger Authors\", 1 ], [ \"Copyright Tyler Close\", 1 ], [ \"Copyright the original author or authors\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1d87d5b44a3() { var data = gvisDataPieChartID1d87d5b44a3(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project ecd.che \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1d87d5b44a3') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 21 commits.\n  Holders   Count     Red Hat, Inc.   2408     unknown   265     Codenvy, S.A.   8     Google Inc.   6     Xemantic   3     Cowboy Ben Alman   2     Google Corporation. Digitized   2     Google Corporation. Droid Sans   2     Ivan Sagalaev   2     Christopher Jeffrey. (MIT Licensed)   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1d872e52c443 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Red Hat, Inc.\", 2408 ], [ \"unknown\", 265 ], [ \"Codenvy, S.A.\", 8 ], [ \"Google Inc.\", 6 ], [ \"Xemantic\", 3 ], [ \"Cowboy Ben Alman\", 2 ], [ \"Google Corporation. Digitized\", 2 ], [ \"Google Corporation. Droid Sans\", 2 ], [ \"Ivan Sagalaev\", 2 ], [ \"Christopher Jeffrey. (MIT Licensed)\", 1 ], [ \"Dmitry Filatov\", 1 ], [ \"Jeremy Ashkenas, DocumentCloud and Investigative Reporters \u0026 Editors Underscore\", 1 ], [ \"Kris Kowal\", 1 ], [ \"Red Hat, Inc. builder.append\", 1 ], [ \"Terracotta, Inc.\", 1 ], [ \"Terracotta, Inc., unless otherwise indicated\", 1 ], [ \"The Jaeger Authors\", 1 ], [ \"Tyler Close\", 1 ], [ \"Yehuda Katz\", 1 ], [ \"jQuery Foundation, Inc. and Contributors\", 1 ], [ \"the original author or authors\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1d872e52c443() { var data = gvisDataPieChartID1d872e52c443(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project ecd.che \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1d872e52c443') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 27 commits.\n  Licence   Count     epl-2.0   2385     epl-2.0 OR apache-2.0   2381     unknown   250     epl-1.0   43     apache-2.0   33     mit   12     lgpl-2.0-plus   6     gpl-2.0   5     cddl-1.0   4     cpl-1.0   4    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1d87574f855f () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 2385 ], [ \"epl-2.0 OR apache-2.0\", 2381 ], [ \"unknown\", 250 ], [ \"epl-1.0\", 43 ], [ \"apache-2.0\", 33 ], [ \"mit\", 12 ], [ \"lgpl-2.0-plus\", 6 ], [ \"gpl-2.0\", 5 ], [ \"cddl-1.0\", 4 ], [ \"cpl-1.0\", 4 ], [ \"lgpl-2.1\", 4 ], [ \"openpub\", 4 ], [ \"bsd-new\", 3 ], [ \"generic-cla\", 3 ], [ \"bzip2-libbzip-2010\", 2 ], [ \"lgpl-3.0\", 2 ], [ \"mit OR gpl-2.0\", 2 ], [ \"mpl-1.0\", 2 ], [ \"zlib\", 2 ], [ \"bsd-simplified\", 1 ], [ \"isc\", 1 ], [ \"lgpl-2.1-plus\", 1 ], [ \"lgpl-3.0-plus\", 1 ], [ \"lzma-cpl-exception\", 1 ], [ \"mpl-2.0\", 1 ], [ \"public-domain\", 1 ], [ \"unknown-license-reference\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1d87574f855f() { var data = gvisDataPieChartID1d87574f855f(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project ecd.che \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1d87574f855f') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 12 commits.\n  Programming Language   Count     Java   1848     unknown   638     TypeScript   97     Bash   41     JavaScript   28     ActionScript 3   20     Python   10     CSS   8     HTML   6     ERB   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1d871fafb65f () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 1848 ], [ \"unknown\", 638 ], [ \"TypeScript\", 97 ], [ \"Bash\", 41 ], [ \"JavaScript\", 28 ], [ \"ActionScript 3\", 20 ], [ \"Python\", 10 ], [ \"CSS\", 8 ], [ \"HTML\", 6 ], [ \"ERB\", 2 ], [ \"Groovy\", 2 ], [ \"Objective-C\", 2 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1d871fafb65f() { var data = gvisDataPieChartID1d871fafb65f(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project ecd.che \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1d871fafb65f') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 133 commits.\n  Holders   Type     LICENSE   legal     pom.xml   manifest     README.md   readme     assembly/pom.xml   manifest     assembly/assembly-che-tomcat8/pom.xml   manifest     assembly/assembly-che-tomcat8/src/assembly/LICENSE-tomcat.txt   legal     assembly/assembly-dashboard-war/pom.xml   manifest     assembly/assembly-main/pom.xml   manifest     assembly/assembly-main/src/assembly/LICENSE   legal     assembly/assembly-main/src/assembly/README   readme    ","href":"/projects/ecd.che/datasets_report/","title":"ecd.che"},{"content":"                About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;ee4j.glassfish\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/ee4j.glassfish.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 383 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for ee4j.glassfish\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\",\"2021-04-24T00:00:00.000Z\"],[1,0,0,1,0,0,2,0,0,0,2,0,0,0,0,0,8,0,0,0,2,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,3,0,0,0,0,0,0,1,2,1,0,0,0,0,1,6,3,2,3,2,3,4,2,3,3,1,0,0,3,1,1,0,0,0,1,1,1,3,2,3,0,0,1,0,0,0,0,0,0,0,0,0,4,0,0,0,1,1,0,2,0,0,0,1,1,1,4,1,0,2,0,0,1,4,0,4,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,2,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,7,1,1,0,1,2,2,2,1,0,0,5,11,4,4,2,2,0,0,0,2,6,2,0,0,0,0,3,3,5,0,0,0,0,0,2,1,0,0,0,4,0,0,1,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,1,6,9,3,4,3,4,6,8,0,0,3,1,1,0,0,0,7,2,1,1,1,0,0,1,1,0,1,3,0,0,1,5,1,0,0,1,0,2,2,0,1,2,5,1,2,0,1,0,3,0,0,1,1,0,0,1,0,1,1,0,2,1,2,0,0,1,0,2,1,3,1,0,1,0,3,1,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,0,7,7,3,1,4,2,1,3,17,9,5,0,0,2,7,3,6,1,0,6,9,3,6,4,0,1,1,3,2,5,9,2,0,0,0,1,5,1,8,0,4,12,8,6,4,2,0,0,2,6,3,2,2,1,0,3,0,3,3,0,4,0,2,1,1,0,0,0,0,2,0,2,1,1,0,0,1,0,0,2,1,2,0,1,6,2,0,4,0,4,1,2,6,0,0,0,2,2,1,0,0,0,0,0,0,5,3,3,0,0,0,7,6,7,4,4,0,0,1,0,1,1,4,0,0,0,3,2,1,0,0,0,1,3,5,2,0,0,0,5,0,0,1,0,3,2,1,0,0,1,0,0,0,0,0,1,5,1,3,3,1,2,3,2,0,1,0,2,4,6,4,6,2,3,0,2,7,3,1,0,0,0,9,2,3,4,5,7,4,0,3,3,1,0,2,1,3,4,0,0,0,0,3,1,0,0,3,3,0,1,1,1,1,0,1,2,2,0,0,0,0,0,1,1,4,0,1,0,4,1,5,2,1,0,4,0,0,1,0,2,0,0,0,0,0,0,3,2,0,2,1,2,2,2,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,3,1,0,1,4,5,0,0,1,0,1,0,4,10,2,4,1,3,4,1,1,2,6,1,3,1,0,4,0,2,9,0,3,1,0,0,1,6,1,2,1,2,2,0,2,0,1,1,2,4,1,0,1,0,1,1,0,1,0,2,0,4,2,1,0,0,0,2,0,2,4,0,1,0,0,0,1,3,2,0,0,0,1,1,1,5,0,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 10509 lines.\n Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 18 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for ee4j.glassfish\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2018-08-24T11:59:56.000Z\",\"2018-08-31T11:59:56.000Z\",\"2018-09-07T11:59:56.000Z\",\"2018-09-14T11:59:56.000Z\",\"2018-09-21T11:59:56.000Z\",\"2018-09-28T11:59:56.000Z\",\"2018-10-05T11:59:56.000Z\",\"2018-10-12T11:59:56.000Z\",\"2018-10-19T11:59:56.000Z\",\"2018-10-26T11:59:56.000Z\",\"2018-11-02T11:59:56.000Z\",\"2018-11-09T11:59:56.000Z\",\"2018-11-16T11:59:56.000Z\",\"2018-11-23T11:59:56.000Z\",\"2018-11-30T11:59:56.000Z\",\"2018-12-07T11:59:56.000Z\",\"2018-12-14T11:59:56.000Z\",\"2018-12-21T11:59:56.000Z\",\"2018-12-28T11:59:56.000Z\",\"2019-01-04T11:59:56.000Z\",\"2019-01-11T11:59:56.000Z\",\"2019-01-18T11:59:56.000Z\",\"2019-01-25T11:59:56.000Z\",\"2019-02-01T11:59:56.000Z\",\"2019-02-08T11:59:56.000Z\",\"2019-02-15T11:59:56.000Z\",\"2019-02-22T11:59:56.000Z\",\"2019-03-01T11:59:56.000Z\",\"2019-03-08T11:59:56.000Z\",\"2019-03-15T11:59:56.000Z\",\"2019-03-22T11:59:56.000Z\",\"2019-03-29T11:59:56.000Z\",\"2019-04-05T11:59:56.000Z\",\"2019-04-12T11:59:56.000Z\",\"2019-04-19T11:59:56.000Z\",\"2019-04-26T11:59:56.000Z\",\"2019-05-03T11:59:56.000Z\",\"2019-05-10T11:59:56.000Z\",\"2019-05-17T11:59:56.000Z\",\"2019-05-24T11:59:56.000Z\",\"2019-05-31T11:59:56.000Z\",\"2019-06-07T11:59:56.000Z\",\"2019-06-14T11:59:56.000Z\",\"2019-06-21T11:59:56.000Z\",\"2019-06-28T11:59:56.000Z\",\"2019-07-05T11:59:56.000Z\",\"2019-07-12T11:59:56.000Z\",\"2019-07-19T11:59:56.000Z\",\"2019-07-26T11:59:56.000Z\",\"2019-08-02T11:59:56.000Z\",\"2019-08-09T11:59:56.000Z\",\"2019-08-16T11:59:56.000Z\",\"2019-08-23T11:59:56.000Z\",\"2019-08-30T11:59:56.000Z\",\"2019-09-06T11:59:56.000Z\",\"2019-09-13T11:59:56.000Z\",\"2019-09-20T11:59:56.000Z\",\"2019-09-27T11:59:56.000Z\",\"2019-10-04T11:59:56.000Z\",\"2019-10-11T11:59:56.000Z\",\"2019-10-18T11:59:56.000Z\",\"2019-10-25T11:59:56.000Z\",\"2019-11-01T11:59:56.000Z\",\"2019-11-08T11:59:56.000Z\",\"2019-11-15T11:59:56.000Z\",\"2019-11-22T11:59:56.000Z\",\"2019-11-29T11:59:56.000Z\",\"2019-12-06T11:59:56.000Z\",\"2019-12-13T11:59:56.000Z\",\"2019-12-20T11:59:56.000Z\",\"2019-12-27T11:59:56.000Z\",\"2020-01-03T11:59:56.000Z\",\"2020-01-10T11:59:56.000Z\",\"2020-01-17T11:59:56.000Z\",\"2020-01-24T11:59:56.000Z\",\"2020-01-31T11:59:56.000Z\",\"2020-02-07T11:59:56.000Z\",\"2020-02-14T11:59:56.000Z\",\"2020-02-21T11:59:56.000Z\",\"2020-02-28T11:59:56.000Z\",\"2020-03-06T11:59:56.000Z\",\"2020-03-13T11:59:56.000Z\",\"2020-03-20T11:59:56.000Z\",\"2020-03-27T11:59:56.000Z\",\"2020-04-03T11:59:56.000Z\",\"2020-04-10T11:59:56.000Z\",\"2020-04-17T11:59:56.000Z\",\"2020-04-24T11:59:56.000Z\",\"2020-05-01T11:59:56.000Z\",\"2020-05-08T11:59:56.000Z\",\"2020-05-15T11:59:56.000Z\",\"2020-05-22T11:59:56.000Z\",\"2020-05-29T11:59:56.000Z\",\"2020-06-05T11:59:56.000Z\",\"2020-06-12T11:59:56.000Z\",\"2020-06-19T11:59:56.000Z\",\"2020-06-26T11:59:56.000Z\",\"2020-07-03T11:59:56.000Z\",\"2020-07-10T11:59:56.000Z\",\"2020-07-17T11:59:56.000Z\",\"2020-07-24T11:59:56.000Z\",\"2020-07-31T11:59:56.000Z\",\"2020-08-07T11:59:56.000Z\",\"2020-08-14T11:59:56.000Z\",\"2020-08-21T11:59:56.000Z\",\"2020-08-28T11:59:56.000Z\",\"2020-09-04T11:59:56.000Z\",\"2020-09-11T11:59:56.000Z\",\"2020-09-20T03:20:23.000Z\",\"2020-09-25T11:59:56.000Z\",\"2020-10-02T11:59:56.000Z\",\"2020-10-09T11:59:56.000Z\",\"2020-10-16T11:59:56.000Z\",\"2020-10-23T11:59:56.000Z\",\"2020-10-30T11:59:56.000Z\",\"2020-11-06T11:59:56.000Z\",\"2020-11-13T11:59:56.000Z\",\"2020-11-20T11:59:56.000Z\",\"2020-11-27T11:59:56.000Z\",\"2020-12-04T11:59:56.000Z\",\"2020-12-11T11:59:56.000Z\",\"2020-12-18T11:59:56.000Z\",\"2020-12-25T11:59:56.000Z\",\"2021-01-01T11:59:56.000Z\",\"2021-01-08T11:59:56.000Z\",\"2021-01-15T11:59:56.000Z\",\"2021-01-22T11:59:56.000Z\",\"2021-01-29T11:59:56.000Z\",\"2021-02-05T11:59:56.000Z\",\"2021-02-12T11:59:56.000Z\",\"2021-02-19T11:59:56.000Z\",\"2021-02-26T11:59:56.000Z\",\"2021-03-05T11:59:56.000Z\",\"2021-03-12T11:59:56.000Z\",\"2021-03-19T11:59:56.000Z\",\"2021-03-26T11:59:56.000Z\",\"2021-04-02T11:59:56.000Z\",\"2021-04-09T11:59:56.000Z\",\"2021-04-16T11:59:56.000Z\",\"2021-04-23T00:33:06.000Z\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,2,1,4,2,1,1,1,1,1,1,1,2]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on ee4j.glassfish forum.    ID   Subject   Post date   Post author     1840733   Re: Glassfish ORB.init() java.lang.IllegalStateException: cannot modify frozen instance    2021-04-23 00:33:06   232022     1840613   Glassfish ORB.init() java.lang.IllegalStateException: cannot modify frozen instance    2021-04-20 16:48:11   232022     1838435   JAX-WS with jms transport in Glassfish   2021-02-24 20:31:27   231519     1838109   Re: Weird behavior with glassfish service   2021-02-16 09:00:54   231431     1838085   Re: Weird behavior with glassfish service   2021-02-15 16:17:55   581     1838078   Weird behavior with glassfish service   2021-02-15 14:04:35   231431     1837712   out of box REST archetype gives 404 error   2021-02-04 13:58:47   231344     1837268   CDI issue    2021-01-26 14:17:05   231241     1836926   Re: \\[Java15\\] maven-embedded-glassfish-plugin with latest glassfish   2021-01-18 22:16:06   231163     1836905   \\[Java15\\] maven-embedded-glassfish-plugin with latest glassfish   2021-01-18 12:12:10   231163    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 14 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on ee4j.glassfish forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107736   Glassfish ORB.init() java.lang.IllegalStateException: cannot modify frozen instance    2021-04-23 00:33:06   1840733   1   636     1107081   JAX-WS with jms transport in Glassfish   2021-02-24 20:31:27   1838435   0   1007     1106974   Weird behavior with glassfish service   2021-02-16 09:00:54   1838109   2   209     1106856   out of box REST archetype gives 404 error   2021-02-04 13:58:47   1837712   0   10190     1106733   CDI issue    2021-01-26 14:17:05   1837268   0   4058     1106627   \\[Java15\\] maven-embedded-glassfish-plugin with latest glassfish   2021-01-18 22:16:06   1836926   1   137     1105281   apache derby IJ ERROR: Unable to establish connection with glassfish5 on linux mint   2020-09-20 03:20:23   1832519   0   1854     1105175   Glassfish 5 - JMS Physical Destination settings do not persist after restart   2020-09-10 21:22:17   1832172   0   1105     1103396   Glassfish 5 admin application crashes when adding connection pool   2020-04-16 21:57:21   1824527   0   7670     1102090   Glassfish news   2020-01-21 13:46:58   1819691   0   294      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 24 commits.\n  ID   Name   Time   Result     16   glassfish-tools-1.0.0 \\#16   1.564780e+12   SUCCESS     15   glassfish-tools-1.0.0 \\#15   1.564778e+12   FAILURE     14   glassfish-tools-1.0.0 \\#14   1.564778e+12   FAILURE     13   glassfish-tools-1.0.0 \\#13   1.554755e+12   SUCCESS     12   glassfish-tools-1.0.0 \\#12   1.554755e+12   FAILURE     11   glassfish-tools-1.0.0 \\#11   1.528745e+12   SUCCESS     10   glassfish-tools-1.0.0 \\#10   1.517440e+12   SUCCESS     9   glassfish-tools-1.0.0 \\#9   1.517339e+12   SUCCESS     8   glassfish-tools-1.0.0 \\#8   1.517338e+12   FAILURE     7   glassfish-tools-1.0.0 \\#7   1.517337e+12   SUCCESS    // jsData function gvisDataPieChartID1daf4405e14c () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;FAILURE\u0026rdquo;, 15 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 9 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1daf4405e14c() { var data = gvisDataPieChartID1daf4405e14c(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project ee4j.glassfish \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1daf4405e14c') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1daf4405e14c); })(); function displayChartPieChartID1daf4405e14c() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 2 commits.\n  Name   Colour   Last build time   Health report     glassfish-tools-1.0.0   blue   1.564780e+12   40     glassfish-tools-1.0.1   blue   1.564777e+12   20    // jsData function gvisDataPieChartID1daf522bcb88 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1daf522bcb88() { var data = gvisDataPieChartID1daf522bcb88(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project ee4j.glassfish \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1daf522bcb88') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1daf522bcb88); })(); function displayChartPieChartID1daf522bcb88() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for ee4j.glassfish .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for create\\_url.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for query\\_url.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://accounts.eclipse.org/mailing-list/glassfish-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://eclipse-ee4j.github.io/glassfish/docs/   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for download\\_url.     Checks if the Forums URL can be fetched using a simple get query.     Failed: no forums defined.     Checks if the URL can be fetched using a simple get query.   https://eclipse-ee4j.github.io/glassfish/docs/latest/installation-guide/toc.html   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.   https://accounts.eclipse.org/mailing-list/jakartaee-platform-dev   OK. \\[jakartaee-platform-dev\\] ML correctly defined with email.\\\\OK: \\[jakartaee-platform-dev\\] ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.    ","href":"/projects/ee4j.glassfish/datasets_report/","title":"ee4j.glassfish"},{"content":"This is the list of all Eclipse projects datasets published for Eclipse Scava.\nEclipse APP4MC  Analysis report: dataset_report_technology.app4mc.html PMI home: https://projects.eclipse.org/projects/technology.app4mc Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse Acceleo  Analysis report: dataset_report_modeling.m2t.acceleo.html PMI home: https://projects.eclipse.org/projects/modeling.m2t.acceleo Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse Apogy  Analysis report: dataset_report_technology.apogy.html PMI home: https://projects.eclipse.org/projects/technology.apogy Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse CDT  Analysis report: dataset_report_tools.cdt.html Project\u0026rsquo;s home: https://www.eclipse.org/cdt PMI home: https://projects.eclipse.org/projects/tools.cdt Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse EASE  Analysis report: dataset_report_technology.ease.html Project\u0026rsquo;s home: https://www.eclipse.org/ease PMI home: https://projects.eclipse.org/projects/technology.ease Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse EGit  Analysis report: dataset_report_technology.egit.html Project\u0026rsquo;s home: https://www.eclipse.org/egit PMI home: https://projects.eclipse.org/projects/technology.egit Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse EMF Compare  Analysis report: dataset_report_modeling.emfcompare.html PMI home: https://projects.eclipse.org/projects/modeling.emfcompare Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse EMF Parsley  Analysis report: dataset_report_modeling.emf-parsley.html Project\u0026rsquo;s home: https://www.eclipse.org/emf-parsley PMI home: https://projects.eclipse.org/projects/modeling.emf-parsley Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse Epsilon  Analysis report: dataset_report_modeling.epsilon.html Project\u0026rsquo;s home: https://www.eclipse.org/epsilon PMI home: https://projects.eclipse.org/projects/modeling.epsilon Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse Gendoc  Analysis report: dataset_report_modeling.gendoc.html Project\u0026rsquo;s home: https://www.eclipse.org/gendoc PMI home: https://projects.eclipse.org/projects/modeling.gendoc Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse Glassfish  Analysis report: dataset_report_ee4j.glassfish.html PMI home: https://projects.eclipse.org/projects/ee4j.glassfish Downloads:  eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse JGit  Analysis report: dataset_report_technology.jgit.html PMI home: https://projects.eclipse.org/projects/technology.jgit Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse MDM|BL  Analysis report: dataset_report_technology.mdmbl.html PMI home: https://projects.eclipse.org/projects/technology.mdmbl Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse OCL  Analysis report: dataset_report_modeling.mdt.ocl.html PMI home: https://projects.eclipse.org/projects/modeling.mdt.ocl Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse PDT (PHP Development Tools)  Analysis report: dataset_report_tools.pdt.html Project\u0026rsquo;s home: https://www.eclipse.org/pdt PMI home: https://projects.eclipse.org/projects/tools.pdt Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse Paho  Analysis report: dataset_report_technology.paho.html Project\u0026rsquo;s home: https://projects.eclipse.org/proposals/eclipse-glassfish PMI home: https://projects.eclipse.org/projects/technology.paho Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse Papyrus  Analysis report: dataset_report_modeling.mdt.papyrus.html Project\u0026rsquo;s home: https://www.eclipse.org/papyrus PMI home: https://projects.eclipse.org/projects/modeling.mdt.papyrus Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse Process Framework  Analysis report: dataset_report_technology.epf.html PMI home: https://projects.eclipse.org/projects/technology.epf Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz    Eclipse Scout  Analysis report: dataset_report_technology.scout.html Project\u0026rsquo;s home: https://www.eclipse.org/scout PMI home: https://projects.eclipse.org/projects/technology.scout Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse Sirius  Analysis report: dataset_report_modeling.sirius.html Project\u0026rsquo;s home: https://www.eclipse.org/sirius PMI home: https://projects.eclipse.org/projects/modeling.sirius Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    Eclipse Sphinx  Analysis report: dataset_report_modeling.sphinx.html Project\u0026rsquo;s home: https://www.eclipse.org/sphinx PMI home: https://projects.eclipse.org/projects/modeling.sphinx Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse Trace Compass  Analysis report: dataset_report_tools.tracecompass.html Project\u0026rsquo;s home: https://www.eclipse.org/tracecompass/ PMI home: https://projects.eclipse.org/projects/tools.tracecompass Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz    Eclipse Tycho  Analysis report: dataset_report_technology.tycho.html Project\u0026rsquo;s home: https://www.eclipse.org/tycho/ PMI home: https://projects.eclipse.org/projects/technology.tycho Downloads:  bugzilla_components.csv.gz bugzilla_evol.csv.gz bugzilla_issues.csv.gz bugzilla_issues_open.csv.gz bugzilla_versions.csv.gz eclipse_forums_posts.csv.gz eclipse_forums_threads.csv.gz eclipse_pmi_checks.csv.gz eclipse_pmi_checks.json.gz git_commits.csv.gz git_commits_evol.csv.gz git_log.txt.gz jenkins_builds.csv.gz jenkins_jobs.csv.gz scancode_authors.csv.gz scancode_copyrights.csv.gz scancode_files.csv.gz scancode_holders.csv.gz scancode_licences.csv.gz scancode_packages.csv.gz scancode_programming_languages.csv.gz scancode_special_files.csv.gz    ","href":"/projects/eclipse_projects/","title":"List of Eclipse Projects"},{"content":"            About this dataset This dataset is a dump of all posts sent on all mailing lists hosted at the Eclipse Forge. Although this is public data (the mailing lists can be browsed on the official mailman page) all data has been anonymised to prevent any misuse. The privacy issues identified, along with the anonymisation process, have been covered in a dedicated document.\nThese files are published under the Creative Commons BY-Attribution-Share Alike 4.0 (International) licence.\nThe dataset is composed of two parts:\n eclipse_mls_full.csv contains an extract of all the messages exchanged on the various mailing lists. The present document uses this CSV as input data. The full list of mboxes, one file per mailing list. They are listed in the dataset main page and can be downloaded directly from the mboxes subdirectory.  All of them are updated weekly at 2am on Sunday.\nPrivacy concerns We value privacy and intend to make everything we can to prevent misuse of the dataset. If you think we failed somewhere in the process, please let us know so we can do better.\nAll personally identifiable information has been scrambled using the data anonymiser Perl module. As a result there is no clear email address in this dataset, nor any UUID or name. However all identical information produces the same encrypted string, which means that one can still identify identical data without knowing what it actually is. As an example email addresses are split (name, company) and encoded separately, which enables one to e.g. identify posters from the same company without knowing the company.\nThe anonymisation technique used basically encrypts information and then throws away the private key. Please refer to the documentation published on github for more details.\nAbout this document This document is a R Markdown document and is composed of both text (like this one) and dynamically computed information (mostly in the sections below) executed on the data itself. This ensures that the documentation is always synchronised with the data, and serves as a test suite for the dataset.\nBasic summary  Generated date: Sun Apr 25 05:00:18 2021 First date: 2001-11-05 19:14:58 Last date: 2021-04-24 19:14:44 Number of posts: 682977 Number of attributes: 7  Structure of data This dataset is composed of a single big CSV file. Attributes are: list, messageid, subject, sent_at, sender_name, sender_addr.\nExamples are provided at the end of this file to demonstrate how to use it in R.\nlist  Description: The mailing list and project of the post. Type: String  Examples:\n  (\\#tab:list.sample)Sample of list names    Project list names      japan-wg    mobile-iwg    higgins-announce    dtp-models-dev    golo-dev     messageId  Description: A unique identifier for the post. Type: String (Scrambled Base64)  Examples:\n  (\\#tab:messageid.sample)Sample of message IDs    Message ID      AjPUDrPsvxAjpglR@QssNypKbbV2bqh4K    pCPSBux76e/zIk0Y@KbhFGZBrAY0Yu6oT    dWn4txaTMEF4hpul@dg3joli2vA2kIOnL    br9scKGglklMFx4U@Ku1ApkgX1l1loldC    BzOnbp1U+Ir3QmAA@G+edXxEtJuTpS30I     Subject  Description: The subject of the post as sent on the mailing list. Type: String  Examples:\n  (\\#tab:subject.sample)Sample of email subjects    Subject      \\[wtp-dev\\] Web Services Webinar May 3    \\[wildwebdeveloper-dev\\] Wild Web Developer 0.11.0 is released!    \\[iot-wg\\] Launching Open IoT Challenge 4.0    \\[geclipse-dev\\] \\[luntbuild\\] build of “gEclipse/NightlyBuild/geclipse-1.0\\_N20090416-0500” failed    \\[emfcompare-build\\] \\[Hudson\\] Build failed in Hudson: master-performance-large-git \\#623     Sent at  Description: The time of sending for the post. Type: Date (ISO 8601)  Main characteristics:\n First date: 2001-11-05 19:14:58 Last date: 2021-04-24 19:14:44  Examples:\n  (\\#tab:sentat.sample)Sample of sent dates    Sent date      2016-10-25 20:08:00    2014-04-29 19:52:23    2004-05-28 22:56:07    2017-10-11 14:49:11    2018-04-23 07:33:14     Sender name  Description: The name of the sender of the post. Type: String (Scrambled Base64) Number of unique entries: 24313  Examples:\n  (\\#tab:sendername.sample)Sample of sender names    Sender names      hn+wxp7VMEWXNNpy    vfMPmEG1KoXYz/Q5    Dr55ScXXtZET8iQi    ejvmpyY7+CPEdn2m    EjerGCoSH5j+2GM7     Note: A single name repeated several times will always result in the same scrambled ID. This way it is possible to identify same-author posts without actually knowing the name of the sender.\nSender address  Description: The email address of the sender, encoded. Type: String (Scrambled Base64) Number of unique entries: 24660  Examples:\n  (\\#tab:senderaddr.sample)Sample of sender addresses    Sender addresses      bjj4k7C2yBuwGGyy@RjQNvgRmrv9gbXL6    plZAZz89mDfA3YM0@KbhFGZBrAY0Yu6oT    untw1HPG26ZrjqWg@CB0xIM87IAyZypaK    FAVevB8a6RZZJ0Xm@Cf0Yxjkx5k0d0UsN    sd7N4GN0XrnPq/4E@KbhFGZBrAY0Yu6oT     Note: A single email address repeated several times will always result in the same scrambled email address. Furthermore both parts of the email (name, company) are individually scrambled, which means that one can identify email addresses from the same company without actually knowing the real company or name of the sender.\nUsing the dataset Reading CSV file Reading file from eclipse_mls_full.csv.\nproject.csv \u0026lt;- read.csv(file.in, header=T) We add a column for the Company, which we extract from the email address (i.e. the domain name):\nproject.csv$Company \u0026lt;- substr(x = project.csv$sender_addr, 18, 33) Number of columns in this dataset:\nncol(project.csv) ## [1] 7  Number of entries in this dataset:\nnrow(project.csv) ## [1] 682977  Names of columns:\nnames(project.csv) ## [1] \u0026quot;list\u0026quot; \u0026quot;messageid\u0026quot; \u0026quot;subject\u0026quot; \u0026quot;sent_at\u0026quot; \u0026quot;sender_name\u0026quot; ## [6] \u0026quot;sender_addr\u0026quot; \u0026quot;Company\u0026quot;  Using time series (xts) The dataset needs to be converted to a xts object. We can use the sent_at attribute as a time index.\nrequire(xts) project.xts \u0026lt;- xts(x = project.csv, order.by = parse_iso_8601(project.csv$sent_at)) Plotting number of monthly posts When considering the timeline of the dataset, it can be misleading when there several submissions on a short period of time, compared to sparse time ranges. We’ll use the apply.monthly function from xts to normalise the total number of monthly submissions.\nproject.monthly \u0026lt;- apply.monthly(x=project.xts$sent_at, FUN=nrow) autoplot(project.monthly, geom=\u0026#39;line\u0026#39;) + theme_minimal() + ylab(\u0026#34;Number of posts\u0026#34;) + xlab(\u0026#34;Time\u0026#34;) + ggtitle(\u0026#34;Number of monthly posts\u0026#34;) Plotting number of monthly reporters One author can post several emails on the mailing list. Let’s plot the monthly number of distinct authors on the mailing list. For this we need to count the number of unique occurrences of the email address (attribute sender_attr).\ncount_unique \u0026lt;- function(x) { length(unique(x)) } project.monthly \u0026lt;- apply.monthly(x=project.xts$sender_addr, FUN=count_unique) autoplot(project.monthly, geom=\u0026#39;line\u0026#39;) + theme_minimal() + ylab(\u0026#34;Number of authors\u0026#34;) + xlab(\u0026#34;Time\u0026#34;) + ggtitle(\u0026#34;Number of monthly distinct authors\u0026#34;) Plotting activity of authors We want to plot the number of emails sent by each author regardless of the mailing list they were sent on. We display only the 10 top posters:\n  (\\#tab:reporters.sample)Top 10 senders on mailing lists    Sender address  Number of posts  Company      WTXwUNMqdlSw+t3X@CB0xIM87IAyZypaK  38007  CB0xIM87IAyZypaK    E6Vucc1L0x0Dy0j/(**CB0xIM87IAyZypaK?**)  19933  CB0xIM87IAyZypaK    JWrJ5MKbaSoIj7fA@CB0xIM87IAyZypaK  15720  CB0xIM87IAyZypaK    XzFnxoGpIIiDmdu4@CB0xIM87IAyZypaK  9845  CB0xIM87IAyZypaK    untw1HPG26ZrjqWg@CB0xIM87IAyZypaK  8828  CB0xIM87IAyZypaK    vru1ZcDQpkVchkhA@giWiTkBFolJCWi6m  8428  giWiTkBFolJCWi6m    cuVf7KfGri/UGYF/(**CB0xIM87IAyZypaK?**)  6969  CB0xIM87IAyZypaK    Xiqv7IUAtuHslb2i@CB0xIM87IAyZypaK  5327  CB0xIM87IAyZypaK    Wr0bTpweI8ce3WtM@CB0xIM87IAyZypaK  5012  CB0xIM87IAyZypaK    qB0Ny51NVuBp3p8n@KbhFGZBrAY0Yu6oT  4945  KbhFGZBrAY0Yu6oT     Now plot these 50 top posters with ggplot and use the company (i.e. second part of the email address) for the colour:\nauthors.subset \u0026lt;- head( authors, n = n) authors.subset.df \u0026lt;- as.data.frame(authors.subset) names(authors.subset.df) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Posts\u0026#39;) authors.subset.df$Author \u0026lt;- substr(x = authors.subset.df$ID, 1, 16) authors.subset.df$Company \u0026lt;- substr(x = authors.subset.df$ID, 18, 33) p \u0026lt;- ggplot(data=authors.subset.df, aes(x=reorder(Author, -Posts), y = Posts, fill = Company)) + geom_bar(stat=\u0026#34;identity\u0026#34;) + theme_minimal() + ylab(\u0026#34;Number of posts\u0026#34;) + xlab(\u0026#39;Posters\u0026#39;) + ggtitle(paste(n, \u0026#34; overall top posters on Eclipse mailing lists\u0026#34;, sep=\u0026#34;\u0026#34;)) + theme( axis.text.x = element_text(angle=60, size = 7, hjust = 1)) g \u0026lt;- ggplotly(p) g  {\"x\":{\"data\":[{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.900000000000002,0.900000000000006,0.900000000000006],\"base\":[0,0,0,0,3297,0,0,0,0,0,0,0,0,0,0,0,0,0,0],\"x\":[1,2,3,4,7,6,8,9,13,14,15,17,21,22,25,30,32,34,43],\"y\":[38007,19933,15720,9845,8828,6969,5327,5012,4287,4252,4146,3912,3530,3209,2807,2578,2409,2342,1942],\"text\":[\"reorder(Author, -Posts): WTXwUNMqdlSw+t3X\nPosts: 38007\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): E6Vucc1L0x0Dy0j/\nPosts: 19933\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): JWrJ5MKbaSoIj7fA\nPosts: 15720\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): XzFnxoGpIIiDmdu4\nPosts: 9845\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): untw1HPG26ZrjqWg\nPosts: 8828\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): cuVf7KfGri/UGYF/\nPosts: 6969\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): Xiqv7IUAtuHslb2i\nPosts: 5327\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): Wr0bTpweI8ce3WtM\nPosts: 5012\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): MIGxjQz8WQlmZ/i2\nPosts: 4287\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): Kud4QjVaTpKHJAWB\nPosts: 4252\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): vlFJRpeRLTB3p6GO\nPosts: 4146\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): BgKkegHRlNUtfbzw\nPosts: 3912\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): RsTLdLdYPr0akBcY\nPosts: 3530\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): h4C52Be/5FtNQd+L\nPosts: 3209\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): f5cSTgk/1AYdHcZA\nPosts: 2807\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): axFrZbgik+J6EBiO\nPosts: 2578\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): VJxXwDFGlURYSut+\nPosts: 2409\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): EhV/hmL1YcoK32rY\nPosts: 2342\nCompany: CB0xIM87IAyZypaK\",\"reorder(Author, -Posts): oB6wfQKLR+t31ZER\nPosts: 1942\nCompany: CB0xIM87IAyZypaK\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(248,118,109,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"CB0xIM87IAyZypaK\",\"legendgroup\":\"CB0xIM87IAyZypaK\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[48],\"y\":[1860],\"text\":\"reorder(Author, -Posts): DFeHzQjKyL5KmDK7\nPosts: 1860\nCompany: eUchmmY1ycxeHznr\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(237,129,62,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"eUchmmY1ycxeHznr\",\"legendgroup\":\"eUchmmY1ycxeHznr\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.899999999999999,0.900000000000006],\"base\":[0,0,0],\"x\":[5,29,47],\"y\":[8428,2630,1902],\"text\":[\"reorder(Author, -Posts): vru1ZcDQpkVchkhA\nPosts: 8428\nCompany: giWiTkBFolJCWi6m\",\"reorder(Author, -Posts): TCiX+X1cNgp5PCNd\nPosts: 2630\nCompany: giWiTkBFolJCWi6m\",\"reorder(Author, -Posts): iC0/JG++YmIVRwGu\nPosts: 1902\nCompany: giWiTkBFolJCWi6m\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(222,140,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"giWiTkBFolJCWi6m\",\"legendgroup\":\"giWiTkBFolJCWi6m\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[38],\"y\":[2233],\"text\":\"reorder(Author, -Posts): Zr+SBxyoer2fM0ZE\nPosts: 2233\nCompany: GjVcCxj3n0w6BAX6\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(205,150,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"GjVcCxj3n0w6BAX6\",\"legendgroup\":\"GjVcCxj3n0w6BAX6\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[37],\"y\":[2256],\"text\":\"reorder(Author, -Posts): hw3fNkpi/uuYW5Cg\nPosts: 2256\nCompany: H4d7bMQ4vggkowF0\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(183,159,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"H4d7bMQ4vggkowF0\",\"legendgroup\":\"H4d7bMQ4vggkowF0\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[11],\"y\":[4641],\"text\":\"reorder(Author, -Posts): WN+SOq2QuuukVNYr\nPosts: 4641\nCompany: hTy0i8g5+GW8JKMc\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(157,167,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"hTy0i8g5+GW8JKMc\",\"legendgroup\":\"hTy0i8g5+GW8JKMc\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[40],\"y\":[2189],\"text\":\"reorder(Author, -Posts): RzsO9kgd2MteFrdU\nPosts: 2189\nCompany: jQHPl6HG+LADLZsi\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(124,174,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"jQHPl6HG+LADLZsi\",\"legendgroup\":\"jQHPl6HG+LADLZsi\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.899999999999999,0.899999999999999],\"base\":[0,0],\"x\":[10,24],\"y\":[4945,3121],\"text\":[\"reorder(Author, -Posts): qB0Ny51NVuBp3p8n\nPosts: 4945\nCompany: KbhFGZBrAY0Yu6oT\",\"reorder(Author, -Posts): plZAZz89mDfA3YM0\nPosts: 3121\nCompany: KbhFGZBrAY0Yu6oT\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(73,181,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"KbhFGZBrAY0Yu6oT\",\"legendgroup\":\"KbhFGZBrAY0Yu6oT\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.899999999999999,0.899999999999999,0.899999999999999,0.900000000000006,0.900000000000006],\"base\":[0,0,0,0,0],\"x\":[26,27,31,33,44],\"y\":[2787,2679,2539,2366,1928],\"text\":[\"reorder(Author, -Posts): TGc7UtNYLBT+z7Xj\nPosts: 2787\nCompany: lxYgV1guX0IshUV9\",\"reorder(Author, -Posts): vzKoWBEd5+giOZSo\nPosts: 2679\nCompany: lxYgV1guX0IshUV9\",\"reorder(Author, -Posts): bo57m7Iy8yfaIg4r\nPosts: 2539\nCompany: lxYgV1guX0IshUV9\",\"reorder(Author, -Posts): KxrDRFZKZy0eLtJN\nPosts: 2366\nCompany: lxYgV1guX0IshUV9\",\"reorder(Author, -Posts): a+Dt3pPAQNfOLBzO\nPosts: 1928\nCompany: lxYgV1guX0IshUV9\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,186,56,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"lxYgV1guX0IshUV9\",\"legendgroup\":\"lxYgV1guX0IshUV9\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[35],\"y\":[2315],\"text\":\"reorder(Author, -Posts): LZr6Wi0MruMOF84A\nPosts: 2315\nCompany: NkcTLlyZDYNxgT9P\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,190,103,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"NkcTLlyZDYNxgT9P\",\"legendgroup\":\"NkcTLlyZDYNxgT9P\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[36],\"y\":[2275],\"text\":\"reorder(Author, -Posts): IypQslcwrUSMXB1x\nPosts: 2275\nCompany: ODPIQ1aQaDNrGJo/\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,192,139,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"ODPIQ1aQaDNrGJo/\",\"legendgroup\":\"ODPIQ1aQaDNrGJo/\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[23],\"y\":[3154],\"text\":\"reorder(Author, -Posts): cABlO5rGGsCqzVFA\nPosts: 3154\nCompany: Oez9+N526NapxEYy\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,193,169,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"Oez9+N526NapxEYy\",\"legendgroup\":\"Oez9+N526NapxEYy\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[42],\"y\":[2111],\"text\":\"reorder(Author, -Posts): WfPEsKDEI8DZoqMw\nPosts: 2111\nCompany: oh7fdBlQFhSncpIO\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,191,196,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"oh7fdBlQFhSncpIO\",\"legendgroup\":\"oh7fdBlQFhSncpIO\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[12],\"y\":[4381],\"text\":\"reorder(Author, -Posts): IEV/Wq5viAH+OMvN\nPosts: 4381\nCompany: OIWS+h8owA/qfWvM\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,187,220,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"OIWS+h8owA/qfWvM\",\"legendgroup\":\"OIWS+h8owA/qfWvM\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[18],\"y\":[3801],\"text\":\"reorder(Author, -Posts): RusqF2aicuU6fzgL\nPosts: 3801\nCompany: Op7LmUO4L3AUtk3y\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,180,240,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"Op7LmUO4L3AUtk3y\",\"legendgroup\":\"Op7LmUO4L3AUtk3y\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[28],\"y\":[2637],\"text\":\"reorder(Author, -Posts): flpCRuLv6vjkpqZo\nPosts: 2637\nCompany: PGw1fbjIQvQM82vi\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,169,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"PGw1fbjIQvQM82vi\",\"legendgroup\":\"PGw1fbjIQvQM82vi\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.9,\"base\":0,\"x\":[7],\"y\":[3297],\"text\":\"reorder(Author, -Posts): untw1HPG26ZrjqWg\nPosts: 3297\nCompany: QG4MnSyHIF6bbLx1\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(97,156,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"QG4MnSyHIF6bbLx1\",\"legendgroup\":\"QG4MnSyHIF6bbLx1\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[39],\"y\":[2196],\"text\":\"reorder(Author, -Posts): DAvF5iiUC6KMnFxX\nPosts: 2196\nCompany: RgkJqIEuT39d2DPT\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(159,140,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"RgkJqIEuT39d2DPT\",\"legendgroup\":\"RgkJqIEuT39d2DPT\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.900000000000006,0.900000000000006],\"base\":[0,0],\"x\":[46,49],\"y\":[1908,1782],\"text\":[\"reorder(Author, -Posts): Rd6LfosqIkcMKCWJ\nPosts: 1908\nCompany: TbPB6sWn/AyitJcr\",\"reorder(Author, -Posts): RCBEZlT1QmBSmTLN\nPosts: 1782\nCompany: TbPB6sWn/AyitJcr\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(199,124,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"TbPB6sWn/AyitJcr\",\"legendgroup\":\"TbPB6sWn/AyitJcr\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[45],\"y\":[1921],\"text\":\"reorder(Author, -Posts): hyd4jFG2Z/vJFoi9\nPosts: 1921\nCompany: UM+yqqZNVkHD6fT2\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(227,110,246,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"UM+yqqZNVkHD6fT2\",\"legendgroup\":\"UM+yqqZNVkHD6fT2\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[20],\"y\":[3539],\"text\":\"reorder(Author, -Posts): YDZBi0aJH6VFiPW9\nPosts: 3539\nCompany: UW9+0bTcDHtrtEed\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(245,100,227,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"UW9+0bTcDHtrtEed\",\"legendgroup\":\"UW9+0bTcDHtrtEed\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[41],\"y\":[2156],\"text\":\"reorder(Author, -Posts): WT5ppPc9C4+I9/vj\nPosts: 2156\nCompany: wFySvzyXl+VOsTsc\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,97,204,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"wFySvzyXl+VOsTsc\",\"legendgroup\":\"wFySvzyXl+VOsTsc\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[16],\"y\":[4015],\"text\":\"reorder(Author, -Posts): emvGAKIGqeUQ/4cx\nPosts: 4015\nCompany: Y5F5JPpI2I0YqRDh\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,100,176,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"Y5F5JPpI2I0YqRDh\",\"legendgroup\":\"Y5F5JPpI2I0YqRDh\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[19],\"y\":[3592],\"text\":\"reorder(Author, -Posts): alL2qqCGaQiFHq4X\nPosts: 3592\nCompany: YUDB0fVFkAQPxl7T\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,108,145,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"YUDB0fVFkAQPxl7T\",\"legendgroup\":\"YUDB0fVFkAQPxl7T\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null}],\"layout\":{\"margin\":{\"t\":43.7625570776256,\"r\":7.30593607305936,\"b\":40.0568596155048,\"l\":54.7945205479452},\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187},\"title\":{\"text\":\"50 overall top posters on Eclipse mailing lists\",\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":17.5342465753425},\"x\":0,\"xref\":\"paper\"},\"xaxis\":{\"domain\":[0,1],\"automargin\":true,\"type\":\"linear\",\"autorange\":false,\"range\":[0.4,49.6],\"tickmode\":\"array\",\"ticktext\":[\"WTXwUNMqdlSw+t3X\",\"E6Vucc1L0x0Dy0j/\",\"JWrJ5MKbaSoIj7fA\",\"XzFnxoGpIIiDmdu4\",\"vru1ZcDQpkVchkhA\",\"cuVf7KfGri/UGYF/\",\"untw1HPG26ZrjqWg\",\"Xiqv7IUAtuHslb2i\",\"Wr0bTpweI8ce3WtM\",\"qB0Ny51NVuBp3p8n\",\"WN+SOq2QuuukVNYr\",\"IEV/Wq5viAH+OMvN\",\"MIGxjQz8WQlmZ/i2\",\"Kud4QjVaTpKHJAWB\",\"vlFJRpeRLTB3p6GO\",\"emvGAKIGqeUQ/4cx\",\"BgKkegHRlNUtfbzw\",\"RusqF2aicuU6fzgL\",\"alL2qqCGaQiFHq4X\",\"YDZBi0aJH6VFiPW9\",\"RsTLdLdYPr0akBcY\",\"h4C52Be/5FtNQd+L\",\"cABlO5rGGsCqzVFA\",\"plZAZz89mDfA3YM0\",\"f5cSTgk/1AYdHcZA\",\"TGc7UtNYLBT+z7Xj\",\"vzKoWBEd5+giOZSo\",\"flpCRuLv6vjkpqZo\",\"TCiX+X1cNgp5PCNd\",\"axFrZbgik+J6EBiO\",\"bo57m7Iy8yfaIg4r\",\"VJxXwDFGlURYSut+\",\"KxrDRFZKZy0eLtJN\",\"EhV/hmL1YcoK32rY\",\"LZr6Wi0MruMOF84A\",\"IypQslcwrUSMXB1x\",\"hw3fNkpi/uuYW5Cg\",\"Zr+SBxyoer2fM0ZE\",\"DAvF5iiUC6KMnFxX\",\"RzsO9kgd2MteFrdU\",\"WT5ppPc9C4+I9/vj\",\"WfPEsKDEI8DZoqMw\",\"oB6wfQKLR+t31ZER\",\"a+Dt3pPAQNfOLBzO\",\"hyd4jFG2Z/vJFoi9\",\"Rd6LfosqIkcMKCWJ\",\"iC0/JG++YmIVRwGu\",\"DFeHzQjKyL5KmDK7\",\"RCBEZlT1QmBSmTLN\"],\"tickvals\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49],\"categoryorder\":\"array\",\"categoryarray\":[\"WTXwUNMqdlSw+t3X\",\"E6Vucc1L0x0Dy0j/\",\"JWrJ5MKbaSoIj7fA\",\"XzFnxoGpIIiDmdu4\",\"vru1ZcDQpkVchkhA\",\"cuVf7KfGri/UGYF/\",\"untw1HPG26ZrjqWg\",\"Xiqv7IUAtuHslb2i\",\"Wr0bTpweI8ce3WtM\",\"qB0Ny51NVuBp3p8n\",\"WN+SOq2QuuukVNYr\",\"IEV/Wq5viAH+OMvN\",\"MIGxjQz8WQlmZ/i2\",\"Kud4QjVaTpKHJAWB\",\"vlFJRpeRLTB3p6GO\",\"emvGAKIGqeUQ/4cx\",\"BgKkegHRlNUtfbzw\",\"RusqF2aicuU6fzgL\",\"alL2qqCGaQiFHq4X\",\"YDZBi0aJH6VFiPW9\",\"RsTLdLdYPr0akBcY\",\"h4C52Be/5FtNQd+L\",\"cABlO5rGGsCqzVFA\",\"plZAZz89mDfA3YM0\",\"f5cSTgk/1AYdHcZA\",\"TGc7UtNYLBT+z7Xj\",\"vzKoWBEd5+giOZSo\",\"flpCRuLv6vjkpqZo\",\"TCiX+X1cNgp5PCNd\",\"axFrZbgik+J6EBiO\",\"bo57m7Iy8yfaIg4r\",\"VJxXwDFGlURYSut+\",\"KxrDRFZKZy0eLtJN\",\"EhV/hmL1YcoK32rY\",\"LZr6Wi0MruMOF84A\",\"IypQslcwrUSMXB1x\",\"hw3fNkpi/uuYW5Cg\",\"Zr+SBxyoer2fM0ZE\",\"DAvF5iiUC6KMnFxX\",\"RzsO9kgd2MteFrdU\",\"WT5ppPc9C4+I9/vj\",\"WfPEsKDEI8DZoqMw\",\"oB6wfQKLR+t31ZER\",\"a+Dt3pPAQNfOLBzO\",\"hyd4jFG2Z/vJFoi9\",\"Rd6LfosqIkcMKCWJ\",\"iC0/JG++YmIVRwGu\",\"DFeHzQjKyL5KmDK7\",\"RCBEZlT1QmBSmTLN\"],\"nticks\":null,\"ticks\":\"\",\"tickcolor\":null,\"ticklen\":3.65296803652968,\"tickwidth\":0,\"showticklabels\":true,\"tickfont\":{\"color\":\"rgba(77,77,77,1)\",\"family\":\"\",\"size\":9.29846409298464},\"tickangle\":-60,\"showline\":false,\"linecolor\":null,\"linewidth\":0,\"showgrid\":true,\"gridcolor\":\"rgba(235,235,235,1)\",\"gridwidth\":0.66417600664176,\"zeroline\":false,\"anchor\":\"y\",\"title\":{\"text\":\"Posters\",\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187}},\"hoverformat\":\".2f\"},\"yaxis\":{\"domain\":[0,1],\"automargin\":true,\"type\":\"linear\",\"autorange\":false,\"range\":[-1900.35,39907.35],\"tickmode\":\"array\",\"ticktext\":[\"0\",\"10000\",\"20000\",\"30000\"],\"tickvals\":[0,10000,20000,30000],\"categoryorder\":\"array\",\"categoryarray\":[\"0\",\"10000\",\"20000\",\"30000\"],\"nticks\":null,\"ticks\":\"\",\"tickcolor\":null,\"ticklen\":3.65296803652968,\"tickwidth\":0,\"showticklabels\":true,\"tickfont\":{\"color\":\"rgba(77,77,77,1)\",\"family\":\"\",\"size\":11.689497716895},\"tickangle\":-0,\"showline\":false,\"linecolor\":null,\"linewidth\":0,\"showgrid\":true,\"gridcolor\":\"rgba(235,235,235,1)\",\"gridwidth\":0.66417600664176,\"zeroline\":false,\"anchor\":\"x\",\"title\":{\"text\":\"Number of posts\",\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187}},\"hoverformat\":\".2f\"},\"shapes\":[{\"type\":\"rect\",\"fillcolor\":null,\"line\":{\"color\":null,\"width\":0,\"linetype\":[]},\"yref\":\"paper\",\"xref\":\"paper\",\"x0\":0,\"x1\":1,\"y0\":0,\"y1\":1}],\"showlegend\":true,\"legend\":{\"bgcolor\":null,\"bordercolor\":null,\"borderwidth\":0,\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":11.689497716895},\"y\":0.96751968503937},\"annotations\":[{\"text\":\"Company\",\"x\":1.02,\"y\":1,\"showarrow\":false,\"ax\":0,\"ay\":0,\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187},\"xref\":\"paper\",\"yref\":\"paper\",\"textangle\":-0,\"xanchor\":\"left\",\"yanchor\":\"bottom\",\"legendTitle\":true}],\"hovermode\":\"closest\",\"barmode\":\"relative\"},\"config\":{\"doubleClick\":\"reset\",\"showSendToCloud\":false},\"source\":\"A\",\"attrs\":{\"16a41a2c9d87\":{\"x\":{},\"y\":{},\"fill\":{},\"type\":\"bar\"}},\"cur_data\":\"16a41a2c9d87\",\"visdat\":{\"16a41a2c9d87\":[\"function (y) \",\"x\"]},\"highlight\":{\"on\":\"plotly_click\",\"persistent\":false,\"dynamic\":false,\"selectize\":false,\"opacityDim\":0.2,\"selected\":{\"opacity\":1},\"debounce\":0},\"shinyEvents\":[\"plotly_hover\",\"plotly_click\",\"plotly_selected\",\"plotly_relayout\",\"plotly_brushed\",\"plotly_brushing\",\"plotly_clickannotation\",\"plotly_doubleclick\",\"plotly_deselect\",\"plotly_afterplot\",\"plotly_sunburstclick\"],\"base_url\":\"https://plot.ly\"},\"evals\":[],\"jsHooks\":[]} #api_create(g, filename = \u0026#34;r-eclipse_mls_authors\u0026#34;) Posts by Company We want to know what companies posted the most messages in mailing listsacross years. To that end we select the 20 companies that have the larger number of posts and plot the number of messages by company year after year.\ncomps_list \u0026lt;- head( sort( x = table(project.csv$Company), decreasing = T ), n=20 ) df \u0026lt;- data.frame(Company=character(), Year=character(), Posts=integer(), stringsAsFactors=FALSE) for (i in seq_along(1:20)) { project.comp.xts \u0026lt;- project.xts[project.xts$Company == names(comps_list)[[i]],] project.comp.yearly \u0026lt;- apply.yearly(x=project.comp.xts$Company, FUN=nrow) for (j in seq_along(1:nrow(project.comp.yearly))) { year \u0026lt;- format(index(project.comp.yearly)[[j]],\u0026#34;%Y\u0026#34;) comp \u0026lt;- as.data.frame(t(c(names(comps_list)[[i]], year, as.integer(project.comp.yearly[[j]])))) names(comp) \u0026lt;- c(\u0026#34;Company\u0026#34;, \u0026#34;Year\u0026#34;, \u0026#34;Posts\u0026#34;) df \u0026lt;- rbind(df, comp) } } df$Company \u0026lt;- as.character(df$Company) df \u0026lt;- df[order(df$Company),] p \u0026lt;- ggplot(data=df, aes(x=Year, y = Posts, fill = Company)) + geom_bar(stat=\u0026#34;identity\u0026#34;) + theme_minimal() + ylab(\u0026#34;Number of posts\u0026#34;) + xlab(\u0026#39;Years\u0026#39;) + ggtitle(\u0026#34;Top 20 Companies involved in Eclipse mailing lists across years\u0026#34;) + theme( axis.text.x = element_text(angle=60, size = 7, hjust = 1)) g \u0026lt;- ggplotly(p) g  {\"x\":{\"data\":[{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.9,0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[0,0,0,0,2140,2345,2338,2675,2656,2528,2599,2278,2389,2544,2386,2454,2297,2068,2386,2260,1950],\"x\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"text\":[\"Year: 2001\nPosts: 1\nCompany: CB0xIM87IAyZypaK\",\"Year: 2002\nPosts: 2\nCompany: CB0xIM87IAyZypaK\",\"Year: 2003\nPosts: 3\nCompany: CB0xIM87IAyZypaK\",\"Year: 2004\nPosts: 4\nCompany: CB0xIM87IAyZypaK\",\"Year: 2005\nPosts: 5\nCompany: CB0xIM87IAyZypaK\",\"Year: 2006\nPosts: 6\nCompany: CB0xIM87IAyZypaK\",\"Year: 2007\nPosts: 7\nCompany: CB0xIM87IAyZypaK\",\"Year: 2008\nPosts: 8\nCompany: CB0xIM87IAyZypaK\",\"Year: 2009\nPosts: 9\nCompany: CB0xIM87IAyZypaK\",\"Year: 2010\nPosts: 10\nCompany: CB0xIM87IAyZypaK\",\"Year: 2011\nPosts: 11\nCompany: CB0xIM87IAyZypaK\",\"Year: 2012\nPosts: 12\nCompany: CB0xIM87IAyZypaK\",\"Year: 2013\nPosts: 13\nCompany: CB0xIM87IAyZypaK\",\"Year: 2014\nPosts: 14\nCompany: CB0xIM87IAyZypaK\",\"Year: 2015\nPosts: 15\nCompany: CB0xIM87IAyZypaK\",\"Year: 2016\nPosts: 16\nCompany: CB0xIM87IAyZypaK\",\"Year: 2017\nPosts: 17\nCompany: CB0xIM87IAyZypaK\",\"Year: 2018\nPosts: 18\nCompany: CB0xIM87IAyZypaK\",\"Year: 2019\nPosts: 19\nCompany: CB0xIM87IAyZypaK\",\"Year: 2020\nPosts: 20\nCompany: CB0xIM87IAyZypaK\",\"Year: 2021\nPosts: 21\nCompany: CB0xIM87IAyZypaK\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(248,118,109,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"CB0xIM87IAyZypaK\",\"legendgroup\":\"CB0xIM87IAyZypaK\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1755,1900,1941,2272,2247,2060,2084,1851,1888,2105,1797],\"x\":[5,6,7,8,9,10,11,12,13,14,15],\"y\":[106,107,108,109,110,111,112,113,114,115,116],\"text\":[\"Year: 2005\nPosts: 106\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2006\nPosts: 107\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2007\nPosts: 108\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2008\nPosts: 109\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2009\nPosts: 110\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2010\nPosts: 111\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2011\nPosts: 112\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2012\nPosts: 113\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2013\nPosts: 114\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2014\nPosts: 115\nCompany: Cf0Yxjkx5k0d0UsN\",\"Year: 2015\nPosts: 116\nCompany: Cf0Yxjkx5k0d0UsN\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(234,131,49,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"Cf0Yxjkx5k0d0UsN\",\"legendgroup\":\"Cf0Yxjkx5k0d0UsN\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1950,2097,2140,2473,2450,2265,2385,2060,2099,2318,2105,2220,1986,1826,2153,2011,1697],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[73,74,75,76,77,78,79,80,81,82,83,84,85,86,74,87,88],\"text\":[\"Year: 2005\nPosts: 73\nCompany: eUchmmY1ycxeHznr\",\"Year: 2006\nPosts: 74\nCompany: eUchmmY1ycxeHznr\",\"Year: 2007\nPosts: 75\nCompany: eUchmmY1ycxeHznr\",\"Year: 2008\nPosts: 76\nCompany: eUchmmY1ycxeHznr\",\"Year: 2009\nPosts: 77\nCompany: eUchmmY1ycxeHznr\",\"Year: 2010\nPosts: 78\nCompany: eUchmmY1ycxeHznr\",\"Year: 2011\nPosts: 79\nCompany: eUchmmY1ycxeHznr\",\"Year: 2012\nPosts: 80\nCompany: eUchmmY1ycxeHznr\",\"Year: 2013\nPosts: 81\nCompany: eUchmmY1ycxeHznr\",\"Year: 2014\nPosts: 82\nCompany: eUchmmY1ycxeHznr\",\"Year: 2015\nPosts: 83\nCompany: eUchmmY1ycxeHznr\",\"Year: 2016\nPosts: 84\nCompany: eUchmmY1ycxeHznr\",\"Year: 2017\nPosts: 85\nCompany: eUchmmY1ycxeHznr\",\"Year: 2018\nPosts: 86\nCompany: eUchmmY1ycxeHznr\",\"Year: 2019\nPosts: 74\nCompany: eUchmmY1ycxeHznr\",\"Year: 2020\nPosts: 87\nCompany: eUchmmY1ycxeHznr\",\"Year: 2021\nPosts: 88\nCompany: eUchmmY1ycxeHznr\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(216,144,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"eUchmmY1ycxeHznr\",\"legendgroup\":\"eUchmmY1ycxeHznr\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1356,1630,1378,1861,1707,1643,1664,1285,1462,1676,2012,1555,1316,882,2063,1329,1142],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[151,152,153,154,155,156,157,158,159,160,93,161,162,154,90,163,164],\"text\":[\"Year: 2005\nPosts: 151\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2006\nPosts: 152\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2007\nPosts: 153\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2008\nPosts: 154\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2009\nPosts: 155\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2010\nPosts: 156\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2011\nPosts: 157\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2012\nPosts: 158\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2013\nPosts: 159\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2014\nPosts: 160\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2015\nPosts: 93\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2016\nPosts: 161\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2017\nPosts: 162\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2018\nPosts: 154\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2019\nPosts: 90\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2020\nPosts: 163\nCompany: GCWcefnzGIU0WzHP\",\"Year: 2021\nPosts: 164\nCompany: GCWcefnzGIU0WzHP\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(192,155,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"GCWcefnzGIU0WzHP\",\"legendgroup\":\"GCWcefnzGIU0WzHP\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[2023,2171,2215,2549,2527,2343,2464,2140,2248,2400,2188,2304,2144,1912,2227,2098,1785],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72],\"text\":[\"Year: 2005\nPosts: 56\nCompany: giWiTkBFolJCWi6m\",\"Year: 2006\nPosts: 57\nCompany: giWiTkBFolJCWi6m\",\"Year: 2007\nPosts: 58\nCompany: giWiTkBFolJCWi6m\",\"Year: 2008\nPosts: 59\nCompany: giWiTkBFolJCWi6m\",\"Year: 2009\nPosts: 60\nCompany: giWiTkBFolJCWi6m\",\"Year: 2010\nPosts: 61\nCompany: giWiTkBFolJCWi6m\",\"Year: 2011\nPosts: 62\nCompany: giWiTkBFolJCWi6m\",\"Year: 2012\nPosts: 63\nCompany: giWiTkBFolJCWi6m\",\"Year: 2013\nPosts: 64\nCompany: giWiTkBFolJCWi6m\",\"Year: 2014\nPosts: 65\nCompany: giWiTkBFolJCWi6m\",\"Year: 2015\nPosts: 66\nCompany: giWiTkBFolJCWi6m\",\"Year: 2016\nPosts: 67\nCompany: giWiTkBFolJCWi6m\",\"Year: 2017\nPosts: 68\nCompany: giWiTkBFolJCWi6m\",\"Year: 2018\nPosts: 69\nCompany: giWiTkBFolJCWi6m\",\"Year: 2019\nPosts: 70\nCompany: giWiTkBFolJCWi6m\",\"Year: 2020\nPosts: 71\nCompany: giWiTkBFolJCWi6m\",\"Year: 2021\nPosts: 72\nCompany: giWiTkBFolJCWi6m\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(163,165,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"giWiTkBFolJCWi6m\",\"legendgroup\":\"giWiTkBFolJCWi6m\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[843,1110,702,1349,1354,1113,1131,1291,1505,1159,1192,1131,1036,1377],\"x\":[5,6,7,8,9,10,11,13,14,15,16,17,18,19],\"y\":[176,181,182,183,184,185,186,171,171,187,188,185,150,171],\"text\":[\"Year: 2005\nPosts: 176\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2006\nPosts: 181\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2007\nPosts: 182\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2008\nPosts: 183\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2009\nPosts: 184\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2010\nPosts: 185\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2011\nPosts: 186\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2013\nPosts: 171\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2014\nPosts: 171\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2015\nPosts: 187\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2016\nPosts: 188\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2017\nPosts: 185\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2018\nPosts: 150\nCompany: hTy0i8g5+GW8JKMc\",\"Year: 2019\nPosts: 171\nCompany: hTy0i8g5+GW8JKMc\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(124,174,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"hTy0i8g5+GW8JKMc\",\"legendgroup\":\"hTy0i8g5+GW8JKMc\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[2079,2282,2273,2608,2587,2457,2526,2203,2312,2465,2305,2371,2212,1981,2297,2169,1857],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55],\"text\":[\"Year: 2005\nPosts: 39\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2006\nPosts: 40\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2007\nPosts: 41\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2008\nPosts: 42\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2009\nPosts: 43\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2010\nPosts: 44\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2011\nPosts: 45\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2012\nPosts: 46\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2013\nPosts: 47\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2014\nPosts: 48\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2015\nPosts: 49\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2016\nPosts: 50\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2017\nPosts: 51\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2018\nPosts: 52\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2019\nPosts: 53\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2020\nPosts: 54\nCompany: KbhFGZBrAY0Yu6oT\",\"Year: 2021\nPosts: 55\nCompany: KbhFGZBrAY0Yu6oT\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(57,182,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"KbhFGZBrAY0Yu6oT\",\"legendgroup\":\"KbhFGZBrAY0Yu6oT\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[242,499,1680,735,737,493,508,482,484,486,2254,753,492,240,505,519,521],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[217,218,142,219,220,221,222,223,224,225,51,226,227,228,229,230,231],\"text\":[\"Year: 2005\nPosts: 217\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2006\nPosts: 218\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2007\nPosts: 142\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2008\nPosts: 219\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2009\nPosts: 220\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2010\nPosts: 221\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2011\nPosts: 222\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2012\nPosts: 223\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2013\nPosts: 224\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2014\nPosts: 225\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2015\nPosts: 51\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2016\nPosts: 226\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2017\nPosts: 227\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2018\nPosts: 228\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2019\nPosts: 229\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2020\nPosts: 230\nCompany: KKjGca7S6YutW/Bg\",\"Year: 2021\nPosts: 231\nCompany: KKjGca7S6YutW/Bg\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,187,78,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"KKjGca7S6YutW/Bg\",\"legendgroup\":\"KKjGca7S6YutW/Bg\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[2118,2322,2314,2650,2630,2501,2571,2249,2359,2513,2354,2421,2263,2033,2350,2223,1912],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],\"text\":[\"Year: 2005\nPosts: 22\nCompany: lxYgV1guX0IshUV9\",\"Year: 2006\nPosts: 23\nCompany: lxYgV1guX0IshUV9\",\"Year: 2007\nPosts: 24\nCompany: lxYgV1guX0IshUV9\",\"Year: 2008\nPosts: 25\nCompany: lxYgV1guX0IshUV9\",\"Year: 2009\nPosts: 26\nCompany: lxYgV1guX0IshUV9\",\"Year: 2010\nPosts: 27\nCompany: lxYgV1guX0IshUV9\",\"Year: 2011\nPosts: 28\nCompany: lxYgV1guX0IshUV9\",\"Year: 2012\nPosts: 29\nCompany: lxYgV1guX0IshUV9\",\"Year: 2013\nPosts: 30\nCompany: lxYgV1guX0IshUV9\",\"Year: 2014\nPosts: 31\nCompany: lxYgV1guX0IshUV9\",\"Year: 2015\nPosts: 32\nCompany: lxYgV1guX0IshUV9\",\"Year: 2016\nPosts: 33\nCompany: lxYgV1guX0IshUV9\",\"Year: 2017\nPosts: 34\nCompany: lxYgV1guX0IshUV9\",\"Year: 2018\nPosts: 35\nCompany: lxYgV1guX0IshUV9\",\"Year: 2019\nPosts: 36\nCompany: lxYgV1guX0IshUV9\",\"Year: 2020\nPosts: 37\nCompany: lxYgV1guX0IshUV9\",\"Year: 2021\nPosts: 38\nCompany: lxYgV1guX0IshUV9\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,191,125,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"lxYgV1guX0IshUV9\",\"legendgroup\":\"lxYgV1guX0IshUV9\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1507,2228,1531,503,505,260,2291,248,249,250,513,515,253,0,264,1140,954],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[131,54,149,232,232,233,94,234,235,236,237,238,239,240,241,189,188],\"text\":[\"Year: 2005\nPosts: 131\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2006\nPosts: 54\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2007\nPosts: 149\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2008\nPosts: 232\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2009\nPosts: 232\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2010\nPosts: 233\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2011\nPosts: 94\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2012\nPosts: 234\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2013\nPosts: 235\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2014\nPosts: 236\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2015\nPosts: 237\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2016\nPosts: 238\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2017\nPosts: 239\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2018\nPosts: 240\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2019\nPosts: 241\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2020\nPosts: 189\nCompany: ODPIQ1aQaDNrGJo/\",\"Year: 2021\nPosts: 188\nCompany: ODPIQ1aQaDNrGJo/\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,193,163,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"ODPIQ1aQaDNrGJo/\",\"legendgroup\":\"ODPIQ1aQaDNrGJo/\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1861,2007,2049,2381,2357,2171,2196,1964,2002,2220,1913,2120,1885,1724,1960,1907,1592],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105],\"text\":[\"Year: 2005\nPosts: 89\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2006\nPosts: 90\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2007\nPosts: 91\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2008\nPosts: 92\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2009\nPosts: 93\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2010\nPosts: 94\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2011\nPosts: 95\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2012\nPosts: 96\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2013\nPosts: 97\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2014\nPosts: 98\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2015\nPosts: 99\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2016\nPosts: 100\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2017\nPosts: 101\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2018\nPosts: 102\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2019\nPosts: 103\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2020\nPosts: 104\nCompany: OIWS+h8owA/qfWvM\",\"Year: 2021\nPosts: 105\nCompany: OIWS+h8owA/qfWvM\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,191,196,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"OIWS+h8owA/qfWvM\",\"legendgroup\":\"OIWS+h8owA/qfWvM\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[459,717,501,954,957,714,730,705,708,711,750,979,719,468,961,950],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],\"y\":[203,204,201,205,206,207,208,209,210,211,212,213,214,215,216,190],\"text\":[\"Year: 2005\nPosts: 203\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2006\nPosts: 204\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2007\nPosts: 201\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2008\nPosts: 205\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2009\nPosts: 206\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2010\nPosts: 207\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2011\nPosts: 208\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2012\nPosts: 209\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2013\nPosts: 210\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2014\nPosts: 211\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2015\nPosts: 212\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2016\nPosts: 213\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2017\nPosts: 214\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2018\nPosts: 215\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2019\nPosts: 216\nCompany: Op7LmUO4L3AUtk3y\",\"Year: 2020\nPosts: 190\nCompany: Op7LmUO4L3AUtk3y\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,186,224,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"Op7LmUO4L3AUtk3y\",\"legendgroup\":\"Op7LmUO4L3AUtk3y\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1624,1333,1696,1641,1456],\"x\":[17,18,19,20,21],\"y\":[132,133,134,135,136],\"text\":[\"Year: 2017\nPosts: 132\nCompany: QG4MnSyHIF6bbLx1\",\"Year: 2018\nPosts: 133\nCompany: QG4MnSyHIF6bbLx1\",\"Year: 2019\nPosts: 134\nCompany: QG4MnSyHIF6bbLx1\",\"Year: 2020\nPosts: 135\nCompany: QG4MnSyHIF6bbLx1\",\"Year: 2021\nPosts: 136\nCompany: QG4MnSyHIF6bbLx1\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,176,246,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"QG4MnSyHIF6bbLx1\",\"legendgroup\":\"QG4MnSyHIF6bbLx1\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[921,1225,1159,1163,921,938,914,918,1130,962,1380,933,683,1177,749,752],\"x\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[189,153,190,191,192,193,194,195,196,197,175,198,199,200,201,202],\"text\":[\"Year: 2006\nPosts: 189\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2007\nPosts: 153\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2008\nPosts: 190\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2009\nPosts: 191\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2010\nPosts: 192\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2011\nPosts: 193\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2012\nPosts: 194\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2013\nPosts: 195\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2014\nPosts: 196\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2015\nPosts: 197\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2016\nPosts: 175\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2017\nPosts: 198\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2018\nPosts: 199\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2019\nPosts: 200\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2020\nPosts: 201\nCompany: QGhZaV/d71LMi+RC\",\"Year: 2021\nPosts: 202\nCompany: QGhZaV/d71LMi+RC\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(53,162,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"QGhZaV/d71LMi+RC\",\"legendgroup\":\"QGhZaV/d71LMi+RC\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1191,1464,1058,1532,1538,1473,1493],\"x\":[5,6,7,8,9,10,11],\"y\":[165,166,167,168,169,170,171],\"text\":[\"Year: 2005\nPosts: 165\nCompany: RgkJqIEuT39d2DPT\",\"Year: 2006\nPosts: 166\nCompany: RgkJqIEuT39d2DPT\",\"Year: 2007\nPosts: 167\nCompany: RgkJqIEuT39d2DPT\",\"Year: 2008\nPosts: 168\nCompany: RgkJqIEuT39d2DPT\",\"Year: 2009\nPosts: 169\nCompany: RgkJqIEuT39d2DPT\",\"Year: 2010\nPosts: 170\nCompany: RgkJqIEuT39d2DPT\",\"Year: 2011\nPosts: 171\nCompany: RgkJqIEuT39d2DPT\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(149,144,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"RgkJqIEuT39d2DPT\",\"legendgroup\":\"RgkJqIEuT39d2DPT\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1019,1291,884,1700,2000,1298,1317,1108,1113,1326,1346,1861],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16],\"y\":[172,173,174,161,126,175,176,177,178,179,180,131],\"text\":[\"Year: 2005\nPosts: 172\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2006\nPosts: 173\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2007\nPosts: 174\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2008\nPosts: 161\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2009\nPosts: 126\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2010\nPosts: 175\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2011\nPosts: 176\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2012\nPosts: 177\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2013\nPosts: 178\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2014\nPosts: 179\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2015\nPosts: 180\nCompany: TbPB6sWn/AyitJcr\",\"Year: 2016\nPosts: 131\nCompany: TbPB6sWn/AyitJcr\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(199,124,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"TbPB6sWn/AyitJcr\",\"legendgroup\":\"TbPB6sWn/AyitJcr\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[0,256,257,258,259,2404,261,0,0,0,262,263,0,1466,734,265,266],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[242,243,244,245,246,53,247,248,249,250,251,252,253,130,227,254,255],\"text\":[\"Year: 2005\nPosts: 242\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2006\nPosts: 243\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2007\nPosts: 244\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2008\nPosts: 245\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2009\nPosts: 246\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2010\nPosts: 53\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2011\nPosts: 247\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2012\nPosts: 248\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2013\nPosts: 249\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2014\nPosts: 250\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2015\nPosts: 251\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2016\nPosts: 252\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2017\nPosts: 253\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2018\nPosts: 130\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2019\nPosts: 227\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2020\nPosts: 254\nCompany: tPVOrL26B8xO7YB3\",\"Year: 2021\nPosts: 255\nCompany: tPVOrL26B8xO7YB3\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(231,107,243,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"tPVOrL26B8xO7YB3\",\"legendgroup\":\"tPVOrL26B8xO7YB3\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[2015,1862,1799,1821,1586,1621,1836,1526,1716,1478,1186,1548,1492,1306],\"x\":[8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[137,138,139,140,141,142,143,144,145,146,147,148,149,150],\"text\":[\"Year: 2008\nPosts: 137\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2009\nPosts: 138\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2010\nPosts: 139\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2011\nPosts: 140\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2012\nPosts: 141\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2013\nPosts: 142\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2014\nPosts: 143\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2015\nPosts: 144\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2016\nPosts: 145\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2017\nPosts: 146\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2018\nPosts: 147\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2019\nPosts: 148\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2020\nPosts: 149\nCompany: UM+yqqZNVkHD6fT2\",\"Year: 2021\nPosts: 150\nCompany: UM+yqqZNVkHD6fT2\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(250,98,219,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"UM+yqqZNVkHD6fT2\",\"legendgroup\":\"UM+yqqZNVkHD6fT2\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1638,1782,1822,2152,2126,1938,1961,1727,1763,1979,1670,1992,1756,1830,1776],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,19,20],\"y\":[117,118,119,120,121,122,123,124,125,126,127,128,129,130,131],\"text\":[\"Year: 2005\nPosts: 117\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2006\nPosts: 118\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2007\nPosts: 119\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2008\nPosts: 120\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2009\nPosts: 121\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2010\nPosts: 122\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2011\nPosts: 123\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2012\nPosts: 124\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2013\nPosts: 125\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2014\nPosts: 126\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2015\nPosts: 127\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2016\nPosts: 128\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2017\nPosts: 129\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2019\nPosts: 130\nCompany: UW9+0bTcDHtrtEed\",\"Year: 2020\nPosts: 131\nCompany: UW9+0bTcDHtrtEed\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,98,188,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"UW9+0bTcDHtrtEed\",\"legendgroup\":\"UW9+0bTcDHtrtEed\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.9,0.9,0.9,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[662,0,0,0,0,0,0,1443,2180,922,0,0,2071,1596,0,0,0],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[181,256,257,258,259,260,261,143,68,208,262,263,73,128,264,265,266],\"text\":[\"Year: 2005\nPosts: 181\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2006\nPosts: 256\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2007\nPosts: 257\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2008\nPosts: 258\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2009\nPosts: 259\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2010\nPosts: 260\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2011\nPosts: 261\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2012\nPosts: 143\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2013\nPosts: 68\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2014\nPosts: 208\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2015\nPosts: 262\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2016\nPosts: 263\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2017\nPosts: 73\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2018\nPosts: 128\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2019\nPosts: 264\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2020\nPosts: 265\nCompany: Y5F5JPpI2I0YqRDh\",\"Year: 2021\nPosts: 266\nCompany: Y5F5JPpI2I0YqRDh\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,106,152,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"Y5F5JPpI2I0YqRDh\",\"legendgroup\":\"Y5F5JPpI2I0YqRDh\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null}],\"layout\":{\"margin\":{\"t\":43.7625570776256,\"r\":7.30593607305936,\"b\":37.7916147779162,\"l\":54.7945205479452},\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187},\"title\":{\"text\":\"Top 20 Companies involved in Eclipse mailing lists across years\",\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":17.5342465753425},\"x\":0,\"xref\":\"paper\"},\"xaxis\":{\"domain\":[0,1],\"automargin\":true,\"type\":\"linear\",\"autorange\":false,\"range\":[0.4,21.6],\"tickmode\":\"array\",\"ticktext\":[\"2001\",\"2002\",\"2003\",\"2004\",\"2005\",\"2006\",\"2007\",\"2008\",\"2009\",\"2010\",\"2011\",\"2012\",\"2013\",\"2014\",\"2015\",\"2016\",\"2017\",\"2018\",\"2019\",\"2020\",\"2021\"],\"tickvals\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"categoryorder\":\"array\",\"categoryarray\":[\"2001\",\"2002\",\"2003\",\"2004\",\"2005\",\"2006\",\"2007\",\"2008\",\"2009\",\"2010\",\"2011\",\"2012\",\"2013\",\"2014\",\"2015\",\"2016\",\"2017\",\"2018\",\"2019\",\"2020\",\"2021\"],\"nticks\":null,\"ticks\":\"\",\"tickcolor\":null,\"ticklen\":3.65296803652968,\"tickwidth\":0,\"showticklabels\":true,\"tickfont\":{\"color\":\"rgba(77,77,77,1)\",\"family\":\"\",\"size\":9.29846409298464},\"tickangle\":-60,\"showline\":false,\"linecolor\":null,\"linewidth\":0,\"showgrid\":true,\"gridcolor\":\"rgba(235,235,235,1)\",\"gridwidth\":0.66417600664176,\"zeroline\":false,\"anchor\":\"y\",\"title\":{\"text\":\"Years\",\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187}},\"hoverformat\":\".2f\"},\"yaxis\":{\"domain\":[0,1],\"automargin\":true,\"type\":\"linear\",\"autorange\":false,\"range\":[0,2683],\"tickmode\":\"array\",\"ticktext\":[\"1113\",\"6891\",\"14669\",\"18032\",\"6054\",\"4276\",\"3948\",\"6572\",\"5193\",\"7471\",\"10811\",\"10877\",\"7950\",\"8953\",\"12068\",\"15242\",\"15170\",\"11507\",\"8451\",\"3776\",\"864\",\"1231\",\"2950\",\"3974\",\"6396\",\"9173\",\"8980\",\"8010\",\"8491\",\"7809\",\"6809\",\"6190\",\"6614\",\"4640\",\"5863\",\"5796\",\"6522\",\"2123\",\"3884\",\"6803\",\"7044\",\"7248\",\"4894\",\"3608\",\"3355\",\"1414\",\"858\",\"579\",\"440\",\"265\",\"143\",\"186\",\"52\",\"34\",\"5\",\"1668\",\"4093\",\"4818\",\"3827\",\"2341\",\"2301\",\"2133\",\"2053\",\"2009\",\"1371\",\"1202\",\"772\",\"362\",\"410\",\"541\",\"883\",\"243\",\"97\",\"789\",\"1081\",\"2332\",\"2358\",\"2759\",\"1930\",\"1230\",\"857\",\"403\",\"431\",\"124\",\"235\",\"1015\",\"1058\",\"262\",\"27\",\"133\",\"245\",\"191\",\"460\",\"353\",\"787\",\"835\",\"986\",\"683\",\"926\",\"1479\",\"1663\",\"2297\",\"1783\",\"2656\",\"830\",\"1634\",\"5479\",\"3126\",\"436\",\"225\",\"165\",\"104\",\"71\",\"83\",\"75\",\"31\",\"95\",\"1206\",\"1445\",\"2604\",\"1216\",\"618\",\"897\",\"510\",\"427\",\"230\",\"268\",\"119\",\"72\",\"9\",\"2\",\"881\",\"2675\",\"2274\",\"2559\",\"799\",\"63\",\"1824\",\"853\",\"509\",\"409\",\"450\",\"351\",\"371\",\"289\",\"319\",\"183\",\"126\",\"57\",\"7\",\"32\",\"79\",\"142\",\"222\",\"323\",\"671\",\"1129\",\"734\",\"606\",\"340\",\"247\",\"195\",\"117\",\"20\",\"753\",\"2668\",\"1037\",\"568\",\"176\",\"8\",\"1\",\"634\",\"1029\",\"815\",\"54\",\"19\",\"251\",\"514\",\"540\",\"597\",\"23\",\"486\",\"2140\",\"2052\",\"3\",\"4\",\"18\",\"11\",\"12\",\"220\",\"273\",\"922\",\"715\",\"631\",\"254\",\"330\",\"111\",\"264\",\"312\",\"98\",\"226\",\"103\",\"211\",\"223\",\"201\",\"153\",\"179\",\"210\",\"207\",\"224\",\"267\",\"372\",\"538\",\"590\",\"461\",\"308\",\"228\",\"250\",\"764\",\"885\",\"629\",\"380\",\"238\",\"92\",\"70\",\"87\",\"45\",\"89\",\"40\",\"56\",\"55\",\"194\",\"472\",\"329\",\"429\",\"520\",\"636\",\"718\",\"304\",\"120\",\"105\",\"694\",\"1482\",\"798\",\"425\",\"100\",\"25\",\"24\",\"33\",\"35\",\"41\",\"112\",\"61\",\"102\",\"17\",\"192\",\"355\",\"382\",\"451\",\"493\",\"458\",\"170\",\"172\",\"151\",\"26\",\"6\"],\"tickvals\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266],\"categoryorder\":\"array\",\"categoryarray\":[\"1113\",\"6891\",\"14669\",\"18032\",\"6054\",\"4276\",\"3948\",\"6572\",\"5193\",\"7471\",\"10811\",\"10877\",\"7950\",\"8953\",\"12068\",\"15242\",\"15170\",\"11507\",\"8451\",\"3776\",\"864\",\"1231\",\"2950\",\"3974\",\"6396\",\"9173\",\"8980\",\"8010\",\"8491\",\"7809\",\"6809\",\"6190\",\"6614\",\"4640\",\"5863\",\"5796\",\"6522\",\"2123\",\"3884\",\"6803\",\"7044\",\"7248\",\"4894\",\"3608\",\"3355\",\"1414\",\"858\",\"579\",\"440\",\"265\",\"143\",\"186\",\"52\",\"34\",\"5\",\"1668\",\"4093\",\"4818\",\"3827\",\"2341\",\"2301\",\"2133\",\"2053\",\"2009\",\"1371\",\"1202\",\"772\",\"362\",\"410\",\"541\",\"883\",\"243\",\"97\",\"789\",\"1081\",\"2332\",\"2358\",\"2759\",\"1930\",\"1230\",\"857\",\"403\",\"431\",\"124\",\"235\",\"1015\",\"1058\",\"262\",\"27\",\"133\",\"245\",\"191\",\"460\",\"353\",\"787\",\"835\",\"986\",\"683\",\"926\",\"1479\",\"1663\",\"2297\",\"1783\",\"2656\",\"830\",\"1634\",\"5479\",\"3126\",\"436\",\"225\",\"165\",\"104\",\"71\",\"83\",\"75\",\"31\",\"95\",\"1206\",\"1445\",\"2604\",\"1216\",\"618\",\"897\",\"510\",\"427\",\"230\",\"268\",\"119\",\"72\",\"9\",\"2\",\"881\",\"2675\",\"2274\",\"2559\",\"799\",\"63\",\"1824\",\"853\",\"509\",\"409\",\"450\",\"351\",\"371\",\"289\",\"319\",\"183\",\"126\",\"57\",\"7\",\"32\",\"79\",\"142\",\"222\",\"323\",\"671\",\"1129\",\"734\",\"606\",\"340\",\"247\",\"195\",\"117\",\"20\",\"753\",\"2668\",\"1037\",\"568\",\"176\",\"8\",\"1\",\"634\",\"1029\",\"815\",\"54\",\"19\",\"251\",\"514\",\"540\",\"597\",\"23\",\"486\",\"2140\",\"2052\",\"3\",\"4\",\"18\",\"11\",\"12\",\"220\",\"273\",\"922\",\"715\",\"631\",\"254\",\"330\",\"111\",\"264\",\"312\",\"98\",\"226\",\"103\",\"211\",\"223\",\"201\",\"153\",\"179\",\"210\",\"207\",\"224\",\"267\",\"372\",\"538\",\"590\",\"461\",\"308\",\"228\",\"250\",\"764\",\"885\",\"629\",\"380\",\"238\",\"92\",\"70\",\"87\",\"45\",\"89\",\"40\",\"56\",\"55\",\"194\",\"472\",\"329\",\"429\",\"520\",\"636\",\"718\",\"304\",\"120\",\"105\",\"694\",\"1482\",\"798\",\"425\",\"100\",\"25\",\"24\",\"33\",\"35\",\"41\",\"112\",\"61\",\"102\",\"17\",\"192\",\"355\",\"382\",\"451\",\"493\",\"458\",\"170\",\"172\",\"151\",\"26\",\"6\"],\"nticks\":null,\"ticks\":\"\",\"tickcolor\":null,\"ticklen\":3.65296803652968,\"tickwidth\":0,\"showticklabels\":true,\"tickfont\":{\"color\":\"rgba(77,77,77,1)\",\"family\":\"\",\"size\":11.689497716895},\"tickangle\":-0,\"showline\":false,\"linecolor\":null,\"linewidth\":0,\"showgrid\":true,\"gridcolor\":\"rgba(235,235,235,1)\",\"gridwidth\":0.66417600664176,\"zeroline\":false,\"anchor\":\"x\",\"title\":{\"text\":\"Number of posts\",\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187}},\"hoverformat\":\".2f\"},\"shapes\":[{\"type\":\"rect\",\"fillcolor\":null,\"line\":{\"color\":null,\"width\":0,\"linetype\":[]},\"yref\":\"paper\",\"xref\":\"paper\",\"x0\":0,\"x1\":1,\"y0\":0,\"y1\":1}],\"showlegend\":true,\"legend\":{\"bgcolor\":null,\"bordercolor\":null,\"borderwidth\":0,\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":11.689497716895},\"y\":0.96751968503937},\"annotations\":[{\"text\":\"Company\",\"x\":1.02,\"y\":1,\"showarrow\":false,\"ax\":0,\"ay\":0,\"font\":{\"color\":\"rgba(0,0,0,1)\",\"family\":\"\",\"size\":14.6118721461187},\"xref\":\"paper\",\"yref\":\"paper\",\"textangle\":-0,\"xanchor\":\"left\",\"yanchor\":\"bottom\",\"legendTitle\":true}],\"hovermode\":\"closest\",\"barmode\":\"relative\"},\"config\":{\"doubleClick\":\"reset\",\"showSendToCloud\":false},\"source\":\"A\",\"attrs\":{\"16a423e00445\":{\"x\":{},\"y\":{},\"fill\":{},\"type\":\"bar\"}},\"cur_data\":\"16a423e00445\",\"visdat\":{\"16a423e00445\":[\"function (y) \",\"x\"]},\"highlight\":{\"on\":\"plotly_click\",\"persistent\":false,\"dynamic\":false,\"selectize\":false,\"opacityDim\":0.2,\"selected\":{\"opacity\":1},\"debounce\":0},\"shinyEvents\":[\"plotly_hover\",\"plotly_click\",\"plotly_selected\",\"plotly_relayout\",\"plotly_brushed\",\"plotly_brushing\",\"plotly_clickannotation\",\"plotly_doubleclick\",\"plotly_deselect\",\"plotly_afterplot\",\"plotly_sunburstclick\"],\"base_url\":\"https://plot.ly\"},\"evals\":[],\"jsHooks\":[]} #api_create(g, filename = \u0026#34;r-eclipse_mls_companies\u0026#34;) ","href":"/eclipse_mls/mbox_csv_analysis/","title":"Mbox Analysis"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;modeling.emf-parsley\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/modeling.emf-parsley.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 372 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for modeling.emf-parsley\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\"],[3,0,0,0,1,0,0,0,0,0,0,3,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,1,5,2,0,3,14,7,9,6,5,1,8,9,4,6,11,8,0,5,3,3,6,3,4,0,2,0,0,0,0,4,1,2,1,0,1,2,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,3,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,3,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,1,2,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2,0,2,4,0,1,14,5,6,4,0,0,0,0,0,0,0,0,0,3,5,4,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,3,3,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,3,0,3,3,9,6,12,1,7,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,2,4,0,5,8,1,2,8,11,15,5,23,0,0,1,4,4,4,8,0,0,8,1,2,1,6,4,7,7,11,3,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,2,1,1,0,0,0,0,3,5,0,0,0,0,6,3,1,3,3,2,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,1,10,8,4,0,5,1,0,0,0,0,0,0,0,3,5,1,0,0,3,0,0,1,3,0,0,8,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,3,10,0,0,0,1,3,4,2,12,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,1,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,4,1,4,2,1,4,1,6,1,2,1,1,3,3,2,0,1,1,0,0,0,1,1,0,1,0,0,0,0,1,3,1,0,0,1,1,0,0,0,0,0,0,0,2,1,4,1,1,6,5,2,2,0,0,1,4,3,1,4,4,0,0,0,11,4,7,0,0,0,8,2,0,1,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,0,0,0,1,0,2,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,4,1,4,4,4,5,7,3,1,0,0,0,0,1,0,1,0,0,0,0,0,2,3,0,0,0,0,1,1,0,0,0,0,2,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2,2,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0,0,4,4,4,0,0,0,0,4,0,4,1,0,0,0,0,1,1,3,0,0,0,2,7,1,4,0,0,0,2,0,0,0,0,0,0,0,2,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,4,0,5,0,5,1,0,4,0,0,4,1,0,0,5,1,0,0,0,0,0,0,0,0,0,1,3,4,0,0,0,0,0,0,3,1,0,0,0,0,0,6,7,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1,0,0,0,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,5,6,1,2,0,0,3,3,0,1,5,0,0,1,2,7,11,4,0,0,0,0,0,0,0,1,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,2,1,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 11228 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 185 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 21 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 133 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for modeling.emf-parsley\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\"],[0,2,0,0,3,2,0,0,6,6,12,0,1,0,0,0,15,8,0,10,9,12,19,0,2,5,9,2,1,8,2,2,0,1,0,2,2,1,3,1,1,0,3,3,0,1,0,0,1,2,7,0,1,0,0,4,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,3,1,0,1,0,0,1,1,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 1 weeks.\n// jsData function gvisDataColumnChartID1dd677572e85 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 185 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1dd677572e85() { var data = gvisDataColumnChartID1dd677572e85(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1dd677572e85') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 3 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1dd627f25392 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 136 ], [ \"DSL\", 41 ], [ \"Documentation\", 8 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1dd627f25392() { var data = gvisDataColumnChartID1dd627f25392(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1dd627f25392') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 201 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for modeling.emf-parsley\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2013-06-20T14:55:02.000Z\",\"2013-06-27T14:55:02.000Z\",\"2013-07-04T15:31:38.000Z\",\"2013-07-11T14:55:02.000Z\",\"2013-07-18T14:55:02.000Z\",\"2013-07-25T14:55:02.000Z\",\"2013-08-01T14:55:02.000Z\",\"2013-08-08T14:55:02.000Z\",\"2013-08-15T14:55:02.000Z\",\"2013-08-22T14:55:02.000Z\",\"2013-08-29T14:55:02.000Z\",\"2013-09-05T14:55:02.000Z\",\"2013-09-12T14:55:02.000Z\",\"2013-09-19T14:55:02.000Z\",\"2013-09-26T14:55:02.000Z\",\"2013-10-05T15:45:52.000Z\",\"2013-10-12T06:46:00.000Z\",\"2013-10-17T14:55:02.000Z\",\"2013-10-24T14:55:02.000Z\",\"2013-10-31T14:55:02.000Z\",\"2013-11-07T14:55:02.000Z\",\"2013-11-14T14:55:02.000Z\",\"2013-11-21T14:55:02.000Z\",\"2013-11-28T14:55:02.000Z\",\"2013-12-05T14:55:02.000Z\",\"2013-12-12T14:55:02.000Z\",\"2013-12-19T14:55:02.000Z\",\"2013-12-26T14:55:02.000Z\",\"2014-01-02T14:55:02.000Z\",\"2014-01-09T21:08:04.000Z\",\"2014-01-16T14:55:02.000Z\",\"2014-01-23T14:55:02.000Z\",\"2014-01-30T14:55:02.000Z\",\"2014-02-06T14:55:02.000Z\",\"2014-02-13T14:55:02.000Z\",\"2014-02-20T14:55:02.000Z\",\"2014-02-27T14:55:02.000Z\",\"2014-03-06T14:55:02.000Z\",\"2014-03-14T15:01:44.000Z\",\"2014-03-20T14:55:02.000Z\",\"2014-03-27T14:55:02.000Z\",\"2014-04-03T14:55:02.000Z\",\"2014-04-10T14:55:02.000Z\",\"2014-04-17T14:55:02.000Z\",\"2014-04-24T14:55:02.000Z\",\"2014-05-01T14:55:02.000Z\",\"2014-05-08T14:55:02.000Z\",\"2014-05-15T14:55:02.000Z\",\"2014-05-22T14:55:02.000Z\",\"2014-05-29T21:24:33.000Z\",\"2014-06-05T14:55:02.000Z\",\"2014-06-12T14:55:02.000Z\",\"2014-06-19T14:55:02.000Z\",\"2014-06-26T14:55:02.000Z\",\"2014-07-03T14:55:02.000Z\",\"2014-07-10T14:55:02.000Z\",\"2014-07-17T14:55:02.000Z\",\"2014-07-24T14:55:02.000Z\",\"2014-07-31T14:55:02.000Z\",\"2014-08-07T14:55:02.000Z\",\"2014-08-14T14:55:02.000Z\",\"2014-08-21T14:55:02.000Z\",\"2014-08-28T14:55:02.000Z\",\"2014-09-04T14:55:02.000Z\",\"2014-09-11T14:55:02.000Z\",\"2014-09-18T14:55:02.000Z\",\"2014-09-25T14:55:02.000Z\",\"2014-10-02T14:55:02.000Z\",\"2014-10-09T14:55:02.000Z\",\"2014-10-16T14:55:02.000Z\",\"2014-10-23T14:55:02.000Z\",\"2014-10-30T14:55:02.000Z\",\"2014-11-06T14:55:02.000Z\",\"2014-11-13T14:55:02.000Z\",\"2014-11-20T14:55:02.000Z\",\"2014-11-27T14:55:02.000Z\",\"2014-12-04T14:55:02.000Z\",\"2014-12-11T14:55:02.000Z\",\"2014-12-18T14:55:02.000Z\",\"2014-12-25T14:55:02.000Z\",\"2015-01-01T14:55:02.000Z\",\"2015-01-08T14:55:02.000Z\",\"2015-01-15T14:55:02.000Z\",\"2015-01-22T14:55:02.000Z\",\"2015-01-29T14:55:02.000Z\",\"2015-02-06T20:28:55.000Z\",\"2015-02-12T14:55:02.000Z\",\"2015-02-19T14:55:02.000Z\",\"2015-02-26T14:55:02.000Z\",\"2015-03-05T14:55:02.000Z\",\"2015-03-12T14:55:02.000Z\",\"2015-03-19T14:55:02.000Z\",\"2015-03-29T22:37:26.000Z\",\"2015-04-02T14:55:02.000Z\",\"2015-04-09T14:55:02.000Z\",\"2015-04-19T00:48:05.000Z\",\"2015-04-23T14:55:02.000Z\",\"2015-05-02T18:49:49.000Z\",\"2015-05-09T00:53:02.000Z\",\"2015-05-14T14:55:02.000Z\",\"2015-05-23T09:17:58.000Z\",\"2015-05-28T14:55:02.000Z\",\"2015-06-04T14:55:02.000Z\",\"2015-06-11T14:55:02.000Z\",\"2015-06-18T14:55:02.000Z\",\"2015-06-25T14:55:02.000Z\",\"2015-07-02T14:55:02.000Z\",\"2015-07-09T14:55:02.000Z\",\"2015-07-16T14:55:02.000Z\",\"2015-07-23T14:55:02.000Z\",\"2015-07-30T14:55:02.000Z\",\"2015-08-09T03:57:32.000Z\",\"2015-08-16T10:31:38.000Z\",\"2015-08-20T14:55:02.000Z\",\"2015-08-28T07:36:02.000Z\",\"2015-09-03T14:55:02.000Z\",\"2015-09-10T14:55:02.000Z\",\"2015-09-18T06:53:27.000Z\",\"2015-09-24T14:55:02.000Z\",\"2015-10-01T14:55:02.000Z\",\"2015-10-11T10:44:26.000Z\",\"2015-10-15T14:55:02.000Z\",\"2015-10-23T12:21:30.000Z\",\"2015-10-29T14:55:02.000Z\",\"2015-11-05T14:55:02.000Z\",\"2015-11-12T14:55:02.000Z\",\"2015-11-19T14:55:02.000Z\",\"2015-11-26T14:55:02.000Z\",\"2015-12-03T14:55:02.000Z\",\"2015-12-10T14:55:02.000Z\",\"2015-12-17T14:55:02.000Z\",\"2015-12-24T14:55:02.000Z\",\"2015-12-31T14:55:02.000Z\",\"2016-01-07T14:55:02.000Z\",\"2016-01-14T14:55:02.000Z\",\"2016-01-21T14:55:02.000Z\",\"2016-01-28T14:55:02.000Z\",\"2016-02-04T16:57:28.000Z\",\"2016-02-12T09:07:10.000Z\",\"2016-02-18T14:55:02.000Z\",\"2016-02-26T08:24:57.000Z\",\"2016-03-05T11:28:59.000Z\",\"2016-03-10T14:55:02.000Z\",\"2016-03-17T14:55:02.000Z\",\"2016-03-24T18:38:14.000Z\",\"2016-03-31T14:55:02.000Z\",\"2016-04-07T14:55:02.000Z\",\"2016-04-14T14:55:02.000Z\",\"2016-04-21T14:55:02.000Z\",\"2016-04-28T14:55:02.000Z\",\"2016-05-05T14:55:02.000Z\",\"2016-05-12T14:55:02.000Z\",\"2016-05-19T14:55:02.000Z\",\"2016-05-26T14:55:02.000Z\",\"2016-06-02T14:55:02.000Z\",\"2016-06-09T14:55:02.000Z\",\"2016-06-16T14:55:02.000Z\",\"2016-06-23T14:55:02.000Z\",\"2016-06-30T14:55:02.000Z\",\"2016-07-07T14:55:02.000Z\",\"2016-07-14T14:55:02.000Z\",\"2016-07-21T14:55:02.000Z\",\"2016-07-28T14:55:02.000Z\",\"2016-08-04T14:55:02.000Z\",\"2016-08-11T14:55:02.000Z\",\"2016-08-18T14:55:02.000Z\",\"2016-08-25T14:55:02.000Z\",\"2016-09-01T14:55:02.000Z\",\"2016-09-08T14:55:02.000Z\",\"2016-09-15T14:55:02.000Z\",\"2016-09-22T14:55:02.000Z\",\"2016-09-29T14:55:02.000Z\",\"2016-10-06T14:55:02.000Z\",\"2016-10-13T14:55:02.000Z\",\"2016-10-20T14:55:02.000Z\",\"2016-10-27T14:55:02.000Z\",\"2016-11-05T09:26:12.000Z\",\"2016-11-10T15:59:04.000Z\",\"2016-11-17T14:55:02.000Z\",\"2016-11-24T14:55:02.000Z\",\"2016-12-01T14:55:02.000Z\",\"2016-12-08T14:55:02.000Z\",\"2016-12-15T14:55:02.000Z\",\"2016-12-22T14:55:02.000Z\",\"2016-12-29T14:55:02.000Z\",\"2017-01-05T14:55:02.000Z\",\"2017-01-12T14:55:02.000Z\",\"2017-01-19T14:55:02.000Z\",\"2017-01-26T14:55:02.000Z\",\"2017-02-02T14:55:02.000Z\",\"2017-02-09T14:55:02.000Z\",\"2017-02-16T14:55:02.000Z\",\"2017-02-23T14:55:02.000Z\",\"2017-03-02T14:55:02.000Z\",\"2017-03-09T14:55:02.000Z\",\"2017-03-16T14:55:02.000Z\",\"2017-03-23T14:55:02.000Z\",\"2017-03-30T14:55:02.000Z\",\"2017-04-06T14:55:02.000Z\",\"2017-04-13T14:55:02.000Z\",\"2017-04-20T14:55:02.000Z\",\"2017-04-27T14:55:02.000Z\",\"2017-05-04T14:55:02.000Z\",\"2017-05-11T14:55:02.000Z\",\"2017-05-18T14:55:02.000Z\",\"2017-05-25T14:55:02.000Z\",\"2017-06-01T14:55:02.000Z\",\"2017-06-10T14:34:56.000Z\",\"2017-06-17T16:08:05.000Z\",\"2017-06-22T14:55:02.000Z\",\"2017-06-29T14:55:02.000Z\",\"2017-07-06T14:55:02.000Z\",\"2017-07-13T15:01:55.000Z\",\"2017-07-20T14:55:02.000Z\",\"2017-07-27T14:55:02.000Z\",\"2017-08-03T14:55:02.000Z\",\"2017-08-10T14:55:02.000Z\",\"2017-08-17T14:55:02.000Z\",\"2017-08-24T14:55:02.000Z\",\"2017-08-31T14:55:02.000Z\",\"2017-09-07T14:55:02.000Z\",\"2017-09-14T14:55:02.000Z\",\"2017-09-22T21:45:42.000Z\",\"2017-09-28T14:55:02.000Z\",\"2017-10-05T14:55:02.000Z\",\"2017-10-12T14:55:02.000Z\",\"2017-10-19T14:55:02.000Z\",\"2017-10-26T14:55:02.000Z\",\"2017-11-02T14:55:02.000Z\",\"2017-11-09T14:55:02.000Z\",\"2017-11-16T14:55:02.000Z\",\"2017-11-23T14:55:02.000Z\",\"2017-11-30T14:55:02.000Z\",\"2017-12-07T17:06:44.000Z\",\"2017-12-16T14:44:34.000Z\",\"2017-12-21T14:55:02.000Z\",\"2017-12-28T14:55:02.000Z\",\"2018-01-04T14:55:02.000Z\",\"2018-01-11T14:55:02.000Z\",\"2018-01-18T14:55:02.000Z\",\"2018-01-25T14:55:02.000Z\",\"2018-02-01T14:55:02.000Z\",\"2018-02-08T16:58:48.000Z\",\"2018-02-15T14:55:02.000Z\",\"2018-02-22T14:55:02.000Z\",\"2018-03-01T14:55:02.000Z\",\"2018-03-08T14:55:02.000Z\",\"2018-03-16T16:27:24.000Z\",\"2018-03-22T14:55:02.000Z\",\"2018-03-29T14:55:02.000Z\",\"2018-04-05T14:55:02.000Z\",\"2018-04-12T14:58:34.000Z\",\"2018-04-19T14:55:02.000Z\",\"2018-04-26T14:55:02.000Z\",\"2018-05-03T14:55:02.000Z\",\"2018-05-10T14:55:02.000Z\",\"2018-05-17T14:55:02.000Z\",\"2018-05-24T14:55:02.000Z\",\"2018-05-31T14:55:02.000Z\",\"2018-06-07T14:55:02.000Z\",\"2018-06-14T14:55:02.000Z\",\"2018-06-21T14:55:02.000Z\",\"2018-06-28T14:55:02.000Z\",\"2018-07-05T14:55:02.000Z\",\"2018-07-12T14:55:02.000Z\",\"2018-07-19T14:55:02.000Z\",\"2018-07-26T14:55:02.000Z\",\"2018-08-02T14:55:02.000Z\",\"2018-08-09T14:55:02.000Z\",\"2018-08-16T14:55:02.000Z\",\"2018-08-23T14:55:02.000Z\",\"2018-08-30T14:55:02.000Z\",\"2018-09-09T23:10:01.000Z\",\"2018-09-13T14:55:02.000Z\",\"2018-09-20T14:55:02.000Z\",\"2018-09-27T14:55:02.000Z\",\"2018-10-04T14:55:02.000Z\",\"2018-10-11T14:55:02.000Z\",\"2018-10-18T14:55:02.000Z\",\"2018-10-25T14:55:02.000Z\",\"2018-11-01T14:55:02.000Z\",\"2018-11-08T14:55:02.000Z\",\"2018-11-15T14:55:02.000Z\",\"2018-11-22T14:55:02.000Z\",\"2018-11-29T14:55:02.000Z\",\"2018-12-06T14:55:02.000Z\",\"2018-12-13T14:55:02.000Z\",\"2018-12-20T14:55:02.000Z\",\"2018-12-27T14:55:02.000Z\",\"2019-01-03T14:55:02.000Z\",\"2019-01-10T14:55:02.000Z\",\"2019-01-17T14:55:02.000Z\",\"2019-01-24T14:55:02.000Z\",\"2019-01-31T14:55:02.000Z\",\"2019-02-07T14:55:02.000Z\",\"2019-02-14T14:55:02.000Z\",\"2019-02-21T14:55:02.000Z\",\"2019-02-28T14:55:02.000Z\",\"2019-03-07T14:55:02.000Z\",\"2019-03-14T14:55:02.000Z\",\"2019-03-21T14:55:02.000Z\",\"2019-03-29T14:29:37.000Z\",\"2019-04-04T14:55:02.000Z\",\"2019-04-11T14:55:02.000Z\",\"2019-04-18T14:55:02.000Z\",\"2019-04-25T14:55:02.000Z\",\"2019-05-02T14:55:02.000Z\",\"2019-05-09T14:55:02.000Z\",\"2019-05-16T14:55:02.000Z\",\"2019-05-23T14:55:02.000Z\",\"2019-05-30T14:55:02.000Z\",\"2019-06-06T14:55:02.000Z\",\"2019-06-13T14:55:02.000Z\",\"2019-06-20T14:55:02.000Z\",\"2019-06-27T14:55:02.000Z\",\"2019-07-04T14:55:02.000Z\",\"2019-07-11T14:55:02.000Z\",\"2019-07-18T14:55:02.000Z\",\"2019-07-25T14:55:02.000Z\",\"2019-08-01T14:55:02.000Z\",\"2019-08-08T14:55:02.000Z\",\"2019-08-15T14:55:02.000Z\",\"2019-08-22T14:55:02.000Z\",\"2019-08-29T14:55:02.000Z\",\"2019-09-05T14:55:02.000Z\",\"2019-09-12T14:55:02.000Z\",\"2019-09-19T14:55:02.000Z\",\"2019-09-26T14:55:02.000Z\",\"2019-10-03T14:55:02.000Z\",\"2019-10-10T14:55:02.000Z\",\"2019-10-17T14:55:02.000Z\",\"2019-10-24T14:55:02.000Z\",\"2019-10-31T14:55:02.000Z\",\"2019-11-07T14:55:02.000Z\",\"2019-11-14T14:55:02.000Z\",\"2019-11-21T14:55:02.000Z\",\"2019-11-28T14:55:02.000Z\",\"2019-12-05T14:55:02.000Z\",\"2019-12-12T14:55:02.000Z\",\"2019-12-19T14:55:02.000Z\",\"2019-12-26T14:55:02.000Z\",\"2020-01-02T14:55:02.000Z\",\"2020-01-09T14:55:02.000Z\",\"2020-01-16T14:55:02.000Z\",\"2020-01-23T14:55:02.000Z\",\"2020-01-30T14:55:02.000Z\",\"2020-02-06T14:55:02.000Z\",\"2020-02-13T14:55:02.000Z\",\"2020-02-20T14:55:02.000Z\",\"2020-02-27T14:55:02.000Z\",\"2020-03-05T14:55:02.000Z\",\"2020-03-12T14:55:02.000Z\",\"2020-03-19T14:55:02.000Z\",\"2020-03-26T14:55:02.000Z\",\"2020-04-05T10:18:52.000Z\",\"2020-04-09T14:55:02.000Z\",\"2020-04-16T14:55:02.000Z\",\"2020-04-23T14:55:02.000Z\",\"2020-04-30T14:55:02.000Z\",\"2020-05-07T14:55:02.000Z\",\"2020-05-16T13:06:22.000Z\",\"2020-05-21T14:55:02.000Z\",\"2020-05-28T14:55:02.000Z\",\"2020-06-04T14:55:02.000Z\",\"2020-06-11T14:55:02.000Z\",\"2020-06-18T14:55:02.000Z\",\"2020-06-25T14:55:02.000Z\",\"2020-07-02T14:55:02.000Z\",\"2020-07-09T14:55:02.000Z\",\"2020-07-16T14:55:02.000Z\",\"2020-07-23T14:55:02.000Z\",\"2020-07-30T14:55:02.000Z\",\"2020-08-06T14:55:02.000Z\",\"2020-08-13T14:55:02.000Z\",\"2020-08-20T14:55:02.000Z\",\"2020-08-27T14:55:02.000Z\",\"2020-09-03T14:55:02.000Z\",\"2020-09-10T14:55:02.000Z\",\"2020-09-17T14:55:02.000Z\",\"2020-09-24T14:55:02.000Z\",\"2020-10-01T14:55:02.000Z\",\"2020-10-08T14:55:02.000Z\",\"2020-10-15T14:55:02.000Z\",\"2020-10-22T14:55:02.000Z\",\"2020-10-29T14:55:02.000Z\",\"2020-11-05T14:55:02.000Z\",\"2020-11-12T14:55:02.000Z\",\"2020-11-19T14:55:02.000Z\",\"2020-11-26T14:55:02.000Z\",\"2020-12-03T14:55:02.000Z\",\"2020-12-10T14:55:02.000Z\",\"2020-12-17T14:55:02.000Z\",\"2020-12-24T14:55:02.000Z\",\"2020-12-31T14:55:02.000Z\",\"2021-01-07T14:55:02.000Z\",\"2021-01-14T14:55:02.000Z\",\"2021-01-21T14:55:02.000Z\",\"2021-01-28T14:55:02.000Z\",\"2021-02-04T14:55:02.000Z\",\"2021-02-13T09:24:14.000Z\",\"2021-02-16T10:14:25.000Z\"],[1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,3,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,1,2,1,1,1,2,6,8,5,6,2,4,1,2,3,1,1,1,1,1,1,10,1,1,6,2,9,8,2,1,5,3,5,2,2,5,2,5,1,1,1,1,1,1,1,1,1,1,1,1,2,2,3,7,3,5,1,2,1,1,1,1,1,1,2,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,6,2,1,1,1,2,2,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,3,2,2,1,4,1,1,1,1,2,1,1,1,1,2,4,2,2,1,1,1,1,1,1,3,4,5,1,1,1,1,1,1,1,4,1,2,2,1,2,2,2,4,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,6,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,6]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on modeling.emf-parsley forum.    ID   Subject   Post date   Post author     1838113   Re: Define a ViewerContentProvider for each TreeFormView   2021-02-16 10:14:25   31021     1838084   Re: Define a ViewerContentProvider for each TreeFormView   2021-02-15 15:07:18   231419     1838083   Re: Define a ViewerContentProvider for each TreeFormView   2021-02-15 14:53:38   31021     1838082   Re: Define a ViewerContentProvider for each TreeFormView   2021-02-15 14:52:55   31021     1838073   Re: Define a ViewerContentProvider for each TreeFormView   2021-02-15 12:25:48   231419     1838063   Re: Define a ViewerContentProvider for each TreeFormView   2021-02-15 07:39:56   31021     1838019   Define a ViewerContentProvider for each TreeFormView   2021-02-13 09:24:14   231419     1831834   Re: Parsley Editor Example/Tutorial   2020-08-31 14:22:38   31021     1831816   Parsley Editor Example/Tutorial   2020-08-31 07:13:21   58927     1829529   Case sensitivity problem in parsley proposals   2020-07-06 08:23:56   201353    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 52 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on modeling.emf-parsley forum.    ID   Subject   Last post date   Last post author   Replies   Views     1106959   Define a ViewerContentProvider for each TreeFormView   2021-02-16 10:14:25   1838113   6   3123     1105069   Parsley Editor Example/Tutorial   2020-08-31 14:22:38   1831834   1   505     1104400   Case sensitivity problem in parsley proposals   2020-07-06 08:23:56   1829529   0   2356     1103747   Nested features in TableViewer, any updates ?   2020-05-16 13:06:22   1827515   4   795     1103212   Any API for Parsley RAP?   2020-04-06 15:56:25   1824024   1   1032     1098254   int index = addPage(new StructuredTextEditor(), getEditorInput());   2019-03-29 14:29:37   1804614   1   1955     1094870   Can not change int attribute   2018-09-13 12:29:02   1795042   2   3241     1092310   Loading Resource via Filechooser   2018-04-12 14:58:34   1785329   7   4457     1091605   Calling a method on Button Push   2018-02-26 14:55:48   1782567   2   4106     1091604   EMF Parsley 1.2.2 Released   2018-02-08 13:56:59   1781557   0   3291      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 454 commits.\n  ID   Name   Time   Result     3   emf-parsley-2.0-gerrit \\#3   1.536248e+12   SUCCESS     2   emf-parsley-2.0-gerrit \\#2   1.536248e+12   SUCCESS     1   emf-parsley-2.0-gerrit \\#1   1.536246e+12   FAILURE     1   emf-parsley-2.0-rap-gerrit \\#1   1.536247e+12   SUCCESS     2016-02-24\\_07-56-59   emf-parsley-bugfix-maven-release \\#1   1.456319e+12   SUCCESS     2017-02-21\\_06-01-30   emf-parsley-bugfix-release \\#11   1.487675e+12   SUCCESS     2016-11-21\\_07-35-10   emf-parsley-bugfix-release \\#10   1.479732e+12   SUCCESS     2016-11-18\\_07-17-17   emf-parsley-bugfix-release \\#9   1.479471e+12   SUCCESS     2016-11-18\\_07-10-46   emf-parsley-bugfix-release \\#8   1.479471e+12   FAILURE     2016-07-06\\_07-20-23   emf-parsley-bugfix-release \\#7   1.467804e+12   FAILURE    // jsData function gvisDataPieChartID1dd62a63551f () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 26 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 128 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 297 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 3 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1dd62a63551f() { var data = gvisDataPieChartID1dd62a63551f(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project modeling.emf-parsley \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1dd62a63551f') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1dd62a63551f); })(); function displayChartPieChartID1dd62a63551f() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 35 commits.\n  Name   Colour   Last build time   Health report     emf-parsley-2.0-gerrit   blue   1.536248e+12   66     emf-parsley-2.0-rap-gerrit   blue   1.536247e+12   100     emf-parsley-bugfix-maven-release   disabled   1.456319e+12   100     emf-parsley-bugfix-release   blue   1.487675e+12   60     emf-parsley-gerrit   disabled   1.407172e+12   0     emf-parsley-indigo-nightly   disabled   1.517990e+12   0     emf-parsley-kepler-nightly   disabled   1.518075e+12   0     emf-parsley-maven-deploy   blue   1.483025e+12   80     emf-parsley-maven-deploy-release   blue   1.482401e+12   40     emf-parsley-maven-deploy-release-bugfix   blue   1.467805e+12   100    // jsData function gvisDataPieChartID1dd64a804971 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 1 ], [ \u0026ldquo;blue\u0026rdquo;, 23 ], [ \u0026ldquo;disabled\u0026rdquo;, 6 ], [ \u0026ldquo;red\u0026rdquo;, 5 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1dd64a804971() { var data = gvisDataPieChartID1dd64a804971(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project modeling.emf-parsley \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1dd64a804971') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1dd64a804971); })(); function displayChartPieChartID1dd64a804971() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for modeling.emf-parsley .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=EMF.Parsley   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF.Parsley   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/emfparsley-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/emf-parsley/documentation.html   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/emf-parsley/download.html   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://www.eclipse.org/forums/eclipse.parsley   OK. Forum \\[Emf Parsley Forum\\] correctly defined.\\\\OK: Forum \\[Emf Parsley Forum\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/emf-parsley/documentation.html   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 26 commits.\n  Author   Count     unknown   2085     Lorenzo Bettini   304     Francesco Guidieri   39     Vincenzo Caselli   12     Sebastian Zarnekow   8     Sven Efftinge   8     Dennis Huebner   5     Lorenzo Bettini, Francesco Guidieri   4        2     Book First Author’s Book Book Empty Book   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1dd641e66853 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2085 ], [ \"Lorenzo Bettini\", 304 ], [ \"Francesco Guidieri\", 39 ], [ \"Vincenzo Caselli\", 12 ], [ \"Sebastian Zarnekow\", 8 ], [ \"Sven Efftinge\", 8 ], [ \"Dennis Huebner\", 5 ], [ \"Lorenzo Bettini, Francesco Guidieri\", 4 ], [ \"\", 2 ], [ \"Book First Author's Book Book Empty Book\", 2 ], [ \"Borrower First Borrower\", 2 ], [ \"Guice. In Parsley\", 2 ], [ \"Heiko Behrens\", 2 ], [ \"Jan Koehnlein\", 2 ], [ \"Dennis Huebner Initial\", 1 ], [ \"Ketan Padegaonkar \", 1 ], [ \"Lorenzo Bettini, Dennis Huebner\", 1 ], [ \"Lorenzo Bettini, Vincenzo Caselli, Francesco Guidieri\", 1 ], [ \"Michael Clay\", 1 ], [ \"Ralf Ebert www.ralfebert.de\", 1 ], [ \"Stefan Schaefer\", 1 ], [ \"Stefan Seelmann\", 1 ], [ \"Writer\", 1 ], [ \"content Francesco Guidieri, Paolo\", 1 ], [ \"createAuthor() AuthorImpl\", 1 ], [ \"extends CDOObject\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1dd641e66853() { var data = gvisDataPieChartID1dd641e66853(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project modeling.emf-parsley \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1dd641e66853') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 17 commits.\n  Copyrights   Count     unknown   1561     Copyright (c) RCP Vision (http://www.rcp-vision.com) and others   713     Copyright (c) IBM Corporation and others   114     Copyright Twitter, Inc.   55     Copyright (c) itemis AG (http://www.itemis.eu) and others   23     Copyright (c) RCP Vision http://www.rcp-vision.com and others   4     Copyright Jason Butz http://www.apache.org/licenses/LICENSE-2.0.txt   4      Ivan Malopinsky / http://imsky.co\n  2      Stuart Knightley\n  2     jQuery Foundation, Inc.   2          suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1dd63480045d () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1561 ], [ \"Copyright (c) RCP Vision (http://www.rcp-vision.com) and others\", 713 ], [ \"Copyright (c) IBM Corporation and others\", 114 ], [ \"Copyright Twitter, Inc.\", 55 ], [ \"Copyright (c) itemis AG (http://www.itemis.eu) and others\", 23 ], [ \"Copyright (c) RCP Vision http://www.rcp-vision.com and others\", 4 ], [ \"Copyright Jason Butz http://www.apache.org/licenses/LICENSE-2.0.txt\", 4 ], [ \"(c) Ivan Malopinsky / http://imsky.co\", 2 ], [ \"(c) Stuart Knightley\", 2 ], [ \"(c) jQuery Foundation, Inc.\", 2 ], [ \"Copyright (c) Alexis Sellier \", 2 ], [ \"Copyright (c) Google Inc.\", 2 ], [ \"Copyright (c) Jon Rohan, James M. Greene\", 2 ], [ \"(c) Scott Jehl\", 1 ], [ \"Copyright (c) Daniel Eden\", 1 ], [ \"Copyright (c) Ketan Padegaonkar and others\", 1 ], [ \"copyright (c) Scott Jehl, Paul Irish, Nicholas Zakas\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1dd63480045d() { var data = gvisDataPieChartID1dd63480045d(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project modeling.emf-parsley \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1dd63480045d') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 16 commits.\n  Holders   Count     unknown   1561     RCP Vision and others   718     IBM Corporation and others   114     Twitter, Inc.   55     itemis AG and others   23     Jason Butz   4     Alexis Sellier   2     Google Inc.   2     Ivan Malopinsky   2     Jon Rohan, James M. Greene   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1dd638f7db19 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1561 ], [ \"RCP Vision and others\", 718 ], [ \"IBM Corporation and others\", 114 ], [ \"Twitter, Inc.\", 55 ], [ \"itemis AG and others\", 23 ], [ \"Jason Butz\", 4 ], [ \"Alexis Sellier\", 2 ], [ \"Google Inc.\", 2 ], [ \"Ivan Malopinsky\", 2 ], [ \"Jon Rohan, James M. Greene\", 2 ], [ \"Stuart Knightley \", 2 ], [ \"jQuery Foundation, Inc.\", 2 ], [ \"Daniel Eden\", 1 ], [ \"Ketan Padegaonkar and others\", 1 ], [ \"Scott Jehl\", 1 ], [ \"Scott Jehl, Paul Irish, Nicholas Zakas\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1dd638f7db19() { var data = gvisDataPieChartID1dd638f7db19(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project modeling.emf-parsley \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1dd638f7db19') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 20 commits.\n  Licence   Count     unknown   1424     epl-1.0   954     cpl-1.0 AND other-permissive   77     mit   60     eclipse-sua-2011   37     epl-1.0 OR bsd-new   33     apache-2.0   27     epl-1.0 AND bsd-new   21     cpl-1.0   17     mpl-1.1   17    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1dd626995de4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1424 ], [ \"epl-1.0\", 954 ], [ \"cpl-1.0 AND other-permissive\", 77 ], [ \"mit\", 60 ], [ \"eclipse-sua-2011\", 37 ], [ \"epl-1.0 OR bsd-new\", 33 ], [ \"apache-2.0\", 27 ], [ \"epl-1.0 AND bsd-new\", 21 ], [ \"cpl-1.0\", 17 ], [ \"mpl-1.1\", 17 ], [ \"cc-by-3.0\", 9 ], [ \"generic-cla\", 2 ], [ \"mit OR gpl-3.0\", 2 ], [ \"proprietary-license\", 2 ], [ \"bsd-new\", 1 ], [ \"gpl-2.0\", 1 ], [ \"mit AND bsd-new\", 1 ], [ \"mit OR bsd-new\", 1 ], [ \"public-domain\", 1 ], [ \"unlicense\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1dd626995de4() { var data = gvisDataPieChartID1dd626995de4(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project modeling.emf-parsley \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1dd626995de4') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 8 commits.\n  Programming Language   Count     unknown   1152     Java   834     Python   172     HTML   135     PHP   61     JavaScript   54     CSS   18     Objective-C   15    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1dd6162bfd28 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1152 ], [ \"Java\", 834 ], [ \"Python\", 172 ], [ \"HTML\", 135 ], [ \"PHP\", 61 ], [ \"JavaScript\", 54 ], [ \"CSS\", 18 ], [ \"Objective-C\", 15 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1dd6162bfd28() { var data = gvisDataPieChartID1dd6162bfd28(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project modeling.emf-parsley \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1dd6162bfd28') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 179 commits.\n  Holders   Type     devtools/org.eclipse.emf.parsley.rap.workspace/license.html   legal     devtools/org.eclipse.emf.parsley.rap.workspace/README.txt   readme     devtools/org.eclipse.emf.parsley.targetplatform/pom.xml   manifest     devtools/org.eclipse.emf.parsley.targetplatform/README.txt   readme     devtools/org.eclipse.emf.parsley.workspace/license.html   legal     devtools/org.eclipse.emf.parsley.workspace/README.txt   readme     doc/org.eclipse.emf.parsley.dev.doc/META-INF/MANIFEST.MF   manifest     doc/org.eclipse.emf.parsley.doc/pom.xml   manifest     doc/org.eclipse.emf.parsley.doc/META-INF/MANIFEST.MF   manifest     doc/org.eclipse.emf.parsley.doc.websitegen/META-INF/MANIFEST.MF   manifest    ","href":"/projects/modeling.emf-parsley/datasets_report/","title":"modeling.emf-parsley"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;modeling.emfcompare\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/modeling.emfcompare.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 1289 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for modeling.emfcompare\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2007-04-03T00:00:00.000Z\",\"2007-04-04T00:00:00.000Z\",\"2007-04-05T00:00:00.000Z\",\"2007-04-06T00:00:00.000Z\",\"2007-04-07T00:00:00.000Z\",\"2007-04-08T00:00:00.000Z\",\"2007-04-09T00:00:00.000Z\",\"2007-04-10T00:00:00.000Z\",\"2007-04-11T00:00:00.000Z\",\"2007-04-12T00:00:00.000Z\",\"2007-04-13T00:00:00.000Z\",\"2007-04-14T00:00:00.000Z\",\"2007-04-15T00:00:00.000Z\",\"2007-04-16T00:00:00.000Z\",\"2007-04-17T00:00:00.000Z\",\"2007-04-18T00:00:00.000Z\",\"2007-04-19T00:00:00.000Z\",\"2007-04-20T00:00:00.000Z\",\"2007-04-21T00:00:00.000Z\",\"2007-04-22T00:00:00.000Z\",\"2007-04-23T00:00:00.000Z\",\"2007-04-24T00:00:00.000Z\",\"2007-04-25T00:00:00.000Z\",\"2007-04-26T00:00:00.000Z\",\"2007-04-27T00:00:00.000Z\",\"2007-04-28T00:00:00.000Z\",\"2007-04-29T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-01T00:00:00.000Z\",\"2007-05-02T00:00:00.000Z\",\"2007-05-03T00:00:00.000Z\",\"2007-05-04T00:00:00.000Z\",\"2007-05-05T00:00:00.000Z\",\"2007-05-06T00:00:00.000Z\",\"2007-05-07T00:00:00.000Z\",\"2007-05-08T00:00:00.000Z\",\"2007-05-09T00:00:00.000Z\",\"2007-05-10T00:00:00.000Z\",\"2007-05-11T00:00:00.000Z\",\"2007-05-12T00:00:00.000Z\",\"2007-05-13T00:00:00.000Z\",\"2007-05-14T00:00:00.000Z\",\"2007-05-15T00:00:00.000Z\",\"2007-05-16T00:00:00.000Z\",\"2007-05-17T00:00:00.000Z\",\"2007-05-18T00:00:00.000Z\",\"2007-05-19T00:00:00.000Z\",\"2007-05-20T00:00:00.000Z\",\"2007-05-21T00:00:00.000Z\",\"2007-05-22T00:00:00.000Z\",\"2007-05-23T00:00:00.000Z\",\"2007-05-24T00:00:00.000Z\",\"2007-05-25T00:00:00.000Z\",\"2007-05-26T00:00:00.000Z\",\"2007-05-27T00:00:00.000Z\",\"2007-05-28T00:00:00.000Z\",\"2007-05-29T00:00:00.000Z\",\"2007-05-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-01T00:00:00.000Z\",\"2007-06-02T00:00:00.000Z\",\"2007-06-03T00:00:00.000Z\",\"2007-06-04T00:00:00.000Z\",\"2007-06-05T00:00:00.000Z\",\"2007-06-06T00:00:00.000Z\",\"2007-06-07T00:00:00.000Z\",\"2007-06-08T00:00:00.000Z\",\"2007-06-09T00:00:00.000Z\",\"2007-06-10T00:00:00.000Z\",\"2007-06-11T00:00:00.000Z\",\"2007-06-12T00:00:00.000Z\",\"2007-06-13T00:00:00.000Z\",\"2007-06-14T00:00:00.000Z\",\"2007-06-15T00:00:00.000Z\",\"2007-06-16T00:00:00.000Z\",\"2007-06-17T00:00:00.000Z\",\"2007-06-18T00:00:00.000Z\",\"2007-06-19T00:00:00.000Z\",\"2007-06-20T00:00:00.000Z\",\"2007-06-21T00:00:00.000Z\",\"2007-06-22T00:00:00.000Z\",\"2007-06-23T00:00:00.000Z\",\"2007-06-24T00:00:00.000Z\",\"2007-06-25T00:00:00.000Z\",\"2007-06-26T00:00:00.000Z\",\"2007-06-27T00:00:00.000Z\",\"2007-06-28T00:00:00.000Z\",\"2007-06-29T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-01T00:00:00.000Z\",\"2007-07-02T00:00:00.000Z\",\"2007-07-03T00:00:00.000Z\",\"2007-07-04T00:00:00.000Z\",\"2007-07-05T00:00:00.000Z\",\"2007-07-06T00:00:00.000Z\",\"2007-07-07T00:00:00.000Z\",\"2007-07-08T00:00:00.000Z\",\"2007-07-09T00:00:00.000Z\",\"2007-07-10T00:00:00.000Z\",\"2007-07-11T00:00:00.000Z\",\"2007-07-12T00:00:00.000Z\",\"2007-07-13T00:00:00.000Z\",\"2007-07-14T00:00:00.000Z\",\"2007-07-15T00:00:00.000Z\",\"2007-07-16T00:00:00.000Z\",\"2007-07-17T00:00:00.000Z\",\"2007-07-18T00:00:00.000Z\",\"2007-07-19T00:00:00.000Z\",\"2007-07-20T00:00:00.000Z\",\"2007-07-21T00:00:00.000Z\",\"2007-07-22T00:00:00.000Z\",\"2007-07-23T00:00:00.000Z\",\"2007-07-24T00:00:00.000Z\",\"2007-07-25T00:00:00.000Z\",\"2007-07-26T00:00:00.000Z\",\"2007-07-27T00:00:00.000Z\",\"2007-07-28T00:00:00.000Z\",\"2007-07-29T00:00:00.000Z\",\"2007-07-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-01T00:00:00.000Z\",\"2007-08-02T00:00:00.000Z\",\"2007-08-03T00:00:00.000Z\",\"2007-08-04T00:00:00.000Z\",\"2007-08-05T00:00:00.000Z\",\"2007-08-06T00:00:00.000Z\",\"2007-08-07T00:00:00.000Z\",\"2007-08-08T00:00:00.000Z\",\"2007-08-09T00:00:00.000Z\",\"2007-08-10T00:00:00.000Z\",\"2007-08-11T00:00:00.000Z\",\"2007-08-12T00:00:00.000Z\",\"2007-08-13T00:00:00.000Z\",\"2007-08-14T00:00:00.000Z\",\"2007-08-15T00:00:00.000Z\",\"2007-08-16T00:00:00.000Z\",\"2007-08-17T00:00:00.000Z\",\"2007-08-18T00:00:00.000Z\",\"2007-08-19T00:00:00.000Z\",\"2007-08-20T00:00:00.000Z\",\"2007-08-21T00:00:00.000Z\",\"2007-08-22T00:00:00.000Z\",\"2007-08-23T00:00:00.000Z\",\"2007-08-24T00:00:00.000Z\",\"2007-08-25T00:00:00.000Z\",\"2007-08-26T00:00:00.000Z\",\"2007-08-27T00:00:00.000Z\",\"2007-08-28T00:00:00.000Z\",\"2007-08-29T00:00:00.000Z\",\"2007-08-30T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-01T00:00:00.000Z\",\"2007-09-02T00:00:00.000Z\",\"2007-09-03T00:00:00.000Z\",\"2007-09-04T00:00:00.000Z\",\"2007-09-05T00:00:00.000Z\",\"2007-09-06T00:00:00.000Z\",\"2007-09-07T00:00:00.000Z\",\"2007-09-08T00:00:00.000Z\",\"2007-09-09T00:00:00.000Z\",\"2007-09-10T00:00:00.000Z\",\"2007-09-11T00:00:00.000Z\",\"2007-09-12T00:00:00.000Z\",\"2007-09-13T00:00:00.000Z\",\"2007-09-14T00:00:00.000Z\",\"2007-09-15T00:00:00.000Z\",\"2007-09-16T00:00:00.000Z\",\"2007-09-17T00:00:00.000Z\",\"2007-09-18T00:00:00.000Z\",\"2007-09-19T00:00:00.000Z\",\"2007-09-20T00:00:00.000Z\",\"2007-09-21T00:00:00.000Z\",\"2007-09-22T00:00:00.000Z\",\"2007-09-23T00:00:00.000Z\",\"2007-09-24T00:00:00.000Z\",\"2007-09-25T00:00:00.000Z\",\"2007-09-26T00:00:00.000Z\",\"2007-09-27T00:00:00.000Z\",\"2007-09-28T00:00:00.000Z\",\"2007-09-29T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-01T00:00:00.000Z\",\"2007-10-02T00:00:00.000Z\",\"2007-10-03T00:00:00.000Z\",\"2007-10-04T00:00:00.000Z\",\"2007-10-05T00:00:00.000Z\",\"2007-10-06T00:00:00.000Z\",\"2007-10-07T00:00:00.000Z\",\"2007-10-08T00:00:00.000Z\",\"2007-10-09T00:00:00.000Z\",\"2007-10-10T00:00:00.000Z\",\"2007-10-11T00:00:00.000Z\",\"2007-10-12T00:00:00.000Z\",\"2007-10-13T00:00:00.000Z\",\"2007-10-14T00:00:00.000Z\",\"2007-10-15T00:00:00.000Z\",\"2007-10-16T00:00:00.000Z\",\"2007-10-17T00:00:00.000Z\",\"2007-10-18T00:00:00.000Z\",\"2007-10-19T00:00:00.000Z\",\"2007-10-20T00:00:00.000Z\",\"2007-10-21T00:00:00.000Z\",\"2007-10-22T00:00:00.000Z\",\"2007-10-23T00:00:00.000Z\",\"2007-10-24T00:00:00.000Z\",\"2007-10-25T00:00:00.000Z\",\"2007-10-26T00:00:00.000Z\",\"2007-10-27T00:00:00.000Z\",\"2007-10-28T00:00:00.000Z\",\"2007-10-29T00:00:00.000Z\",\"2007-10-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-01T00:00:00.000Z\",\"2007-11-02T00:00:00.000Z\",\"2007-11-03T00:00:00.000Z\",\"2007-11-04T00:00:00.000Z\",\"2007-11-05T00:00:00.000Z\",\"2007-11-06T00:00:00.000Z\",\"2007-11-07T00:00:00.000Z\",\"2007-11-08T00:00:00.000Z\",\"2007-11-09T00:00:00.000Z\",\"2007-11-10T00:00:00.000Z\",\"2007-11-11T00:00:00.000Z\",\"2007-11-12T00:00:00.000Z\",\"2007-11-13T00:00:00.000Z\",\"2007-11-14T00:00:00.000Z\",\"2007-11-15T00:00:00.000Z\",\"2007-11-16T00:00:00.000Z\",\"2007-11-17T00:00:00.000Z\",\"2007-11-18T00:00:00.000Z\",\"2007-11-19T00:00:00.000Z\",\"2007-11-20T00:00:00.000Z\",\"2007-11-21T00:00:00.000Z\",\"2007-11-22T00:00:00.000Z\",\"2007-11-23T00:00:00.000Z\",\"2007-11-24T00:00:00.000Z\",\"2007-11-25T00:00:00.000Z\",\"2007-11-26T00:00:00.000Z\",\"2007-11-27T00:00:00.000Z\",\"2007-11-28T00:00:00.000Z\",\"2007-11-29T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-01T00:00:00.000Z\",\"2007-12-02T00:00:00.000Z\",\"2007-12-03T00:00:00.000Z\",\"2007-12-04T00:00:00.000Z\",\"2007-12-05T00:00:00.000Z\",\"2007-12-06T00:00:00.000Z\",\"2007-12-07T00:00:00.000Z\",\"2007-12-08T00:00:00.000Z\",\"2007-12-09T00:00:00.000Z\",\"2007-12-10T00:00:00.000Z\",\"2007-12-11T00:00:00.000Z\",\"2007-12-12T00:00:00.000Z\",\"2007-12-13T00:00:00.000Z\",\"2007-12-14T00:00:00.000Z\",\"2007-12-15T00:00:00.000Z\",\"2007-12-16T00:00:00.000Z\",\"2007-12-17T00:00:00.000Z\",\"2007-12-18T00:00:00.000Z\",\"2007-12-19T00:00:00.000Z\",\"2007-12-20T00:00:00.000Z\",\"2007-12-21T00:00:00.000Z\",\"2007-12-22T00:00:00.000Z\",\"2007-12-23T00:00:00.000Z\",\"2007-12-24T00:00:00.000Z\",\"2007-12-25T00:00:00.000Z\",\"2007-12-26T00:00:00.000Z\",\"2007-12-27T00:00:00.000Z\",\"2007-12-28T00:00:00.000Z\",\"2007-12-29T00:00:00.000Z\",\"2007-12-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-01T00:00:00.000Z\",\"2008-01-02T00:00:00.000Z\",\"2008-01-03T00:00:00.000Z\",\"2008-01-04T00:00:00.000Z\",\"2008-01-05T00:00:00.000Z\",\"2008-01-06T00:00:00.000Z\",\"2008-01-07T00:00:00.000Z\",\"2008-01-08T00:00:00.000Z\",\"2008-01-09T00:00:00.000Z\",\"2008-01-10T00:00:00.000Z\",\"2008-01-11T00:00:00.000Z\",\"2008-01-12T00:00:00.000Z\",\"2008-01-13T00:00:00.000Z\",\"2008-01-14T00:00:00.000Z\",\"2008-01-15T00:00:00.000Z\",\"2008-01-16T00:00:00.000Z\",\"2008-01-17T00:00:00.000Z\",\"2008-01-18T00:00:00.000Z\",\"2008-01-19T00:00:00.000Z\",\"2008-01-20T00:00:00.000Z\",\"2008-01-21T00:00:00.000Z\",\"2008-01-22T00:00:00.000Z\",\"2008-01-23T00:00:00.000Z\",\"2008-01-24T00:00:00.000Z\",\"2008-01-25T00:00:00.000Z\",\"2008-01-26T00:00:00.000Z\",\"2008-01-27T00:00:00.000Z\",\"2008-01-28T00:00:00.000Z\",\"2008-01-29T00:00:00.000Z\",\"2008-01-30T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-01T00:00:00.000Z\",\"2008-02-02T00:00:00.000Z\",\"2008-02-03T00:00:00.000Z\",\"2008-02-04T00:00:00.000Z\",\"2008-02-05T00:00:00.000Z\",\"2008-02-06T00:00:00.000Z\",\"2008-02-07T00:00:00.000Z\",\"2008-02-08T00:00:00.000Z\",\"2008-02-09T00:00:00.000Z\",\"2008-02-10T00:00:00.000Z\",\"2008-02-11T00:00:00.000Z\",\"2008-02-12T00:00:00.000Z\",\"2008-02-13T00:00:00.000Z\",\"2008-02-14T00:00:00.000Z\",\"2008-02-15T00:00:00.000Z\",\"2008-02-16T00:00:00.000Z\",\"2008-02-17T00:00:00.000Z\",\"2008-02-18T00:00:00.000Z\",\"2008-02-19T00:00:00.000Z\",\"2008-02-20T00:00:00.000Z\",\"2008-02-21T00:00:00.000Z\",\"2008-02-22T00:00:00.000Z\",\"2008-02-23T00:00:00.000Z\",\"2008-02-24T00:00:00.000Z\",\"2008-02-25T00:00:00.000Z\",\"2008-02-26T00:00:00.000Z\",\"2008-02-27T00:00:00.000Z\",\"2008-02-28T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-01T00:00:00.000Z\",\"2008-03-02T00:00:00.000Z\",\"2008-03-03T00:00:00.000Z\",\"2008-03-04T00:00:00.000Z\",\"2008-03-05T00:00:00.000Z\",\"2008-03-06T00:00:00.000Z\",\"2008-03-07T00:00:00.000Z\",\"2008-03-08T00:00:00.000Z\",\"2008-03-09T00:00:00.000Z\",\"2008-03-10T00:00:00.000Z\",\"2008-03-11T00:00:00.000Z\",\"2008-03-12T00:00:00.000Z\",\"2008-03-13T00:00:00.000Z\",\"2008-03-14T00:00:00.000Z\",\"2008-03-15T00:00:00.000Z\",\"2008-03-16T00:00:00.000Z\",\"2008-03-17T00:00:00.000Z\",\"2008-03-18T00:00:00.000Z\",\"2008-03-19T00:00:00.000Z\",\"2008-03-20T00:00:00.000Z\",\"2008-03-21T00:00:00.000Z\",\"2008-03-22T00:00:00.000Z\",\"2008-03-23T00:00:00.000Z\",\"2008-03-24T00:00:00.000Z\",\"2008-03-25T00:00:00.000Z\",\"2008-03-26T00:00:00.000Z\",\"2008-03-27T00:00:00.000Z\",\"2008-03-28T00:00:00.000Z\",\"2008-03-29T00:00:00.000Z\",\"2008-03-30T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-01T00:00:00.000Z\",\"2008-04-02T00:00:00.000Z\",\"2008-04-03T00:00:00.000Z\",\"2008-04-04T00:00:00.000Z\",\"2008-04-05T00:00:00.000Z\",\"2008-04-06T00:00:00.000Z\",\"2008-04-07T00:00:00.000Z\",\"2008-04-08T00:00:00.000Z\",\"2008-04-09T00:00:00.000Z\",\"2008-04-10T00:00:00.000Z\",\"2008-04-11T00:00:00.000Z\",\"2008-04-12T00:00:00.000Z\",\"2008-04-13T00:00:00.000Z\",\"2008-04-14T00:00:00.000Z\",\"2008-04-15T00:00:00.000Z\",\"2008-04-16T00:00:00.000Z\",\"2008-04-17T00:00:00.000Z\",\"2008-04-18T00:00:00.000Z\",\"2008-04-19T00:00:00.000Z\",\"2008-04-20T00:00:00.000Z\",\"2008-04-21T00:00:00.000Z\",\"2008-04-22T00:00:00.000Z\",\"2008-04-23T00:00:00.000Z\",\"2008-04-24T00:00:00.000Z\",\"2008-04-25T00:00:00.000Z\",\"2008-04-26T00:00:00.000Z\",\"2008-04-27T00:00:00.000Z\",\"2008-04-28T00:00:00.000Z\",\"2008-04-29T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-01T00:00:00.000Z\",\"2008-05-02T00:00:00.000Z\",\"2008-05-03T00:00:00.000Z\",\"2008-05-04T00:00:00.000Z\",\"2008-05-05T00:00:00.000Z\",\"2008-05-06T00:00:00.000Z\",\"2008-05-07T00:00:00.000Z\",\"2008-05-08T00:00:00.000Z\",\"2008-05-09T00:00:00.000Z\",\"2008-05-10T00:00:00.000Z\",\"2008-05-11T00:00:00.000Z\",\"2008-05-12T00:00:00.000Z\",\"2008-05-13T00:00:00.000Z\",\"2008-05-14T00:00:00.000Z\",\"2008-05-15T00:00:00.000Z\",\"2008-05-16T00:00:00.000Z\",\"2008-05-17T00:00:00.000Z\",\"2008-05-18T00:00:00.000Z\",\"2008-05-19T00:00:00.000Z\",\"2008-05-20T00:00:00.000Z\",\"2008-05-21T00:00:00.000Z\",\"2008-05-22T00:00:00.000Z\",\"2008-05-23T00:00:00.000Z\",\"2008-05-24T00:00:00.000Z\",\"2008-05-25T00:00:00.000Z\",\"2008-05-26T00:00:00.000Z\",\"2008-05-27T00:00:00.000Z\",\"2008-05-28T00:00:00.000Z\",\"2008-05-29T00:00:00.000Z\",\"2008-05-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-01T00:00:00.000Z\",\"2008-06-02T00:00:00.000Z\",\"2008-06-03T00:00:00.000Z\",\"2008-06-04T00:00:00.000Z\",\"2008-06-05T00:00:00.000Z\",\"2008-06-06T00:00:00.000Z\",\"2008-06-07T00:00:00.000Z\",\"2008-06-08T00:00:00.000Z\",\"2008-06-09T00:00:00.000Z\",\"2008-06-10T00:00:00.000Z\",\"2008-06-11T00:00:00.000Z\",\"2008-06-12T00:00:00.000Z\",\"2008-06-13T00:00:00.000Z\",\"2008-06-14T00:00:00.000Z\",\"2008-06-15T00:00:00.000Z\",\"2008-06-16T00:00:00.000Z\",\"2008-06-17T00:00:00.000Z\",\"2008-06-18T00:00:00.000Z\",\"2008-06-19T00:00:00.000Z\",\"2008-06-20T00:00:00.000Z\",\"2008-06-21T00:00:00.000Z\",\"2008-06-22T00:00:00.000Z\",\"2008-06-23T00:00:00.000Z\",\"2008-06-24T00:00:00.000Z\",\"2008-06-25T00:00:00.000Z\",\"2008-06-26T00:00:00.000Z\",\"2008-06-27T00:00:00.000Z\",\"2008-06-28T00:00:00.000Z\",\"2008-06-29T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-01T00:00:00.000Z\",\"2008-07-02T00:00:00.000Z\",\"2008-07-03T00:00:00.000Z\",\"2008-07-04T00:00:00.000Z\",\"2008-07-05T00:00:00.000Z\",\"2008-07-06T00:00:00.000Z\",\"2008-07-07T00:00:00.000Z\",\"2008-07-08T00:00:00.000Z\",\"2008-07-09T00:00:00.000Z\",\"2008-07-10T00:00:00.000Z\",\"2008-07-11T00:00:00.000Z\",\"2008-07-12T00:00:00.000Z\",\"2008-07-13T00:00:00.000Z\",\"2008-07-14T00:00:00.000Z\",\"2008-07-15T00:00:00.000Z\",\"2008-07-16T00:00:00.000Z\",\"2008-07-17T00:00:00.000Z\",\"2008-07-18T00:00:00.000Z\",\"2008-07-19T00:00:00.000Z\",\"2008-07-20T00:00:00.000Z\",\"2008-07-21T00:00:00.000Z\",\"2008-07-22T00:00:00.000Z\",\"2008-07-23T00:00:00.000Z\",\"2008-07-24T00:00:00.000Z\",\"2008-07-25T00:00:00.000Z\",\"2008-07-26T00:00:00.000Z\",\"2008-07-27T00:00:00.000Z\",\"2008-07-28T00:00:00.000Z\",\"2008-07-29T00:00:00.000Z\",\"2008-07-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-01T00:00:00.000Z\",\"2008-08-02T00:00:00.000Z\",\"2008-08-03T00:00:00.000Z\",\"2008-08-04T00:00:00.000Z\",\"2008-08-05T00:00:00.000Z\",\"2008-08-06T00:00:00.000Z\",\"2008-08-07T00:00:00.000Z\",\"2008-08-08T00:00:00.000Z\",\"2008-08-09T00:00:00.000Z\",\"2008-08-10T00:00:00.000Z\",\"2008-08-11T00:00:00.000Z\",\"2008-08-12T00:00:00.000Z\",\"2008-08-13T00:00:00.000Z\",\"2008-08-14T00:00:00.000Z\",\"2008-08-15T00:00:00.000Z\",\"2008-08-16T00:00:00.000Z\",\"2008-08-17T00:00:00.000Z\",\"2008-08-18T00:00:00.000Z\",\"2008-08-19T00:00:00.000Z\",\"2008-08-20T00:00:00.000Z\",\"2008-08-21T00:00:00.000Z\",\"2008-08-22T00:00:00.000Z\",\"2008-08-23T00:00:00.000Z\",\"2008-08-24T00:00:00.000Z\",\"2008-08-25T00:00:00.000Z\",\"2008-08-26T00:00:00.000Z\",\"2008-08-27T00:00:00.000Z\",\"2008-08-28T00:00:00.000Z\",\"2008-08-29T00:00:00.000Z\",\"2008-08-30T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-01T00:00:00.000Z\",\"2008-09-02T00:00:00.000Z\",\"2008-09-03T00:00:00.000Z\",\"2008-09-04T00:00:00.000Z\",\"2008-09-05T00:00:00.000Z\",\"2008-09-06T00:00:00.000Z\",\"2008-09-07T00:00:00.000Z\",\"2008-09-08T00:00:00.000Z\",\"2008-09-09T00:00:00.000Z\",\"2008-09-10T00:00:00.000Z\",\"2008-09-11T00:00:00.000Z\",\"2008-09-12T00:00:00.000Z\",\"2008-09-13T00:00:00.000Z\",\"2008-09-14T00:00:00.000Z\",\"2008-09-15T00:00:00.000Z\",\"2008-09-16T00:00:00.000Z\",\"2008-09-17T00:00:00.000Z\",\"2008-09-18T00:00:00.000Z\",\"2008-09-19T00:00:00.000Z\",\"2008-09-20T00:00:00.000Z\",\"2008-09-21T00:00:00.000Z\",\"2008-09-22T00:00:00.000Z\",\"2008-09-23T00:00:00.000Z\",\"2008-09-24T00:00:00.000Z\",\"2008-09-25T00:00:00.000Z\",\"2008-09-26T00:00:00.000Z\",\"2008-09-27T00:00:00.000Z\",\"2008-09-28T00:00:00.000Z\",\"2008-09-29T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-01T00:00:00.000Z\",\"2008-10-02T00:00:00.000Z\",\"2008-10-03T00:00:00.000Z\",\"2008-10-04T00:00:00.000Z\",\"2008-10-05T00:00:00.000Z\",\"2008-10-06T00:00:00.000Z\",\"2008-10-07T00:00:00.000Z\",\"2008-10-08T00:00:00.000Z\",\"2008-10-09T00:00:00.000Z\",\"2008-10-10T00:00:00.000Z\",\"2008-10-11T00:00:00.000Z\",\"2008-10-12T00:00:00.000Z\",\"2008-10-13T00:00:00.000Z\",\"2008-10-14T00:00:00.000Z\",\"2008-10-15T00:00:00.000Z\",\"2008-10-16T00:00:00.000Z\",\"2008-10-17T00:00:00.000Z\",\"2008-10-18T00:00:00.000Z\",\"2008-10-19T00:00:00.000Z\",\"2008-10-20T00:00:00.000Z\",\"2008-10-21T00:00:00.000Z\",\"2008-10-22T00:00:00.000Z\",\"2008-10-23T00:00:00.000Z\",\"2008-10-24T00:00:00.000Z\",\"2008-10-25T00:00:00.000Z\",\"2008-10-26T00:00:00.000Z\",\"2008-10-27T00:00:00.000Z\",\"2008-10-28T00:00:00.000Z\",\"2008-10-29T00:00:00.000Z\",\"2008-10-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-01T00:00:00.000Z\",\"2008-11-02T00:00:00.000Z\",\"2008-11-03T00:00:00.000Z\",\"2008-11-04T00:00:00.000Z\",\"2008-11-05T00:00:00.000Z\",\"2008-11-06T00:00:00.000Z\",\"2008-11-07T00:00:00.000Z\",\"2008-11-08T00:00:00.000Z\",\"2008-11-09T00:00:00.000Z\",\"2008-11-10T00:00:00.000Z\",\"2008-11-11T00:00:00.000Z\",\"2008-11-12T00:00:00.000Z\",\"2008-11-13T00:00:00.000Z\",\"2008-11-14T00:00:00.000Z\",\"2008-11-15T00:00:00.000Z\",\"2008-11-16T00:00:00.000Z\",\"2008-11-17T00:00:00.000Z\",\"2008-11-18T00:00:00.000Z\",\"2008-11-19T00:00:00.000Z\",\"2008-11-20T00:00:00.000Z\",\"2008-11-21T00:00:00.000Z\",\"2008-11-22T00:00:00.000Z\",\"2008-11-23T00:00:00.000Z\",\"2008-11-24T00:00:00.000Z\",\"2008-11-25T00:00:00.000Z\",\"2008-11-26T00:00:00.000Z\",\"2008-11-27T00:00:00.000Z\",\"2008-11-28T00:00:00.000Z\",\"2008-11-29T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-01T00:00:00.000Z\",\"2008-12-02T00:00:00.000Z\",\"2008-12-03T00:00:00.000Z\",\"2008-12-04T00:00:00.000Z\",\"2008-12-05T00:00:00.000Z\",\"2008-12-06T00:00:00.000Z\",\"2008-12-07T00:00:00.000Z\",\"2008-12-08T00:00:00.000Z\",\"2008-12-09T00:00:00.000Z\",\"2008-12-10T00:00:00.000Z\",\"2008-12-11T00:00:00.000Z\",\"2008-12-12T00:00:00.000Z\",\"2008-12-13T00:00:00.000Z\",\"2008-12-14T00:00:00.000Z\",\"2008-12-15T00:00:00.000Z\",\"2008-12-16T00:00:00.000Z\",\"2008-12-17T00:00:00.000Z\",\"2008-12-18T00:00:00.000Z\",\"2008-12-19T00:00:00.000Z\",\"2008-12-20T00:00:00.000Z\",\"2008-12-21T00:00:00.000Z\",\"2008-12-22T00:00:00.000Z\",\"2008-12-23T00:00:00.000Z\",\"2008-12-24T00:00:00.000Z\",\"2008-12-25T00:00:00.000Z\",\"2008-12-26T00:00:00.000Z\",\"2008-12-27T00:00:00.000Z\",\"2008-12-28T00:00:00.000Z\",\"2008-12-29T00:00:00.000Z\",\"2008-12-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-01T00:00:00.000Z\",\"2009-01-02T00:00:00.000Z\",\"2009-01-03T00:00:00.000Z\",\"2009-01-04T00:00:00.000Z\",\"2009-01-05T00:00:00.000Z\",\"2009-01-06T00:00:00.000Z\",\"2009-01-07T00:00:00.000Z\",\"2009-01-08T00:00:00.000Z\",\"2009-01-09T00:00:00.000Z\",\"2009-01-10T00:00:00.000Z\",\"2009-01-11T00:00:00.000Z\",\"2009-01-12T00:00:00.000Z\",\"2009-01-13T00:00:00.000Z\",\"2009-01-14T00:00:00.000Z\",\"2009-01-15T00:00:00.000Z\",\"2009-01-16T00:00:00.000Z\",\"2009-01-17T00:00:00.000Z\",\"2009-01-18T00:00:00.000Z\",\"2009-01-19T00:00:00.000Z\",\"2009-01-20T00:00:00.000Z\",\"2009-01-21T00:00:00.000Z\",\"2009-01-22T00:00:00.000Z\",\"2009-01-23T00:00:00.000Z\",\"2009-01-24T00:00:00.000Z\",\"2009-01-25T00:00:00.000Z\",\"2009-01-26T00:00:00.000Z\",\"2009-01-27T00:00:00.000Z\",\"2009-01-28T00:00:00.000Z\",\"2009-01-29T00:00:00.000Z\",\"2009-01-30T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-01T00:00:00.000Z\",\"2009-02-02T00:00:00.000Z\",\"2009-02-03T00:00:00.000Z\",\"2009-02-04T00:00:00.000Z\",\"2009-02-05T00:00:00.000Z\",\"2009-02-06T00:00:00.000Z\",\"2009-02-07T00:00:00.000Z\",\"2009-02-08T00:00:00.000Z\",\"2009-02-09T00:00:00.000Z\",\"2009-02-10T00:00:00.000Z\",\"2009-02-11T00:00:00.000Z\",\"2009-02-12T00:00:00.000Z\",\"2009-02-13T00:00:00.000Z\",\"2009-02-14T00:00:00.000Z\",\"2009-02-15T00:00:00.000Z\",\"2009-02-16T00:00:00.000Z\",\"2009-02-17T00:00:00.000Z\",\"2009-02-18T00:00:00.000Z\",\"2009-02-19T00:00:00.000Z\",\"2009-02-20T00:00:00.000Z\",\"2009-02-21T00:00:00.000Z\",\"2009-02-22T00:00:00.000Z\",\"2009-02-23T00:00:00.000Z\",\"2009-02-24T00:00:00.000Z\",\"2009-02-25T00:00:00.000Z\",\"2009-02-26T00:00:00.000Z\",\"2009-02-27T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-01T00:00:00.000Z\",\"2009-03-02T00:00:00.000Z\",\"2009-03-03T00:00:00.000Z\",\"2009-03-04T00:00:00.000Z\",\"2009-03-05T00:00:00.000Z\",\"2009-03-06T00:00:00.000Z\",\"2009-03-07T00:00:00.000Z\",\"2009-03-08T00:00:00.000Z\",\"2009-03-09T00:00:00.000Z\",\"2009-03-10T00:00:00.000Z\",\"2009-03-11T00:00:00.000Z\",\"2009-03-12T00:00:00.000Z\",\"2009-03-13T00:00:00.000Z\",\"2009-03-14T00:00:00.000Z\",\"2009-03-15T00:00:00.000Z\",\"2009-03-16T00:00:00.000Z\",\"2009-03-17T00:00:00.000Z\",\"2009-03-18T00:00:00.000Z\",\"2009-03-19T00:00:00.000Z\",\"2009-03-20T00:00:00.000Z\",\"2009-03-21T00:00:00.000Z\",\"2009-03-22T00:00:00.000Z\",\"2009-03-23T00:00:00.000Z\",\"2009-03-24T00:00:00.000Z\",\"2009-03-25T00:00:00.000Z\",\"2009-03-26T00:00:00.000Z\",\"2009-03-27T00:00:00.000Z\",\"2009-03-28T00:00:00.000Z\",\"2009-03-29T00:00:00.000Z\",\"2009-03-30T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-01T00:00:00.000Z\",\"2009-04-02T00:00:00.000Z\",\"2009-04-03T00:00:00.000Z\",\"2009-04-04T00:00:00.000Z\",\"2009-04-05T00:00:00.000Z\",\"2009-04-06T00:00:00.000Z\",\"2009-04-07T00:00:00.000Z\",\"2009-04-08T00:00:00.000Z\",\"2009-04-09T00:00:00.000Z\",\"2009-04-10T00:00:00.000Z\",\"2009-04-11T00:00:00.000Z\",\"2009-04-12T00:00:00.000Z\",\"2009-04-13T00:00:00.000Z\",\"2009-04-14T00:00:00.000Z\",\"2009-04-15T00:00:00.000Z\",\"2009-04-16T00:00:00.000Z\",\"2009-04-17T00:00:00.000Z\",\"2009-04-18T00:00:00.000Z\",\"2009-04-19T00:00:00.000Z\",\"2009-04-20T00:00:00.000Z\",\"2009-04-21T00:00:00.000Z\",\"2009-04-22T00:00:00.000Z\",\"2009-04-23T00:00:00.000Z\",\"2009-04-24T00:00:00.000Z\",\"2009-04-25T00:00:00.000Z\",\"2009-04-26T00:00:00.000Z\",\"2009-04-27T00:00:00.000Z\",\"2009-04-28T00:00:00.000Z\",\"2009-04-29T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-01T00:00:00.000Z\",\"2009-05-02T00:00:00.000Z\",\"2009-05-03T00:00:00.000Z\",\"2009-05-04T00:00:00.000Z\",\"2009-05-05T00:00:00.000Z\",\"2009-05-06T00:00:00.000Z\",\"2009-05-07T00:00:00.000Z\",\"2009-05-08T00:00:00.000Z\",\"2009-05-09T00:00:00.000Z\",\"2009-05-10T00:00:00.000Z\",\"2009-05-11T00:00:00.000Z\",\"2009-05-12T00:00:00.000Z\",\"2009-05-13T00:00:00.000Z\",\"2009-05-14T00:00:00.000Z\",\"2009-05-15T00:00:00.000Z\",\"2009-05-16T00:00:00.000Z\",\"2009-05-17T00:00:00.000Z\",\"2009-05-18T00:00:00.000Z\",\"2009-05-19T00:00:00.000Z\",\"2009-05-20T00:00:00.000Z\",\"2009-05-21T00:00:00.000Z\",\"2009-05-22T00:00:00.000Z\",\"2009-05-23T00:00:00.000Z\",\"2009-05-24T00:00:00.000Z\",\"2009-05-25T00:00:00.000Z\",\"2009-05-26T00:00:00.000Z\",\"2009-05-27T00:00:00.000Z\",\"2009-05-28T00:00:00.000Z\",\"2009-05-29T00:00:00.000Z\",\"2009-05-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-01T00:00:00.000Z\",\"2009-06-02T00:00:00.000Z\",\"2009-06-03T00:00:00.000Z\",\"2009-06-04T00:00:00.000Z\",\"2009-06-05T00:00:00.000Z\",\"2009-06-06T00:00:00.000Z\",\"2009-06-07T00:00:00.000Z\",\"2009-06-08T00:00:00.000Z\",\"2009-06-09T00:00:00.000Z\",\"2009-06-10T00:00:00.000Z\",\"2009-06-11T00:00:00.000Z\",\"2009-06-12T00:00:00.000Z\",\"2009-06-13T00:00:00.000Z\",\"2009-06-14T00:00:00.000Z\",\"2009-06-15T00:00:00.000Z\",\"2009-06-16T00:00:00.000Z\",\"2009-06-17T00:00:00.000Z\",\"2009-06-18T00:00:00.000Z\",\"2009-06-19T00:00:00.000Z\",\"2009-06-20T00:00:00.000Z\",\"2009-06-21T00:00:00.000Z\",\"2009-06-22T00:00:00.000Z\",\"2009-06-23T00:00:00.000Z\",\"2009-06-24T00:00:00.000Z\",\"2009-06-25T00:00:00.000Z\",\"2009-06-26T00:00:00.000Z\",\"2009-06-27T00:00:00.000Z\",\"2009-06-28T00:00:00.000Z\",\"2009-06-29T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-01T00:00:00.000Z\",\"2009-07-02T00:00:00.000Z\",\"2009-07-03T00:00:00.000Z\",\"2009-07-04T00:00:00.000Z\",\"2009-07-05T00:00:00.000Z\",\"2009-07-06T00:00:00.000Z\",\"2009-07-07T00:00:00.000Z\",\"2009-07-08T00:00:00.000Z\",\"2009-07-09T00:00:00.000Z\",\"2009-07-10T00:00:00.000Z\",\"2009-07-11T00:00:00.000Z\",\"2009-07-12T00:00:00.000Z\",\"2009-07-13T00:00:00.000Z\",\"2009-07-14T00:00:00.000Z\",\"2009-07-15T00:00:00.000Z\",\"2009-07-16T00:00:00.000Z\",\"2009-07-17T00:00:00.000Z\",\"2009-07-18T00:00:00.000Z\",\"2009-07-19T00:00:00.000Z\",\"2009-07-20T00:00:00.000Z\",\"2009-07-21T00:00:00.000Z\",\"2009-07-22T00:00:00.000Z\",\"2009-07-23T00:00:00.000Z\",\"2009-07-24T00:00:00.000Z\",\"2009-07-25T00:00:00.000Z\",\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\"],[25,5,7,1,0,0,0,0,0,8,1,0,0,13,6,0,0,8,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,0,12,10,3,16,3,0,0,0,0,5,3,0,0,0,0,0,15,4,0,0,0,0,0,18,0,0,0,0,0,0,2,13,5,0,0,5,10,0,0,20,0,0,10,3,6,4,6,0,0,7,1,10,9,0,0,0,0,0,10,1,9,0,0,0,0,0,3,6,0,0,0,0,0,0,0,0,0,10,0,0,1,4,0,0,0,0,0,0,5,0,0,1,1,0,27,0,0,0,0,0,0,0,27,0,0,0,0,26,0,0,0,0,0,0,0,0,4,0,1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,7,7,3,2,0,0,0,18,7,1,0,0,0,0,7,0,0,0,0,0,0,0,0,7,4,12,0,0,5,1,1,0,0,0,0,5,1,0,0,0,0,0,0,0,9,0,0,0,0,0,11,0,8,20,0,0,0,10,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,3,0,0,0,0,0,8,2,0,13,0,0,1,1,6,0,0,0,0,0,0,0,2,0,0,0,0,4,5,6,0,0,0,0,0,11,0,0,0,0,7,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12,1,0,0,0,0,0,0,3,0,0,7,7,0,0,0,0,0,9,5,5,4,1,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,9,2,4,2,0,0,3,0,5,3,1,0,0,4,1,0,2,0,0,0,3,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,0,0,0,0,0,0,0,7,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,0,0,0,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,0,1,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,14,4,0,2,0,0,0,0,0,0,0,0,0,0,0,2,0,2,13,0,0,0,7,20,0,0,0,0,5,2,9,6,2,0,0,0,0,4,5,6,0,0,0,0,0,0,27,0,0,8,9,0,3,0,0,0,0,0,0,2,0,0,0,3,2,0,18,2,0,0,7,0,15,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0,0,3,0,0,0,5,1,0,0,0,0,0,0,0,9,3,1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,2,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,26,0,5,5,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,1,0,0,0,6,0,0,1,0,0,0,0,1,1,0,12,0,0,61,6,2,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,6,0,3,0,0,0,0,5,0,0,0,0,0,0,4,0,0,16,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,16,0,0,0,15,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,13,13,0,0,11,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,2,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,4,2,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3,2,4,1,0,0,0,0,4,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,0,3,0,0,0,9,0,3,0,0,0,0,7,9,3,0,1,0,0,5,1,0,1,0,0,0,2,0,1,0,0,0,0,3,8,11,2,3,0,0,0,1,12,0,0,0,0,5,2,6,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,3,22,1,0,0,4,19,12,9,18,0,0,3,20,16,18,16,0,0,2,11,0,0,0,0,0,0,0,2,4,0,0,0,0,0,3,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,7,0,7,2,0,0,0,0,0,1,13,0,0,7,8,5,8,0,0,0,0,0,2,1,0,0,0,7,9,8,7,1,0,0,0,0,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,8,2,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,4,3,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,2,0,0,7,7,14,2,0,0,0,3,6,1,5,1,0,0,1,7,2,5,1,0,0,0,2,1,0,0,0,0,3,2,1,1,0,0,0,0,0,1,2,1,0,0,0,0,0,2,2,0,0,3,1,1,2,13,0,0,0,0,2,1,4,0,0,1,0,2,7,6,0,0,0,0,1,0,0,0,0,4,7,0,0,0,0,0,0,0,3,1,6,0,0,3,2,0,2,3,0,0,0,1,1,0,4,0,0,2,0,1,1,0,0,0,0,2,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,1,14,0,0,3,1,0,0,1,0,0,5,3,7,11,12,0,0,7,4,2,12,12,0,0,3,1,0,0,0,4,0,3,12,4,13,3,0,0,8,11,49,12,9,0,0,2,3,3,6,9,0,7,0,7,6,10,7,0,0,9,9,3,5,2,0,0,4,17,4,5,0,7,0,22,8,12,7,7,0,0,1,2,2,4,6,0,0,11,2,0,1,8,0,0,2,0,0,0,2,0,0,0,3,5,0,0,0,0,2,1,15,14,14,0,1,16,15,11,4,7,0,0,3,24,20,7,7,0,0,3,6,0,1,3,0,0,3,1,1,1,0,0,0,0,0,0,19,2,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,2,2,0,2,0,0,2,1,8,8,5,0,1,3,3,1,2,6,0,0,8,1,5,3,3,0,0,2,0,5,1,0,0,0,0,1,3,3,0,0,0,0,1,0,0,2,0,0,1,0,5,1,2,0,0,4,6,10,11,2,0,0,14,3,7,0,3,1,0,4,10,0,1,2,0,0,1,3,0,0,1,0,0,0,2,2,1,1,0,0,5,2,5,0,1,0,0,10,2,8,12,10,1,1,8,7,10,8,4,0,0,2,8,0,1,0,0,0,0,3,0,1,0,0,0,2,1,1,7,4,0,0,0,6,2,14,6,0,0,4,15,2,10,12,0,0,2,0,0,2,9,0,2,6,1,0,0,2,0,0,0,3,3,3,0,0,2,5,0,0,0,3,0,0,0,0,2,2,0,0,0,5,4,0,1,2,0,0,2,2,0,3,1,0,0,1,4,3,4,3,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,6,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,1,3,0,0,1,3,1,3,0,0,0,0,0,1,0,2,0,0,13,2,1,0,4,0,0,11,9,2,8,3,0,0,0,13,12,0,5,0,9,2,0,0,2,4,0,2,0,1,0,0,0,0,0,1,0,3,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,4,2,0,1,0,0,3,1,2,0,0,11,2,3,4,4,1,0,8,1,2,1,0,0,0,1,2,7,3,3,4,0,2,4,2,1,1,0,0,2,7,0,0,1,0,0,5,0,3,0,1,2,0,4,0,1,8,2,0,0,4,1,3,3,0,0,0,4,5,0,3,5,0,0,3,2,3,5,4,0,0,1,0,1,5,0,0,0,2,0,0,6,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,1,7,2,0,0,0,0,0,4,4,6,4,0,0,7,4,3,6,6,0,0,2,10,6,0,0,0,0,3,5,4,7,8,0,0,0,1,3,3,1,0,0,1,2,0,0,4,0,0,1,0,2,3,1,0,0,6,16,3,2,11,0,0,5,3,3,1,2,0,0,0,3,2,6,3,0,0,0,3,0,2,2,0,0,2,2,0,6,6,0,2,0,3,9,5,1,0,0,0,1,6,4,0,0,0,0,2,2,0,5,0,1,0,0,0,0,0,0,0,1,0,0,2,0,0,0,2,1,3,0,1,0,0,0,0,0,0,2,0,0,4,0,5,2,1,0,0,0,0,2,3,0,0,0,3,1,3,3,3,1,0,2,3,0,0,0,0,0,0,3,0,3,0,0,0,1,0,1,2,1,0,0,3,2,0,2,4,0,0,0,2,0,1,0,0,0,6,2,0,0,1,0,0,1,4,0,0,2,0,0,3,1,1,1,3,0,1,12,7,3,6,6,0,0,2,5,2,11,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,1,1,1,1,0,0,0,1,3,0,0,3,9,1,1,7,1,0,4,3,2,0,0,0,0,0,0,0,1,1,0,0,3,3,1,0,0,0,0,1,0,3,0,0,0,0,0,5,2,2,3,1,0,1,1,1,1,0,0,0,0,2,1,0,1,0,0,2,2,0,2,2,0,0,0,0,1,2,1,0,0,3,3,2,1,0,0,0,0,1,1,1,3,0,0,1,2,4,3,2,0,0,1,2,0,5,0,0,0,0,0,2,0,0,0,0,1,1,8,4,1,0,0,3,2,4,0,1,0,0,4,2,2,1,0,0,0,0,2,8,0,6,0,0,5,2,2,0,8,0,0,3,2,5,5,1,0,0,0,2,13,8,1,0,0,9,2,0,2,1,0,0,1,0,0,2,0,0,0,0,3,1,1,2,0,0,1,0,1,3,3,0,0,1,0,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,1,0,0,0,0,2,1,2,1,0,0,0,4,2,0,0,0,0,0,0,0,3,0,0,0,4,9,5,1,3,0,0,1,1,0,1,3,0,0,1,4,3,0,3,0,0,4,2,2,0,0,0,0,0,1,4,2,3,0,0,0,0,1,1,2,0,0,1,3,0,0,2,0,0,2,2,2,4,0,0,0,0,2,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,3,0,0,0,4,2,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,3,2,0,1,1,0,1,2,0,2,1,3,0,0,0,3,0,1,2,0,0,0,0,1,2,0,0,0,1,0,0,0,1,0,2,3,0,0,0,1,0,0,0,0,0,0,3,0,0,1,1,0,1,2,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,1,1,0,0,1,0,2,0,0,0,0,0,1,0,0,0,0,0,2,0,0,5,2,0,0,0,3,0,2,0,0,0,2,0,1,6,4,0,0,2,0,2,4,0,0,0,0,2,1,1,0,0,0,3,0,2,1,0,0,0,0,0,0,0,0,0,0,0,1,0,2,2,0,0,0,0,4,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,2,0,0,1,1,0,1,0,0,0,1,0,0,1,4,0,0,1,0,0,2,1,0,0,1,0,0,0,2,0,0,1,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,0,1,0,0,1,0,5,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,2,1,0,0,1,7,0,0,2,0,0,0,0,0,1,3,0,0,1,1,1,1,0,0,0,0,1,1,2,2,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,0,1,1,2,0,0,0,0,2,1,0,1,1,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,11,5,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,2,0,0,0,2,0,0,9,0,0,0,1,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,0,0,1,0,1,3,1,0,0,3,0,0,0,7,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,2,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,5,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,2,0,0,0,0,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,1,2,0,0,0,0,0,2,2,4,0,0,2,1,1,0,0,0,0,2,1,4,7,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 39642 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 1295 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 171 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 846 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for modeling.emfcompare\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2006-10-31T00:00:00.000Z\",\"2006-11-30T00:00:00.000Z\",\"2006-12-31T00:00:00.000Z\",\"2007-01-31T00:00:00.000Z\",\"2007-02-28T00:00:00.000Z\",\"2007-03-31T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\"],[1,0,0,0,0,1,1,2,6,4,22,4,5,1,0,5,2,1,13,11,8,10,7,3,2,4,5,5,6,10,9,9,5,2,1,3,5,8,9,14,12,9,14,16,8,3,7,5,3,2,2,1,4,2,1,15,3,22,10,13,20,9,10,4,7,6,4,3,1,0,4,11,14,1,5,30,19,15,36,16,16,24,5,18,10,7,1,7,8,11,14,28,8,12,18,15,11,22,12,19,20,22,13,18,27,11,12,16,16,1,10,12,15,6,4,11,15,7,3,7,13,11,11,13,11,9,10,19,22,6,2,14,5,3,3,6,0,8,3,3,2,0,0,2,0,1,2,3,1,1,1,2,0,3,0,1,0,3,1,2,1,2,2,1,3,0,0,0,1,0,1,2,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 19 weeks.\n// jsData function gvisDataColumnChartID1e02399522ed () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 592 ], [ \"3.0.1\", 132 ], [ \"2.1.0\", 119 ], [ \"3.0.0\", 93 ], [ \"3.3.0\", 83 ], [ \"1.3\", 74 ], [ \"3.1.0\", 61 ], [ \"2.1.1\", 40 ], [ \"2.0\", 28 ], [ \"1.1\", 17 ], [ \"1.2\", 15 ], [ \"1.0\", 14 ], [ \"2.6.0\", 8 ], [ \"2.7.0\", 6 ], [ \"3.2.0\", 6 ], [ \"1.3.2\", 4 ], [ \"1.3.3\", 1 ], [ \"2.5.0\", 1 ], [ \"3.0\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e02399522ed() { var data = gvisDataColumnChartID1e02399522ed(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e02399522ed') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 5 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1e024a6589ab () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 758 ], [ \"UI\", 409 ], [ \"Team\", 76 ], [ \"Diagram\", 50 ], [ \"Command Line\", 2 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e024a6589ab() { var data = gvisDataColumnChartID1e024a6589ab(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e024a6589ab') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 1116 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for modeling.emfcompare\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2010-03-23T16:18:33.000Z\",\"2010-03-30T16:18:33.000Z\",\"2010-04-06T16:18:33.000Z\",\"2010-04-13T16:18:33.000Z\",\"2010-04-20T16:18:33.000Z\",\"2010-04-27T16:18:33.000Z\",\"2010-05-04T16:18:33.000Z\",\"2010-05-11T16:18:33.000Z\",\"2010-05-18T16:18:33.000Z\",\"2010-05-25T16:18:33.000Z\",\"2010-06-04T09:18:40.000Z\",\"2010-06-08T16:18:33.000Z\",\"2010-06-15T17:37:03.000Z\",\"2010-06-22T16:18:33.000Z\",\"2010-06-29T16:18:33.000Z\",\"2010-07-06T16:18:33.000Z\",\"2010-07-13T16:18:33.000Z\",\"2010-07-20T16:18:33.000Z\",\"2010-07-27T16:18:33.000Z\",\"2010-08-03T16:18:33.000Z\",\"2010-08-10T16:18:33.000Z\",\"2010-08-17T16:18:33.000Z\",\"2010-08-24T16:18:33.000Z\",\"2010-08-31T16:18:33.000Z\",\"2010-09-07T16:18:33.000Z\",\"2010-09-14T16:18:33.000Z\",\"2010-09-21T16:18:33.000Z\",\"2010-09-28T16:18:33.000Z\",\"2010-10-05T16:18:33.000Z\",\"2010-10-12T16:18:33.000Z\",\"2010-10-19T18:11:25.000Z\",\"2010-10-26T16:18:33.000Z\",\"2010-11-02T16:18:33.000Z\",\"2010-11-12T15:42:57.000Z\",\"2010-11-16T16:18:33.000Z\",\"2010-11-23T16:18:33.000Z\",\"2010-11-30T16:18:33.000Z\",\"2010-12-07T16:18:33.000Z\",\"2010-12-14T16:18:33.000Z\",\"2010-12-21T16:18:33.000Z\",\"2010-12-28T16:18:33.000Z\",\"2011-01-04T16:18:33.000Z\",\"2011-01-11T16:18:33.000Z\",\"2011-01-18T16:18:33.000Z\",\"2011-01-25T16:18:33.000Z\",\"2011-02-01T16:18:33.000Z\",\"2011-02-12T12:30:31.000Z\",\"2011-02-15T16:18:33.000Z\",\"2011-02-22T16:18:33.000Z\",\"2011-03-03T16:14:36.000Z\",\"2011-03-08T16:18:33.000Z\",\"2011-03-15T16:18:33.000Z\",\"2011-03-22T16:18:33.000Z\",\"2011-03-29T16:18:33.000Z\",\"2011-04-05T16:18:33.000Z\",\"2011-04-13T08:51:58.000Z\",\"2011-04-19T16:18:33.000Z\",\"2011-04-26T16:18:33.000Z\",\"2011-05-03T16:18:33.000Z\",\"2011-05-10T16:18:33.000Z\",\"2011-05-17T16:18:33.000Z\",\"2011-05-24T16:18:33.000Z\",\"2011-05-31T16:18:33.000Z\",\"2011-06-07T16:18:33.000Z\",\"2011-06-14T16:18:33.000Z\",\"2011-06-21T16:18:33.000Z\",\"2011-06-28T16:18:33.000Z\",\"2011-07-05T16:18:33.000Z\",\"2011-07-13T15:19:53.000Z\",\"2011-07-19T16:18:33.000Z\",\"2011-07-26T16:18:33.000Z\",\"2011-08-02T16:18:33.000Z\",\"2011-08-09T16:18:33.000Z\",\"2011-08-16T16:18:33.000Z\",\"2011-08-23T16:18:33.000Z\",\"2011-08-30T16:18:33.000Z\",\"2011-09-06T16:18:33.000Z\",\"2011-09-13T16:18:33.000Z\",\"2011-09-21T15:29:08.000Z\",\"2011-09-27T16:18:33.000Z\",\"2011-10-04T16:18:33.000Z\",\"2011-10-11T16:18:33.000Z\",\"2011-10-18T16:18:33.000Z\",\"2011-10-25T16:18:33.000Z\",\"2011-11-01T16:18:33.000Z\",\"2011-11-08T16:18:33.000Z\",\"2011-11-15T16:18:33.000Z\",\"2011-11-22T16:18:33.000Z\",\"2011-11-29T16:18:33.000Z\",\"2011-12-06T16:18:33.000Z\",\"2011-12-13T16:18:33.000Z\",\"2011-12-20T16:18:33.000Z\",\"2011-12-27T16:18:33.000Z\",\"2012-01-03T16:18:33.000Z\",\"2012-01-10T16:18:33.000Z\",\"2012-01-17T16:18:33.000Z\",\"2012-01-24T16:18:33.000Z\",\"2012-01-31T16:18:33.000Z\",\"2012-02-07T16:18:33.000Z\",\"2012-02-14T16:18:33.000Z\",\"2012-02-24T17:45:31.000Z\",\"2012-02-28T16:18:33.000Z\",\"2012-03-07T14:16:27.000Z\",\"2012-03-13T16:18:33.000Z\",\"2012-03-20T16:18:33.000Z\",\"2012-03-27T16:18:33.000Z\",\"2012-04-03T16:18:33.000Z\",\"2012-04-10T16:18:33.000Z\",\"2012-04-17T16:18:33.000Z\",\"2012-04-24T16:18:33.000Z\",\"2012-05-04T09:55:31.000Z\",\"2012-05-10T15:11:31.000Z\",\"2012-05-15T16:18:33.000Z\",\"2012-05-24T21:29:19.000Z\",\"2012-05-29T16:26:40.000Z\",\"2012-06-05T16:18:33.000Z\",\"2012-06-12T16:18:33.000Z\",\"2012-06-21T14:14:09.000Z\",\"2012-06-26T16:18:33.000Z\",\"2012-07-03T16:18:33.000Z\",\"2012-07-10T16:18:33.000Z\",\"2012-07-17T16:18:33.000Z\",\"2012-07-24T16:18:33.000Z\",\"2012-07-31T16:18:33.000Z\",\"2012-08-09T11:59:36.000Z\",\"2012-08-14T16:18:33.000Z\",\"2012-08-24T18:58:50.000Z\",\"2012-08-31T08:23:01.000Z\",\"2012-09-04T16:18:33.000Z\",\"2012-09-14T13:21:10.000Z\",\"2012-09-22T03:43:51.000Z\",\"2012-09-28T09:07:25.000Z\",\"2012-10-03T16:06:37.000Z\",\"2012-10-10T09:50:50.000Z\",\"2012-10-16T16:18:33.000Z\",\"2012-10-26T09:59:13.000Z\",\"2012-10-30T16:18:33.000Z\",\"2012-11-09T08:34:30.000Z\",\"2012-11-13T16:18:33.000Z\",\"2012-11-20T16:18:33.000Z\",\"2012-11-27T16:18:33.000Z\",\"2012-12-04T16:18:33.000Z\",\"2012-12-14T15:03:55.000Z\",\"2012-12-19T21:25:14.000Z\",\"2012-12-25T16:18:33.000Z\",\"2013-01-04T07:55:42.000Z\",\"2013-01-10T10:37:45.000Z\",\"2013-01-15T16:18:33.000Z\",\"2013-01-23T14:45:14.000Z\",\"2013-02-01T11:56:43.000Z\",\"2013-02-10T22:37:07.000Z\",\"2013-02-15T08:05:36.000Z\",\"2013-02-19T16:18:33.000Z\",\"2013-03-01T15:32:34.000Z\",\"2013-03-06T08:42:12.000Z\",\"2013-03-14T15:16:37.000Z\",\"2013-03-19T16:18:33.000Z\",\"2013-03-29T17:35:06.000Z\",\"2013-04-05T14:41:18.000Z\",\"2013-04-12T11:59:32.000Z\",\"2013-04-19T07:44:44.000Z\",\"2013-04-26T13:17:45.000Z\",\"2013-05-03T09:01:14.000Z\",\"2013-05-11T07:50:00.000Z\",\"2013-05-16T14:03:19.000Z\",\"2013-05-22T13:22:08.000Z\",\"2013-05-29T07:31:58.000Z\",\"2013-06-05T17:32:32.000Z\",\"2013-06-13T08:19:41.000Z\",\"2013-06-21T18:59:28.000Z\",\"2013-06-30T16:54:41.000Z\",\"2013-07-05T14:33:48.000Z\",\"2013-07-13T10:08:35.000Z\",\"2013-07-19T13:45:36.000Z\",\"2013-07-26T09:29:19.000Z\",\"2013-07-30T16:18:33.000Z\",\"2013-08-09T13:02:46.000Z\",\"2013-08-13T16:18:33.000Z\",\"2013-08-25T22:44:06.000Z\",\"2013-08-27T16:18:33.000Z\",\"2013-09-05T08:34:57.000Z\",\"2013-09-10T16:18:33.000Z\",\"2013-09-20T14:40:15.000Z\",\"2013-09-26T12:20:44.000Z\",\"2013-10-02T12:40:48.000Z\",\"2013-10-08T16:18:33.000Z\",\"2013-10-16T07:34:46.000Z\",\"2013-10-25T17:32:17.000Z\",\"2013-11-03T15:38:23.000Z\",\"2013-11-08T10:59:40.000Z\",\"2013-11-16T08:06:11.000Z\",\"2013-11-21T10:45:16.000Z\",\"2013-11-29T11:59:36.000Z\",\"2013-12-05T11:46:26.000Z\",\"2013-12-11T19:39:26.000Z\",\"2013-12-19T10:53:35.000Z\",\"2013-12-24T16:18:33.000Z\",\"2013-12-31T16:18:33.000Z\",\"2014-01-07T16:18:33.000Z\",\"2014-01-14T16:18:33.000Z\",\"2014-01-21T16:18:33.000Z\",\"2014-01-28T19:32:42.000Z\",\"2014-02-06T13:16:03.000Z\",\"2014-02-11T16:18:33.000Z\",\"2014-02-18T16:18:33.000Z\",\"2014-03-02T10:13:35.000Z\",\"2014-03-08T16:41:38.000Z\",\"2014-03-14T19:52:16.000Z\",\"2014-03-21T08:24:10.000Z\",\"2014-03-25T16:18:33.000Z\",\"2014-04-04T11:39:11.000Z\",\"2014-04-08T16:18:33.000Z\",\"2014-04-15T16:18:33.000Z\",\"2014-04-22T16:18:33.000Z\",\"2014-04-29T16:18:33.000Z\",\"2014-05-09T15:07:30.000Z\",\"2014-05-13T16:18:33.000Z\",\"2014-05-23T08:53:47.000Z\",\"2014-05-28T13:46:35.000Z\",\"2014-06-06T14:33:49.000Z\",\"2014-06-13T11:22:48.000Z\",\"2014-06-19T09:16:22.000Z\",\"2014-06-26T07:56:54.000Z\",\"2014-07-03T16:01:53.000Z\",\"2014-07-08T16:18:33.000Z\",\"2014-07-15T16:18:33.000Z\",\"2014-07-25T12:39:15.000Z\",\"2014-07-31T12:57:48.000Z\",\"2014-08-05T16:18:33.000Z\",\"2014-08-13T20:49:08.000Z\",\"2014-08-22T11:47:06.000Z\",\"2014-08-28T16:32:57.000Z\",\"2014-09-07T18:53:29.000Z\",\"2014-09-09T16:18:33.000Z\",\"2014-09-18T07:07:02.000Z\",\"2014-09-26T14:35:15.000Z\",\"2014-10-01T07:13:03.000Z\",\"2014-10-08T13:14:37.000Z\",\"2014-10-14T16:18:33.000Z\",\"2014-10-23T19:24:34.000Z\",\"2014-11-01T06:17:11.000Z\",\"2014-11-04T16:18:33.000Z\",\"2014-11-15T05:34:26.000Z\",\"2014-11-18T16:18:33.000Z\",\"2014-11-27T21:30:41.000Z\",\"2014-12-04T16:11:00.000Z\",\"2014-12-09T16:18:33.000Z\",\"2014-12-17T09:18:31.000Z\",\"2014-12-23T16:18:33.000Z\",\"2014-12-30T16:18:33.000Z\",\"2015-01-06T16:18:33.000Z\",\"2015-01-13T16:18:33.000Z\",\"2015-01-23T10:16:58.000Z\",\"2015-01-28T08:54:05.000Z\",\"2015-02-03T16:18:33.000Z\",\"2015-02-10T16:18:33.000Z\",\"2015-02-20T08:43:29.000Z\",\"2015-02-25T09:48:11.000Z\",\"2015-03-06T10:53:42.000Z\",\"2015-03-14T12:24:43.000Z\",\"2015-03-20T09:11:50.000Z\",\"2015-03-24T16:18:33.000Z\",\"2015-04-04T14:28:33.000Z\",\"2015-04-07T16:18:33.000Z\",\"2015-04-14T16:18:33.000Z\",\"2015-04-21T16:18:33.000Z\",\"2015-04-30T06:43:52.000Z\",\"2015-05-09T13:59:59.000Z\",\"2015-05-12T16:18:33.000Z\",\"2015-05-22T13:51:55.000Z\",\"2015-05-30T09:42:09.000Z\",\"2015-06-05T14:20:52.000Z\",\"2015-06-09T16:18:33.000Z\",\"2015-06-19T08:25:38.000Z\",\"2015-06-25T15:21:37.000Z\",\"2015-07-03T07:20:58.000Z\",\"2015-07-10T12:20:35.000Z\",\"2015-07-16T13:16:40.000Z\",\"2015-07-23T13:02:07.000Z\",\"2015-07-28T16:18:33.000Z\",\"2015-08-05T12:46:04.000Z\",\"2015-08-11T16:18:33.000Z\",\"2015-08-18T16:18:33.000Z\",\"2015-08-25T16:18:33.000Z\",\"2015-09-01T16:18:33.000Z\",\"2015-09-09T06:14:12.000Z\",\"2015-09-16T08:43:22.000Z\",\"2015-09-22T16:18:33.000Z\",\"2015-09-29T16:18:33.000Z\",\"2015-10-06T16:18:33.000Z\",\"2015-10-13T16:18:33.000Z\",\"2015-10-20T16:18:33.000Z\",\"2015-10-27T16:18:33.000Z\",\"2015-11-03T16:18:33.000Z\",\"2015-11-10T16:18:33.000Z\",\"2015-11-17T16:18:33.000Z\",\"2015-11-24T16:18:33.000Z\",\"2015-12-03T14:17:54.000Z\",\"2015-12-09T09:09:06.000Z\",\"2015-12-15T16:18:33.000Z\",\"2015-12-22T16:18:33.000Z\",\"2015-12-29T16:18:33.000Z\",\"2016-01-06T11:14:15.000Z\",\"2016-01-12T16:18:33.000Z\",\"2016-01-22T15:30:02.000Z\",\"2016-01-29T15:58:28.000Z\",\"2016-02-03T13:42:44.000Z\",\"2016-02-12T09:23:35.000Z\",\"2016-02-18T13:45:35.000Z\",\"2016-02-25T09:21:27.000Z\",\"2016-03-02T09:01:10.000Z\",\"2016-03-08T16:18:33.000Z\",\"2016-03-18T08:50:03.000Z\",\"2016-03-22T16:18:33.000Z\",\"2016-03-29T16:18:33.000Z\",\"2016-04-05T16:18:33.000Z\",\"2016-04-13T19:21:03.000Z\",\"2016-04-19T16:18:33.000Z\",\"2016-04-29T12:02:52.000Z\",\"2016-05-06T10:02:48.000Z\",\"2016-05-12T00:42:58.000Z\",\"2016-05-19T11:34:09.000Z\",\"2016-05-27T09:41:57.000Z\",\"2016-05-31T16:18:33.000Z\",\"2016-06-07T16:18:33.000Z\",\"2016-06-14T16:18:33.000Z\",\"2016-06-21T16:18:33.000Z\",\"2016-06-28T16:18:33.000Z\",\"2016-07-10T08:02:50.000Z\",\"2016-07-12T16:18:33.000Z\",\"2016-07-20T10:08:56.000Z\",\"2016-07-26T16:18:33.000Z\",\"2016-08-04T06:56:16.000Z\",\"2016-08-09T16:18:33.000Z\",\"2016-08-16T16:18:33.000Z\",\"2016-08-25T14:04:12.000Z\",\"2016-09-02T13:50:12.000Z\",\"2016-09-09T12:32:39.000Z\",\"2016-09-14T11:47:42.000Z\",\"2016-09-23T13:15:12.000Z\",\"2016-10-02T17:30:18.000Z\",\"2016-10-07T16:20:07.000Z\",\"2016-10-14T13:59:33.000Z\",\"2016-10-18T16:18:33.000Z\",\"2016-10-27T14:04:45.000Z\",\"2016-11-04T06:42:45.000Z\",\"2016-11-11T15:07:54.000Z\",\"2016-11-18T14:28:55.000Z\",\"2016-11-27T22:14:43.000Z\",\"2016-12-02T16:29:35.000Z\",\"2016-12-09T15:38:05.000Z\",\"2016-12-16T11:15:36.000Z\",\"2016-12-22T10:49:00.000Z\",\"2016-12-27T16:18:33.000Z\",\"2017-01-05T13:01:52.000Z\",\"2017-01-13T15:48:59.000Z\",\"2017-01-20T11:03:09.000Z\",\"2017-01-27T16:24:19.000Z\",\"2017-02-05T09:47:00.000Z\",\"2017-02-09T14:29:31.000Z\",\"2017-02-14T16:18:33.000Z\",\"2017-02-21T16:18:33.000Z\",\"2017-03-03T12:27:02.000Z\",\"2017-03-07T16:18:33.000Z\",\"2017-03-15T20:42:33.000Z\",\"2017-03-23T08:27:35.000Z\",\"2017-03-28T16:18:33.000Z\",\"2017-04-08T09:58:07.000Z\",\"2017-04-16T05:34:01.000Z\",\"2017-04-22T02:23:05.000Z\",\"2017-04-25T16:18:33.000Z\",\"2017-05-02T16:18:33.000Z\",\"2017-05-09T16:18:33.000Z\",\"2017-05-16T16:18:33.000Z\",\"2017-05-28T18:20:07.000Z\",\"2017-06-02T08:33:31.000Z\",\"2017-06-08T14:09:03.000Z\",\"2017-06-14T14:27:16.000Z\",\"2017-06-23T09:28:35.000Z\",\"2017-06-30T14:33:27.000Z\",\"2017-07-07T09:50:39.000Z\",\"2017-07-14T07:36:18.000Z\",\"2017-07-21T17:18:58.000Z\",\"2017-07-25T16:18:33.000Z\",\"2017-08-04T09:09:14.000Z\",\"2017-08-11T08:43:29.000Z\",\"2017-08-16T08:13:15.000Z\",\"2017-08-22T16:18:33.000Z\",\"2017-09-01T09:05:23.000Z\",\"2017-09-07T08:00:01.000Z\",\"2017-09-12T16:18:33.000Z\",\"2017-09-19T16:18:33.000Z\",\"2017-09-26T16:18:33.000Z\",\"2017-10-06T17:14:36.000Z\",\"2017-10-10T17:53:47.000Z\",\"2017-10-20T08:19:20.000Z\",\"2017-10-27T02:20:54.000Z\",\"2017-11-02T07:54:22.000Z\",\"2017-11-07T16:18:33.000Z\",\"2017-11-16T15:09:36.000Z\",\"2017-11-21T16:18:33.000Z\",\"2017-11-28T16:18:33.000Z\",\"2017-12-05T16:18:33.000Z\",\"2017-12-12T16:18:33.000Z\",\"2017-12-22T09:28:59.000Z\",\"2017-12-26T16:18:33.000Z\",\"2018-01-04T09:07:39.000Z\",\"2018-01-12T22:20:38.000Z\",\"2018-01-19T21:58:27.000Z\",\"2018-01-23T16:18:33.000Z\",\"2018-02-01T17:48:25.000Z\",\"2018-02-09T18:28:29.000Z\",\"2018-02-13T16:18:33.000Z\",\"2018-02-23T14:51:23.000Z\",\"2018-02-27T16:18:33.000Z\",\"2018-03-06T16:18:33.000Z\",\"2018-03-13T16:18:33.000Z\",\"2018-03-20T16:18:33.000Z\",\"2018-03-27T16:18:33.000Z\",\"2018-04-03T16:18:33.000Z\",\"2018-04-10T16:18:33.000Z\",\"2018-04-17T16:18:33.000Z\",\"2018-04-24T16:18:33.000Z\",\"2018-05-01T16:18:33.000Z\",\"2018-05-08T16:18:33.000Z\",\"2018-05-15T16:18:33.000Z\",\"2018-05-22T18:26:35.000Z\",\"2018-05-29T16:18:33.000Z\",\"2018-06-05T16:18:33.000Z\",\"2018-06-12T16:18:33.000Z\",\"2018-06-19T16:18:33.000Z\",\"2018-06-26T16:18:33.000Z\",\"2018-07-03T16:18:33.000Z\",\"2018-07-10T16:18:33.000Z\",\"2018-07-17T16:18:33.000Z\",\"2018-07-24T16:18:33.000Z\",\"2018-07-31T16:18:33.000Z\",\"2018-08-07T16:18:33.000Z\",\"2018-08-14T16:18:33.000Z\",\"2018-08-21T16:18:33.000Z\",\"2018-08-28T16:18:33.000Z\",\"2018-09-07T11:53:05.000Z\",\"2018-09-11T16:18:33.000Z\",\"2018-09-18T16:18:33.000Z\",\"2018-09-25T16:18:33.000Z\",\"2018-10-02T16:18:33.000Z\",\"2018-10-09T16:18:33.000Z\",\"2018-10-16T16:18:33.000Z\",\"2018-10-23T16:18:33.000Z\",\"2018-10-30T16:18:33.000Z\",\"2018-11-06T16:18:33.000Z\",\"2018-11-13T16:18:33.000Z\",\"2018-11-20T16:18:33.000Z\",\"2018-11-27T16:18:33.000Z\",\"2018-12-05T08:26:13.000Z\",\"2018-12-15T12:27:41.000Z\",\"2018-12-18T16:18:33.000Z\",\"2018-12-25T16:18:33.000Z\",\"2019-01-01T16:18:33.000Z\",\"2019-01-08T16:18:33.000Z\",\"2019-01-15T16:18:33.000Z\",\"2019-01-22T16:18:33.000Z\",\"2019-01-29T16:18:33.000Z\",\"2019-02-07T09:15:58.000Z\",\"2019-02-15T21:31:41.000Z\",\"2019-02-19T16:18:33.000Z\",\"2019-02-26T16:18:33.000Z\",\"2019-03-05T16:18:33.000Z\",\"2019-03-12T16:18:33.000Z\",\"2019-03-19T16:18:33.000Z\",\"2019-03-26T16:18:33.000Z\",\"2019-04-02T16:18:33.000Z\",\"2019-04-09T16:18:33.000Z\",\"2019-04-19T09:02:32.000Z\",\"2019-04-23T16:18:33.000Z\",\"2019-04-30T16:18:33.000Z\",\"2019-05-07T16:18:33.000Z\",\"2019-05-14T16:18:33.000Z\",\"2019-05-21T16:18:33.000Z\",\"2019-05-28T16:18:33.000Z\",\"2019-06-04T16:18:33.000Z\",\"2019-06-11T16:18:33.000Z\",\"2019-06-18T16:18:33.000Z\",\"2019-06-25T16:18:33.000Z\",\"2019-07-02T16:18:33.000Z\",\"2019-07-09T16:18:33.000Z\",\"2019-07-18T22:18:18.000Z\",\"2019-07-23T16:18:33.000Z\",\"2019-07-30T16:18:33.000Z\",\"2019-08-06T16:18:33.000Z\",\"2019-08-13T16:18:33.000Z\",\"2019-08-20T16:18:33.000Z\",\"2019-08-27T16:18:33.000Z\",\"2019-09-03T16:18:33.000Z\",\"2019-09-10T16:18:33.000Z\",\"2019-09-17T16:18:33.000Z\",\"2019-09-24T16:18:33.000Z\",\"2019-10-01T16:18:33.000Z\",\"2019-10-08T16:18:33.000Z\",\"2019-10-15T16:18:33.000Z\",\"2019-10-24T09:44:37.000Z\",\"2019-10-31T10:47:40.000Z\",\"2019-11-05T16:18:33.000Z\",\"2019-11-12T16:18:33.000Z\",\"2019-11-19T16:18:33.000Z\",\"2019-11-26T16:18:33.000Z\",\"2019-12-03T16:18:33.000Z\",\"2019-12-10T16:18:33.000Z\",\"2019-12-17T16:18:33.000Z\",\"2019-12-24T16:18:33.000Z\",\"2020-01-03T17:12:48.000Z\",\"2020-01-10T22:15:20.000Z\",\"2020-01-14T16:57:31.000Z\",\"2020-01-21T16:18:33.000Z\",\"2020-02-02T23:47:48.000Z\",\"2020-02-04T16:18:33.000Z\",\"2020-02-13T17:56:07.000Z\",\"2020-02-21T14:22:00.000Z\",\"2020-02-25T16:18:33.000Z\",\"2020-03-03T16:18:33.000Z\",\"2020-03-10T16:18:33.000Z\",\"2020-03-17T16:18:33.000Z\",\"2020-03-24T16:18:33.000Z\",\"2020-03-31T16:18:33.000Z\",\"2020-04-09T08:34:03.000Z\",\"2020-04-15T18:31:12.000Z\",\"2020-04-21T16:18:33.000Z\",\"2020-04-28T16:52:20.000Z\",\"2020-05-07T12:27:31.000Z\",\"2020-05-14T08:33:22.000Z\",\"2020-05-24T06:11:11.000Z\",\"2020-05-26T16:18:33.000Z\",\"2020-06-04T14:24:01.000Z\",\"2020-06-09T16:18:33.000Z\",\"2020-06-16T16:18:33.000Z\",\"2020-06-23T16:18:33.000Z\",\"2020-06-30T16:18:33.000Z\",\"2020-07-07T16:18:33.000Z\",\"2020-07-14T16:18:33.000Z\",\"2020-07-21T16:18:33.000Z\",\"2020-07-28T16:18:33.000Z\",\"2020-08-04T16:18:33.000Z\",\"2020-08-11T16:18:33.000Z\",\"2020-08-18T16:18:33.000Z\",\"2020-08-25T16:18:33.000Z\",\"2020-09-01T16:18:33.000Z\",\"2020-09-08T16:18:33.000Z\",\"2020-09-15T16:18:33.000Z\",\"2020-09-22T16:18:33.000Z\",\"2020-09-29T16:18:33.000Z\",\"2020-10-06T16:18:33.000Z\",\"2020-10-13T16:18:33.000Z\",\"2020-10-20T16:18:33.000Z\",\"2020-10-28T18:14:47.000Z\",\"2020-11-03T16:18:33.000Z\",\"2020-11-11T15:10:50.000Z\",\"2020-11-17T16:18:33.000Z\",\"2020-11-24T16:18:33.000Z\",\"2020-12-01T16:18:33.000Z\",\"2020-12-08T16:18:33.000Z\",\"2020-12-15T16:18:33.000Z\",\"2020-12-22T16:18:33.000Z\",\"2020-12-29T16:18:33.000Z\",\"2021-01-05T16:18:33.000Z\",\"2021-01-12T16:18:33.000Z\",\"2021-01-19T16:18:33.000Z\",\"2021-01-26T16:18:33.000Z\",\"2021-02-02T16:18:33.000Z\",\"2021-02-09T00:22:04.000Z\"],[1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,3,1,1,1,1,1,3,1,1,1,1,3,3,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,5,2,2,2,3,1,1,5,3,1,1,1,1,1,2,1,5,4,2,5,4,3,2,2,1,7,2,3,1,1,3,1,9,2,1,13,2,1,5,16,8,13,7,6,3,3,8,5,20,19,5,21,10,21,17,7,4,4,4,3,11,28,12,6,13,1,5,1,4,2,6,1,2,12,3,1,5,2,3,3,5,8,6,5,3,5,1,1,1,1,1,2,5,1,1,3,13,18,3,1,9,2,1,1,1,9,6,7,4,2,3,4,9,7,1,1,2,2,1,2,8,2,2,1,3,3,5,8,2,3,11,3,5,2,2,3,1,2,1,1,1,1,3,5,1,1,5,2,2,2,5,3,2,1,1,1,8,3,1,5,8,4,1,2,3,3,6,4,7,1,3,1,1,1,1,3,3,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,3,1,6,6,5,3,6,3,2,1,3,1,1,1,2,2,3,4,5,5,8,2,1,1,4,1,6,2,11,1,3,1,3,11,4,4,2,14,2,5,11,3,2,14,13,12,12,24,21,5,9,1,3,11,7,13,7,6,2,1,4,2,4,4,1,2,3,3,1,1,1,1,5,6,6,4,4,8,7,8,7,7,3,3,3,3,7,5,1,1,2,2,3,6,11,8,2,3,1,1,5,1,5,1,2,3,8,1,3,4,2,4,1,1,1,1,2,1,1,1,1,1,1,3,4,1,1,1,1,1,1,1,3,2,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,2,1,2,4,1,1,1,1,1,1,1,2,2,4,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,3,5,2,1,1,2,2,1,1,1,1,1,1,1,2,3,3,2,1,1,1,1,1,1,2,5,4,3,4,2,3,2,1,1,1,1,1,1,3,3,2,6,2,3,2,1,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,6,5,2,1,1,2,1,2,2,1,1,1,1,1]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on modeling.emfcompare forum.    ID   Subject   Post date   Post author     1837864   Overriding the Model Resolver: impossible?   2021-02-09 00:22:04   110161     1836469   Re: Load resources from revision control   2021-01-05 08:14:56   38891     1836325   AbstractChangeFactory.fillRequiredDifferences() may cause circular dependencies   2020-12-29 02:41:11   230050     1835821   Load resources from revision control   2020-12-14 10:55:42   219381     1834990   Re: Crossover operation by EMF Compare   2020-11-23 08:25:34   38891     1834707   Re: equalityHelperExtensionProvider extension point ignored \\[SOLVED\\]   2020-11-16 16:05:53   110161     1834706   Re: Crossover operation by EMF Compare   2020-11-16 15:26:02   230619     1834695   Re: equalityHelperExtensionProvider extension point ignored   2020-11-16 10:02:10   38891     1834691   Re: Crossover operation by EMF Compare   2020-11-16 08:22:36   38891     1834507   Crossover operation by EMF Compare   2020-11-11 15:10:50   230619    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 314 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on modeling.emfcompare forum.    ID   Subject   Last post date   Last post author   Replies   Views     1106908   Overriding the Model Resolver: impossible?   2021-02-09 00:22:04   1837864   0   13883     1106454   AbstractChangeFactory.fillRequiredDifferences() may cause circular dependencies   2020-12-29 02:41:11   1836325   0   1220     1106277   Load resources from revision control   2021-01-05 08:14:56   1836469   1   1899     1105870   Crossover operation by EMF Compare   2020-11-23 08:25:34   1834990   3   1170     1105864   equalityHelperExtensionProvider extension point ignored   2020-11-16 16:05:53   1834707   2   1053     1105743   Maven for EMF Compare   2020-11-09 18:26:37   1834401   2   2805     1105700   CDO comparison    2020-11-09 07:59:07   1834367   1   862     1104007   Retrieving the “match of value” in an ADD Diff computed by EMF Compare   2020-06-09 06:30:01   1828390   2   1896     1103779   Distinguishing various references inside Diff with same name   2020-06-04 14:24:01   1828233   2   1672     1103699   Problem with compare editor   2020-05-07 12:27:31   1827114   0   1378      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 314 commits.\n  ID   Name   Time   Result     920   clean-nightly \\#920   1.609903e+12   SUCCESS     919   clean-nightly \\#919   1.606229e+12   SUCCESS     918   clean-nightly \\#918   1.605877e+12   SUCCESS     917   clean-nightly \\#917   1.604110e+12   SUCCESS     916   clean-nightly \\#916   1.601814e+12   SUCCESS     915   clean-nightly \\#915   1.598880e+12   SUCCESS     914   clean-nightly \\#914   1.595439e+12   SUCCESS     913   clean-nightly \\#913   1.593656e+12   SUCCESS     912   clean-nightly \\#912   1.593224e+12   SUCCESS     911   clean-nightly \\#911   1.593138e+12   SUCCESS    // jsData function gvisDataPieChartID1e02548d83df () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 1 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 165 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 146 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e02548d83df() { var data = gvisDataPieChartID1e02548d83df(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project modeling.emfcompare \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e02548d83df') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e02548d83df); })(); function displayChartPieChartID1e02548d83df() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 34 commits.\n  Name   Colour   Last build time   Health report     clean-nightly   blue   1.609903e+12   100     cli-master-gerrit   blue   1.432289e+12   100     cli-master-nightly   disabled   1.432440e+12   100     collaborative.modeling.luna-master-nightly   disabled   1.477505e+12   100     collaborative.modeling.mars-master-nightly   disabled   1.550995e+12   0     collaborative.modeling.neon-master-nightly   disabled   1.550992e+12   0     egit.logical-master-nightly   disabled   1.489637e+12   100     jgit.hooks-master-nighly   disabled   1.467097e+12   100     maintenance-1.1   disabled   0.000000e+00   0     maintenance-1.2   disabled   0.000000e+00   0    // jsData function gvisDataPieChartID1e022325b055 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 10 ], [ \u0026ldquo;disabled\u0026rdquo;, 14 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;red\u0026rdquo;, 9 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e022325b055() { var data = gvisDataPieChartID1e022325b055(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project modeling.emfcompare \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e022325b055') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e022325b055); })(); function displayChartPieChartID1e022325b055() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for modeling.emfcompare .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=EMFCompare   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=EMFCompare\u0026component=Core   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/emfcompare/job/master-nightly/   OK. Fetched CI URL.\\\\Failed: CI URL is not the root of a Hudson instance.     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/emf-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://wiki.eclipse.org/EMF\\_Compare   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/emf/compare/download.html   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://www.eclipse.org/forums/eclipse.tools.emf   OK. Forum \\[EMF Compare forum / newsgroup\\] correctly defined.\\\\OK: Forum \\[EMF Compare forum / newsgroup\\] URL could be successfully fetched.\\\\OK. Forum \\[EMF forum / newsgroup\\] correctly defined.\\\\OK: Forum \\[EMF forum / newsgroup\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://wiki.eclipse.org/EMF\\_Compare/User\\_Guide   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/emf/compare/project-info/plan-kepler.xml   OK: Plan URL could be successfully fetched.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 21 commits.\n  Author   Count     unknown   13595     Philip Langer    55     Stefan Dirix    30     Martin Fleck    26     Michael Borkowski    13     Alexandra Buzila   6     Alexandra Buzila    3     Laurent Goubet    3     \u0026lt;a href mailto:odVkqXaZXqbJAD2G@VdXOQ53N36043IU1’\u0026gt; Ibm Corporation   2     Christian W. Damus   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e0271d28c56 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 13595 ], [ \"Philip Langer \", 55 ], [ \"Stefan Dirix \", 30 ], [ \"Martin Fleck \", 26 ], [ \"Michael Borkowski \", 13 ], [ \"Alexandra Buzila\", 6 ], [ \"Alexandra Buzila \", 3 ], [ \"Laurent Goubet \", 3 ], [ \"Ibm Corporation\", 2 ], [ \"Christian W. Damus\", 2 ], [ \"EMF Compare\", 2 ], [ \"\", 1 ], [ \"Jens Baumgart \", 1 ], [ \"Projects\", 1 ], [ \"Stefan Dirix\", 1 ], [ \"Tobias Ortmayr\", 1 ], [ \"Tobias Ortmayr \", 1 ], [ \"Tobias Ortmayr \", 1 ], [ \"vvWx3ol+R2dO2Z13@ihJsxkAUBniu9kXn\", 1 ], [ \"link ColumnResizer\", 1 ], [ \"the group\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e0271d28c56() { var data = gvisDataPieChartID1e0271d28c56(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project modeling.emfcompare \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e0271d28c56') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 29 commits.\n  Copyrights   Count     unknown   12021     Copyright (c) Obeo   1244     Copyright (c) Obeo and others   296     Copyright (c) EclipseSource Muenchen GmbH and others   84     Copyright (c) EclipseSource Services GmbH and others   77     Copyright (c) IBM Corporation and others   66     Copyright Twitter, Inc   26     Copyright (c) EclipseSource GmbH.   9     Copyright (c) Obeo, France   8     Copyright Obeo and others   6      suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e0226451091 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 12021 ], [ \"Copyright (c) Obeo\", 1244 ], [ \"Copyright (c) Obeo and others\", 296 ], [ \"Copyright (c) EclipseSource Muenchen GmbH and others\", 84 ], [ \"Copyright (c) EclipseSource Services GmbH and others\", 77 ], [ \"Copyright (c) IBM Corporation and others\", 66 ], [ \"Copyright Twitter, Inc\", 26 ], [ \"Copyright (c) EclipseSource GmbH.\", 9 ], [ \"Copyright (c) Obeo, France\", 8 ], [ \"(c) Copyright Obeo and others\", 6 ], [ \"Copyright (c) EclipseSource Munich and others\", 6 ], [ \"Copyright (c) EclipseSource Munich GmbH and others\", 3 ], [ \"Copyright (c) Christian W. Damus and others\", 2 ], [ \"Copyright (c) EclipseSource Services GmbH.\", 2 ], [ \"Copyright (c) Ericsson and others\", 2 ], [ \"Copyright (c) Eclipse\", 1 ], [ \"Copyright (c) EclipseSource GmbH and others\", 1 ], [ \"Copyright (c) EclipseSource Muenchen GmbH, Christian W. Damus, and others\", 1 ], [ \"Copyright (c) EclipseSource Muenchen GmbH.\", 1 ], [ \"Copyright (c) EclipseSource Service GmbH and others\", 1 ], [ \"Copyright (c) EclipseSource Services and others\", 1 ], [ \"Copyright (c) EclipseSource, Christian W. Damus, and others\", 1 ], [ \"Copyright (c) Google Inc.\", 1 ], [ \"Copyright (c) Jens Baumgart \", 1 ], [ \"Copyright (c) Mathias Kinzler  and others\", 1 ], [ \"Copyright (c) Robin Rosenberg \", 1 ], [ \"Copyright (c) Yann Simon \", 1 ], [ \"Copyright Dan Vanderkam (LCxJl2wrsIXK6FWV@r65R6tEdqvyCDf7F) MIT-licensed (http://opensource.org/licenses/MIT) Date.ext Date.ext.util Date.ext.util.xPad\", 1 ], [ \"Copyright Google Inc. http://code.google.com/p/google-diff-match-patch\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e0226451091() { var data = gvisDataPieChartID1e0226451091(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project modeling.emfcompare \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e0226451091') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 27 commits.\n  Holders   Count     unknown   12021     Obeo   1246     Obeo and others   302     EclipseSource Muenchen GmbH and others   84     EclipseSource Services GmbH and others   77     IBM Corporation and others   66     Twitter, Inc   26     EclipseSource GmbH.   9     Obeo, France   8     EclipseSource Munich and others   6    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e023c46dd64 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 12021 ], [ \"Obeo\", 1246 ], [ \"Obeo and others\", 302 ], [ \"EclipseSource Muenchen GmbH and others\", 84 ], [ \"EclipseSource Services GmbH and others\", 77 ], [ \"IBM Corporation and others\", 66 ], [ \"Twitter, Inc\", 26 ], [ \"EclipseSource GmbH.\", 9 ], [ \"Obeo, France\", 8 ], [ \"EclipseSource Munich and others\", 6 ], [ \"EclipseSource Munich GmbH and others\", 3 ], [ \"Christian W. Damus and others\", 2 ], [ \"EclipseSource Services GmbH.\", 2 ], [ \"Ericsson and others\", 2 ], [ \"Google Inc.\", 2 ], [ \"Dan Vanderkam MIT-licensed Date.ext\", 1 ], [ \"EclipseSource GmbH and others\", 1 ], [ \"EclipseSource Muenchen GmbH, Christian W. Damus, and others\", 1 ], [ \"EclipseSource Muenchen GmbH.\", 1 ], [ \"EclipseSource Service GmbH and others\", 1 ], [ \"EclipseSource Services and others\", 1 ], [ \"EclipseSource, Christian W. Damus, and others\", 1 ], [ \"Jens Baumgart\", 1 ], [ \"Mathias Kinzler and others\", 1 ], [ \"Robin Rosenberg\", 1 ], [ \"The Eclipse Foundation\", 1 ], [ \"Yann Simon\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e023c46dd64() { var data = gvisDataPieChartID1e023c46dd64(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project modeling.emfcompare \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e023c46dd64') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 14 commits.\n  Licence   Count     unknown   11951     epl-1.0   1874     apache-2.0   92     cpl-1.0   65     eclipse-sua-2010   65     mpl-1.1   65     cpl-1.0 AND other-permissive   3     bsd-new   2     epl-2.0 OR apache-2.0   2     other-permissive   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e022caf1bbc () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 11951 ], [ \"epl-1.0\", 1874 ], [ \"apache-2.0\", 92 ], [ \"cpl-1.0\", 65 ], [ \"eclipse-sua-2010\", 65 ], [ \"mpl-1.1\", 65 ], [ \"cpl-1.0 AND other-permissive\", 3 ], [ \"bsd-new\", 2 ], [ \"epl-2.0 OR apache-2.0\", 2 ], [ \"other-permissive\", 2 ], [ \"unknown\", 2 ], [ \"cc-by-3.0 AND mit\", 1 ], [ \"epl-1.0 OR bsd-new\", 1 ], [ \"mit\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e022caf1bbc() { var data = gvisDataPieChartID1e022caf1bbc(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project modeling.emfcompare \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e022caf1bbc') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 10 commits.\n  Programming Language   Count     unknown   12021     Java   1565     HTML   71     Objective-C   51     PHP   15     Bash   6     CSS   4     JavaScript   3     Python   3     VB.net   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e02d6e75dd () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 12021 ], [ \"Java\", 1565 ], [ \"HTML\", 71 ], [ \"Objective-C\", 51 ], [ \"PHP\", 15 ], [ \"Bash\", 6 ], [ \"CSS\", 4 ], [ \"JavaScript\", 3 ], [ \"Python\", 3 ], [ \"VB.net\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e02d6e75dd() { var data = gvisDataPieChartID1e02d6e75dd(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project modeling.emfcompare \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e02d6e75dd') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 127 commits.\n  Holders   Type     README.textile   readme     org.eclipse.emf.compare-parent/pom.xml   manifest     org.eclipse.emf.compare-parent/bundle-parent/pom.xml   manifest     org.eclipse.emf.compare-parent/feature-parent/pom.xml   manifest     org.eclipse.emf.compare-parent/targetPlatforms/fragments/licence.tpd   legal     org.eclipse.emf.compare-parent/test-parent/pom.xml   manifest     packaging/org.eclipse.emf.compare-feature/copyright.txt   legal     packaging/org.eclipse.emf.compare-feature/pom.xml   manifest     packaging/org.eclipse.emf.compare-feature/sourceTemplateFeature/copyright.txt   legal     packaging/org.eclipse.emf.compare.diagram.ecoretools-feature/copyright.txt   legal    ","href":"/projects/modeling.emfcompare/datasets_report/","title":"modeling.emfcompare"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;modeling.epsilon\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/modeling.epsilon.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 1549 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for modeling.epsilon\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2008-09-11T00:00:00.000Z\",\"2008-09-12T00:00:00.000Z\",\"2008-09-13T00:00:00.000Z\",\"2008-09-14T00:00:00.000Z\",\"2008-09-15T00:00:00.000Z\",\"2008-09-16T00:00:00.000Z\",\"2008-09-17T00:00:00.000Z\",\"2008-09-18T00:00:00.000Z\",\"2008-09-19T00:00:00.000Z\",\"2008-09-20T00:00:00.000Z\",\"2008-09-21T00:00:00.000Z\",\"2008-09-22T00:00:00.000Z\",\"2008-09-23T00:00:00.000Z\",\"2008-09-24T00:00:00.000Z\",\"2008-09-25T00:00:00.000Z\",\"2008-09-26T00:00:00.000Z\",\"2008-09-27T00:00:00.000Z\",\"2008-09-28T00:00:00.000Z\",\"2008-09-29T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-01T00:00:00.000Z\",\"2008-10-02T00:00:00.000Z\",\"2008-10-03T00:00:00.000Z\",\"2008-10-04T00:00:00.000Z\",\"2008-10-05T00:00:00.000Z\",\"2008-10-06T00:00:00.000Z\",\"2008-10-07T00:00:00.000Z\",\"2008-10-08T00:00:00.000Z\",\"2008-10-09T00:00:00.000Z\",\"2008-10-10T00:00:00.000Z\",\"2008-10-11T00:00:00.000Z\",\"2008-10-12T00:00:00.000Z\",\"2008-10-13T00:00:00.000Z\",\"2008-10-14T00:00:00.000Z\",\"2008-10-15T00:00:00.000Z\",\"2008-10-16T00:00:00.000Z\",\"2008-10-17T00:00:00.000Z\",\"2008-10-18T00:00:00.000Z\",\"2008-10-19T00:00:00.000Z\",\"2008-10-20T00:00:00.000Z\",\"2008-10-21T00:00:00.000Z\",\"2008-10-22T00:00:00.000Z\",\"2008-10-23T00:00:00.000Z\",\"2008-10-24T00:00:00.000Z\",\"2008-10-25T00:00:00.000Z\",\"2008-10-26T00:00:00.000Z\",\"2008-10-27T00:00:00.000Z\",\"2008-10-28T00:00:00.000Z\",\"2008-10-29T00:00:00.000Z\",\"2008-10-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-01T00:00:00.000Z\",\"2008-11-02T00:00:00.000Z\",\"2008-11-03T00:00:00.000Z\",\"2008-11-04T00:00:00.000Z\",\"2008-11-05T00:00:00.000Z\",\"2008-11-06T00:00:00.000Z\",\"2008-11-07T00:00:00.000Z\",\"2008-11-08T00:00:00.000Z\",\"2008-11-09T00:00:00.000Z\",\"2008-11-10T00:00:00.000Z\",\"2008-11-11T00:00:00.000Z\",\"2008-11-12T00:00:00.000Z\",\"2008-11-13T00:00:00.000Z\",\"2008-11-14T00:00:00.000Z\",\"2008-11-15T00:00:00.000Z\",\"2008-11-16T00:00:00.000Z\",\"2008-11-17T00:00:00.000Z\",\"2008-11-18T00:00:00.000Z\",\"2008-11-19T00:00:00.000Z\",\"2008-11-20T00:00:00.000Z\",\"2008-11-21T00:00:00.000Z\",\"2008-11-22T00:00:00.000Z\",\"2008-11-23T00:00:00.000Z\",\"2008-11-24T00:00:00.000Z\",\"2008-11-25T00:00:00.000Z\",\"2008-11-26T00:00:00.000Z\",\"2008-11-27T00:00:00.000Z\",\"2008-11-28T00:00:00.000Z\",\"2008-11-29T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-01T00:00:00.000Z\",\"2008-12-02T00:00:00.000Z\",\"2008-12-03T00:00:00.000Z\",\"2008-12-04T00:00:00.000Z\",\"2008-12-05T00:00:00.000Z\",\"2008-12-06T00:00:00.000Z\",\"2008-12-07T00:00:00.000Z\",\"2008-12-08T00:00:00.000Z\",\"2008-12-09T00:00:00.000Z\",\"2008-12-10T00:00:00.000Z\",\"2008-12-11T00:00:00.000Z\",\"2008-12-12T00:00:00.000Z\",\"2008-12-13T00:00:00.000Z\",\"2008-12-14T00:00:00.000Z\",\"2008-12-15T00:00:00.000Z\",\"2008-12-16T00:00:00.000Z\",\"2008-12-17T00:00:00.000Z\",\"2008-12-18T00:00:00.000Z\",\"2008-12-19T00:00:00.000Z\",\"2008-12-20T00:00:00.000Z\",\"2008-12-21T00:00:00.000Z\",\"2008-12-22T00:00:00.000Z\",\"2008-12-23T00:00:00.000Z\",\"2008-12-24T00:00:00.000Z\",\"2008-12-25T00:00:00.000Z\",\"2008-12-26T00:00:00.000Z\",\"2008-12-27T00:00:00.000Z\",\"2008-12-28T00:00:00.000Z\",\"2008-12-29T00:00:00.000Z\",\"2008-12-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-01T00:00:00.000Z\",\"2009-01-02T00:00:00.000Z\",\"2009-01-03T00:00:00.000Z\",\"2009-01-04T00:00:00.000Z\",\"2009-01-05T00:00:00.000Z\",\"2009-01-06T00:00:00.000Z\",\"2009-01-07T00:00:00.000Z\",\"2009-01-08T00:00:00.000Z\",\"2009-01-09T00:00:00.000Z\",\"2009-01-10T00:00:00.000Z\",\"2009-01-11T00:00:00.000Z\",\"2009-01-12T00:00:00.000Z\",\"2009-01-13T00:00:00.000Z\",\"2009-01-14T00:00:00.000Z\",\"2009-01-15T00:00:00.000Z\",\"2009-01-16T00:00:00.000Z\",\"2009-01-17T00:00:00.000Z\",\"2009-01-18T00:00:00.000Z\",\"2009-01-19T00:00:00.000Z\",\"2009-01-20T00:00:00.000Z\",\"2009-01-21T00:00:00.000Z\",\"2009-01-22T00:00:00.000Z\",\"2009-01-23T00:00:00.000Z\",\"2009-01-24T00:00:00.000Z\",\"2009-01-25T00:00:00.000Z\",\"2009-01-26T00:00:00.000Z\",\"2009-01-27T00:00:00.000Z\",\"2009-01-28T00:00:00.000Z\",\"2009-01-29T00:00:00.000Z\",\"2009-01-30T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-01T00:00:00.000Z\",\"2009-02-02T00:00:00.000Z\",\"2009-02-03T00:00:00.000Z\",\"2009-02-04T00:00:00.000Z\",\"2009-02-05T00:00:00.000Z\",\"2009-02-06T00:00:00.000Z\",\"2009-02-07T00:00:00.000Z\",\"2009-02-08T00:00:00.000Z\",\"2009-02-09T00:00:00.000Z\",\"2009-02-10T00:00:00.000Z\",\"2009-02-11T00:00:00.000Z\",\"2009-02-12T00:00:00.000Z\",\"2009-02-13T00:00:00.000Z\",\"2009-02-14T00:00:00.000Z\",\"2009-02-15T00:00:00.000Z\",\"2009-02-16T00:00:00.000Z\",\"2009-02-17T00:00:00.000Z\",\"2009-02-18T00:00:00.000Z\",\"2009-02-19T00:00:00.000Z\",\"2009-02-20T00:00:00.000Z\",\"2009-02-21T00:00:00.000Z\",\"2009-02-22T00:00:00.000Z\",\"2009-02-23T00:00:00.000Z\",\"2009-02-24T00:00:00.000Z\",\"2009-02-25T00:00:00.000Z\",\"2009-02-26T00:00:00.000Z\",\"2009-02-27T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-01T00:00:00.000Z\",\"2009-03-02T00:00:00.000Z\",\"2009-03-03T00:00:00.000Z\",\"2009-03-04T00:00:00.000Z\",\"2009-03-05T00:00:00.000Z\",\"2009-03-06T00:00:00.000Z\",\"2009-03-07T00:00:00.000Z\",\"2009-03-08T00:00:00.000Z\",\"2009-03-09T00:00:00.000Z\",\"2009-03-10T00:00:00.000Z\",\"2009-03-11T00:00:00.000Z\",\"2009-03-12T00:00:00.000Z\",\"2009-03-13T00:00:00.000Z\",\"2009-03-14T00:00:00.000Z\",\"2009-03-15T00:00:00.000Z\",\"2009-03-16T00:00:00.000Z\",\"2009-03-17T00:00:00.000Z\",\"2009-03-18T00:00:00.000Z\",\"2009-03-19T00:00:00.000Z\",\"2009-03-20T00:00:00.000Z\",\"2009-03-21T00:00:00.000Z\",\"2009-03-22T00:00:00.000Z\",\"2009-03-23T00:00:00.000Z\",\"2009-03-24T00:00:00.000Z\",\"2009-03-25T00:00:00.000Z\",\"2009-03-26T00:00:00.000Z\",\"2009-03-27T00:00:00.000Z\",\"2009-03-28T00:00:00.000Z\",\"2009-03-29T00:00:00.000Z\",\"2009-03-30T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-01T00:00:00.000Z\",\"2009-04-02T00:00:00.000Z\",\"2009-04-03T00:00:00.000Z\",\"2009-04-04T00:00:00.000Z\",\"2009-04-05T00:00:00.000Z\",\"2009-04-06T00:00:00.000Z\",\"2009-04-07T00:00:00.000Z\",\"2009-04-08T00:00:00.000Z\",\"2009-04-09T00:00:00.000Z\",\"2009-04-10T00:00:00.000Z\",\"2009-04-11T00:00:00.000Z\",\"2009-04-12T00:00:00.000Z\",\"2009-04-13T00:00:00.000Z\",\"2009-04-14T00:00:00.000Z\",\"2009-04-15T00:00:00.000Z\",\"2009-04-16T00:00:00.000Z\",\"2009-04-17T00:00:00.000Z\",\"2009-04-18T00:00:00.000Z\",\"2009-04-19T00:00:00.000Z\",\"2009-04-20T00:00:00.000Z\",\"2009-04-21T00:00:00.000Z\",\"2009-04-22T00:00:00.000Z\",\"2009-04-23T00:00:00.000Z\",\"2009-04-24T00:00:00.000Z\",\"2009-04-25T00:00:00.000Z\",\"2009-04-26T00:00:00.000Z\",\"2009-04-27T00:00:00.000Z\",\"2009-04-28T00:00:00.000Z\",\"2009-04-29T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-01T00:00:00.000Z\",\"2009-05-02T00:00:00.000Z\",\"2009-05-03T00:00:00.000Z\",\"2009-05-04T00:00:00.000Z\",\"2009-05-05T00:00:00.000Z\",\"2009-05-06T00:00:00.000Z\",\"2009-05-07T00:00:00.000Z\",\"2009-05-08T00:00:00.000Z\",\"2009-05-09T00:00:00.000Z\",\"2009-05-10T00:00:00.000Z\",\"2009-05-11T00:00:00.000Z\",\"2009-05-12T00:00:00.000Z\",\"2009-05-13T00:00:00.000Z\",\"2009-05-14T00:00:00.000Z\",\"2009-05-15T00:00:00.000Z\",\"2009-05-16T00:00:00.000Z\",\"2009-05-17T00:00:00.000Z\",\"2009-05-18T00:00:00.000Z\",\"2009-05-19T00:00:00.000Z\",\"2009-05-20T00:00:00.000Z\",\"2009-05-21T00:00:00.000Z\",\"2009-05-22T00:00:00.000Z\",\"2009-05-23T00:00:00.000Z\",\"2009-05-24T00:00:00.000Z\",\"2009-05-25T00:00:00.000Z\",\"2009-05-26T00:00:00.000Z\",\"2009-05-27T00:00:00.000Z\",\"2009-05-28T00:00:00.000Z\",\"2009-05-29T00:00:00.000Z\",\"2009-05-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-01T00:00:00.000Z\",\"2009-06-02T00:00:00.000Z\",\"2009-06-03T00:00:00.000Z\",\"2009-06-04T00:00:00.000Z\",\"2009-06-05T00:00:00.000Z\",\"2009-06-06T00:00:00.000Z\",\"2009-06-07T00:00:00.000Z\",\"2009-06-08T00:00:00.000Z\",\"2009-06-09T00:00:00.000Z\",\"2009-06-10T00:00:00.000Z\",\"2009-06-11T00:00:00.000Z\",\"2009-06-12T00:00:00.000Z\",\"2009-06-13T00:00:00.000Z\",\"2009-06-14T00:00:00.000Z\",\"2009-06-15T00:00:00.000Z\",\"2009-06-16T00:00:00.000Z\",\"2009-06-17T00:00:00.000Z\",\"2009-06-18T00:00:00.000Z\",\"2009-06-19T00:00:00.000Z\",\"2009-06-20T00:00:00.000Z\",\"2009-06-21T00:00:00.000Z\",\"2009-06-22T00:00:00.000Z\",\"2009-06-23T00:00:00.000Z\",\"2009-06-24T00:00:00.000Z\",\"2009-06-25T00:00:00.000Z\",\"2009-06-26T00:00:00.000Z\",\"2009-06-27T00:00:00.000Z\",\"2009-06-28T00:00:00.000Z\",\"2009-06-29T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-01T00:00:00.000Z\",\"2009-07-02T00:00:00.000Z\",\"2009-07-03T00:00:00.000Z\",\"2009-07-04T00:00:00.000Z\",\"2009-07-05T00:00:00.000Z\",\"2009-07-06T00:00:00.000Z\",\"2009-07-07T00:00:00.000Z\",\"2009-07-08T00:00:00.000Z\",\"2009-07-09T00:00:00.000Z\",\"2009-07-10T00:00:00.000Z\",\"2009-07-11T00:00:00.000Z\",\"2009-07-12T00:00:00.000Z\",\"2009-07-13T00:00:00.000Z\",\"2009-07-14T00:00:00.000Z\",\"2009-07-15T00:00:00.000Z\",\"2009-07-16T00:00:00.000Z\",\"2009-07-17T00:00:00.000Z\",\"2009-07-18T00:00:00.000Z\",\"2009-07-19T00:00:00.000Z\",\"2009-07-20T00:00:00.000Z\",\"2009-07-21T00:00:00.000Z\",\"2009-07-22T00:00:00.000Z\",\"2009-07-23T00:00:00.000Z\",\"2009-07-24T00:00:00.000Z\",\"2009-07-25T00:00:00.000Z\",\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\",\"2021-04-24T00:00:00.000Z\"],[52,12,0,0,2,12,2,0,0,0,0,6,4,0,2,0,0,0,0,0,4,0,0,0,0,0,0,0,10,4,0,0,8,0,2,4,0,0,0,0,2,4,12,6,0,6,0,18,4,4,0,0,10,2,0,0,0,0,0,0,8,0,6,18,2,0,0,8,8,4,4,20,0,0,0,0,2,32,4,0,6,8,4,0,0,6,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,2,0,0,0,0,0,0,0,4,2,0,0,8,0,0,0,0,0,0,2,2,8,0,0,0,0,0,0,0,0,6,0,10,10,18,0,0,0,0,0,0,16,20,0,0,0,0,2,0,2,6,0,0,0,4,0,0,0,32,0,4,0,0,0,0,0,2,6,4,6,0,2,0,6,0,2,0,0,0,2,4,4,0,14,0,0,0,0,0,4,8,0,0,0,0,0,4,0,0,0,0,4,0,6,0,24,4,0,18,0,2,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,6,10,2,0,0,0,0,0,0,0,2,0,0,4,4,8,10,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,4,22,12,18,16,0,0,10,16,0,0,0,0,0,0,2,0,0,6,0,0,4,4,0,2,0,0,2,6,14,0,4,8,0,0,6,2,16,14,12,0,6,6,0,2,0,0,0,0,0,6,14,2,8,0,0,8,30,0,36,12,0,2,0,0,2,6,2,0,0,4,0,0,0,2,0,0,20,4,2,6,0,0,0,0,0,0,16,18,0,0,0,0,0,0,0,0,0,2,2,20,0,0,0,0,2,0,2,4,22,6,0,0,0,14,14,6,6,2,8,0,0,0,0,0,0,0,2,2,0,0,0,2,0,0,0,4,0,0,0,6,4,0,2,0,0,0,2,0,2,0,0,0,0,4,0,0,0,4,0,0,0,0,22,6,8,18,0,2,0,8,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,4,6,6,0,0,0,0,0,0,0,4,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,10,0,0,6,0,6,0,6,0,0,6,2,12,8,0,0,0,0,6,0,0,0,0,0,6,4,22,4,10,0,8,0,0,10,22,10,2,0,0,8,2,4,32,0,0,2,0,0,0,0,2,0,2,0,2,2,4,0,0,0,0,0,14,0,0,0,0,0,4,2,6,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,6,0,0,2,4,0,0,4,0,2,0,0,0,0,0,0,0,2,0,0,8,0,4,4,2,0,0,0,2,0,38,8,0,0,0,0,0,0,0,0,0,6,6,0,6,0,0,0,2,0,0,2,0,0,0,0,2,20,6,0,0,0,2,0,0,0,2,0,0,0,8,20,0,18,8,0,0,20,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,2,2,0,0,0,4,0,12,10,0,0,0,2,4,0,0,0,0,2,0,4,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,4,0,0,2,0,0,0,2,2,0,0,0,0,2,0,0,12,14,2,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,8,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,4,0,2,2,0,0,4,4,0,2,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,6,2,4,0,0,0,0,0,0,0,0,0,0,0,4,10,16,6,4,4,0,2,0,4,6,6,0,6,106,2,0,0,0,0,6,0,6,10,10,6,0,2,20,0,0,14,8,0,0,2,18,12,1,6,0,0,4,12,20,38,16,0,0,0,2,2,2,0,0,0,2,2,10,0,6,10,12,2,16,2,4,0,0,12,8,0,2,4,0,0,0,0,0,6,2,0,0,0,12,2,0,0,0,0,10,4,0,0,4,0,0,0,24,10,8,16,6,8,0,14,0,12,0,0,0,0,10,0,0,0,2,0,0,0,0,0,22,0,0,0,0,0,0,2,4,0,0,0,0,0,2,0,0,0,0,0,0,2,76,0,0,0,0,10,0,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,2,0,6,0,8,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,8,6,0,0,2,0,4,0,0,0,0,8,8,0,0,0,10,0,2,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4,2,4,2,0,0,4,2,4,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,10,0,6,6,4,0,4,6,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,8,4,4,0,10,8,0,0,0,0,2,0,10,0,0,2,6,0,2,2,8,0,0,2,6,14,0,2,0,2,4,4,12,0,0,0,0,0,0,0,0,0,4,0,24,6,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,12,0,0,2,0,2,0,6,0,2,0,0,2,16,2,0,0,0,0,2,0,0,4,0,0,0,0,0,0,0,4,4,0,6,16,4,0,10,0,0,0,8,0,16,16,8,8,0,0,20,10,2,2,2,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,6,0,0,2,0,0,0,0,0,6,10,4,8,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,30,0,0,0,28,12,26,22,0,0,0,4,2,0,0,2,6,0,0,0,0,6,6,0,6,2,0,0,0,2,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,10,30,2,4,0,2,6,0,0,0,0,0,2,6,4,0,0,4,6,0,0,2,0,0,6,8,2,0,0,4,0,0,4,0,0,0,2,0,0,0,0,2,0,2,6,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,4,0,0,0,0,0,2,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,24,6,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,6,4,0,0,0,0,0,0,0,2,0,2,0,4,2,0,0,4,16,0,4,6,6,4,0,0,0,2,0,14,12,12,14,6,0,0,0,0,0,2,4,2,0,0,6,12,0,0,0,0,0,10,0,12,0,0,0,0,2,0,0,0,10,16,0,2,0,0,6,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,6,0,0,4,0,2,0,0,0,0,0,0,2,0,0,0,0,4,0,0,0,0,0,0,0,0,2,4,2,0,0,0,0,0,2,12,0,0,34,10,4,8,8,8,0,2,6,2,6,4,0,0,2,6,20,4,0,0,2,0,4,2,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,2,6,2,2,0,2,0,0,0,0,0,0,4,16,0,2,4,6,6,0,4,2,0,4,2,2,0,0,0,0,0,0,0,4,2,4,0,2,2,0,2,0,0,8,0,8,0,0,0,6,6,8,0,0,0,0,4,0,0,0,0,0,0,0,0,4,4,22,2,0,0,0,0,0,8,0,8,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,0,0,4,0,2,0,0,0,0,0,0,0,0,4,0,0,2,0,2,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,4,6,4,0,0,0,0,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,2,4,0,2,4,0,2,2,2,0,0,0,0,0,6,0,0,0,12,4,6,0,0,8,4,8,6,4,6,12,18,2,6,20,0,0,0,0,2,0,2,0,0,0,0,0,0,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,4,0,16,0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,4,2,0,0,0,4,2,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,2,0,0,2,2,0,4,0,0,4,0,0,2,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,4,0,0,0,4,2,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,4,6,0,0,0,6,0,0,0,2,0,0,0,0,0,0,8,0,0,0,0,0,0,2,2,2,0,4,4,4,0,2,0,0,0,0,0,0,0,0,2,0,2,10,4,2,8,0,2,2,0,2,0,0,0,0,0,2,0,6,0,2,32,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,2,0,12,4,10,4,0,0,0,0,2,0,2,0,2,0,0,0,0,2,2,0,0,0,0,4,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,10,0,2,0,0,0,0,16,50,10,0,0,2,0,0,0,4,2,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,2,2,14,0,0,26,8,0,0,0,0,0,0,6,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,4,0,0,0,0,2,6,14,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,10,0,0,2,0,2,0,2,0,0,0,2,0,0,6,0,2,2,0,0,0,0,0,0,0,2,0,0,2,0,0,0,6,0,2,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10,0,4,4,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,4,12,0,0,0,2,0,0,2,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,6,0,0,2,0,4,0,0,0,2,0,2,4,0,2,0,0,0,2,4,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,10,0,0,0,0,0,2,6,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,2,2,4,8,0,6,0,4,4,4,0,0,6,0,10,14,0,0,0,0,0,0,2,0,0,18,0,0,0,14,0,0,0,0,2,0,0,4,0,0,0,0,0,8,0,0,0,0,18,0,0,0,0,4,4,8,0,2,2,4,0,0,0,2,0,8,4,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,10,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,4,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,2,0,0,0,0,0,0,6,0,0,0,6,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,8,0,4,0,0,0,8,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,14,0,0,0,0,0,2,0,0,0,0,0,0,0,6,0,0,0,0,0,2,0,0,0,0,2,2,2,0,0,0,2,0,6,6,16,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2,0,0,0,0,0,0,0,0,14,2,0,2,0,2,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,2,0,2,0,2,4,0,0,1,0,0,2,0,8,8,0,0,4,0,16,0,10,2,0,0,6,4,4,0,0,0,0,2,0,4,0,3,0,2,0,2,0,2,0,0,0,0,2,0,0,8,0,4,0,0,0,2,4,4,0,0,4,1,0,2,2,0,2,2,18,0,6,0,0,16,12,8,2,6,0,0,0,0,0,4,0,0,0,0,0,0,4,0,0,0,0,2,4,4,2,0,0,0,0,0,2,2,0,0,0,0,4,4,2,0,0,0,2,2,0,0,0,0,4,6,2,4,2,0,0,6,2,4,0,8,2,14,9,10,2,0,4,0,4,8,6,8,12,8,6,10,4,12,4,6,12,4,2,0,4,50,4,2,0,0,6,2,14,4,0,2,2,4,4,8,6,6,4,2,0,0,4,4,4,0,6,4,4,8,3,4,0,0,2,0,0,1,0,0,14,0,0,2,2,2,0,0,4,4,0,0,0,0,0,0,7,4,2,0,2,0,8,10,4,0,2,0,0,0,2,2,4,8,3,11,0,6,4,0,10,0,2,2,2,0,0,0,0,0,4,4,2,2,2,0,2,0,4,0,8,2,2,2,2,2,2,2,0,0,0,0,0,6,2,0,0,8,4,2,8,2,2,4,12,2,4,4,2,0,0,0,0,0,2,2,2,0,0,0,4,0,0,0,4,0,0,0,0,0,6,0,0,6,4,0,0,0,0,0,0,0,2,2,2,6,0,0,0,2,0,6,0,8,0,16,10,8,4,2,0,0,0,0,0,0,0,0,6,2,0,0,0,0,2,2,8,0,6,2,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,2,2,6,2,4,6,0,0,0,0,0,0,0,0,2,4,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,2,0,0,0,2,0,0,16,8,4,0,4,4,6,4,0,0,4,2,2,0,0,0,0,0,2,0,0,0,0,10,6,0,2,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,2,0,4,0,0,2,0,2,0,4,6,0,0,2,0,4,8,2,0,0,0,0,0,2,6,0,1,0,3,0,0,7,2,0,0,1,3,2,0,0,0,0,1,0,0,2,2,1,0,2,2,2,0,2,1,0,3,1,3,0,0,1,1,4,2,4,1,8,4,0,4,0,21,3,1,0,0,0,1,2,1,2,0,0,0,0,4,0,0,0,0,0,2,3,0,3,1,0,1,0,1,0,0,0,0,2,0,2,0,2,1,1,0,0,1,0,3,11,2,3,2,2,3,1,1,1,3,2,1,1,5,2,6,4,5,1,0,2,1,0,0,6,7,3,1,4,1,1,2,2,0,2,4,2,5,4,4,6,2,7,4,5,2,5,10,1,1,4,0,0,2,2,6,1,3,0,1,4,4,4,2,0,0,0,3,4,1,3,2,5,3,3,5,2,3,5,5,6,0,0,4,1,1,0,0,2,1,2,1,1,0,0,1,0,3,4,0,0,1,2,0,0,0,0,0,0,0,0,1,0,0,0,2,5,1,1,3,1,1,2,1,3,0,1,0,1,8,4,9,2,1,0,2,4,2,2,0,0,0,4,4,3,3,3,0,4,0,4,0,1,4,5,5,4,9,14,5,8,12,8,10,8,8,1,14,10,21,0,6,6,23,7,12,9,16,9,12,19,19,22,10,11,11,24,30,10,14,11,11,8,0,6,1,20,1,12,9,7,4,2,2,11,17,6,24,2,5,0,7,7,5,8,15,4,5,6,20,6,26,19,11,27,3,6,10,14,0,12,5,4,10,4,4,4,14,28,8,4,3,9,0,8,1,3,3,0,0,2,0,10,0,3,0,2,5,3,3,1,5,1,5,6,1,0,3,13,6,1,2,11,0,2,9,2,2,3,6,1,3,6,2,5,7,10,0,10,7,3,1,6,4,0,1,1,1,4,1,1,0,0,1,5,0,8,2,0,0,2,3,11,0,0,0,1,5,1,3,9,4,1,0,2,8,0,1,1,0,0,2,5,8,3,10,6,0,0,2,0,0,0,0,0,1,0,2,0,1,1,0,0,0,6,0,3,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,2,0,1,0,0,0,0,0,0,0,0,1,2,0,0,3,0,3,1,0,0,3,0,0,6,0,2,0,0,0,3,0,1,1,4,0,0,0,0,0,0,0,0,3,0,0,0,1,2,1,2,1,1,1,0,4,7,11,7,2,3,11,9,0,0,2,0,0,0,11,2,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,2,10,3,0,0,4,2,0,5,4,0,0,5,2,0,3,0,0,1,1,0,0,1,0,1,0,0,0,0,2,1,3,3,6,0,0,0,0,0,0,0,3,1,0,1,5,0,0,0,1,3,1,2,2,0,0,0,0,1,0,2,0,1,0,3,1,11,1,0,0,0,0,4,0,1,4,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,3,0,4]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 31436 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 663 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 83 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 512 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for modeling.epsilon\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2007-12-31T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\"],[1,0,0,1,0,1,1,0,0,2,1,6,3,3,9,3,7,8,6,7,26,7,6,3,4,0,2,4,3,11,12,13,5,6,7,7,6,7,4,8,8,10,6,7,2,8,5,0,1,2,5,0,10,15,13,11,1,3,2,15,5,2,4,10,10,4,7,4,14,27,13,7,4,3,5,2,2,6,6,3,9,3,3,2,2,6,7,6,1,1,6,1,0,5,0,1,1,3,1,1,2,5,3,3,1,3,2,1,0,3,3,3,8,2,5,2,2,2,2,2,0,0,2,2,4,2,1,1,3,2,7,3,0,2,1,0,3,0,1,5,3,2,1,1,3,1,1,8,4,4,2,3,1,1,2,1,1,1,4,3,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 1 weeks.\n// jsData function gvisDataColumnChartID1e2729143209 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 663 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e2729143209() { var data = gvisDataColumnChartID1e2729143209(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e2729143209') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 1 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1e27626f86a8 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 663 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e27626f86a8() { var data = gvisDataColumnChartID1e27626f86a8(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e27626f86a8') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 9802 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for modeling.epsilon\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2008-09-18T13:29:19.000Z\",\"2008-09-24T04:01:02.000Z\",\"2008-10-01T04:01:02.000Z\",\"2008-10-10T15:34:43.000Z\",\"2008-10-17T12:05:52.000Z\",\"2008-10-22T04:01:02.000Z\",\"2008-10-30T22:55:24.000Z\",\"2008-11-05T04:01:02.000Z\",\"2008-11-12T14:37:41.000Z\",\"2008-11-21T13:14:36.000Z\",\"2008-11-28T14:43:09.000Z\",\"2008-12-05T15:08:43.000Z\",\"2008-12-12T19:05:56.000Z\",\"2008-12-17T09:49:05.000Z\",\"2008-12-24T04:01:02.000Z\",\"2008-12-31T04:01:02.000Z\",\"2009-01-09T18:10:52.000Z\",\"2009-01-14T11:35:32.000Z\",\"2009-01-21T04:01:02.000Z\",\"2009-01-29T17:19:46.000Z\",\"2009-02-06T12:09:59.000Z\",\"2009-02-12T16:32:08.000Z\",\"2009-02-20T18:02:36.000Z\",\"2009-02-25T09:27:59.000Z\",\"2009-03-04T04:01:02.000Z\",\"2009-03-11T15:49:19.000Z\",\"2009-03-18T13:40:23.000Z\",\"2009-03-29T17:42:59.000Z\",\"2009-04-02T12:44:25.000Z\",\"2009-04-09T12:43:56.000Z\",\"2009-04-17T08:08:31.000Z\",\"2009-04-24T12:35:11.000Z\",\"2009-05-03T07:38:06.000Z\",\"2009-05-08T09:34:21.000Z\",\"2009-05-13T04:01:02.000Z\",\"2009-05-22T07:22:11.000Z\",\"2009-05-29T15:40:57.000Z\",\"2009-06-06T13:00:18.000Z\",\"2009-06-10T04:01:02.000Z\",\"2009-06-19T14:01:35.000Z\",\"2009-06-24T14:52:11.000Z\",\"2009-07-03T15:11:42.000Z\",\"2009-07-11T21:13:02.000Z\",\"2009-07-15T04:01:02.000Z\",\"2009-07-26T19:22:24.000Z\",\"2009-08-01T16:22:38.000Z\",\"2009-08-09T20:37:40.000Z\",\"2009-08-15T13:03:37.000Z\",\"2009-08-20T09:03:46.000Z\",\"2009-08-28T18:43:56.000Z\",\"2009-09-03T12:16:02.000Z\",\"2009-09-12T17:36:05.000Z\",\"2009-09-18T11:25:19.000Z\",\"2009-09-24T13:05:27.000Z\",\"2009-10-02T18:14:33.000Z\",\"2009-10-10T01:23:45.000Z\",\"2009-10-18T21:59:52.000Z\",\"2009-10-21T04:01:02.000Z\",\"2009-10-30T12:59:44.000Z\",\"2009-11-08T22:57:04.000Z\",\"2009-11-13T18:34:12.000Z\",\"2009-11-20T03:13:16.000Z\",\"2009-11-27T23:56:56.000Z\",\"2009-12-06T23:37:52.000Z\",\"2009-12-11T09:45:32.000Z\",\"2009-12-17T11:30:11.000Z\",\"2009-12-23T04:01:02.000Z\",\"2010-01-02T19:41:56.000Z\",\"2010-01-10T13:40:26.000Z\",\"2010-01-17T18:46:58.000Z\",\"2010-01-24T18:10:41.000Z\",\"2010-01-31T22:53:15.000Z\",\"2010-02-07T19:29:45.000Z\",\"2010-02-13T09:22:19.000Z\",\"2010-02-21T23:53:45.000Z\",\"2010-02-26T23:13:35.000Z\",\"2010-03-07T21:31:29.000Z\",\"2010-03-12T09:38:47.000Z\",\"2010-03-18T11:02:37.000Z\",\"2010-03-28T17:01:31.000Z\",\"2010-04-02T05:13:38.000Z\",\"2010-04-09T11:28:36.000Z\",\"2010-04-18T12:56:57.000Z\",\"2010-04-24T10:31:37.000Z\",\"2010-04-30T12:38:22.000Z\",\"2010-05-09T22:16:09.000Z\",\"2010-05-15T20:12:07.000Z\",\"2010-05-19T04:01:02.000Z\",\"2010-05-30T23:39:03.000Z\",\"2010-06-06T11:32:44.000Z\",\"2010-06-13T13:00:07.000Z\",\"2010-06-20T19:56:25.000Z\",\"2010-06-26T10:01:32.000Z\",\"2010-06-30T04:01:02.000Z\",\"2010-07-11T22:53:27.000Z\",\"2010-07-18T20:51:02.000Z\",\"2010-07-24T08:04:09.000Z\",\"2010-07-30T19:04:21.000Z\",\"2010-08-05T12:54:53.000Z\",\"2010-08-13T09:59:59.000Z\",\"2010-08-20T15:51:10.000Z\",\"2010-08-27T19:07:51.000Z\",\"2010-09-03T11:09:32.000Z\",\"2010-09-12T08:11:18.000Z\",\"2010-09-19T22:58:12.000Z\",\"2010-09-24T16:01:01.000Z\",\"2010-09-30T21:05:14.000Z\",\"2010-10-09T18:09:19.000Z\",\"2010-10-17T10:31:59.000Z\",\"2010-10-22T15:33:27.000Z\",\"2010-10-30T09:04:24.000Z\",\"2010-11-05T14:55:20.000Z\",\"2010-11-14T14:52:10.000Z\",\"2010-11-21T17:59:24.000Z\",\"2010-11-28T20:36:16.000Z\",\"2010-12-05T13:59:16.000Z\",\"2010-12-09T14:54:30.000Z\",\"2010-12-19T19:00:58.000Z\",\"2010-12-22T04:01:02.000Z\",\"2010-12-29T04:01:02.000Z\",\"2011-01-06T13:13:59.000Z\",\"2011-01-12T04:01:02.000Z\",\"2011-01-21T14:29:53.000Z\",\"2011-01-26T22:25:45.000Z\",\"2011-02-04T12:59:53.000Z\",\"2011-02-09T04:01:02.000Z\",\"2011-02-18T14:42:51.000Z\",\"2011-02-26T10:19:18.000Z\",\"2011-03-04T19:38:34.000Z\",\"2011-03-13T22:45:36.000Z\",\"2011-03-19T16:25:46.000Z\",\"2011-03-25T16:09:16.000Z\",\"2011-04-01T12:23:54.000Z\",\"2011-04-10T18:28:19.000Z\",\"2011-04-16T21:10:19.000Z\",\"2011-04-20T09:57:57.000Z\",\"2011-04-28T19:47:06.000Z\",\"2011-05-07T01:28:39.000Z\",\"2011-05-13T18:54:30.000Z\",\"2011-05-18T04:01:02.000Z\",\"2011-05-28T18:23:52.000Z\",\"2011-06-04T18:56:57.000Z\",\"2011-06-11T08:59:49.000Z\",\"2011-06-16T13:49:32.000Z\",\"2011-06-24T13:28:49.000Z\",\"2011-07-01T13:43:28.000Z\",\"2011-07-08T19:03:15.000Z\",\"2011-07-17T15:39:43.000Z\",\"2011-07-22T16:04:59.000Z\",\"2011-07-29T15:05:52.000Z\",\"2011-08-05T14:20:25.000Z\",\"2011-08-14T23:52:39.000Z\",\"2011-08-19T10:20:52.000Z\",\"2011-08-28T15:09:23.000Z\",\"2011-09-01T06:35:10.000Z\",\"2011-09-09T17:04:31.000Z\",\"2011-09-17T19:54:27.000Z\",\"2011-09-24T17:37:15.000Z\",\"2011-10-02T12:30:00.000Z\",\"2011-10-09T14:18:44.000Z\",\"2011-10-15T11:33:43.000Z\",\"2011-10-21T23:31:35.000Z\",\"2011-10-29T18:16:39.000Z\",\"2011-11-06T15:37:44.000Z\",\"2011-11-13T20:47:42.000Z\",\"2011-11-19T16:50:43.000Z\",\"2011-11-27T01:08:41.000Z\",\"2011-12-04T22:28:46.000Z\",\"2011-12-10T20:41:53.000Z\",\"2011-12-17T18:33:51.000Z\",\"2011-12-23T08:31:51.000Z\",\"2011-12-30T16:45:16.000Z\",\"2012-01-08T12:15:22.000Z\",\"2012-01-13T20:28:31.000Z\",\"2012-01-21T19:45:50.000Z\",\"2012-01-27T14:19:03.000Z\",\"2012-02-05T10:20:48.000Z\",\"2012-02-09T17:13:11.000Z\",\"2012-02-18T11:00:12.000Z\",\"2012-02-25T22:16:29.000Z\",\"2012-03-02T12:03:28.000Z\",\"2012-03-10T12:32:44.000Z\",\"2012-03-16T23:38:16.000Z\",\"2012-03-22T22:37:56.000Z\",\"2012-03-28T04:01:02.000Z\",\"2012-04-06T13:39:51.000Z\",\"2012-04-15T17:05:03.000Z\",\"2012-04-18T04:01:02.000Z\",\"2012-04-28T05:19:31.000Z\",\"2012-05-04T14:01:46.000Z\",\"2012-05-12T08:06:03.000Z\",\"2012-05-18T10:21:01.000Z\",\"2012-05-27T21:36:05.000Z\",\"2012-06-03T14:03:02.000Z\",\"2012-06-07T15:52:16.000Z\",\"2012-06-15T20:33:32.000Z\",\"2012-06-24T14:11:20.000Z\",\"2012-07-01T20:01:46.000Z\",\"2012-07-04T04:01:02.000Z\",\"2012-07-11T04:01:02.000Z\",\"2012-07-21T21:45:02.000Z\",\"2012-07-29T15:16:01.000Z\",\"2012-08-05T15:23:47.000Z\",\"2012-08-11T16:19:18.000Z\",\"2012-08-17T17:47:11.000Z\",\"2012-08-22T11:28:16.000Z\",\"2012-08-29T04:01:02.000Z\",\"2012-09-08T14:09:06.000Z\",\"2012-09-15T08:17:46.000Z\",\"2012-09-20T19:26:35.000Z\",\"2012-09-29T14:54:35.000Z\",\"2012-10-03T07:25:54.000Z\",\"2012-10-14T08:52:04.000Z\",\"2012-10-17T04:01:02.000Z\",\"2012-10-26T13:52:20.000Z\",\"2012-10-31T04:01:02.000Z\",\"2012-11-07T04:01:02.000Z\",\"2012-11-17T16:03:41.000Z\",\"2012-11-25T16:24:42.000Z\",\"2012-11-30T10:25:28.000Z\",\"2012-12-09T15:34:46.000Z\",\"2012-12-14T21:08:05.000Z\",\"2012-12-19T20:27:44.000Z\",\"2012-12-26T04:01:02.000Z\",\"2013-01-06T17:16:49.000Z\",\"2013-01-10T11:23:03.000Z\",\"2013-01-19T08:07:20.000Z\",\"2013-01-23T15:11:36.000Z\",\"2013-02-01T10:54:43.000Z\",\"2013-02-10T11:08:56.000Z\",\"2013-02-15T15:09:46.000Z\",\"2013-02-24T14:15:25.000Z\",\"2013-03-03T18:24:29.000Z\",\"2013-03-10T19:58:28.000Z\",\"2013-03-16T09:43:58.000Z\",\"2013-03-22T12:09:45.000Z\",\"2013-03-29T15:09:55.000Z\",\"2013-04-06T16:39:06.000Z\",\"2013-04-14T20:43:05.000Z\",\"2013-04-21T20:17:34.000Z\",\"2013-04-27T12:17:43.000Z\",\"2013-05-03T14:00:23.000Z\",\"2013-05-12T11:15:02.000Z\",\"2013-05-17T13:41:52.000Z\",\"2013-05-24T20:56:22.000Z\",\"2013-06-02T14:24:34.000Z\",\"2013-06-09T22:52:46.000Z\",\"2013-06-16T21:23:57.000Z\",\"2013-06-23T19:15:00.000Z\",\"2013-06-28T12:08:55.000Z\",\"2013-07-07T20:58:10.000Z\",\"2013-07-14T16:47:33.000Z\",\"2013-07-19T14:28:50.000Z\",\"2013-07-28T23:54:15.000Z\",\"2013-08-04T18:34:51.000Z\",\"2013-08-11T12:59:41.000Z\",\"2013-08-17T15:08:14.000Z\",\"2013-08-23T00:11:49.000Z\",\"2013-08-30T21:00:56.000Z\",\"2013-09-07T23:26:49.000Z\",\"2013-09-15T16:33:13.000Z\",\"2013-09-22T21:42:32.000Z\",\"2013-09-27T13:40:37.000Z\",\"2013-10-06T18:56:38.000Z\",\"2013-10-13T11:03:47.000Z\",\"2013-10-20T12:52:51.000Z\",\"2013-10-27T23:59:17.000Z\",\"2013-11-02T22:02:38.000Z\",\"2013-11-10T21:38:01.000Z\",\"2013-11-17T11:30:20.000Z\",\"2013-11-22T14:16:34.000Z\",\"2013-12-01T14:43:58.000Z\",\"2013-12-05T00:27:21.000Z\",\"2013-12-13T05:42:38.000Z\",\"2013-12-22T23:01:46.000Z\",\"2013-12-29T23:02:43.000Z\",\"2014-01-04T04:09:49.000Z\",\"2014-01-11T17:00:36.000Z\",\"2014-01-18T13:01:53.000Z\",\"2014-01-23T15:29:53.000Z\",\"2014-01-29T20:54:39.000Z\",\"2014-02-07T11:57:58.000Z\",\"2014-02-16T21:18:52.000Z\",\"2014-02-22T19:50:51.000Z\",\"2014-03-02T23:36:57.000Z\",\"2014-03-09T15:03:32.000Z\",\"2014-03-16T18:24:51.000Z\",\"2014-03-21T15:20:33.000Z\",\"2014-03-29T15:59:29.000Z\",\"2014-04-06T22:15:03.000Z\",\"2014-04-13T22:26:34.000Z\",\"2014-04-18T20:19:25.000Z\",\"2014-04-25T12:56:02.000Z\",\"2014-05-04T18:33:37.000Z\",\"2014-05-11T20:23:02.000Z\",\"2014-05-16T06:26:09.000Z\",\"2014-05-25T21:31:57.000Z\",\"2014-05-30T07:26:43.000Z\",\"2014-06-08T23:37:08.000Z\",\"2014-06-15T16:25:00.000Z\",\"2014-06-22T16:01:27.000Z\",\"2014-06-29T20:47:00.000Z\",\"2014-07-06T18:51:00.000Z\",\"2014-07-11T19:10:43.000Z\",\"2014-07-20T21:11:57.000Z\",\"2014-07-25T11:06:16.000Z\",\"2014-08-02T09:12:54.000Z\",\"2014-08-10T09:05:31.000Z\",\"2014-08-16T17:35:11.000Z\",\"2014-08-23T12:56:55.000Z\",\"2014-08-29T15:37:27.000Z\",\"2014-09-05T21:57:30.000Z\",\"2014-09-14T15:54:30.000Z\",\"2014-09-18T10:05:01.000Z\",\"2014-09-26T15:45:56.000Z\",\"2014-10-02T15:57:11.000Z\",\"2014-10-12T12:02:44.000Z\",\"2014-10-15T13:07:23.000Z\",\"2014-10-24T06:44:51.000Z\",\"2014-11-02T12:16:19.000Z\",\"2014-11-09T21:37:44.000Z\",\"2014-11-16T18:54:34.000Z\",\"2014-11-23T20:32:06.000Z\",\"2014-11-29T23:03:28.000Z\",\"2014-12-03T04:01:02.000Z\",\"2014-12-12T16:06:41.000Z\",\"2014-12-19T13:58:13.000Z\",\"2014-12-24T04:01:02.000Z\",\"2015-01-04T11:00:13.000Z\",\"2015-01-11T11:45:00.000Z\",\"2015-01-17T10:39:05.000Z\",\"2015-01-24T18:51:38.000Z\",\"2015-01-29T20:36:00.000Z\",\"2015-02-08T15:47:05.000Z\",\"2015-02-11T04:01:02.000Z\",\"2015-02-22T12:34:10.000Z\",\"2015-03-01T14:08:25.000Z\",\"2015-03-08T17:34:29.000Z\",\"2015-03-11T14:21:45.000Z\",\"2015-03-22T19:56:52.000Z\",\"2015-03-26T22:08:25.000Z\",\"2015-04-05T18:32:56.000Z\",\"2015-04-12T15:02:51.000Z\",\"2015-04-15T17:46:02.000Z\",\"2015-04-25T11:34:36.000Z\",\"2015-05-01T18:48:40.000Z\",\"2015-05-10T23:23:04.000Z\",\"2015-05-15T05:50:09.000Z\",\"2015-05-24T11:07:42.000Z\",\"2015-05-31T21:58:49.000Z\",\"2015-06-07T18:52:58.000Z\",\"2015-06-14T16:29:56.000Z\",\"2015-06-19T09:10:44.000Z\",\"2015-06-28T21:07:43.000Z\",\"2015-07-01T04:01:02.000Z\",\"2015-07-12T00:22:26.000Z\",\"2015-07-19T15:47:23.000Z\",\"2015-07-26T11:51:17.000Z\",\"2015-07-31T23:50:34.000Z\",\"2015-08-09T18:29:50.000Z\",\"2015-08-12T13:43:50.000Z\",\"2015-08-19T04:01:02.000Z\",\"2015-08-26T18:52:44.000Z\",\"2015-09-06T19:16:03.000Z\",\"2015-09-12T11:48:26.000Z\",\"2015-09-16T20:35:02.000Z\",\"2015-09-23T21:19:52.000Z\",\"2015-10-02T10:58:12.000Z\",\"2015-10-11T21:04:19.000Z\",\"2015-10-16T16:45:16.000Z\",\"2015-10-23T09:11:11.000Z\",\"2015-11-01T17:40:05.000Z\",\"2015-11-08T17:40:41.000Z\",\"2015-11-14T10:54:38.000Z\",\"2015-11-21T21:09:41.000Z\",\"2015-11-25T11:47:29.000Z\",\"2015-12-02T04:01:02.000Z\",\"2015-12-13T11:12:53.000Z\",\"2015-12-20T09:20:23.000Z\",\"2015-12-24T13:55:27.000Z\",\"2015-12-30T04:01:02.000Z\",\"2016-01-10T09:26:37.000Z\",\"2016-01-14T22:01:40.000Z\",\"2016-01-22T14:21:41.000Z\",\"2016-01-29T21:11:44.000Z\",\"2016-02-04T01:16:31.000Z\",\"2016-02-12T20:06:00.000Z\",\"2016-02-21T15:34:53.000Z\",\"2016-02-27T05:57:52.000Z\",\"2016-03-05T07:53:26.000Z\",\"2016-03-13T13:49:14.000Z\",\"2016-03-18T19:04:35.000Z\",\"2016-03-27T21:57:07.000Z\",\"2016-04-01T21:01:50.000Z\",\"2016-04-10T01:38:26.000Z\",\"2016-04-17T20:35:53.000Z\",\"2016-04-24T03:32:10.000Z\",\"2016-05-01T08:45:34.000Z\",\"2016-05-08T09:11:56.000Z\",\"2016-05-14T08:21:06.000Z\",\"2016-05-18T22:22:16.000Z\",\"2016-05-27T18:43:43.000Z\",\"2016-06-01T04:01:02.000Z\",\"2016-06-10T23:11:18.000Z\",\"2016-06-18T09:29:37.000Z\",\"2016-06-26T21:45:31.000Z\",\"2016-07-02T15:40:54.000Z\",\"2016-07-08T06:09:43.000Z\",\"2016-07-13T13:14:15.000Z\",\"2016-07-20T04:01:02.000Z\",\"2016-07-31T20:10:06.000Z\",\"2016-08-07T13:15:06.000Z\",\"2016-08-13T08:58:35.000Z\",\"2016-08-19T06:58:11.000Z\",\"2016-08-24T08:31:48.000Z\",\"2016-09-02T13:47:51.000Z\",\"2016-09-07T04:01:02.000Z\",\"2016-09-14T04:01:02.000Z\",\"2016-09-23T12:29:53.000Z\",\"2016-09-30T13:39:34.000Z\",\"2016-10-09T08:07:34.000Z\",\"2016-10-14T08:22:59.000Z\",\"2016-10-23T20:34:22.000Z\",\"2016-10-29T19:06:57.000Z\",\"2016-11-06T19:40:54.000Z\",\"2016-11-11T19:19:37.000Z\",\"2016-11-18T10:15:42.000Z\",\"2016-11-25T20:27:54.000Z\",\"2016-12-04T16:19:23.000Z\",\"2016-12-10T13:14:17.000Z\",\"2016-12-16T09:53:18.000Z\",\"2016-12-25T21:00:56.000Z\",\"2016-12-28T04:01:02.000Z\",\"2017-01-05T19:34:46.000Z\",\"2017-01-15T19:25:49.000Z\",\"2017-01-22T22:11:51.000Z\",\"2017-01-29T02:50:43.000Z\",\"2017-02-02T07:59:23.000Z\",\"2017-02-11T14:39:07.000Z\",\"2017-02-19T12:13:06.000Z\",\"2017-02-25T18:36:42.000Z\",\"2017-03-05T22:53:47.000Z\",\"2017-03-09T15:33:58.000Z\",\"2017-03-15T20:37:42.000Z\",\"2017-03-25T18:23:19.000Z\",\"2017-04-01T15:16:22.000Z\",\"2017-04-09T07:55:06.000Z\",\"2017-04-16T18:57:31.000Z\",\"2017-04-22T12:25:35.000Z\",\"2017-04-30T21:44:32.000Z\",\"2017-05-03T20:18:34.000Z\",\"2017-05-10T08:42:15.000Z\",\"2017-05-17T04:01:02.000Z\",\"2017-05-28T12:58:48.000Z\",\"2017-05-31T04:01:02.000Z\",\"2017-06-09T09:43:00.000Z\",\"2017-06-17T13:05:07.000Z\",\"2017-06-24T19:01:00.000Z\",\"2017-07-01T17:37:35.000Z\",\"2017-07-09T14:04:13.000Z\",\"2017-07-14T09:59:09.000Z\",\"2017-07-22T11:32:53.000Z\",\"2017-07-28T07:11:58.000Z\",\"2017-08-05T17:21:31.000Z\",\"2017-08-10T08:00:18.000Z\",\"2017-08-18T17:55:11.000Z\",\"2017-08-27T18:59:06.000Z\",\"2017-09-03T18:46:03.000Z\",\"2017-09-09T07:25:45.000Z\",\"2017-09-16T15:45:07.000Z\",\"2017-09-24T01:56:16.000Z\",\"2017-10-01T14:13:37.000Z\",\"2017-10-04T04:01:02.000Z\",\"2017-10-15T05:17:37.000Z\",\"2017-10-19T22:54:16.000Z\",\"2017-10-28T09:44:04.000Z\",\"2017-11-02T14:42:36.000Z\",\"2017-11-09T13:43:35.000Z\",\"2017-11-19T22:51:22.000Z\",\"2017-11-25T08:41:39.000Z\",\"2017-12-01T16:01:45.000Z\",\"2017-12-08T11:00:16.000Z\",\"2017-12-15T15:27:32.000Z\",\"2017-12-20T04:01:02.000Z\",\"2017-12-27T04:01:02.000Z\",\"2018-01-07T13:52:38.000Z\",\"2018-01-10T10:39:19.000Z\",\"2018-01-17T04:01:02.000Z\",\"2018-01-28T12:17:06.000Z\",\"2018-02-02T08:49:41.000Z\",\"2018-02-08T22:22:34.000Z\",\"2018-02-16T20:22:11.000Z\",\"2018-02-24T17:45:28.000Z\",\"2018-03-01T14:09:13.000Z\",\"2018-03-07T04:01:02.000Z\",\"2018-03-14T04:01:02.000Z\",\"2018-03-22T12:54:56.000Z\",\"2018-03-29T14:26:25.000Z\",\"2018-04-07T18:03:18.000Z\",\"2018-04-11T04:01:02.000Z\",\"2018-04-18T04:01:02.000Z\",\"2018-04-25T04:01:02.000Z\",\"2018-05-04T10:08:38.000Z\",\"2018-05-12T10:14:07.000Z\",\"2018-05-16T04:01:02.000Z\",\"2018-05-26T17:08:05.000Z\",\"2018-06-02T23:09:25.000Z\",\"2018-06-09T07:21:08.000Z\",\"2018-06-14T12:39:07.000Z\",\"2018-06-24T13:06:02.000Z\",\"2018-07-01T16:40:36.000Z\",\"2018-07-06T20:30:27.000Z\",\"2018-07-15T19:07:03.000Z\",\"2018-07-18T09:01:54.000Z\",\"2018-07-27T10:00:25.000Z\",\"2018-08-04T20:37:46.000Z\",\"2018-08-12T06:37:14.000Z\",\"2018-08-15T04:01:02.000Z\",\"2018-08-22T04:01:02.000Z\",\"2018-08-29T13:12:35.000Z\",\"2018-09-07T15:24:30.000Z\",\"2018-09-16T17:48:46.000Z\",\"2018-09-23T18:32:13.000Z\",\"2018-09-30T16:10:14.000Z\",\"2018-10-06T12:36:19.000Z\",\"2018-10-12T21:20:51.000Z\",\"2018-10-21T18:37:48.000Z\",\"2018-10-28T09:03:19.000Z\",\"2018-11-04T13:47:53.000Z\",\"2018-11-11T21:35:13.000Z\",\"2018-11-18T07:10:23.000Z\",\"2018-11-21T04:01:02.000Z\",\"2018-11-28T04:01:02.000Z\",\"2018-12-06T23:22:48.000Z\",\"2018-12-15T19:48:15.000Z\",\"2018-12-21T08:34:38.000Z\",\"2018-12-30T19:26:17.000Z\",\"2019-01-04T19:17:28.000Z\",\"2019-01-12T18:36:15.000Z\",\"2019-01-16T08:49:12.000Z\",\"2019-01-25T11:33:45.000Z\",\"2019-01-30T13:13:51.000Z\",\"2019-02-10T14:12:07.000Z\",\"2019-02-15T08:21:42.000Z\",\"2019-02-24T15:20:58.000Z\",\"2019-03-02T09:38:42.000Z\",\"2019-03-06T19:04:13.000Z\",\"2019-03-14T18:11:59.000Z\",\"2019-03-21T14:48:38.000Z\",\"2019-03-27T04:01:02.000Z\",\"2019-04-03T04:01:02.000Z\",\"2019-04-10T04:01:02.000Z\",\"2019-04-17T04:01:02.000Z\",\"2019-04-26T16:34:35.000Z\",\"2019-05-01T04:01:02.000Z\",\"2019-05-08T04:01:02.000Z\",\"2019-05-17T08:42:19.000Z\",\"2019-05-22T04:01:02.000Z\",\"2019-05-29T04:01:02.000Z\",\"2019-06-05T04:01:02.000Z\",\"2019-06-12T04:01:02.000Z\",\"2019-06-21T22:51:56.000Z\",\"2019-06-26T04:01:02.000Z\",\"2019-07-05T12:42:50.000Z\",\"2019-07-12T15:30:59.000Z\",\"2019-07-20T13:30:01.000Z\",\"2019-07-25T19:57:31.000Z\",\"2019-08-01T09:48:48.000Z\",\"2019-08-07T04:01:02.000Z\",\"2019-08-14T04:01:02.000Z\",\"2019-08-25T14:36:23.000Z\",\"2019-09-01T18:13:20.000Z\",\"2019-09-04T05:43:26.000Z\",\"2019-09-12T18:47:39.000Z\",\"2019-09-21T01:09:22.000Z\",\"2019-09-27T23:44:12.000Z\",\"2019-10-02T10:01:28.000Z\",\"2019-10-09T04:01:02.000Z\",\"2019-10-17T18:44:06.000Z\",\"2019-10-25T13:49:31.000Z\",\"2019-11-01T21:50:47.000Z\",\"2019-11-06T04:01:02.000Z\",\"2019-11-17T14:44:34.000Z\",\"2019-11-22T21:44:49.000Z\",\"2019-11-28T13:17:15.000Z\",\"2019-12-05T10:32:13.000Z\",\"2019-12-13T17:21:30.000Z\",\"2019-12-18T04:01:02.000Z\",\"2019-12-25T04:01:02.000Z\",\"2020-01-01T04:01:02.000Z\",\"2020-01-08T04:01:02.000Z\",\"2020-01-17T07:45:43.000Z\",\"2020-01-25T18:36:25.000Z\",\"2020-01-30T20:18:03.000Z\",\"2020-02-05T04:01:02.000Z\",\"2020-02-14T10:55:08.000Z\",\"2020-02-19T04:01:02.000Z\",\"2020-02-26T04:01:02.000Z\",\"2020-03-04T04:01:02.000Z\",\"2020-03-11T04:01:02.000Z\",\"2020-03-20T18:14:24.000Z\",\"2020-03-27T17:05:50.000Z\",\"2020-04-01T22:40:15.000Z\",\"2020-04-09T07:46:17.000Z\",\"2020-04-18T06:13:04.000Z\",\"2020-04-22T04:01:02.000Z\",\"2020-04-29T04:01:02.000Z\",\"2020-05-06T04:01:02.000Z\",\"2020-05-15T14:22:23.000Z\",\"2020-05-22T14:09:14.000Z\",\"2020-05-27T04:01:02.000Z\",\"2020-06-07T16:58:35.000Z\",\"2020-06-10T04:01:02.000Z\",\"2020-06-19T14:32:57.000Z\",\"2020-06-24T04:01:02.000Z\",\"2020-07-03T15:05:22.000Z\",\"2020-07-10T08:37:50.000Z\",\"2020-07-17T09:57:27.000Z\",\"2020-07-26T14:06:23.000Z\",\"2020-07-29T04:01:02.000Z\",\"2020-08-07T11:49:11.000Z\",\"2020-08-12T04:01:02.000Z\",\"2020-08-23T18:04:19.000Z\",\"2020-08-26T04:01:02.000Z\",\"2020-09-04T13:02:58.000Z\",\"2020-09-13T09:00:28.000Z\",\"2020-09-17T13:07:27.000Z\",\"2020-09-25T11:49:49.000Z\",\"2020-10-01T18:53:04.000Z\",\"2020-10-07T04:01:02.000Z\",\"2020-10-14T04:01:02.000Z\",\"2020-10-25T13:37:33.000Z\",\"2020-10-30T13:21:41.000Z\",\"2020-11-04T18:45:44.000Z\",\"2020-11-14T11:34:02.000Z\",\"2020-11-21T12:38:03.000Z\",\"2020-11-26T16:39:20.000Z\",\"2020-12-04T07:30:51.000Z\",\"2020-12-11T18:57:56.000Z\",\"2020-12-18T12:54:49.000Z\",\"2020-12-23T04:01:02.000Z\",\"2020-12-30T04:01:02.000Z\",\"2021-01-10T17:27:11.000Z\",\"2021-01-13T04:01:02.000Z\",\"2021-01-24T22:00:33.000Z\",\"2021-01-27T04:01:02.000Z\",\"2021-02-06T09:46:47.000Z\",\"2021-02-11T22:50:57.000Z\",\"2021-02-20T14:10:39.000Z\",\"2021-02-24T18:55:15.000Z\",\"2021-03-07T16:30:13.000Z\",\"2021-03-14T14:20:33.000Z\",\"2021-03-20T15:30:59.000Z\",\"2021-03-26T13:50:41.000Z\",\"2021-04-03T06:54:45.000Z\",\"2021-04-09T18:53:44.000Z\",\"2021-04-17T15:02:43.000Z\",\"2021-04-20T01:47:26.000Z\"],[15,1,1,7,45,19,11,3,63,23,35,23,13,15,15,1,31,15,1,55,39,43,43,9,1,15,3,13,25,19,17,31,67,9,19,17,25,37,21,27,15,43,13,45,45,65,89,75,33,85,31,55,17,17,29,57,47,1,17,17,37,33,29,37,35,29,17,39,49,21,41,63,77,43,75,65,45,51,31,65,59,23,35,63,21,47,63,19,69,59,63,31,35,5,43,25,27,35,23,71,7,49,19,35,57,3,14,18,55,29,20,23,31,44,48,15,18,8,1,1,3,1,8,6,19,2,7,4,9,11,26,23,19,33,19,9,4,3,25,4,17,9,5,7,12,5,9,25,27,12,7,23,8,12,3,13,10,19,16,13,11,5,10,8,20,13,52,21,18,22,9,8,18,22,9,7,6,7,8,10,2,3,12,10,1,16,24,3,13,7,19,22,27,16,12,23,25,16,4,1,4,7,15,9,8,7,1,17,7,5,14,10,12,1,6,4,1,21,12,17,38,14,14,1,2,20,12,9,3,9,19,16,36,43,47,17,24,23,41,47,29,20,78,20,17,22,24,55,36,17,24,24,19,28,58,49,19,16,29,25,74,62,39,43,22,7,7,12,18,8,10,9,3,19,12,2,12,7,10,5,6,11,6,7,25,20,16,15,18,30,10,10,12,4,24,35,21,29,6,12,31,32,15,11,19,7,23,46,9,20,15,39,20,16,24,7,8,2,15,10,21,14,15,5,6,3,6,1,3,15,14,9,7,6,1,19,16,5,7,11,6,14,5,5,11,9,17,7,4,13,9,41,10,10,7,15,10,19,14,12,5,1,3,11,4,9,12,16,27,14,10,27,12,11,5,15,2,37,26,10,1,28,16,17,10,11,4,27,41,17,39,21,15,18,11,19,14,16,15,15,12,8,1,10,14,23,22,10,6,4,24,8,9,6,10,7,1,1,3,3,11,5,5,10,15,9,28,25,23,25,11,26,1,10,28,32,25,14,2,14,23,25,10,5,11,15,14,19,6,61,5,10,1,3,6,13,9,39,3,6,20,15,15,6,7,11,11,34,25,12,8,10,2,3,3,9,10,11,9,13,21,8,3,1,1,4,3,5,20,6,15,10,6,2,1,1,4,6,11,3,1,1,3,4,1,23,21,13,4,15,17,3,8,5,3,27,4,5,3,2,9,3,18,16,9,4,7,13,9,20,25,1,4,4,2,17,11,4,10,5,3,11,10,8,17,7,6,3,6,1,1,1,1,3,1,1,4,6,3,2,1,7,1,15,3,6,5,11,1,1,6,4,3,3,2,14,5,1,3,11,9,3,5,10,6,3,5,2,1,2,4,2,15,4,4,7,1,1,1,1,10,6,11,12,11,2,1,1,4,9,1,9,1,5,1,7,7,7,11,1,7,4,17,5,5,5,6,7,5,1,1,10,13,7,8,16,23,4,25,21,3,3,11,1,5,5,13,7,13,7,19,21,5,10,4,11,8,1]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on modeling.epsilon forum.    ID   Subject   Post date   Post author     1840588   Re: Setting IUserInput from Workflow   2021-04-20 01:47:26   41779     1840522   Re: etl in multithreaded standalone application   2021-04-17 15:02:43   222466     1840518   Re: etl in multithreaded standalone application   2021-04-17 10:02:31   32655     1840509   etl in multithreaded standalone application   2021-04-16 20:39:26   222466     1840497   Re: EUnit Examples   2021-04-16 14:28:37   67398     1840492   Re: Check in selenium java code is not working   2021-04-16 13:01:56   32655     1840489   Re: Check in selenium java code is not working   2021-04-16 11:32:17   229813     1840458   EUnit Examples   2021-04-15 17:44:25   222466     1840252   Re: Setting IUserInput from Workflow   2021-04-09 18:53:44   32655     1840189   Re: Setting IUserInput from Workflow   2021-04-08 11:23:35   41779    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 1951 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on modeling.epsilon forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107703   etl in multithreaded standalone application   2021-04-17 15:02:43   1840522   2   199     1107687   EUnit Examples   2021-04-16 14:28:37   1840497   1   253     1107599   Read-only Access to Epsilon source code   2021-04-08 05:13:22   1840175   1   104     1107514   Suppressing or Redirecting Stacktraces from Workflow   2021-04-07 08:34:16   1840131   4   404     1107448   Load Hutn file programmatically   2021-03-25 09:08:40   1839654   4   289     1107418   Broken link in Epsilon Hutn documentation   2021-03-23 09:49:46   1839523   1   193     1107302   No Matching Comparator error while using Eunit through Gradle   2021-03-20 15:30:59   1839416   3   998     1107261   Running EGX headless   2021-03-10 23:54:21   1838990   2   82     1107237   Setting IUserInput from Workflow   2021-04-20 01:47:26   1840588   12   561     1107234   Junit eunit example - test with resource models    2021-03-26 13:50:41   1839722   6   741      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 82 commits.\n  ID   Name   Time   Result     82   release-logistics \\#82   1.619286e+12   SUCCESS     81   release-logistics \\#81   1.619280e+12   SUCCESS     80   release-logistics \\#80   1.619280e+12   SUCCESS     79   release-logistics \\#79   1.599181e+12   SUCCESS     78   release-logistics \\#78   1.599179e+12   SUCCESS     77   release-logistics \\#77   1.599178e+12   SUCCESS     76   release-logistics \\#76   1.599178e+12   FAILURE     75   release-logistics \\#75   1.599178e+12   FAILURE     74   release-logistics \\#74   1.599176e+12   SUCCESS     73   release-logistics \\#73   1.599176e+12   FAILURE    // jsData function gvisDataPieChartID1e273c8ea874 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 6 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 21 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 55 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e273c8ea874() { var data = gvisDataPieChartID1e273c8ea874(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project modeling.epsilon \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e273c8ea874') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e273c8ea874); })(); function displayChartPieChartID1e273c8ea874() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 2 commits.\n  Name   Colour   Last build time   Health report     interim-kubernetes   UNKNOWN   0.000000e+00   100     release-logistics   blue   1.619286e+12   100    // jsData function gvisDataPieChartID1e273c9c20e2 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 1 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 1 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e273c9c20e2() { var data = gvisDataPieChartID1e273c9c20e2(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project modeling.epsilon \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e273c9c20e2') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e273c9c20e2); })(); function displayChartPieChartID1e273c9c20e2() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for modeling.epsilon .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Epsilon   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Epsilon   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/epsilon/   OK. Fetched CI URL.\\\\OK. CI URL is a Hudson instance. Title is \\[master\\]     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/epsilon-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for documentation\\_url.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/epsilon/download/   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   https://epsilon-developers.slack.com   OK. Forum \\[eclipse.epsilon\\] correctly defined.\\\\OK: Forum \\[eclipse.epsilon\\] URL could be successfully fetched.\\\\OK. Forum \\[Slack\\] correctly defined.\\\\OK: Forum \\[Slack\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for gettingstarted\\_url.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/epsilon/metadata/project-plan.xml   OK: Plan URL could be successfully fetched.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 38 commits.\n  Author   Count     unknown   8479     Sina Madani   204     Eike Stepper   72     Gregoire DUPE   60     Antonio Garcia-Dominguez   30     Alfonso de la Vega   27     Martins Francis   15     Horacio Hoyos Rodriguez   13     Fabien Giquel   8     Dimitrios Kolovos   7    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e277688d6d3 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 8479 ], [ \"Sina Madani\", 204 ], [ \"Eike Stepper\", 72 ], [ \"Gregoire DUPE\", 60 ], [ \"Antonio Garcia-Dominguez\", 30 ], [ \"Alfonso de la Vega\", 27 ], [ \"Martins Francis\", 15 ], [ \"Horacio Hoyos Rodriguez\", 13 ], [ \"Fabien Giquel\", 8 ], [ \"Dimitrios Kolovos\", 7 ], [ \"Louis Rose\", 7 ], [ \"Christian K\", 4 ], [ \"Horacio Hoyos\", 3 ], [ \"John Doe\", 3 ], [ \"Antonio Cicchetti\", 2 ], [ \"Betty Sanchez\", 2 ], [ \"Gronback, R.C.\", 2 ], [ \"Pool, R.\", 2 ], [ \"Agatha Christie\", 1 ], [ \"Albert Tregnaghi\", 1 ], [ \"Antonio Garca-Domnguez\", 1 ], [ \"Apostel, Leo\", 1 ], [ \"Author2 title Book2\", 1 ], [ \"Bran Selic\", 1 ], [ \"Dimitrios Kolovos, Antonio Garcia-Dominguez, Sina Madani\", 1 ], [ \"Dimitris Kolovos\", 1 ], [ \"Ed Merks. Demonstrates\", 1 ], [ \"Hoacio Hoyos\", 1 ], [ \"Louis Rose, Antonio Garcia-Dominguez, Sina Madani\", 1 ], [ \"Sebastian Zarnekow\", 1 ], [ \"Sina Madani, Alfonso de la Vega\", 1 ], [ \"String Element\", 1 ], [ \"createAuthor() AuthorImpl\", 1 ], [ \"enum BookCategory Mystery\", 1 ], [ \"enum BookCategory Mystery ScienceFiction Biography\", 1 ], [ \"extends EObject\", 1 ], [ \"lrose, Sina Madani\", 1 ], [ \"the Eclipse Epsilon project\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e277688d6d3() { var data = gvisDataPieChartID1e277688d6d3(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project modeling.epsilon \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e277688d6d3') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 19 commits.\n  Copyrights   Count     unknown   5807     Copyright (c) The University of York   2936     Copyright (c) Terence Parr   110     Copyright (c) Eike Stepper (Berlin, Germany) and others   72     Copyright (c) Mia-Software   68     Copyright (c) The University of York, Antonio Garcia-Dominguez   24     Copyright (c) Antonio Garcia-Dominguez   18     Copyright (c) Aston University   9     Copyright (c) The University of York, Aston University   8     Copyright Albert Tregnaghi   4    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e277e212853 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5807 ], [ \"Copyright (c) The University of York\", 2936 ], [ \"Copyright (c) Terence Parr\", 110 ], [ \"Copyright (c) Eike Stepper (Berlin, Germany) and others\", 72 ], [ \"Copyright (c) Mia-Software\", 68 ], [ \"Copyright (c) The University of York, Antonio Garcia-Dominguez\", 24 ], [ \"Copyright (c) Antonio Garcia-Dominguez\", 18 ], [ \"Copyright (c) Aston University\", 9 ], [ \"Copyright (c) The University of York, Aston University\", 8 ], [ \"Copyright Albert Tregnaghi\", 4 ], [ \"Copyright (c) University of Twente\", 3 ], [ \"Copyright (c) IBM Corporation and others\", 2 ], [ \"Copyright (c) The University of York, Antonio\", 2 ], [ \"Copyright (c) University of York\", 2 ], [ \"Copyright the original author or authors\", 2 ], [ \"Copyright (c) Antonio Garca-Domnguez\", 1 ], [ \"Copyright (c) The University of York, Antonio Garca-Domnguez\", 1 ], [ \"Copyright (c) University of York, Aston University\", 1 ], [ \"Copyright (c) year The University of York\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e277e212853() { var data = gvisDataPieChartID1e277e212853(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project modeling.epsilon \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e277e212853') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 17 commits.\n  Holders   Count     unknown   5807     The University of York   2938     Terence Parr   110     Eike Stepper (Berlin, Germany) and others   72     Mia-Software   68     The University of York, Antonio Garcia-Dominguez   24     Antonio Garcia-Dominguez   18     Aston University   9     University of York, Aston University   9     Albert Tregnaghi   4    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e272013cbde () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5807 ], [ \"The University of York\", 2938 ], [ \"Terence Parr\", 110 ], [ \"Eike Stepper (Berlin, Germany) and others\", 72 ], [ \"Mia-Software\", 68 ], [ \"The University of York, Antonio Garcia-Dominguez\", 24 ], [ \"Antonio Garcia-Dominguez\", 18 ], [ \"Aston University\", 9 ], [ \"University of York, Aston University\", 9 ], [ \"Albert Tregnaghi\", 4 ], [ \"University of Twente\", 3 ], [ \"IBM Corporation and others\", 2 ], [ \"The University of York, Antonio\", 2 ], [ \"the original author or authors\", 2 ], [ \"$ year The University of York\", 1 ], [ \"Antonio Garca-Domnguez\", 1 ], [ \"The University of York, Antonio Garca-Domnguez\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e272013cbde() { var data = gvisDataPieChartID1e272013cbde(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project modeling.epsilon \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e272013cbde') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 16 commits.\n  Licence   Count     unknown   4949     epl-2.0 OR apache-2.0   2843     epl-2.0   2165     epl-1.0   584     bsd-new   227     epl-1.0 OR bsd-new   65     apache-2.0   26     mit   6     public-domain   3     apache-1.1   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e27306406fd () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 4949 ], [ \"epl-2.0 OR apache-2.0\", 2843 ], [ \"epl-2.0\", 2165 ], [ \"epl-1.0\", 584 ], [ \"bsd-new\", 227 ], [ \"epl-1.0 OR bsd-new\", 65 ], [ \"apache-2.0\", 26 ], [ \"mit\", 6 ], [ \"public-domain\", 3 ], [ \"apache-1.1\", 2 ], [ \"gpl-2.0-plus\", 2 ], [ \"lgpl-3.0-plus\", 2 ], [ \"mit OR apache-2.0\", 2 ], [ \"agpl-3.0-plus\", 1 ], [ \"apache-2.0 OR epl-2.0\", 1 ], [ \"generic-export-compliance\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e27306406fd() { var data = gvisDataPieChartID1e27306406fd(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project modeling.epsilon \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e27306406fd') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 14 commits.\n  Programming Language   Count     Java   4058     unknown   3836     HTML   695     Python   104     PHP   79     Objective-C   8     Groovy   7     Perl6   7     Bash   4     CSS   3    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e27629f90de () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 4058 ], [ \"unknown\", 3836 ], [ \"HTML\", 695 ], [ \"Python\", 104 ], [ \"PHP\", 79 ], [ \"Objective-C\", 8 ], [ \"Groovy\", 7 ], [ \"Perl6\", 7 ], [ \"Bash\", 4 ], [ \"CSS\", 3 ], [ \"Batchfile\", 1 ], [ \"JavaScript\", 1 ], [ \"TASM\", 1 ], [ \"VB.net\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e27629f90de() { var data = gvisDataPieChartID1e27629f90de(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project modeling.epsilon \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e27629f90de') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 467 commits.\n  Holders   Type     LICENSE   legal     NOTICE   legal     pom.xml   manifest     examples/org.eclipse.epsilon.edl.dt/META-INF/MANIFEST.MF   manifest     examples/org.eclipse.epsilon.edl.engine/META-INF/MANIFEST.MF   manifest     examples/org.eclipse.epsilon.egl.servlet/WebContent/META-INF/MANIFEST.MF   manifest     examples/org.eclipse.epsilon.emc.contactsmodel/META-INF/MANIFEST.MF   manifest     examples/org.eclipse.epsilon.emc.csvpro/META-INF/MANIFEST.MF   manifest     examples/org.eclipse.epsilon.emc.csvpro.dt/META-INF/MANIFEST.MF   manifest     examples/org.eclipse.epsilon.emc.dummydriver/META-INF/MANIFEST.MF   manifest    ","href":"/projects/modeling.epsilon/datasets_report/","title":"modeling.epsilon"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;modeling.gendoc\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/modeling.gendoc.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 94 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for modeling.gendoc\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\"],[1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,4,0,7,3,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,4,1,2,0,2,0,6,0,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,1,0,2,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,1,1,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,2,3,0,0,0,0,0,0,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,2,4,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 1711 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 145 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 35 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 110 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for modeling.gendoc\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\"],[0,4,7,1,3,0,2,6,0,3,10,6,1,3,1,11,3,1,0,5,5,6,4,7,6,3,2,2,4,0,0,5,0,4,2,2,0,2,2,0,1,5,0,0,1,3,0,1,3,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,1,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 8 weeks.\n// jsData function gvisDataColumnChartID1e4f7e086711 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 41 ], [ \"0.5.0\", 33 ], [ \"0.6.0\", 31 ], [ \"0.5RC1\", 18 ], [ \"0.5RC2\", 12 ], [ \"0.7.0\", 4 ], [ \"0.7.1\", 4 ], [ \"0.7.2\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e4f7e086711() { var data = gvisDataColumnChartID1e4f7e086711(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e4f7e086711') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 3 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1e4f22dbe1 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 112 ], [ \"Others\", 21 ], [ \"UI\", 12 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e4f22dbe1() { var data = gvisDataColumnChartID1e4f22dbe1(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e4f22dbe1') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 8255 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for modeling.gendoc\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2014-05-06T14:55:10.000Z\",\"2014-05-13T14:55:10.000Z\",\"2014-05-20T14:55:10.000Z\",\"2014-05-27T14:55:10.000Z\",\"2014-06-03T14:55:10.000Z\",\"2014-06-10T14:55:10.000Z\",\"2014-06-17T14:55:10.000Z\",\"2014-06-24T14:55:10.000Z\",\"2014-07-01T14:55:10.000Z\",\"2014-07-08T14:55:10.000Z\",\"2014-07-15T14:55:10.000Z\",\"2014-07-22T14:55:10.000Z\",\"2014-07-29T14:55:10.000Z\",\"2014-08-05T14:55:10.000Z\",\"2014-08-12T14:55:10.000Z\",\"2014-08-19T14:55:10.000Z\",\"2014-08-26T14:55:10.000Z\",\"2014-09-04T11:46:06.000Z\",\"2014-09-09T14:55:10.000Z\",\"2014-09-16T14:55:10.000Z\",\"2014-09-23T14:55:10.000Z\",\"2014-09-30T14:55:10.000Z\",\"2014-10-07T14:55:10.000Z\",\"2014-10-14T14:55:10.000Z\",\"2014-10-21T14:55:10.000Z\",\"2014-10-28T14:55:10.000Z\",\"2014-11-04T14:55:10.000Z\",\"2014-11-11T14:55:10.000Z\",\"2014-11-18T14:55:10.000Z\",\"2014-11-28T13:25:35.000Z\",\"2014-12-02T14:55:10.000Z\",\"2014-12-09T14:55:10.000Z\",\"2014-12-16T14:55:10.000Z\",\"2014-12-23T14:55:10.000Z\",\"2014-12-30T14:55:10.000Z\",\"2015-01-06T14:55:10.000Z\",\"2015-01-14T17:12:05.000Z\",\"2015-01-20T14:55:10.000Z\",\"2015-01-27T14:55:10.000Z\",\"2015-02-03T14:55:10.000Z\",\"2015-02-12T11:42:42.000Z\",\"2015-02-17T14:55:10.000Z\",\"2015-02-24T14:55:10.000Z\",\"2015-03-03T14:55:10.000Z\",\"2015-03-10T14:55:10.000Z\",\"2015-03-17T14:55:10.000Z\",\"2015-03-24T14:55:10.000Z\",\"2015-03-31T14:55:10.000Z\",\"2015-04-08T19:01:47.000Z\",\"2015-04-14T14:55:10.000Z\",\"2015-04-24T12:15:11.000Z\",\"2015-04-30T08:40:18.000Z\",\"2015-05-05T14:55:10.000Z\",\"2015-05-12T14:55:10.000Z\",\"2015-05-19T14:55:10.000Z\",\"2015-05-27T11:38:33.000Z\",\"2015-06-02T14:55:10.000Z\",\"2015-06-09T14:55:10.000Z\",\"2015-06-16T14:55:10.000Z\",\"2015-06-23T14:55:10.000Z\",\"2015-06-30T14:55:10.000Z\",\"2015-07-09T13:35:59.000Z\",\"2015-07-16T19:21:43.000Z\",\"2015-07-21T14:55:10.000Z\",\"2015-07-28T14:55:10.000Z\",\"2015-08-07T14:48:09.000Z\",\"2015-08-12T12:43:50.000Z\",\"2015-08-20T13:04:00.000Z\",\"2015-08-28T11:18:31.000Z\",\"2015-09-04T13:29:51.000Z\",\"2015-09-08T14:55:10.000Z\",\"2015-09-15T14:55:10.000Z\",\"2015-09-22T14:55:10.000Z\",\"2015-10-02T09:41:40.000Z\",\"2015-10-06T14:55:10.000Z\",\"2015-10-13T14:55:10.000Z\",\"2015-10-20T14:55:10.000Z\",\"2015-10-29T14:46:46.000Z\",\"2015-11-03T14:55:10.000Z\",\"2015-11-10T14:55:10.000Z\",\"2015-11-17T14:55:10.000Z\",\"2015-11-26T16:52:37.000Z\",\"2015-12-04T14:21:45.000Z\",\"2015-12-08T14:55:10.000Z\",\"2015-12-15T14:55:10.000Z\",\"2015-12-22T14:55:10.000Z\",\"2015-12-29T14:55:10.000Z\",\"2016-01-05T14:55:10.000Z\",\"2016-01-12T14:55:10.000Z\",\"2016-01-21T14:08:50.000Z\",\"2016-01-27T14:01:52.000Z\",\"2016-02-07T14:17:55.000Z\",\"2016-02-12T07:31:04.000Z\",\"2016-02-19T06:59:25.000Z\",\"2016-02-24T15:03:54.000Z\",\"2016-03-01T14:55:10.000Z\",\"2016-03-08T14:55:10.000Z\",\"2016-03-15T14:55:10.000Z\",\"2016-03-25T14:46:43.000Z\",\"2016-03-29T14:55:10.000Z\",\"2016-04-08T16:21:25.000Z\",\"2016-04-13T15:39:42.000Z\",\"2016-04-22T16:20:02.000Z\",\"2016-04-26T14:55:10.000Z\",\"2016-05-03T14:55:10.000Z\",\"2016-05-10T14:55:10.000Z\",\"2016-05-17T14:55:10.000Z\",\"2016-05-26T13:19:45.000Z\",\"2016-06-03T14:54:57.000Z\",\"2016-06-10T16:45:51.000Z\",\"2016-06-14T14:55:10.000Z\",\"2016-06-22T15:57:57.000Z\",\"2016-06-28T14:55:10.000Z\",\"2016-07-05T14:55:10.000Z\",\"2016-07-12T14:55:10.000Z\",\"2016-07-19T14:55:10.000Z\",\"2016-07-26T14:55:10.000Z\",\"2016-08-02T14:55:10.000Z\",\"2016-08-12T12:44:41.000Z\",\"2016-08-16T14:55:10.000Z\",\"2016-08-23T14:55:10.000Z\",\"2016-09-02T15:28:43.000Z\",\"2016-09-08T22:22:04.000Z\",\"2016-09-13T14:55:10.000Z\",\"2016-09-20T14:55:10.000Z\",\"2016-09-27T14:55:10.000Z\",\"2016-10-04T14:55:10.000Z\",\"2016-10-11T14:55:10.000Z\",\"2016-10-20T13:43:07.000Z\",\"2016-10-27T06:56:28.000Z\",\"2016-11-01T14:55:10.000Z\",\"2016-11-08T14:55:10.000Z\",\"2016-11-18T13:14:49.000Z\",\"2016-11-22T14:55:10.000Z\",\"2016-11-30T15:30:32.000Z\",\"2016-12-06T14:55:10.000Z\",\"2016-12-16T08:36:12.000Z\",\"2016-12-20T14:55:10.000Z\",\"2016-12-27T14:55:10.000Z\",\"2017-01-08T15:34:42.000Z\",\"2017-01-12T12:03:21.000Z\",\"2017-01-19T08:51:07.000Z\",\"2017-01-24T14:55:10.000Z\",\"2017-01-31T14:55:10.000Z\",\"2017-02-07T14:55:10.000Z\",\"2017-02-16T17:08:57.000Z\",\"2017-02-23T13:59:20.000Z\",\"2017-03-01T07:07:30.000Z\",\"2017-03-10T14:30:41.000Z\",\"2017-03-14T14:55:10.000Z\",\"2017-03-21T14:55:10.000Z\",\"2017-03-31T13:42:49.000Z\",\"2017-04-04T14:55:10.000Z\",\"2017-04-14T12:38:20.000Z\",\"2017-04-18T14:55:10.000Z\",\"2017-04-29T09:49:38.000Z\",\"2017-05-05T11:50:43.000Z\",\"2017-05-09T14:55:10.000Z\",\"2017-05-16T14:55:10.000Z\",\"2017-05-25T14:42:08.000Z\",\"2017-06-02T09:34:00.000Z\",\"2017-06-06T14:55:10.000Z\",\"2017-06-13T14:55:10.000Z\",\"2017-06-20T14:55:10.000Z\",\"2017-06-29T08:58:14.000Z\",\"2017-07-07T06:33:16.000Z\",\"2017-07-14T13:15:08.000Z\",\"2017-07-23T20:41:07.000Z\",\"2017-07-28T09:14:26.000Z\",\"2017-08-01T14:55:10.000Z\",\"2017-08-08T17:33:46.000Z\",\"2017-08-15T14:55:10.000Z\",\"2017-08-24T10:13:51.000Z\",\"2017-09-01T06:45:19.000Z\",\"2017-09-06T14:19:32.000Z\",\"2017-09-12T14:55:10.000Z\",\"2017-09-19T14:55:10.000Z\",\"2017-09-26T14:55:10.000Z\",\"2017-10-03T14:55:10.000Z\",\"2017-10-13T14:36:29.000Z\",\"2017-10-22T20:24:24.000Z\",\"2017-10-26T12:48:50.000Z\",\"2017-11-02T08:52:11.000Z\",\"2017-11-07T14:55:10.000Z\",\"2017-11-14T14:55:10.000Z\",\"2017-11-21T14:55:10.000Z\",\"2017-11-28T14:55:10.000Z\",\"2017-12-07T11:16:19.000Z\",\"2017-12-12T14:55:10.000Z\",\"2017-12-21T10:27:56.000Z\",\"2017-12-26T14:55:10.000Z\",\"2018-01-07T18:03:20.000Z\",\"2018-01-09T14:55:10.000Z\",\"2018-01-18T12:36:06.000Z\",\"2018-01-23T14:55:10.000Z\",\"2018-02-01T16:08:53.000Z\",\"2018-02-08T21:22:08.000Z\",\"2018-02-13T14:55:10.000Z\",\"2018-02-20T14:55:10.000Z\",\"2018-02-27T14:55:10.000Z\",\"2018-03-07T07:23:25.000Z\",\"2018-03-16T13:22:10.000Z\",\"2018-03-23T09:04:46.000Z\",\"2018-03-27T14:55:10.000Z\",\"2018-04-03T14:55:10.000Z\",\"2018-04-10T14:55:10.000Z\",\"2018-04-17T14:55:10.000Z\",\"2018-04-29T17:21:27.000Z\",\"2018-05-05T09:42:57.000Z\",\"2018-05-08T14:55:10.000Z\",\"2018-05-15T14:55:10.000Z\",\"2018-05-22T14:55:10.000Z\",\"2018-05-29T14:55:10.000Z\",\"2018-06-05T14:55:10.000Z\",\"2018-06-12T14:55:10.000Z\",\"2018-06-19T14:55:10.000Z\",\"2018-06-26T14:55:10.000Z\",\"2018-07-03T14:55:10.000Z\",\"2018-07-10T14:55:10.000Z\",\"2018-07-17T14:55:10.000Z\",\"2018-07-24T14:55:10.000Z\",\"2018-07-31T14:55:10.000Z\",\"2018-08-07T14:55:10.000Z\",\"2018-08-14T14:55:10.000Z\",\"2018-08-21T14:55:10.000Z\",\"2018-08-31T13:42:06.000Z\",\"2018-09-04T17:00:09.000Z\",\"2018-09-11T14:55:10.000Z\",\"2018-09-18T14:55:10.000Z\",\"2018-09-25T14:55:10.000Z\",\"2018-10-02T14:55:10.000Z\",\"2018-10-09T14:55:10.000Z\",\"2018-10-18T15:15:11.000Z\",\"2018-10-23T14:55:10.000Z\",\"2018-10-30T14:55:10.000Z\",\"2018-11-06T14:55:10.000Z\",\"2018-11-13T14:55:10.000Z\",\"2018-11-20T14:55:10.000Z\",\"2018-11-27T14:55:10.000Z\",\"2018-12-04T14:55:10.000Z\",\"2018-12-11T14:55:10.000Z\",\"2018-12-18T14:55:10.000Z\",\"2018-12-25T14:55:10.000Z\",\"2019-01-01T14:55:10.000Z\",\"2019-01-08T14:55:10.000Z\",\"2019-01-15T14:55:10.000Z\",\"2019-01-22T14:55:10.000Z\",\"2019-01-29T14:55:10.000Z\",\"2019-02-05T14:55:10.000Z\",\"2019-02-12T14:55:10.000Z\",\"2019-02-19T14:55:10.000Z\",\"2019-02-26T14:55:10.000Z\",\"2019-03-05T14:55:10.000Z\",\"2019-03-12T14:55:10.000Z\",\"2019-03-19T14:55:10.000Z\",\"2019-03-26T14:55:10.000Z\",\"2019-04-03T06:29:53.000Z\",\"2019-04-09T14:55:10.000Z\",\"2019-04-17T10:54:44.000Z\",\"2019-04-26T09:14:08.000Z\",\"2019-04-30T14:55:10.000Z\",\"2019-05-09T07:51:04.000Z\",\"2019-05-14T14:55:10.000Z\",\"2019-05-21T14:55:10.000Z\",\"2019-05-29T15:17:35.000Z\",\"2019-06-04T14:55:10.000Z\",\"2019-06-11T14:55:10.000Z\",\"2019-06-18T14:55:10.000Z\",\"2019-06-25T14:55:10.000Z\",\"2019-07-02T14:55:10.000Z\",\"2019-07-09T14:55:10.000Z\",\"2019-07-16T14:55:10.000Z\",\"2019-07-23T14:55:10.000Z\",\"2019-07-30T14:55:10.000Z\",\"2019-08-09T15:58:37.000Z\",\"2019-08-13T14:55:10.000Z\",\"2019-08-20T14:55:10.000Z\",\"2019-08-27T14:55:10.000Z\",\"2019-09-03T14:55:10.000Z\",\"2019-09-10T14:55:10.000Z\",\"2019-09-18T15:24:27.000Z\",\"2019-09-28T17:18:53.000Z\",\"2019-10-04T13:52:07.000Z\",\"2019-10-11T14:05:56.000Z\",\"2019-10-15T14:55:10.000Z\",\"2019-10-22T14:55:10.000Z\",\"2019-10-31T12:20:28.000Z\",\"2019-11-06T09:15:26.000Z\",\"2019-11-12T14:55:10.000Z\",\"2019-11-19T14:55:10.000Z\",\"2019-11-26T14:55:10.000Z\",\"2019-12-03T14:55:10.000Z\",\"2019-12-10T14:55:10.000Z\",\"2019-12-17T14:55:10.000Z\",\"2019-12-24T14:55:10.000Z\",\"2019-12-31T14:55:10.000Z\",\"2020-01-10T07:22:07.000Z\",\"2020-01-14T14:55:10.000Z\",\"2020-01-21T14:55:10.000Z\",\"2020-01-28T14:55:10.000Z\",\"2020-02-04T14:55:10.000Z\",\"2020-02-11T14:55:10.000Z\",\"2020-02-18T14:55:10.000Z\",\"2020-02-25T14:55:10.000Z\",\"2020-03-03T14:55:10.000Z\",\"2020-03-15T17:20:29.000Z\",\"2020-03-18T07:58:32.000Z\",\"2020-03-24T14:55:10.000Z\",\"2020-03-31T14:55:10.000Z\",\"2020-04-11T15:27:02.000Z\",\"2020-04-14T14:55:10.000Z\",\"2020-04-21T14:55:10.000Z\",\"2020-04-28T14:55:10.000Z\",\"2020-05-05T14:55:10.000Z\",\"2020-05-12T14:55:10.000Z\",\"2020-05-19T14:55:10.000Z\",\"2020-05-26T14:55:10.000Z\",\"2020-06-02T14:55:10.000Z\",\"2020-06-09T14:55:10.000Z\",\"2020-06-18T15:32:56.000Z\",\"2020-06-23T14:55:10.000Z\",\"2020-06-30T14:55:10.000Z\",\"2020-07-07T14:55:10.000Z\",\"2020-07-14T14:55:10.000Z\",\"2020-07-21T14:55:10.000Z\",\"2020-07-29T12:48:19.000Z\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,8,2,1,1,1,1,1,8,1,1,1,3,1,1,1,1,1,1,1,2,1,6,12,1,1,1,6,2,1,1,1,1,2,3,2,1,6,2,2,9,8,1,1,1,29,11,3,1,4,1,1,1,3,4,2,1,1,1,2,1,2,6,11,6,3,3,2,2,1,12,1,16,6,9,5,1,2,1,5,6,13,1,4,1,1,1,1,1,1,5,1,1,7,2,1,1,1,1,4,3,19,1,3,4,1,2,1,4,1,1,4,5,10,1,1,1,2,3,15,11,3,5,10,1,4,1,4,12,1,1,2,7,1,1,1,30,10,16,9,6,4,4,3,2,4,6,1,1,2,1,8,2,4,5,1,1,1,1,6,1,2,1,3,2,9,1,9,9,1,5,1,2,3,6,1,1,1,1,4,8,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,6,3,4,1,1,1,1,5,4,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,2,2,7,1,2,1,1,2,1,5,1,1,1,1,2,1,1,10,2,2,1,1,1,4,9,5,4,4,1,6,2,2,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,4,2,1,1,2,3,1,1,1,1,1,1,1,1,5,1,1,1,1,1,7]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on modeling.gendoc forum.    ID   Subject   Post date   Post author     1830584   Re: Getting ID and Name from Requirements::Requirement   2020-07-29 12:48:19   229294     1830554   Re: Getting ID and Name from Requirements::Requirement   2020-07-29 05:40:52   44199     1830548   Re: Getting ID and Name from Requirements::Requirement   2020-07-29 02:12:01   229294     1830547   Re: Getting ID and Name from Requirements::Requirement   2020-07-29 00:36:09   229294     1830531   Re: Getting ID and Name from Requirements::Requirement   2020-07-28 14:26:08   44199     1830507   Re: Getting ID and Name from Requirements::Requirement   2020-07-28 02:52:51   229294     1828792   Re: Getting ID and Name from Requirements::Requirement   2020-06-18 15:32:56   229294     1828773   Re: Getting ID and Name from Requirements::Requirement   2020-06-18 11:25:31   98044     1828754   Re: Getting ID and Name from Requirements::Requirement   2020-06-18 06:43:35   44199     1828706   Getting ID and Name from Requirements::Requirement   2020-06-17 06:01:16   229294    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 7787 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on modeling.gendoc forum.    ID   Subject   Last post date   Last post author   Replies   Views     1104166   Getting ID and Name from Requirements::Requirement   2020-07-29 12:48:19   1830584   9   1684     1103311   R-E-A-L (Rapid Engineering Architecture Linked)   2020-04-14 06:45:35   1824337   2   3304     1102815   Any comparison of document generators available?   2020-03-18 07:58:32   1823018   3   897     1101926   Generate merged cells in Excel   2020-01-07 13:27:30   1819083   1   313     1101918   Word sub document   2020-01-10 07:22:07   1819217   1   1318     1101157   Word 2010 unable to open generated Documents   2019-11-12 09:06:30   1816924   2   2066     1101108   Generate multiple Word files   2019-10-31 09:26:05   1816554   3   926     1100912   Gendoc with Latex?   2019-10-14 14:10:01   1815890   4   1247     1100789   Doc generation fails if spaces in the model name   2019-10-11 14:05:56   1815824   3   2131     1100634   GenDoc problems (noob)   2019-09-23 13:36:15   1814963   5   962      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 320 commits.\n  ID   Name   Time   Result     1766   Gendoc-0.5-juno-maintenance \\#1766   1.619241e+12   SUCCESS     1765   Gendoc-0.5-juno-maintenance \\#1765   1.619155e+12   SUCCESS     1764   Gendoc-0.5-juno-maintenance \\#1764   1.619068e+12   SUCCESS     1763   Gendoc-0.5-juno-maintenance \\#1763   1.618983e+12   SUCCESS     1762   Gendoc-0.5-juno-maintenance \\#1762   1.618896e+12   SUCCESS     2016-08-03\\_01-00-58   Gendoc-0.5-juno-maintenance \\#55   1.470200e+12   SUCCESS     2164   Gendoc-0.5-maintenance \\#2164   1.619241e+12   SUCCESS     2163   Gendoc-0.5-maintenance \\#2163   1.619154e+12   SUCCESS     2162   Gendoc-0.5-maintenance \\#2162   1.619068e+12   SUCCESS     2161   Gendoc-0.5-maintenance \\#2161   1.618982e+12   SUCCESS    // jsData function gvisDataPieChartID1e4f1bb4193e () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 4 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 21 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 295 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e4f1bb4193e() { var data = gvisDataPieChartID1e4f1bb4193e(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project modeling.gendoc \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e4f1bb4193e') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e4f1bb4193e); })(); function displayChartPieChartID1e4f1bb4193e() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 57 commits.\n  Name   Colour   Last build time   Health report     Gendoc-0.5-juno-maintenance   blue   1.619241e+12   100     Gendoc-0.5-maintenance   blue   1.619241e+12   100     Gendoc-0.6-maintenance   blue   1.619241e+12   100     Gendoc-2018-09   blue   1.593107e+12   100     Gendoc-2018-09-nightly   blue   1.619237e+12   100     Gendoc-2018-12   blue   1.593108e+12   80     Gendoc-2018-12-nightly   blue   1.619237e+12   100     Gendoc-2019-03   blue   1.593106e+12   80     Gendoc-2019-03-nightly   blue   1.619238e+12   100     Gendoc-2019-06   blue   1.593107e+12   100    // jsData function gvisDataPieChartID1e4f7642e874 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 48 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 9 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e4f7642e874() { var data = gvisDataPieChartID1e4f7642e874(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project modeling.gendoc \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e4f7642e874') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e4f7642e874); })(); function displayChartPieChartID1e4f7642e874() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for modeling.gendoc .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Gendoc   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Gendoc   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://hudson.eclipse.org/gendoc/job/Gendoc/   OK. Fetched CI URL.\\\\Failed: could not decode Hudson JSON.     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/gendoc-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for documentation\\_url.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for download\\_url.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.gendoc   OK. Forum \\[Gendoc forum\\] correctly defined.\\\\OK: Forum \\[Gendoc forum\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for gettingstarted\\_url.     Checks if the Mailing lists URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/gendoc-users   OK. \\[gendoc-users\\] ML correctly defined with email.\\\\OK: \\[gendoc-users\\] ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 10 commits.\n  Author   Count     unknown   959     Kris Robertson   54     OAnyFEIAdy0BpfCi@JSSOGlN95CuhY9O7   14     Caroline Bourdeu d’Aguerre   4     Papa Malick Wade   3     Alexia Allanic   1     Anne Haugommard   1     XXXX\\_generated.docx   1     an ITagExtension   1     OAnyFEIAdy0BpfCi@UEWCsJQVm/ZUz5xY   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e4f5028f6a3 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 959 ], [ \"Kris Robertson\", 54 ], [ \"OAnyFEIAdy0BpfCi@JSSOGlN95CuhY9O7\", 14 ], [ \"Caroline Bourdeu d'Aguerre\", 4 ], [ \"Papa Malick Wade\", 3 ], [ \"Alexia Allanic\", 1 ], [ \"Anne Haugommard\", 1 ], [ \"XXXX_generated.docx\", 1 ], [ \"an ITagExtension\", 1 ], [ \"OAnyFEIAdy0BpfCi@UEWCsJQVm/ZUz5xY\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e4f5028f6a3() { var data = gvisDataPieChartID1e4f5028f6a3(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project modeling.gendoc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e4f5028f6a3') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 11 commits.\n  Copyrights   Count     unknown   628     Copyright (c) Atos Origin   272      Copyright Telefonaktiebolaget LM Ericsson\n  70     Copyright (c) Atos   50     Copyright (c) Ericsson AB.   10     Copyright Eclipse contributors and others   3     Copyright (c) Airbus   2     Copyright (c) CEA LIST and others   2     Copyright (c) AIRBUS FRANCE and others   1     Copyright (c) AtosOrigin   1        suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e4f4d5d723d () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 628 ], [ \"Copyright (c) Atos Origin\", 272 ], [ \"(c) Copyright Telefonaktiebolaget LM Ericsson\", 70 ], [ \"Copyright (c) Atos\", 50 ], [ \"Copyright (c) Ericsson AB.\", 10 ], [ \"(c) Copyright Eclipse contributors and others\", 3 ], [ \"Copyright (c) Airbus\", 2 ], [ \"Copyright (c) CEA LIST and others\", 2 ], [ \"Copyright (c) AIRBUS FRANCE and others\", 1 ], [ \"Copyright (c) AtosOrigin\", 1 ], [ \"Copyright (c) World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University)\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e4f4d5d723d() { var data = gvisDataPieChartID1e4f4d5d723d(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project modeling.gendoc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e4f4d5d723d') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 12 commits.\n  Holders   Count     unknown   628     Atos Origin   265     Telefonaktiebolaget LM Ericsson   70     Atos   50     Ericsson AB.   10     Atos Origin. br   7     Eclipse contributors and others   3     Airbus   2     CEA LIST and others   2     AIRBUS FRANCE and others   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e4f6746e73b () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 628 ], [ \"Atos Origin\", 265 ], [ \"Telefonaktiebolaget LM Ericsson\", 70 ], [ \"Atos\", 50 ], [ \"Ericsson AB.\", 10 ], [ \"Atos Origin. br\", 7 ], [ \"Eclipse contributors and others\", 3 ], [ \"Airbus\", 2 ], [ \"CEA LIST and others\", 2 ], [ \"AIRBUS FRANCE and others\", 1 ], [ \"AtosOrigin\", 1 ], [ \"World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University)\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e4f6746e73b() { var data = gvisDataPieChartID1e4f6746e73b(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project modeling.gendoc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e4f6746e73b') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 10 commits.\n  Licence   Count     unknown   591     epl-1.0   448     cpl-1.0 AND other-permissive   33     eclipse-sua-2011   6     apache-2.0   5     cpl-1.0   3     mpl-1.1   3     generic-cla   2     bsd-new OR epl-1.0   1     tidy   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e4f7de756f5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 591 ], [ \"epl-1.0\", 448 ], [ \"cpl-1.0 AND other-permissive\", 33 ], [ \"eclipse-sua-2011\", 6 ], [ \"apache-2.0\", 5 ], [ \"cpl-1.0\", 3 ], [ \"mpl-1.1\", 3 ], [ \"generic-cla\", 2 ], [ \"bsd-new OR epl-1.0\", 1 ], [ \"tidy\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e4f7de756f5() { var data = gvisDataPieChartID1e4f7de756f5(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project modeling.gendoc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e4f7de756f5') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 7 commits.\n  Programming Language   Count     unknown   483     Java   393     HTML   84     Python   44     PHP   27     CSS   4     Bash   3    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e4f50cf7607 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 483 ], [ \"Java\", 393 ], [ \"HTML\", 84 ], [ \"Python\", 44 ], [ \"PHP\", 27 ], [ \"CSS\", 4 ], [ \"Bash\", 3 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e4f50cf7607() { var data = gvisDataPieChartID1e4f50cf7607(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project modeling.gendoc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e4f50cf7607') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 89 commits.\n  Holders   Type     pom.xml   manifest     features/org.eclipse.gendoc.feature/license.html   legal     features/org.eclipse.gendoc.feature/pom.xml   manifest     features/org.eclipse.gendoc.papyrus.feature/license.html   legal     features/org.eclipse.gendoc.papyrus.feature/pom.xml   manifest     features/org.eclipse.gendoc.sirius.feature/license.html   legal     features/org.eclipse.gendoc.sirius.feature/pom.xml   manifest     plugins/org.eclipse.gendoc/pom.xml   manifest     plugins/org.eclipse.gendoc/META-INF/MANIFEST.MF   manifest     plugins/org.eclipse.gendoc.batch/pom.xml   manifest    ","href":"/projects/modeling.gendoc/datasets_report/","title":"modeling.gendoc"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;modeling.m2t.acceleo\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/modeling.m2t.acceleo.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 977 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for modeling.m2t.acceleo\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2008-02-01T00:00:00.000Z\",\"2008-02-02T00:00:00.000Z\",\"2008-02-03T00:00:00.000Z\",\"2008-02-04T00:00:00.000Z\",\"2008-02-05T00:00:00.000Z\",\"2008-02-06T00:00:00.000Z\",\"2008-02-07T00:00:00.000Z\",\"2008-02-08T00:00:00.000Z\",\"2008-02-09T00:00:00.000Z\",\"2008-02-10T00:00:00.000Z\",\"2008-02-11T00:00:00.000Z\",\"2008-02-12T00:00:00.000Z\",\"2008-02-13T00:00:00.000Z\",\"2008-02-14T00:00:00.000Z\",\"2008-02-15T00:00:00.000Z\",\"2008-02-16T00:00:00.000Z\",\"2008-02-17T00:00:00.000Z\",\"2008-02-18T00:00:00.000Z\",\"2008-02-19T00:00:00.000Z\",\"2008-02-20T00:00:00.000Z\",\"2008-02-21T00:00:00.000Z\",\"2008-02-22T00:00:00.000Z\",\"2008-02-23T00:00:00.000Z\",\"2008-02-24T00:00:00.000Z\",\"2008-02-25T00:00:00.000Z\",\"2008-02-26T00:00:00.000Z\",\"2008-02-27T00:00:00.000Z\",\"2008-02-28T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-01T00:00:00.000Z\",\"2008-03-02T00:00:00.000Z\",\"2008-03-03T00:00:00.000Z\",\"2008-03-04T00:00:00.000Z\",\"2008-03-05T00:00:00.000Z\",\"2008-03-06T00:00:00.000Z\",\"2008-03-07T00:00:00.000Z\",\"2008-03-08T00:00:00.000Z\",\"2008-03-09T00:00:00.000Z\",\"2008-03-10T00:00:00.000Z\",\"2008-03-11T00:00:00.000Z\",\"2008-03-12T00:00:00.000Z\",\"2008-03-13T00:00:00.000Z\",\"2008-03-14T00:00:00.000Z\",\"2008-03-15T00:00:00.000Z\",\"2008-03-16T00:00:00.000Z\",\"2008-03-17T00:00:00.000Z\",\"2008-03-18T00:00:00.000Z\",\"2008-03-19T00:00:00.000Z\",\"2008-03-20T00:00:00.000Z\",\"2008-03-21T00:00:00.000Z\",\"2008-03-22T00:00:00.000Z\",\"2008-03-23T00:00:00.000Z\",\"2008-03-24T00:00:00.000Z\",\"2008-03-25T00:00:00.000Z\",\"2008-03-26T00:00:00.000Z\",\"2008-03-27T00:00:00.000Z\",\"2008-03-28T00:00:00.000Z\",\"2008-03-29T00:00:00.000Z\",\"2008-03-30T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-01T00:00:00.000Z\",\"2008-04-02T00:00:00.000Z\",\"2008-04-03T00:00:00.000Z\",\"2008-04-04T00:00:00.000Z\",\"2008-04-05T00:00:00.000Z\",\"2008-04-06T00:00:00.000Z\",\"2008-04-07T00:00:00.000Z\",\"2008-04-08T00:00:00.000Z\",\"2008-04-09T00:00:00.000Z\",\"2008-04-10T00:00:00.000Z\",\"2008-04-11T00:00:00.000Z\",\"2008-04-12T00:00:00.000Z\",\"2008-04-13T00:00:00.000Z\",\"2008-04-14T00:00:00.000Z\",\"2008-04-15T00:00:00.000Z\",\"2008-04-16T00:00:00.000Z\",\"2008-04-17T00:00:00.000Z\",\"2008-04-18T00:00:00.000Z\",\"2008-04-19T00:00:00.000Z\",\"2008-04-20T00:00:00.000Z\",\"2008-04-21T00:00:00.000Z\",\"2008-04-22T00:00:00.000Z\",\"2008-04-23T00:00:00.000Z\",\"2008-04-24T00:00:00.000Z\",\"2008-04-25T00:00:00.000Z\",\"2008-04-26T00:00:00.000Z\",\"2008-04-27T00:00:00.000Z\",\"2008-04-28T00:00:00.000Z\",\"2008-04-29T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-01T00:00:00.000Z\",\"2008-05-02T00:00:00.000Z\",\"2008-05-03T00:00:00.000Z\",\"2008-05-04T00:00:00.000Z\",\"2008-05-05T00:00:00.000Z\",\"2008-05-06T00:00:00.000Z\",\"2008-05-07T00:00:00.000Z\",\"2008-05-08T00:00:00.000Z\",\"2008-05-09T00:00:00.000Z\",\"2008-05-10T00:00:00.000Z\",\"2008-05-11T00:00:00.000Z\",\"2008-05-12T00:00:00.000Z\",\"2008-05-13T00:00:00.000Z\",\"2008-05-14T00:00:00.000Z\",\"2008-05-15T00:00:00.000Z\",\"2008-05-16T00:00:00.000Z\",\"2008-05-17T00:00:00.000Z\",\"2008-05-18T00:00:00.000Z\",\"2008-05-19T00:00:00.000Z\",\"2008-05-20T00:00:00.000Z\",\"2008-05-21T00:00:00.000Z\",\"2008-05-22T00:00:00.000Z\",\"2008-05-23T00:00:00.000Z\",\"2008-05-24T00:00:00.000Z\",\"2008-05-25T00:00:00.000Z\",\"2008-05-26T00:00:00.000Z\",\"2008-05-27T00:00:00.000Z\",\"2008-05-28T00:00:00.000Z\",\"2008-05-29T00:00:00.000Z\",\"2008-05-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-01T00:00:00.000Z\",\"2008-06-02T00:00:00.000Z\",\"2008-06-03T00:00:00.000Z\",\"2008-06-04T00:00:00.000Z\",\"2008-06-05T00:00:00.000Z\",\"2008-06-06T00:00:00.000Z\",\"2008-06-07T00:00:00.000Z\",\"2008-06-08T00:00:00.000Z\",\"2008-06-09T00:00:00.000Z\",\"2008-06-10T00:00:00.000Z\",\"2008-06-11T00:00:00.000Z\",\"2008-06-12T00:00:00.000Z\",\"2008-06-13T00:00:00.000Z\",\"2008-06-14T00:00:00.000Z\",\"2008-06-15T00:00:00.000Z\",\"2008-06-16T00:00:00.000Z\",\"2008-06-17T00:00:00.000Z\",\"2008-06-18T00:00:00.000Z\",\"2008-06-19T00:00:00.000Z\",\"2008-06-20T00:00:00.000Z\",\"2008-06-21T00:00:00.000Z\",\"2008-06-22T00:00:00.000Z\",\"2008-06-23T00:00:00.000Z\",\"2008-06-24T00:00:00.000Z\",\"2008-06-25T00:00:00.000Z\",\"2008-06-26T00:00:00.000Z\",\"2008-06-27T00:00:00.000Z\",\"2008-06-28T00:00:00.000Z\",\"2008-06-29T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-01T00:00:00.000Z\",\"2008-07-02T00:00:00.000Z\",\"2008-07-03T00:00:00.000Z\",\"2008-07-04T00:00:00.000Z\",\"2008-07-05T00:00:00.000Z\",\"2008-07-06T00:00:00.000Z\",\"2008-07-07T00:00:00.000Z\",\"2008-07-08T00:00:00.000Z\",\"2008-07-09T00:00:00.000Z\",\"2008-07-10T00:00:00.000Z\",\"2008-07-11T00:00:00.000Z\",\"2008-07-12T00:00:00.000Z\",\"2008-07-13T00:00:00.000Z\",\"2008-07-14T00:00:00.000Z\",\"2008-07-15T00:00:00.000Z\",\"2008-07-16T00:00:00.000Z\",\"2008-07-17T00:00:00.000Z\",\"2008-07-18T00:00:00.000Z\",\"2008-07-19T00:00:00.000Z\",\"2008-07-20T00:00:00.000Z\",\"2008-07-21T00:00:00.000Z\",\"2008-07-22T00:00:00.000Z\",\"2008-07-23T00:00:00.000Z\",\"2008-07-24T00:00:00.000Z\",\"2008-07-25T00:00:00.000Z\",\"2008-07-26T00:00:00.000Z\",\"2008-07-27T00:00:00.000Z\",\"2008-07-28T00:00:00.000Z\",\"2008-07-29T00:00:00.000Z\",\"2008-07-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-01T00:00:00.000Z\",\"2008-08-02T00:00:00.000Z\",\"2008-08-03T00:00:00.000Z\",\"2008-08-04T00:00:00.000Z\",\"2008-08-05T00:00:00.000Z\",\"2008-08-06T00:00:00.000Z\",\"2008-08-07T00:00:00.000Z\",\"2008-08-08T00:00:00.000Z\",\"2008-08-09T00:00:00.000Z\",\"2008-08-10T00:00:00.000Z\",\"2008-08-11T00:00:00.000Z\",\"2008-08-12T00:00:00.000Z\",\"2008-08-13T00:00:00.000Z\",\"2008-08-14T00:00:00.000Z\",\"2008-08-15T00:00:00.000Z\",\"2008-08-16T00:00:00.000Z\",\"2008-08-17T00:00:00.000Z\",\"2008-08-18T00:00:00.000Z\",\"2008-08-19T00:00:00.000Z\",\"2008-08-20T00:00:00.000Z\",\"2008-08-21T00:00:00.000Z\",\"2008-08-22T00:00:00.000Z\",\"2008-08-23T00:00:00.000Z\",\"2008-08-24T00:00:00.000Z\",\"2008-08-25T00:00:00.000Z\",\"2008-08-26T00:00:00.000Z\",\"2008-08-27T00:00:00.000Z\",\"2008-08-28T00:00:00.000Z\",\"2008-08-29T00:00:00.000Z\",\"2008-08-30T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-01T00:00:00.000Z\",\"2008-09-02T00:00:00.000Z\",\"2008-09-03T00:00:00.000Z\",\"2008-09-04T00:00:00.000Z\",\"2008-09-05T00:00:00.000Z\",\"2008-09-06T00:00:00.000Z\",\"2008-09-07T00:00:00.000Z\",\"2008-09-08T00:00:00.000Z\",\"2008-09-09T00:00:00.000Z\",\"2008-09-10T00:00:00.000Z\",\"2008-09-11T00:00:00.000Z\",\"2008-09-12T00:00:00.000Z\",\"2008-09-13T00:00:00.000Z\",\"2008-09-14T00:00:00.000Z\",\"2008-09-15T00:00:00.000Z\",\"2008-09-16T00:00:00.000Z\",\"2008-09-17T00:00:00.000Z\",\"2008-09-18T00:00:00.000Z\",\"2008-09-19T00:00:00.000Z\",\"2008-09-20T00:00:00.000Z\",\"2008-09-21T00:00:00.000Z\",\"2008-09-22T00:00:00.000Z\",\"2008-09-23T00:00:00.000Z\",\"2008-09-24T00:00:00.000Z\",\"2008-09-25T00:00:00.000Z\",\"2008-09-26T00:00:00.000Z\",\"2008-09-27T00:00:00.000Z\",\"2008-09-28T00:00:00.000Z\",\"2008-09-29T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-01T00:00:00.000Z\",\"2008-10-02T00:00:00.000Z\",\"2008-10-03T00:00:00.000Z\",\"2008-10-04T00:00:00.000Z\",\"2008-10-05T00:00:00.000Z\",\"2008-10-06T00:00:00.000Z\",\"2008-10-07T00:00:00.000Z\",\"2008-10-08T00:00:00.000Z\",\"2008-10-09T00:00:00.000Z\",\"2008-10-10T00:00:00.000Z\",\"2008-10-11T00:00:00.000Z\",\"2008-10-12T00:00:00.000Z\",\"2008-10-13T00:00:00.000Z\",\"2008-10-14T00:00:00.000Z\",\"2008-10-15T00:00:00.000Z\",\"2008-10-16T00:00:00.000Z\",\"2008-10-17T00:00:00.000Z\",\"2008-10-18T00:00:00.000Z\",\"2008-10-19T00:00:00.000Z\",\"2008-10-20T00:00:00.000Z\",\"2008-10-21T00:00:00.000Z\",\"2008-10-22T00:00:00.000Z\",\"2008-10-23T00:00:00.000Z\",\"2008-10-24T00:00:00.000Z\",\"2008-10-25T00:00:00.000Z\",\"2008-10-26T00:00:00.000Z\",\"2008-10-27T00:00:00.000Z\",\"2008-10-28T00:00:00.000Z\",\"2008-10-29T00:00:00.000Z\",\"2008-10-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-01T00:00:00.000Z\",\"2008-11-02T00:00:00.000Z\",\"2008-11-03T00:00:00.000Z\",\"2008-11-04T00:00:00.000Z\",\"2008-11-05T00:00:00.000Z\",\"2008-11-06T00:00:00.000Z\",\"2008-11-07T00:00:00.000Z\",\"2008-11-08T00:00:00.000Z\",\"2008-11-09T00:00:00.000Z\",\"2008-11-10T00:00:00.000Z\",\"2008-11-11T00:00:00.000Z\",\"2008-11-12T00:00:00.000Z\",\"2008-11-13T00:00:00.000Z\",\"2008-11-14T00:00:00.000Z\",\"2008-11-15T00:00:00.000Z\",\"2008-11-16T00:00:00.000Z\",\"2008-11-17T00:00:00.000Z\",\"2008-11-18T00:00:00.000Z\",\"2008-11-19T00:00:00.000Z\",\"2008-11-20T00:00:00.000Z\",\"2008-11-21T00:00:00.000Z\",\"2008-11-22T00:00:00.000Z\",\"2008-11-23T00:00:00.000Z\",\"2008-11-24T00:00:00.000Z\",\"2008-11-25T00:00:00.000Z\",\"2008-11-26T00:00:00.000Z\",\"2008-11-27T00:00:00.000Z\",\"2008-11-28T00:00:00.000Z\",\"2008-11-29T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-01T00:00:00.000Z\",\"2008-12-02T00:00:00.000Z\",\"2008-12-03T00:00:00.000Z\",\"2008-12-04T00:00:00.000Z\",\"2008-12-05T00:00:00.000Z\",\"2008-12-06T00:00:00.000Z\",\"2008-12-07T00:00:00.000Z\",\"2008-12-08T00:00:00.000Z\",\"2008-12-09T00:00:00.000Z\",\"2008-12-10T00:00:00.000Z\",\"2008-12-11T00:00:00.000Z\",\"2008-12-12T00:00:00.000Z\",\"2008-12-13T00:00:00.000Z\",\"2008-12-14T00:00:00.000Z\",\"2008-12-15T00:00:00.000Z\",\"2008-12-16T00:00:00.000Z\",\"2008-12-17T00:00:00.000Z\",\"2008-12-18T00:00:00.000Z\",\"2008-12-19T00:00:00.000Z\",\"2008-12-20T00:00:00.000Z\",\"2008-12-21T00:00:00.000Z\",\"2008-12-22T00:00:00.000Z\",\"2008-12-23T00:00:00.000Z\",\"2008-12-24T00:00:00.000Z\",\"2008-12-25T00:00:00.000Z\",\"2008-12-26T00:00:00.000Z\",\"2008-12-27T00:00:00.000Z\",\"2008-12-28T00:00:00.000Z\",\"2008-12-29T00:00:00.000Z\",\"2008-12-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-01T00:00:00.000Z\",\"2009-01-02T00:00:00.000Z\",\"2009-01-03T00:00:00.000Z\",\"2009-01-04T00:00:00.000Z\",\"2009-01-05T00:00:00.000Z\",\"2009-01-06T00:00:00.000Z\",\"2009-01-07T00:00:00.000Z\",\"2009-01-08T00:00:00.000Z\",\"2009-01-09T00:00:00.000Z\",\"2009-01-10T00:00:00.000Z\",\"2009-01-11T00:00:00.000Z\",\"2009-01-12T00:00:00.000Z\",\"2009-01-13T00:00:00.000Z\",\"2009-01-14T00:00:00.000Z\",\"2009-01-15T00:00:00.000Z\",\"2009-01-16T00:00:00.000Z\",\"2009-01-17T00:00:00.000Z\",\"2009-01-18T00:00:00.000Z\",\"2009-01-19T00:00:00.000Z\",\"2009-01-20T00:00:00.000Z\",\"2009-01-21T00:00:00.000Z\",\"2009-01-22T00:00:00.000Z\",\"2009-01-23T00:00:00.000Z\",\"2009-01-24T00:00:00.000Z\",\"2009-01-25T00:00:00.000Z\",\"2009-01-26T00:00:00.000Z\",\"2009-01-27T00:00:00.000Z\",\"2009-01-28T00:00:00.000Z\",\"2009-01-29T00:00:00.000Z\",\"2009-01-30T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-01T00:00:00.000Z\",\"2009-02-02T00:00:00.000Z\",\"2009-02-03T00:00:00.000Z\",\"2009-02-04T00:00:00.000Z\",\"2009-02-05T00:00:00.000Z\",\"2009-02-06T00:00:00.000Z\",\"2009-02-07T00:00:00.000Z\",\"2009-02-08T00:00:00.000Z\",\"2009-02-09T00:00:00.000Z\",\"2009-02-10T00:00:00.000Z\",\"2009-02-11T00:00:00.000Z\",\"2009-02-12T00:00:00.000Z\",\"2009-02-13T00:00:00.000Z\",\"2009-02-14T00:00:00.000Z\",\"2009-02-15T00:00:00.000Z\",\"2009-02-16T00:00:00.000Z\",\"2009-02-17T00:00:00.000Z\",\"2009-02-18T00:00:00.000Z\",\"2009-02-19T00:00:00.000Z\",\"2009-02-20T00:00:00.000Z\",\"2009-02-21T00:00:00.000Z\",\"2009-02-22T00:00:00.000Z\",\"2009-02-23T00:00:00.000Z\",\"2009-02-24T00:00:00.000Z\",\"2009-02-25T00:00:00.000Z\",\"2009-02-26T00:00:00.000Z\",\"2009-02-27T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-01T00:00:00.000Z\",\"2009-03-02T00:00:00.000Z\",\"2009-03-03T00:00:00.000Z\",\"2009-03-04T00:00:00.000Z\",\"2009-03-05T00:00:00.000Z\",\"2009-03-06T00:00:00.000Z\",\"2009-03-07T00:00:00.000Z\",\"2009-03-08T00:00:00.000Z\",\"2009-03-09T00:00:00.000Z\",\"2009-03-10T00:00:00.000Z\",\"2009-03-11T00:00:00.000Z\",\"2009-03-12T00:00:00.000Z\",\"2009-03-13T00:00:00.000Z\",\"2009-03-14T00:00:00.000Z\",\"2009-03-15T00:00:00.000Z\",\"2009-03-16T00:00:00.000Z\",\"2009-03-17T00:00:00.000Z\",\"2009-03-18T00:00:00.000Z\",\"2009-03-19T00:00:00.000Z\",\"2009-03-20T00:00:00.000Z\",\"2009-03-21T00:00:00.000Z\",\"2009-03-22T00:00:00.000Z\",\"2009-03-23T00:00:00.000Z\",\"2009-03-24T00:00:00.000Z\",\"2009-03-25T00:00:00.000Z\",\"2009-03-26T00:00:00.000Z\",\"2009-03-27T00:00:00.000Z\",\"2009-03-28T00:00:00.000Z\",\"2009-03-29T00:00:00.000Z\",\"2009-03-30T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-01T00:00:00.000Z\",\"2009-04-02T00:00:00.000Z\",\"2009-04-03T00:00:00.000Z\",\"2009-04-04T00:00:00.000Z\",\"2009-04-05T00:00:00.000Z\",\"2009-04-06T00:00:00.000Z\",\"2009-04-07T00:00:00.000Z\",\"2009-04-08T00:00:00.000Z\",\"2009-04-09T00:00:00.000Z\",\"2009-04-10T00:00:00.000Z\",\"2009-04-11T00:00:00.000Z\",\"2009-04-12T00:00:00.000Z\",\"2009-04-13T00:00:00.000Z\",\"2009-04-14T00:00:00.000Z\",\"2009-04-15T00:00:00.000Z\",\"2009-04-16T00:00:00.000Z\",\"2009-04-17T00:00:00.000Z\",\"2009-04-18T00:00:00.000Z\",\"2009-04-19T00:00:00.000Z\",\"2009-04-20T00:00:00.000Z\",\"2009-04-21T00:00:00.000Z\",\"2009-04-22T00:00:00.000Z\",\"2009-04-23T00:00:00.000Z\",\"2009-04-24T00:00:00.000Z\",\"2009-04-25T00:00:00.000Z\",\"2009-04-26T00:00:00.000Z\",\"2009-04-27T00:00:00.000Z\",\"2009-04-28T00:00:00.000Z\",\"2009-04-29T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-01T00:00:00.000Z\",\"2009-05-02T00:00:00.000Z\",\"2009-05-03T00:00:00.000Z\",\"2009-05-04T00:00:00.000Z\",\"2009-05-05T00:00:00.000Z\",\"2009-05-06T00:00:00.000Z\",\"2009-05-07T00:00:00.000Z\",\"2009-05-08T00:00:00.000Z\",\"2009-05-09T00:00:00.000Z\",\"2009-05-10T00:00:00.000Z\",\"2009-05-11T00:00:00.000Z\",\"2009-05-12T00:00:00.000Z\",\"2009-05-13T00:00:00.000Z\",\"2009-05-14T00:00:00.000Z\",\"2009-05-15T00:00:00.000Z\",\"2009-05-16T00:00:00.000Z\",\"2009-05-17T00:00:00.000Z\",\"2009-05-18T00:00:00.000Z\",\"2009-05-19T00:00:00.000Z\",\"2009-05-20T00:00:00.000Z\",\"2009-05-21T00:00:00.000Z\",\"2009-05-22T00:00:00.000Z\",\"2009-05-23T00:00:00.000Z\",\"2009-05-24T00:00:00.000Z\",\"2009-05-25T00:00:00.000Z\",\"2009-05-26T00:00:00.000Z\",\"2009-05-27T00:00:00.000Z\",\"2009-05-28T00:00:00.000Z\",\"2009-05-29T00:00:00.000Z\",\"2009-05-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-01T00:00:00.000Z\",\"2009-06-02T00:00:00.000Z\",\"2009-06-03T00:00:00.000Z\",\"2009-06-04T00:00:00.000Z\",\"2009-06-05T00:00:00.000Z\",\"2009-06-06T00:00:00.000Z\",\"2009-06-07T00:00:00.000Z\",\"2009-06-08T00:00:00.000Z\",\"2009-06-09T00:00:00.000Z\",\"2009-06-10T00:00:00.000Z\",\"2009-06-11T00:00:00.000Z\",\"2009-06-12T00:00:00.000Z\",\"2009-06-13T00:00:00.000Z\",\"2009-06-14T00:00:00.000Z\",\"2009-06-15T00:00:00.000Z\",\"2009-06-16T00:00:00.000Z\",\"2009-06-17T00:00:00.000Z\",\"2009-06-18T00:00:00.000Z\",\"2009-06-19T00:00:00.000Z\",\"2009-06-20T00:00:00.000Z\",\"2009-06-21T00:00:00.000Z\",\"2009-06-22T00:00:00.000Z\",\"2009-06-23T00:00:00.000Z\",\"2009-06-24T00:00:00.000Z\",\"2009-06-25T00:00:00.000Z\",\"2009-06-26T00:00:00.000Z\",\"2009-06-27T00:00:00.000Z\",\"2009-06-28T00:00:00.000Z\",\"2009-06-29T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-01T00:00:00.000Z\",\"2009-07-02T00:00:00.000Z\",\"2009-07-03T00:00:00.000Z\",\"2009-07-04T00:00:00.000Z\",\"2009-07-05T00:00:00.000Z\",\"2009-07-06T00:00:00.000Z\",\"2009-07-07T00:00:00.000Z\",\"2009-07-08T00:00:00.000Z\",\"2009-07-09T00:00:00.000Z\",\"2009-07-10T00:00:00.000Z\",\"2009-07-11T00:00:00.000Z\",\"2009-07-12T00:00:00.000Z\",\"2009-07-13T00:00:00.000Z\",\"2009-07-14T00:00:00.000Z\",\"2009-07-15T00:00:00.000Z\",\"2009-07-16T00:00:00.000Z\",\"2009-07-17T00:00:00.000Z\",\"2009-07-18T00:00:00.000Z\",\"2009-07-19T00:00:00.000Z\",\"2009-07-20T00:00:00.000Z\",\"2009-07-21T00:00:00.000Z\",\"2009-07-22T00:00:00.000Z\",\"2009-07-23T00:00:00.000Z\",\"2009-07-24T00:00:00.000Z\",\"2009-07-25T00:00:00.000Z\",\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\"],[3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,4,0,0,19,1,1,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,7,17,0,0,0,9,0,11,0,0,0,0,0,3,3,3,0,0,0,4,5,0,1,0,0,10,2,12,13,0,0,0,2,1,0,9,0,0,0,0,0,4,0,1,0,0,2,16,0,0,0,0,0,3,0,0,2,20,0,0,0,0,4,1,7,0,0,2,0,0,0,3,0,0,2,15,0,0,0,0,0,0,0,0,0,1,0,0,0,34,11,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,5,0,2,0,0,6,1,5,0,0,0,0,0,1,2,10,4,0,0,8,9,6,9,3,0,3,3,41,25,0,10,3,0,5,0,11,5,5,3,0,8,4,2,0,3,0,1,7,23,21,0,0,0,0,0,0,0,0,1,0,0,4,0,6,0,1,0,0,0,15,3,6,7,2,0,0,0,0,1,0,0,0,4,2,2,0,0,0,0,1,0,0,0,1,0,0,6,0,0,0,0,0,0,0,2,0,0,0,0,0,2,4,0,0,0,0,0,5,0,0,0,0,0,0,0,0,14,5,3,2,2,4,0,5,1,1,0,0,9,4,2,5,0,0,0,0,3,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,12,6,8,8,0,0,1,2,8,0,3,0,0,0,0,0,1,0,0,0,2,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,0,4,0,0,0,11,0,0,5,0,4,12,4,0,0,2,33,39,7,4,0,0,0,0,17,5,4,5,0,0,15,10,16,1,0,0,0,11,0,1,0,0,0,42,4,4,2,6,6,0,1,11,1,1,7,0,1,23,23,0,16,10,0,0,19,27,11,8,4,0,0,0,3,3,0,1,0,0,18,6,8,6,22,3,1,0,32,0,0,10,0,0,4,8,14,0,0,0,0,7,0,0,0,0,0,0,0,66,0,0,4,0,0,0,0,3,4,4,0,0,1,0,1,1,2,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7,0,0,3,0,1,2,0,0,0,5,0,34,0,56,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,22,0,0,8,13,0,1,0,0,0,3,0,0,0,0,0,0,0,3,8,1,0,0,0,1,2,0,0,0,0,0,5,8,1,3,2,0,0,0,2,1,0,2,0,0,2,0,0,0,0,0,0,0,0,4,4,1,0,2,13,13,5,0,0,0,0,0,19,2,11,42,0,0,5,24,0,4,5,0,0,0,20,26,11,17,0,0,12,17,3,18,8,0,3,3,10,6,0,10,0,0,1,0,11,6,0,0,0,0,0,0,0,0,0,0,21,3,34,0,18,0,0,3,1,10,0,2,3,0,14,0,19,14,2,0,0,5,11,1,1,1,0,0,0,2,1,12,12,0,0,10,6,24,2,4,0,0,1,10,5,3,0,0,0,2,32,42,5,16,0,0,7,16,5,7,3,0,0,10,2,2,1,6,0,0,4,19,2,0,0,0,0,4,13,9,10,4,0,0,10,3,11,1,2,0,0,3,2,7,0,17,0,0,6,8,5,15,6,0,0,10,11,10,6,12,0,0,0,2,0,1,5,0,0,0,3,9,7,6,0,0,3,6,7,4,8,0,0,17,2,12,5,0,0,0,1,1,4,6,1,0,0,5,7,4,0,1,0,0,3,4,0,1,0,0,0,0,48,0,0,4,0,0,7,3,7,8,6,0,0,2,1,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,12,5,2,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,7,6,0,0,0,0,0,5,0,0,0,10,1,0,3,2,0,0,22,10,6,0,14,0,0,7,7,10,3,9,0,0,12,9,7,14,8,0,0,6,5,4,4,3,0,0,8,19,4,11,1,0,0,0,10,3,1,0,0,0,2,3,4,1,10,0,0,8,3,0,2,2,0,0,8,3,10,0,0,0,0,0,0,0,0,1,0,0,8,1,5,7,0,0,0,0,2,0,1,0,0,0,6,0,0,0,0,0,0,0,9,5,0,4,0,0,0,0,0,2,0,0,0,3,11,2,2,0,0,0,8,4,3,0,0,0,0,0,0,0,0,0,0,0,0,7,4,3,2,0,0,0,5,6,5,0,0,0,8,6,6,2,0,0,0,0,2,5,1,0,0,0,1,4,12,0,0,0,0,0,0,0,0,6,0,0,5,12,4,8,7,0,0,12,0,14,7,5,0,0,2,4,10,0,0,0,0,0,9,6,6,3,0,0,13,3,8,2,0,0,0,0,10,6,0,0,0,0,3,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,8,0,12,0,0,3,0,2,17,4,0,0,8,1,0,6,5,0,0,0,0,18,2,2,0,0,0,0,6,13,0,0,0,1,8,10,0,0,0,0,12,18,0,1,6,0,0,0,8,0,0,0,0,0,0,0,0,0,5,0,0,1,0,0,0,0,0,0,0,6,0,6,0,0,0,0,0,0,0,0,0,0,0,10,2,6,2,0,0,13,0,0,0,12,0,0,0,0,18,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,3,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,2,12,0,0,1,6,0,0,2,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,8,4,6,1,1,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,5,2,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,8,0,1,0,0,1,1,0,0,0,0,0,0,3,1,0,0,0,0,2,1,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,6,3,3,0,0,1,9,0,0,0,0,0,0,0,0,5,1,0,0,6,0,5,4,4,0,0,7,1,1,13,7,0,0,5,1,0,2,1,0,0,0,0,0,0,5,0,0,0,3,2,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,1,0,1,2,1,0,0,0,0,0,0,0,0,0,0,2,0,3,0,0,0,1,4,1,0,0,1,0,0,0,0,3,0,0,0,1,4,1,1,0,0,0,0,1,0,0,0,0,0,4,7,6,0,0,0,0,0,0,3,3,1,0,0,0,0,1,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,3,0,0,2,2,0,0,1,0,1,0,0,0,0,0,1,2,3,1,0,0,0,0,1,0,0,0,0,1,2,2,1,2,0,0,1,2,1,0,2,0,1,4,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,1,0,1,0,0,1,1,0,0,2,0,0,1,1,1,3,3,0,0,1,2,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,2,0,0,1,0,0,1,2,1,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,4,3,0,0,0,1,1,1,0,0,0,1,3,0,1,0,0,0,0,1,4,1,2,0,0,0,0,7,1,1,0,0,0,2,0,0,4,0,0,2,0,1,0,2,0,0,1,3,0,1,6,0,0,3,4,3,7,5,0,0,0,4,4,3,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2,2,0,0,0,1,1,1,3,0,0,0,0,3,0,3,0,0,1,5,1,2,4,0,0,2,1,2,1,1,0,0,2,1,4,0,2,0,0,0,1,1,2,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,2,2,2,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,1,2,1,0,0,0,0,6,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,0,0,1,2,0,0,0,0,3,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,2,0,0,0,0,0,0,2,2,0,1,0,0,0,0,1,0,0,0,0,0,2,2,2,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,2,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0,2,1,6,4,0,0,0,2,4,1,2,0,0,1,1,3,2,5,0,0,1,1,5,2,0,0,0,2,0,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,1,0,0,3,2,2,1,3,0,0,0,1,0,1,3,0,0,0,1,0,0,2,0,0,1,1,1,0,1,0,0,0,1,2,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,3,0,0,0,0,1,1,0,0,0,0,0,1,1,2,0,0,3,2,3,9,2,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,2,0,0,1,0,0,0,0,0,0,1,1,0,4,3,0,0,3,2,1,5,0,0,0,0,0,0,5,3,0,0,3,2,1,3,1,0,0,0,0,0,0,1,0,0,2,1,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,1,2,0,0,2,0,2,0,0,0,0,8,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 27247 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 974 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 94 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 633 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for modeling.m2t.acceleo\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2008-08-31T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\"],[0,0,19,34,2,7,6,3,2,5,3,10,3,4,2,5,1,6,3,11,21,11,18,20,14,37,10,23,8,13,26,20,11,20,17,13,7,30,11,17,15,8,12,13,11,16,7,6,5,9,3,5,5,4,2,5,9,5,1,3,4,3,1,3,4,4,10,5,6,18,11,8,10,12,6,3,9,7,15,7,14,14,3,20,8,10,7,4,8,9,7,0,7,4,0,3,4,8,5,2,0,5,5,0,0,1,1,4,6,2,2,1,2,1,8,0,3,1,3,4,0,1,3,1,2,2,3,3,2,0,1,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 16 weeks.\n// jsData function gvisDataColumnChartID1e7731b870c4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 458 ], [ \"3.0.0\", 165 ], [ \"3.6.0\", 112 ], [ \"3.2\", 94 ], [ \"3.5.0\", 33 ], [ \"0.8.0\", 26 ], [ \"3.1.1\", 21 ], [ \"0.9.0\", 18 ], [ \"3.1.0\", 17 ], [ \"0.7.0\", 14 ], [ \"3.4.0\", 6 ], [ \"1.0.0\", 5 ], [ \"0.8.1\", 2 ], [ \"0.9.1\", 1 ], [ \"0.9.2\", 1 ], [ \"3.3.0\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e7731b870c4() { var data = gvisDataColumnChartID1e7731b870c4(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e7731b870c4') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 6 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1e7735e8f6d0 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 763 ], [ \"Query Language\", 130 ], [ \"User Interface\", 30 ], [ \"Project Management\", 19 ], [ \"Maven\", 18 ], [ \"Documentation\", 14 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e7735e8f6d0() { var data = gvisDataColumnChartID1e7735e8f6d0(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e7735e8f6d0') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 9510 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for modeling.m2t.acceleo\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2006-10-27T19:49:36.000Z\",\"2006-11-04T13:23:40.000Z\",\"2006-11-10T17:24:49.000Z\",\"2006-11-16T13:26:14.000Z\",\"2006-11-21T00:59:50.000Z\",\"2006-12-03T18:59:20.000Z\",\"2006-12-10T12:08:58.000Z\",\"2006-12-12T00:59:50.000Z\",\"2006-12-19T00:59:50.000Z\",\"2006-12-26T00:59:50.000Z\",\"2007-01-02T00:59:50.000Z\",\"2007-01-09T00:59:50.000Z\",\"2007-01-16T00:59:50.000Z\",\"2007-01-23T00:59:50.000Z\",\"2007-01-30T18:34:44.000Z\",\"2007-02-07T13:48:34.000Z\",\"2007-02-17T12:41:28.000Z\",\"2007-02-20T00:59:50.000Z\",\"2007-02-27T00:59:50.000Z\",\"2007-03-06T00:59:50.000Z\",\"2007-03-18T23:20:41.000Z\",\"2007-03-25T05:45:45.000Z\",\"2007-04-01T07:17:21.000Z\",\"2007-04-06T16:34:12.000Z\",\"2007-04-15T11:25:00.000Z\",\"2007-04-22T10:14:58.000Z\",\"2007-04-27T18:16:57.000Z\",\"2007-05-04T13:58:59.000Z\",\"2007-05-13T21:34:08.000Z\",\"2007-05-20T20:51:50.000Z\",\"2007-05-27T16:08:47.000Z\",\"2007-06-03T22:20:32.000Z\",\"2007-06-08T17:09:54.000Z\",\"2007-06-14T13:16:11.000Z\",\"2007-06-24T18:28:52.000Z\",\"2007-07-01T12:04:07.000Z\",\"2007-07-08T18:16:38.000Z\",\"2007-07-15T23:48:20.000Z\",\"2007-07-21T13:24:50.000Z\",\"2007-07-28T13:36:03.000Z\",\"2007-08-02T10:42:14.000Z\",\"2007-08-12T20:25:46.000Z\",\"2007-08-18T12:41:09.000Z\",\"2007-08-21T00:59:50.000Z\",\"2007-08-31T10:45:37.000Z\",\"2007-09-09T17:37:50.000Z\",\"2007-09-14T15:21:21.000Z\",\"2007-09-22T19:04:22.000Z\",\"2007-09-30T01:00:31.000Z\",\"2007-10-04T14:35:03.000Z\",\"2007-10-12T13:16:52.000Z\",\"2007-10-19T11:26:17.000Z\",\"2007-10-24T09:30:06.000Z\",\"2007-10-30T00:59:50.000Z\",\"2007-11-08T17:35:34.000Z\",\"2007-11-17T12:23:56.000Z\",\"2007-11-21T14:03:11.000Z\",\"2007-11-30T14:54:37.000Z\",\"2007-12-06T19:45:25.000Z\",\"2007-12-13T15:11:27.000Z\",\"2007-12-19T15:28:17.000Z\",\"2007-12-30T20:30:46.000Z\",\"2008-01-05T15:31:39.000Z\",\"2008-01-13T12:33:05.000Z\",\"2008-01-18T14:26:15.000Z\",\"2008-01-27T16:07:00.000Z\",\"2008-02-01T02:41:16.000Z\",\"2008-02-08T22:22:47.000Z\",\"2008-02-15T19:49:08.000Z\",\"2008-02-22T14:03:33.000Z\",\"2008-02-28T18:16:23.000Z\",\"2008-03-07T21:35:55.000Z\",\"2008-03-16T09:41:25.000Z\",\"2008-03-23T18:16:55.000Z\",\"2008-03-27T11:03:07.000Z\",\"2008-04-04T09:04:04.000Z\",\"2008-04-08T23:40:48.000Z\",\"2008-04-19T11:28:09.000Z\",\"2008-04-27T08:47:59.000Z\",\"2008-05-04T14:48:59.000Z\",\"2008-05-10T19:17:45.000Z\",\"2008-05-18T01:42:46.000Z\",\"2008-05-22T15:15:46.000Z\",\"2008-06-01T10:27:53.000Z\",\"2008-06-07T11:10:44.000Z\",\"2008-06-10T00:59:50.000Z\",\"2008-06-20T10:21:39.000Z\",\"2008-06-27T18:10:20.000Z\",\"2008-07-02T14:49:46.000Z\",\"2008-07-11T11:51:44.000Z\",\"2008-07-17T17:40:44.000Z\",\"2008-07-25T08:34:33.000Z\",\"2008-08-01T16:39:27.000Z\",\"2008-08-08T22:14:58.000Z\",\"2008-08-15T09:33:01.000Z\",\"2008-08-22T07:14:24.000Z\",\"2008-08-28T16:47:06.000Z\",\"2008-09-02T15:10:37.000Z\",\"2008-09-12T13:19:40.000Z\",\"2008-09-20T12:40:20.000Z\",\"2008-09-28T23:20:13.000Z\",\"2008-10-03T16:43:57.000Z\",\"2008-10-12T12:47:15.000Z\",\"2008-10-17T15:08:52.000Z\",\"2008-10-24T11:40:51.000Z\",\"2008-11-01T13:27:25.000Z\",\"2008-11-07T16:43:05.000Z\",\"2008-11-14T18:57:54.000Z\",\"2008-11-23T19:36:40.000Z\",\"2008-11-28T18:19:50.000Z\",\"2008-12-05T23:09:32.000Z\",\"2008-12-14T22:34:20.000Z\",\"2008-12-21T09:17:49.000Z\",\"2008-12-23T15:49:35.000Z\",\"2008-12-30T00:59:50.000Z\",\"2009-01-09T13:29:11.000Z\",\"2009-01-16T08:51:09.000Z\",\"2009-01-25T07:31:07.000Z\",\"2009-02-01T14:53:30.000Z\",\"2009-02-08T13:12:54.000Z\",\"2009-02-13T10:52:35.000Z\",\"2009-02-19T20:05:40.000Z\",\"2009-02-27T18:29:29.000Z\",\"2009-03-05T23:20:57.000Z\",\"2009-03-15T14:19:38.000Z\",\"2009-03-22T23:08:57.000Z\",\"2009-03-24T00:59:50.000Z\",\"2009-04-05T18:30:50.000Z\",\"2009-04-09T19:26:03.000Z\",\"2009-04-15T18:50:44.000Z\",\"2009-04-25T11:46:44.000Z\",\"2009-05-03T21:47:26.000Z\",\"2009-05-10T21:38:23.000Z\",\"2009-05-17T18:25:13.000Z\",\"2009-05-24T22:26:41.000Z\",\"2009-05-31T05:01:46.000Z\",\"2009-06-06T15:20:21.000Z\",\"2009-06-13T15:05:51.000Z\",\"2009-06-19T21:52:18.000Z\",\"2009-06-28T17:24:24.000Z\",\"2009-07-04T11:46:10.000Z\",\"2009-07-12T20:23:31.000Z\",\"2009-07-17T16:41:59.000Z\",\"2009-07-26T20:25:43.000Z\",\"2009-08-02T15:15:45.000Z\",\"2009-08-08T22:39:02.000Z\",\"2009-08-16T22:47:11.000Z\",\"2009-08-21T18:42:18.000Z\",\"2009-08-28T10:45:11.000Z\",\"2009-09-03T18:45:42.000Z\",\"2009-09-11T15:35:56.000Z\",\"2009-09-18T14:57:39.000Z\",\"2009-09-25T18:13:21.000Z\",\"2009-10-04T18:59:30.000Z\",\"2009-10-08T19:59:52.000Z\",\"2009-10-17T10:35:11.000Z\",\"2009-10-22T07:51:12.000Z\",\"2009-11-01T17:55:25.000Z\",\"2009-11-08T22:00:38.000Z\",\"2009-11-15T19:39:17.000Z\",\"2009-11-22T17:05:22.000Z\",\"2009-11-28T21:59:40.000Z\",\"2009-12-05T09:32:41.000Z\",\"2009-12-13T21:00:35.000Z\",\"2009-12-19T14:19:43.000Z\",\"2009-12-27T21:25:21.000Z\",\"2009-12-31T10:47:25.000Z\",\"2010-01-08T12:26:16.000Z\",\"2010-01-17T21:21:44.000Z\",\"2010-01-24T18:38:33.000Z\",\"2010-01-31T23:50:41.000Z\",\"2010-02-05T15:40:11.000Z\",\"2010-02-14T22:50:27.000Z\",\"2010-02-18T18:48:13.000Z\",\"2010-02-26T16:36:52.000Z\",\"2010-03-07T16:35:40.000Z\",\"2010-03-12T16:42:17.000Z\",\"2010-03-20T20:45:08.000Z\",\"2010-03-26T22:27:13.000Z\",\"2010-04-04T00:25:11.000Z\",\"2010-04-11T22:51:01.000Z\",\"2010-04-18T17:31:21.000Z\",\"2010-04-23T15:58:31.000Z\",\"2010-05-02T18:22:04.000Z\",\"2010-05-09T16:40:27.000Z\",\"2010-05-14T16:33:49.000Z\",\"2010-05-21T19:59:37.000Z\",\"2010-05-30T21:47:51.000Z\",\"2010-06-06T13:33:20.000Z\",\"2010-06-13T18:19:23.000Z\",\"2010-06-20T20:15:58.000Z\",\"2010-06-26T22:45:26.000Z\",\"2010-07-04T14:54:20.000Z\",\"2010-07-11T13:41:34.000Z\",\"2010-07-16T13:00:46.000Z\",\"2010-07-24T12:55:51.000Z\",\"2010-07-30T20:23:10.000Z\",\"2010-08-08T15:32:59.000Z\",\"2010-08-13T13:37:11.000Z\",\"2010-08-22T20:05:08.000Z\",\"2010-08-29T22:34:23.000Z\",\"2010-09-05T20:12:14.000Z\",\"2010-09-12T17:20:23.000Z\",\"2010-09-17T16:38:17.000Z\",\"2010-09-26T18:28:46.000Z\",\"2010-10-01T13:24:56.000Z\",\"2010-10-08T14:13:57.000Z\",\"2010-10-15T13:48:20.000Z\",\"2010-10-24T17:32:55.000Z\",\"2010-10-31T20:51:37.000Z\",\"2010-11-07T11:21:39.000Z\",\"2010-11-14T23:28:43.000Z\",\"2010-11-21T14:37:33.000Z\",\"2010-11-28T19:15:13.000Z\",\"2010-12-05T21:40:38.000Z\",\"2010-12-11T12:39:28.000Z\",\"2010-12-19T21:50:01.000Z\",\"2010-12-25T13:42:22.000Z\",\"2011-01-01T22:11:45.000Z\",\"2011-01-08T14:51:47.000Z\",\"2011-01-13T16:04:25.000Z\",\"2011-01-21T23:28:47.000Z\",\"2011-01-30T23:52:29.000Z\",\"2011-02-06T17:18:51.000Z\",\"2011-02-13T16:15:28.000Z\",\"2011-02-20T05:50:03.000Z\",\"2011-02-27T03:15:11.000Z\",\"2011-03-05T14:33:41.000Z\",\"2011-03-13T18:56:05.000Z\",\"2011-03-16T19:58:24.000Z\",\"2011-03-25T14:11:32.000Z\",\"2011-04-01T18:14:36.000Z\",\"2011-04-08T22:35:16.000Z\",\"2011-04-15T21:36:16.000Z\",\"2011-04-22T12:27:46.000Z\",\"2011-05-01T20:30:39.000Z\",\"2011-05-07T14:37:11.000Z\",\"2011-05-13T14:29:57.000Z\",\"2011-05-22T14:38:44.000Z\",\"2011-05-27T15:30:29.000Z\",\"2011-06-05T18:32:50.000Z\",\"2011-06-12T12:46:51.000Z\",\"2011-06-19T08:35:58.000Z\",\"2011-06-26T17:13:53.000Z\",\"2011-07-02T10:55:57.000Z\",\"2011-07-10T17:38:51.000Z\",\"2011-07-15T18:24:14.000Z\",\"2011-07-21T12:10:44.000Z\",\"2011-07-31T03:19:05.000Z\",\"2011-08-06T12:43:31.000Z\",\"2011-08-13T14:19:42.000Z\",\"2011-08-18T08:59:11.000Z\",\"2011-08-26T15:04:13.000Z\",\"2011-08-31T13:02:42.000Z\",\"2011-09-09T14:08:47.000Z\",\"2011-09-18T12:30:54.000Z\",\"2011-09-25T22:31:37.000Z\",\"2011-10-01T20:04:28.000Z\",\"2011-10-09T19:10:05.000Z\",\"2011-10-11T08:36:04.000Z\",\"2011-10-21T07:28:02.000Z\",\"2011-10-28T09:22:11.000Z\",\"2011-11-04T22:22:46.000Z\",\"2011-11-12T06:36:37.000Z\",\"2011-11-20T15:18:19.000Z\",\"2011-11-26T07:05:48.000Z\",\"2011-12-04T11:18:54.000Z\",\"2011-12-10T21:44:27.000Z\",\"2011-12-16T13:58:32.000Z\",\"2011-12-25T10:11:30.000Z\",\"2011-12-30T14:28:52.000Z\",\"2012-01-08T21:13:20.000Z\",\"2012-01-13T14:54:10.000Z\",\"2012-01-22T23:42:55.000Z\",\"2012-01-27T20:34:18.000Z\",\"2012-02-02T14:23:26.000Z\",\"2012-02-10T16:52:39.000Z\",\"2012-02-18T12:37:06.000Z\",\"2012-02-24T10:19:52.000Z\",\"2012-03-02T08:46:24.000Z\",\"2012-03-11T09:43:20.000Z\",\"2012-03-18T13:31:26.000Z\",\"2012-03-23T21:18:51.000Z\",\"2012-03-31T14:03:05.000Z\",\"2012-04-06T12:49:37.000Z\",\"2012-04-15T15:34:33.000Z\",\"2012-04-21T18:13:05.000Z\",\"2012-04-29T20:26:45.000Z\",\"2012-05-06T17:41:07.000Z\",\"2012-05-12T10:16:32.000Z\",\"2012-05-20T05:33:04.000Z\",\"2012-05-25T08:37:05.000Z\",\"2012-06-03T21:36:09.000Z\",\"2012-06-05T09:11:39.000Z\",\"2012-06-14T21:16:24.000Z\",\"2012-06-23T10:15:00.000Z\",\"2012-06-29T14:14:13.000Z\",\"2012-07-08T01:48:44.000Z\",\"2012-07-13T17:32:42.000Z\",\"2012-07-20T09:17:59.000Z\",\"2012-07-29T23:06:05.000Z\",\"2012-08-03T09:05:33.000Z\",\"2012-08-12T15:24:13.000Z\",\"2012-08-19T20:11:13.000Z\",\"2012-08-26T11:01:51.000Z\",\"2012-09-01T19:43:33.000Z\",\"2012-09-08T10:15:18.000Z\",\"2012-09-14T11:52:36.000Z\",\"2012-09-23T19:50:54.000Z\",\"2012-09-28T09:03:15.000Z\",\"2012-10-07T11:10:07.000Z\",\"2012-10-13T07:01:12.000Z\",\"2012-10-21T09:26:35.000Z\",\"2012-10-27T03:15:39.000Z\",\"2012-11-02T13:39:28.000Z\",\"2012-11-10T03:33:14.000Z\",\"2012-11-18T11:11:04.000Z\",\"2012-11-23T07:57:39.000Z\",\"2012-12-01T13:55:58.000Z\",\"2012-12-07T20:33:50.000Z\",\"2012-12-13T08:26:46.000Z\",\"2012-12-22T07:53:23.000Z\",\"2012-12-29T12:47:04.000Z\",\"2013-01-06T06:43:21.000Z\",\"2013-01-08T15:11:25.000Z\",\"2013-01-18T11:53:53.000Z\",\"2013-01-27T12:53:03.000Z\",\"2013-02-01T13:58:33.000Z\",\"2013-02-10T19:42:26.000Z\",\"2013-02-16T13:40:54.000Z\",\"2013-02-23T16:08:07.000Z\",\"2013-03-01T14:07:59.000Z\",\"2013-03-09T17:48:14.000Z\",\"2013-03-16T16:32:27.000Z\",\"2013-03-22T21:39:43.000Z\",\"2013-03-27T16:18:12.000Z\",\"2013-04-06T18:13:05.000Z\",\"2013-04-13T02:58:55.000Z\",\"2013-04-19T12:47:52.000Z\",\"2013-04-28T23:26:44.000Z\",\"2013-05-05T10:17:36.000Z\",\"2013-05-10T19:09:17.000Z\",\"2013-05-19T10:21:09.000Z\",\"2013-05-26T18:55:42.000Z\",\"2013-05-30T08:37:20.000Z\",\"2013-06-08T09:22:55.000Z\",\"2013-06-11T00:59:50.000Z\",\"2013-06-21T15:02:00.000Z\",\"2013-06-29T16:10:33.000Z\",\"2013-07-07T20:04:37.000Z\",\"2013-07-13T06:19:34.000Z\",\"2013-07-20T08:30:08.000Z\",\"2013-07-25T10:24:53.000Z\",\"2013-08-04T16:51:43.000Z\",\"2013-08-11T17:24:01.000Z\",\"2013-08-18T06:51:51.000Z\",\"2013-08-24T10:01:16.000Z\",\"2013-08-30T13:22:27.000Z\",\"2013-09-08T17:27:22.000Z\",\"2013-09-13T07:52:14.000Z\",\"2013-09-22T06:36:57.000Z\",\"2013-09-24T20:43:55.000Z\",\"2013-10-05T04:55:26.000Z\",\"2013-10-11T20:51:00.000Z\",\"2013-10-20T21:38:08.000Z\",\"2013-10-24T08:49:52.000Z\",\"2013-10-30T09:18:30.000Z\",\"2013-11-05T01:47:30.000Z\",\"2013-11-16T20:10:29.000Z\",\"2013-11-22T10:56:36.000Z\",\"2013-12-01T23:35:59.000Z\",\"2013-12-05T13:41:45.000Z\",\"2013-12-15T12:15:25.000Z\",\"2013-12-22T20:04:58.000Z\",\"2013-12-28T16:50:13.000Z\",\"2014-01-04T08:35:59.000Z\",\"2014-01-11T17:28:49.000Z\",\"2014-01-19T17:22:20.000Z\",\"2014-01-25T17:44:55.000Z\",\"2014-01-30T02:17:18.000Z\",\"2014-02-04T00:59:50.000Z\",\"2014-02-16T20:47:37.000Z\",\"2014-02-20T17:34:31.000Z\",\"2014-02-27T21:32:37.000Z\",\"2014-03-09T17:45:46.000Z\",\"2014-03-11T00:59:50.000Z\",\"2014-03-23T14:15:33.000Z\",\"2014-03-30T17:46:29.000Z\",\"2014-04-06T18:30:48.000Z\",\"2014-04-11T07:51:28.000Z\",\"2014-04-18T09:02:13.000Z\",\"2014-04-26T08:19:03.000Z\",\"2014-04-29T00:59:50.000Z\",\"2014-05-09T23:32:11.000Z\",\"2014-05-16T12:45:06.000Z\",\"2014-05-24T09:36:56.000Z\",\"2014-05-30T07:14:11.000Z\",\"2014-06-04T03:45:20.000Z\",\"2014-06-12T08:23:40.000Z\",\"2014-06-21T14:59:05.000Z\",\"2014-06-27T15:42:16.000Z\",\"2014-07-05T07:48:09.000Z\",\"2014-07-09T08:59:37.000Z\",\"2014-07-17T18:44:49.000Z\",\"2014-07-25T20:59:16.000Z\",\"2014-08-01T13:36:54.000Z\",\"2014-08-08T15:00:37.000Z\",\"2014-08-16T13:06:46.000Z\",\"2014-08-24T14:42:41.000Z\",\"2014-08-30T01:47:53.000Z\",\"2014-09-03T20:23:42.000Z\",\"2014-09-14T16:56:22.000Z\",\"2014-09-21T18:34:59.000Z\",\"2014-09-26T13:33:08.000Z\",\"2014-10-03T16:48:01.000Z\",\"2014-10-10T14:39:17.000Z\",\"2014-10-15T18:54:07.000Z\",\"2014-10-26T22:48:16.000Z\",\"2014-11-02T00:42:37.000Z\",\"2014-11-05T13:56:29.000Z\",\"2014-11-12T21:00:18.000Z\",\"2014-11-20T08:16:19.000Z\",\"2014-11-27T17:34:04.000Z\",\"2014-12-07T20:45:08.000Z\",\"2014-12-13T16:32:45.000Z\",\"2014-12-21T21:57:21.000Z\",\"2014-12-24T14:16:20.000Z\",\"2014-12-30T00:59:50.000Z\",\"2015-01-06T00:59:50.000Z\",\"2015-01-13T00:59:50.000Z\",\"2015-01-24T16:11:40.000Z\",\"2015-01-27T00:59:50.000Z\",\"2015-02-03T13:30:32.000Z\",\"2015-02-12T00:07:58.000Z\",\"2015-02-20T19:27:01.000Z\",\"2015-02-27T19:51:10.000Z\",\"2015-03-03T11:06:17.000Z\",\"2015-03-15T15:29:24.000Z\",\"2015-03-19T16:16:56.000Z\",\"2015-03-29T14:30:53.000Z\",\"2015-04-04T09:08:07.000Z\",\"2015-04-07T00:59:50.000Z\",\"2015-04-19T22:04:20.000Z\",\"2015-04-22T12:34:25.000Z\",\"2015-04-30T09:29:03.000Z\",\"2015-05-10T15:42:34.000Z\",\"2015-05-16T16:22:26.000Z\",\"2015-05-21T20:28:14.000Z\",\"2015-05-29T13:31:48.000Z\",\"2015-06-04T10:52:59.000Z\",\"2015-06-11T09:21:55.000Z\",\"2015-06-21T22:46:46.000Z\",\"2015-06-26T10:46:07.000Z\",\"2015-07-02T11:55:27.000Z\",\"2015-07-10T11:04:05.000Z\",\"2015-07-14T23:09:14.000Z\",\"2015-07-22T01:47:00.000Z\",\"2015-07-31T15:53:14.000Z\",\"2015-08-04T00:59:50.000Z\",\"2015-08-15T14:09:00.000Z\",\"2015-08-21T12:05:25.000Z\",\"2015-08-25T00:59:50.000Z\",\"2015-09-02T15:14:01.000Z\",\"2015-09-11T06:11:12.000Z\",\"2015-09-15T00:59:50.000Z\",\"2015-09-25T15:39:10.000Z\",\"2015-10-02T15:21:02.000Z\",\"2015-10-06T15:04:04.000Z\",\"2015-10-16T12:28:27.000Z\",\"2015-10-20T00:59:50.000Z\",\"2015-10-28T14:33:09.000Z\",\"2015-11-06T16:35:03.000Z\",\"2015-11-10T13:00:19.000Z\",\"2015-11-21T19:27:23.000Z\",\"2015-11-26T19:41:38.000Z\",\"2015-12-01T00:59:50.000Z\",\"2015-12-08T00:59:50.000Z\",\"2015-12-15T00:59:50.000Z\",\"2015-12-22T00:59:50.000Z\",\"2015-12-29T00:59:50.000Z\",\"2016-01-05T00:59:50.000Z\",\"2016-01-12T00:59:50.000Z\",\"2016-01-19T00:59:50.000Z\",\"2016-01-30T09:49:49.000Z\",\"2016-02-02T00:59:50.000Z\",\"2016-02-09T00:59:50.000Z\",\"2016-02-16T18:08:53.000Z\",\"2016-02-24T20:47:49.000Z\",\"2016-03-01T00:59:50.000Z\",\"2016-03-13T20:04:41.000Z\",\"2016-03-15T00:59:50.000Z\",\"2016-03-22T00:59:50.000Z\",\"2016-04-03T18:38:39.000Z\",\"2016-04-08T09:24:36.000Z\",\"2016-04-17T15:11:42.000Z\",\"2016-04-22T14:27:09.000Z\",\"2016-04-30T18:00:54.000Z\",\"2016-05-06T10:35:45.000Z\",\"2016-05-10T00:59:50.000Z\",\"2016-05-21T08:24:54.000Z\",\"2016-05-28T08:36:41.000Z\",\"2016-06-03T14:38:30.000Z\",\"2016-06-12T15:59:21.000Z\",\"2016-06-17T13:34:05.000Z\",\"2016-06-25T15:07:19.000Z\",\"2016-07-03T21:17:46.000Z\",\"2016-07-07T08:53:31.000Z\",\"2016-07-13T14:40:36.000Z\",\"2016-07-24T21:51:25.000Z\",\"2016-07-29T07:28:03.000Z\",\"2016-08-02T00:59:50.000Z\",\"2016-08-11T09:55:35.000Z\",\"2016-08-21T16:44:32.000Z\",\"2016-08-23T00:59:50.000Z\",\"2016-08-31T18:44:05.000Z\",\"2016-09-09T14:00:03.000Z\",\"2016-09-13T00:59:50.000Z\",\"2016-09-20T00:59:50.000Z\",\"2016-10-01T03:30:19.000Z\",\"2016-10-05T10:31:47.000Z\",\"2016-10-11T13:35:25.000Z\",\"2016-10-18T00:59:50.000Z\",\"2016-10-26T13:31:48.000Z\",\"2016-11-02T15:08:42.000Z\",\"2016-11-08T00:59:50.000Z\",\"2016-11-18T11:31:45.000Z\",\"2016-11-27T11:42:23.000Z\",\"2016-12-02T07:29:14.000Z\",\"2016-12-06T00:59:50.000Z\",\"2016-12-16T13:28:55.000Z\",\"2016-12-23T15:37:16.000Z\",\"2016-12-27T00:59:50.000Z\",\"2017-01-03T00:59:50.000Z\",\"2017-01-10T00:59:50.000Z\",\"2017-01-22T22:39:51.000Z\",\"2017-01-24T16:52:14.000Z\",\"2017-01-31T00:59:50.000Z\",\"2017-02-11T20:21:39.000Z\",\"2017-02-19T15:49:50.000Z\",\"2017-02-23T00:37:24.000Z\",\"2017-03-05T15:35:21.000Z\",\"2017-03-08T13:51:19.000Z\",\"2017-03-17T07:18:02.000Z\",\"2017-03-22T22:56:39.000Z\",\"2017-04-02T14:52:01.000Z\",\"2017-04-04T00:59:50.000Z\",\"2017-04-11T00:59:50.000Z\",\"2017-04-23T17:04:02.000Z\",\"2017-04-27T14:50:08.000Z\",\"2017-05-06T09:32:35.000Z\",\"2017-05-11T14:49:42.000Z\",\"2017-05-19T17:13:20.000Z\",\"2017-05-23T20:58:35.000Z\",\"2017-05-30T00:59:50.000Z\",\"2017-06-09T08:32:12.000Z\",\"2017-06-16T13:57:09.000Z\",\"2017-06-20T11:22:17.000Z\",\"2017-07-02T20:20:33.000Z\",\"2017-07-04T22:13:07.000Z\",\"2017-07-14T11:53:33.000Z\",\"2017-07-22T08:25:28.000Z\",\"2017-07-25T00:59:50.000Z\",\"2017-08-04T15:54:37.000Z\",\"2017-08-10T12:35:32.000Z\",\"2017-08-15T00:59:50.000Z\",\"2017-08-22T00:59:50.000Z\",\"2017-08-29T00:59:50.000Z\",\"2017-09-05T00:59:50.000Z\",\"2017-09-12T00:59:50.000Z\",\"2017-09-19T00:59:50.000Z\",\"2017-09-28T17:27:10.000Z\",\"2017-10-03T00:59:50.000Z\",\"2017-10-10T00:59:50.000Z\",\"2017-10-20T06:01:19.000Z\",\"2017-10-26T19:56:09.000Z\",\"2017-11-02T15:21:58.000Z\",\"2017-11-07T00:59:50.000Z\",\"2017-11-14T00:59:50.000Z\",\"2017-11-21T00:59:50.000Z\",\"2017-11-28T00:59:50.000Z\",\"2017-12-05T21:17:19.000Z\",\"2017-12-13T19:16:44.000Z\",\"2017-12-19T00:59:50.000Z\",\"2017-12-26T00:59:50.000Z\",\"2018-01-04T09:29:47.000Z\",\"2018-01-09T00:59:50.000Z\",\"2018-01-21T07:08:02.000Z\",\"2018-01-26T16:35:59.000Z\",\"2018-02-02T18:50:10.000Z\",\"2018-02-07T09:44:25.000Z\",\"2018-02-16T12:38:27.000Z\",\"2018-02-24T22:21:44.000Z\",\"2018-03-02T16:36:37.000Z\",\"2018-03-09T15:58:57.000Z\",\"2018-03-14T14:31:07.000Z\",\"2018-03-23T18:15:32.000Z\",\"2018-04-01T09:51:34.000Z\",\"2018-04-08T15:01:05.000Z\",\"2018-04-15T14:07:44.000Z\",\"2018-04-22T19:22:58.000Z\",\"2018-04-27T06:21:55.000Z\",\"2018-05-03T10:14:44.000Z\",\"2018-05-13T23:47:27.000Z\",\"2018-05-20T17:35:33.000Z\",\"2018-05-26T09:31:23.000Z\",\"2018-05-30T19:17:25.000Z\",\"2018-06-08T13:57:19.000Z\",\"2018-06-13T12:21:10.000Z\",\"2018-06-19T00:59:50.000Z\",\"2018-06-30T10:35:56.000Z\",\"2018-07-06T08:24:36.000Z\",\"2018-07-10T00:59:50.000Z\",\"2018-07-17T09:30:36.000Z\",\"2018-07-24T00:59:50.000Z\",\"2018-07-31T00:59:50.000Z\",\"2018-08-08T11:21:08.000Z\",\"2018-08-14T00:59:50.000Z\",\"2018-08-22T12:44:16.000Z\",\"2018-09-02T18:46:12.000Z\",\"2018-09-04T00:59:50.000Z\",\"2018-09-11T00:59:50.000Z\",\"2018-09-22T12:28:56.000Z\",\"2018-09-27T16:47:49.000Z\",\"2018-10-02T08:12:42.000Z\",\"2018-10-09T00:59:50.000Z\",\"2018-10-18T11:11:36.000Z\",\"2018-10-25T03:31:58.000Z\",\"2018-11-02T08:58:06.000Z\",\"2018-11-06T07:57:00.000Z\",\"2018-11-13T00:59:50.000Z\",\"2018-11-23T14:34:50.000Z\",\"2018-11-27T00:59:50.000Z\",\"2018-12-07T19:27:44.000Z\",\"2018-12-11T00:59:50.000Z\",\"2018-12-18T09:33:52.000Z\",\"2018-12-25T00:59:50.000Z\",\"2019-01-01T00:59:50.000Z\",\"2019-01-09T07:21:35.000Z\",\"2019-01-18T12:41:01.000Z\",\"2019-01-26T17:18:32.000Z\",\"2019-02-02T16:49:25.000Z\",\"2019-02-08T15:47:20.000Z\",\"2019-02-17T11:34:44.000Z\",\"2019-02-19T00:59:50.000Z\",\"2019-03-01T13:56:39.000Z\",\"2019-03-08T13:18:48.000Z\",\"2019-03-12T00:59:50.000Z\",\"2019-03-20T06:42:59.000Z\",\"2019-03-31T12:49:17.000Z\",\"2019-04-03T07:08:45.000Z\",\"2019-04-12T06:58:57.000Z\",\"2019-04-19T15:07:45.000Z\",\"2019-04-23T00:59:50.000Z\",\"2019-05-02T18:05:49.000Z\",\"2019-05-10T05:10:09.000Z\",\"2019-05-14T00:59:50.000Z\",\"2019-05-24T09:47:30.000Z\",\"2019-05-28T14:59:00.000Z\",\"2019-06-07T16:28:39.000Z\",\"2019-06-16T18:25:18.000Z\",\"2019-06-23T13:18:47.000Z\",\"2019-06-30T13:58:33.000Z\",\"2019-07-03T06:37:01.000Z\",\"2019-07-10T17:02:00.000Z\",\"2019-07-20T10:16:52.000Z\",\"2019-07-27T04:51:17.000Z\",\"2019-08-01T15:49:48.000Z\",\"2019-08-06T00:59:50.000Z\",\"2019-08-13T00:59:50.000Z\",\"2019-08-21T12:10:20.000Z\",\"2019-08-27T00:59:50.000Z\",\"2019-09-03T00:59:50.000Z\",\"2019-09-10T00:59:50.000Z\",\"2019-09-20T13:21:53.000Z\",\"2019-09-26T09:52:51.000Z\",\"2019-10-06T20:24:05.000Z\",\"2019-10-08T00:59:50.000Z\",\"2019-10-17T22:08:14.000Z\",\"2019-10-24T15:12:20.000Z\",\"2019-10-29T14:02:51.000Z\",\"2019-11-09T13:32:21.000Z\",\"2019-11-12T00:59:50.000Z\",\"2019-11-20T04:38:55.000Z\",\"2019-11-28T06:40:04.000Z\",\"2019-12-03T03:14:53.000Z\",\"2019-12-10T00:59:50.000Z\",\"2019-12-17T00:59:50.000Z\",\"2019-12-24T00:59:50.000Z\",\"2019-12-31T00:59:50.000Z\",\"2020-01-07T00:59:50.000Z\",\"2020-01-16T13:04:29.000Z\",\"2020-01-21T00:59:50.000Z\",\"2020-01-28T00:59:50.000Z\",\"2020-02-06T10:24:57.000Z\",\"2020-02-13T08:32:56.000Z\",\"2020-02-18T00:59:50.000Z\",\"2020-02-25T00:59:50.000Z\",\"2020-03-03T00:59:50.000Z\",\"2020-03-10T00:59:50.000Z\",\"2020-03-17T00:59:50.000Z\",\"2020-03-26T11:11:25.000Z\",\"2020-03-31T00:59:50.000Z\",\"2020-04-07T00:59:50.000Z\",\"2020-04-19T19:24:48.000Z\",\"2020-04-21T00:59:50.000Z\",\"2020-04-29T15:16:56.000Z\",\"2020-05-06T16:35:41.000Z\",\"2020-05-12T17:41:27.000Z\",\"2020-05-22T12:01:42.000Z\",\"2020-05-26T00:59:50.000Z\",\"2020-06-04T18:34:47.000Z\",\"2020-06-09T00:59:50.000Z\",\"2020-06-16T00:59:50.000Z\",\"2020-06-27T17:51:34.000Z\",\"2020-07-05T19:45:24.000Z\",\"2020-07-08T11:44:26.000Z\",\"2020-07-17T13:43:55.000Z\",\"2020-07-26T14:22:49.000Z\",\"2020-07-28T00:59:50.000Z\",\"2020-08-04T00:59:50.000Z\",\"2020-08-11T00:59:50.000Z\",\"2020-08-18T04:34:53.000Z\",\"2020-08-25T00:59:50.000Z\",\"2020-09-04T13:52:45.000Z\",\"2020-09-11T18:16:16.000Z\",\"2020-09-15T00:59:50.000Z\",\"2020-09-26T18:29:14.000Z\",\"2020-09-30T18:17:24.000Z\",\"2020-10-06T18:07:11.000Z\",\"2020-10-13T00:59:50.000Z\",\"2020-10-20T00:59:50.000Z\",\"2020-10-27T20:07:13.000Z\",\"2020-11-04T19:42:14.000Z\",\"2020-11-10T17:58:48.000Z\",\"2020-11-17T00:59:50.000Z\",\"2020-11-24T00:59:50.000Z\",\"2020-12-06T19:59:55.000Z\",\"2020-12-11T06:15:12.000Z\",\"2020-12-19T09:06:06.000Z\",\"2020-12-22T00:59:50.000Z\",\"2020-12-29T00:59:50.000Z\",\"2021-01-05T00:59:50.000Z\",\"2021-01-12T00:59:50.000Z\",\"2021-01-19T16:04:03.000Z\",\"2021-01-26T00:59:50.000Z\",\"2021-02-02T00:59:50.000Z\",\"2021-02-09T00:59:50.000Z\",\"2021-02-16T00:59:50.000Z\",\"2021-02-27T20:14:21.000Z\",\"2021-03-02T00:59:50.000Z\",\"2021-03-09T00:59:50.000Z\",\"2021-03-16T00:59:50.000Z\",\"2021-03-23T00:59:50.000Z\",\"2021-03-30T00:59:50.000Z\",\"2021-04-06T00:59:50.000Z\",\"2021-04-13T13:49:35.000Z\",\"2021-04-23T06:27:52.000Z\"],[2,6,11,10,1,4,5,3,1,1,1,1,1,1,3,5,2,3,1,1,12,19,30,16,22,15,6,22,13,16,17,23,48,12,31,24,17,33,22,34,11,15,17,3,30,36,9,11,9,17,3,3,4,2,24,15,11,18,8,11,5,7,8,36,22,27,5,15,11,7,15,12,13,6,15,3,3,10,14,13,7,20,19,13,9,2,8,5,4,5,14,8,3,8,10,6,10,2,12,21,29,27,16,6,8,18,7,4,14,4,11,6,29,4,1,14,21,27,15,14,12,3,20,6,21,23,1,6,13,3,19,19,9,22,11,27,7,10,6,11,26,24,20,17,17,17,28,39,16,9,19,12,21,53,25,29,14,40,40,128,28,65,43,24,31,20,12,40,40,55,46,50,58,15,42,43,15,37,54,34,75,67,55,39,52,25,72,37,66,45,45,53,57,47,9,30,31,17,27,38,27,18,73,90,37,20,36,29,15,48,30,59,58,49,46,71,18,20,9,44,16,35,31,43,17,66,39,46,20,21,29,29,31,30,25,35,43,13,44,34,63,44,25,33,47,28,13,18,23,34,27,14,25,11,10,37,67,69,26,10,22,10,25,32,28,26,34,29,24,9,17,16,7,51,19,27,30,56,14,29,51,8,12,5,49,27,42,64,28,53,50,35,21,7,11,9,13,13,19,17,18,8,15,36,36,22,8,9,14,5,39,26,19,24,10,38,31,14,13,29,12,3,4,5,2,14,11,37,10,23,31,22,11,17,16,6,13,9,8,9,15,8,19,11,5,10,7,4,10,6,18,16,6,17,17,3,9,23,6,15,8,3,10,14,6,3,10,2,5,5,8,5,6,16,8,11,13,14,27,12,1,10,5,2,10,1,18,6,7,10,4,13,2,4,2,12,14,7,9,9,7,6,4,5,2,7,12,10,5,14,6,8,9,10,21,9,5,4,10,5,6,2,2,4,13,2,2,1,1,1,7,1,3,10,10,4,2,10,7,8,3,2,71,4,21,18,22,6,7,2,2,20,18,9,2,4,10,3,2,9,4,1,4,5,1,5,4,4,3,1,2,2,6,3,2,2,1,1,2,1,3,1,2,3,1,1,2,2,1,2,1,1,4,6,5,5,18,3,1,8,12,11,19,17,5,15,29,3,13,24,1,4,3,1,2,11,1,1,5,9,5,1,4,2,1,4,7,4,1,5,8,1,1,1,4,5,1,8,9,3,8,9,12,5,3,2,1,9,15,15,15,9,4,1,3,12,7,26,19,21,5,1,8,5,1,1,1,1,1,1,5,1,1,3,4,2,1,1,1,1,2,2,1,1,2,1,5,9,3,3,4,20,36,4,5,11,30,14,35,9,7,14,9,15,7,3,7,7,1,6,23,2,4,1,1,12,1,2,6,2,1,2,7,5,1,8,2,8,5,1,19,3,7,9,3,1,1,2,6,7,11,7,6,2,4,7,1,2,10,9,3,12,1,4,6,1,5,7,3,4,12,23,10,8,5,5,3,1,1,4,1,1,1,10,5,6,3,2,3,6,3,1,2,5,2,1,1,1,1,1,6,1,1,2,4,1,1,1,1,1,5,1,1,8,2,9,18,5,3,1,3,1,1,7,6,14,4,2,4,1,1,3,1,3,10,1,3,3,6,1,1,4,3,9,2,1,2,4,3,1,1,1,1,2,1,1,1,1,7,1,1,1,1,1,1,8,2]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on modeling.m2t.acceleo forum.    ID   Subject   Post date   Post author     1840738   Re: \\[Acceleo\\] Map data type?   2021-04-23 06:27:52   8586     1840379   Re: \\[Acceleo\\] Map data type?   2021-04-13 13:49:35   177965     1840373   Re: \\[Acceleo\\] Map data type?   2021-04-13 13:01:48   8586     1840371   Re: \\[Acceleo\\] Map data type?   2021-04-13 12:12:25   177965     1840370   Re: \\[Acceleo\\] Map data type?   2021-04-13 12:01:20   8586     1840369   Re: \\[Acceleo\\] Map data type?   2021-04-13 11:42:02   177965     1840368   Re: \\[Acceleo\\] Map data type?   2021-04-13 11:18:13   177965     1840367   \\[Acceleo\\] Map data type?   2021-04-13 09:50:18   177965     1838529   Re: java.lang.ClassCastException while transforming source EReference to Target ERefernce.   2021-02-27 20:14:21   8586     1838523   java.lang.ClassCastException while transforming source EReference to Target ERefernce.   2021-02-27 09:56:33   231317    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 2237 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on modeling.m2t.acceleo forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107661   \\[Acceleo\\] Map data type?   2021-04-23 06:27:52   1840738   7   262     1107108   java.lang.ClassCastException while transforming source EReference to Target ERefernce.   2021-02-27 20:14:21   1838529   1   213     1107103   \\[Acceleo\\] Where to get Acceleo 4?   2021-02-27 08:15:48   1838521   3   161     1106637   \\[Acceleo\\] - How to bundle Acceleo with Sirius   2021-01-19 16:04:03   1836946   0   3764     1106344   Get XMI: ID of elements in sysml   2020-12-19 09:06:06   1836059   1   317     1106230   UML/Sysml Profile..   2020-12-11 06:15:12   1835736   1   517     1106194   \\[Acceleo\\]\\[Xbase\\] Transforming Xbase expression into java   2020-12-07 05:49:11   1835563   1   247     1105844   Read Stereotype / compare Stereotype   2020-11-10 07:55:09   1834422   1   336     1105838   \\[Acceleo\\] Write in linked folder   2020-11-16 09:30:30   1834694   2   453     1105832   ClassNotFoundError of exception when running Acceleo in standalone mode   2020-11-10 17:58:48   1834462   3   339      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 82 commits.\n  ID   Name   Time   Result     356   acceleo-aql-gerrit \\#356   1.595834e+12   SUCCESS     2016-11-18\\_09-47-26   acceleo-launcher-examples \\#13   1.479480e+12   FAILURE     2016-06-24\\_05-25-01   acceleo-launcher-examples \\#12   1.466760e+12   SUCCESS     2016-06-22\\_07-54-51   acceleo-launcher-examples \\#11   1.466596e+12   SUCCESS     2016-04-26\\_11-34-58   acceleo-launcher-examples \\#10   1.461685e+12   SUCCESS     2016-04-26\\_11-30-00   acceleo-launcher-examples \\#9   1.461685e+12   FAILURE     2016-04-26\\_11-09-43   acceleo-launcher-examples \\#8   1.461683e+12   SUCCESS     2016-04-26\\_09-48-13   acceleo-launcher-examples \\#7   1.461678e+12   FAILURE     2016-01-27\\_11-48-44   acceleo-launcher-examples \\#6   1.453913e+12   SUCCESS     2016-01-27\\_11-42-55   acceleo-launcher-examples \\#5   1.453913e+12   FAILURE    // jsData function gvisDataPieChartID1e7772a9162e () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;FAILURE\u0026rdquo;, 16 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 62 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 4 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e7772a9162e() { var data = gvisDataPieChartID1e7772a9162e(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project modeling.m2t.acceleo \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e7772a9162e') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e7772a9162e); })(); function displayChartPieChartID1e7772a9162e() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 22 commits.\n  Name   Colour   Last build time   Health report     acceleo-aql-gerrit   blue   1.595834e+12   100     acceleo-launcher-examples   disabled   1.479480e+12   60     acceleo-maintenance-3.7   red   1.617704e+12   33     acceleo-master   red   1.619245e+12   50     acceleo-master-gerrit   disabled   1.421139e+12   98     juno-maven-dependencies-deploy   disabled   1.424244e+12   100     kepler-maven-dependencies-deploy   disabled   1.516865e+12   100     kepler-sr2-maven-dependencies-deploy   disabled   1.516865e+12   100     luna-sr1-maven-dependencies-deploy   disabled   1.517383e+12   100     luna-sr2-maven-dependencies-deploy   disabled   1.516865e+12   100    // jsData function gvisDataPieChartID1e775b33d119 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 5 ], [ \u0026ldquo;disabled\u0026rdquo;, 14 ], [ \u0026ldquo;red\u0026rdquo;, 3 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e775b33d119() { var data = gvisDataPieChartID1e775b33d119(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project modeling.m2t.acceleo \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e775b33d119') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e775b33d119); })(); function displayChartPieChartID1e775b33d119() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for modeling.m2t.acceleo .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=M2T   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=M2T   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/m2t-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for documentation\\_url.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/modeling/m2t/downloads/   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://www.eclipse.org/forums/eclipse.modeling.m2t   OK. Forum \\[eclipse.modeling.m2t\\] correctly defined.\\\\OK: Forum \\[eclipse.modeling.m2t\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/m2t/docs.html   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/modeling/m2t/project-info/plan-helios.xml   OK: Plan URL could be successfully fetched.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 5 commits.\n  Author   Count     unknown   4923     Yvan Lussaud   124     Florent Latombe   41     content Acceleo   2     Romain Guider   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e776de5a67f () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 4923 ], [ \"Yvan Lussaud\", 124 ], [ \"Florent Latombe\", 41 ], [ \"content Acceleo\", 2 ], [ \"Romain Guider\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e776de5a67f() { var data = gvisDataPieChartID1e776de5a67f(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project modeling.m2t.acceleo \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e776de5a67f') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 7 commits.\n  Copyrights   Count     unknown   3872     Copyright (c) Obeo   1168     Copyright (c) Obeo, France   15     Copyright Twitter, Inc   13     Copyright (c) Obeo and others   2     Copyright The Dojo Foundation   2     Copyright John Resig   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e7733d8f223 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3872 ], [ \"Copyright (c) Obeo\", 1168 ], [ \"Copyright (c) Obeo, France\", 15 ], [ \"Copyright Twitter, Inc\", 13 ], [ \"Copyright (c) Obeo and others\", 2 ], [ \"Copyright The Dojo Foundation\", 2 ], [ \"Copyright John Resig\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e7733d8f223() { var data = gvisDataPieChartID1e7733d8f223(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project modeling.m2t.acceleo \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e7733d8f223') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 8 commits.\n  Holders   Count     unknown   3872     Obeo   1167     Obeo, France   15     Twitter, Inc   13     Obeo and others   2     The Dojo Foundation   2     John Resig   1     Obeo. .append(LS) buffer.append   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e7748ca7172 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3872 ], [ \"Obeo\", 1167 ], [ \"Obeo, France\", 15 ], [ \"Twitter, Inc\", 13 ], [ \"Obeo and others\", 2 ], [ \"The Dojo Foundation\", 2 ], [ \"John Resig\", 1 ], [ \"Obeo. .append(LS) buffer.append\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e7748ca7172() { var data = gvisDataPieChartID1e7748ca7172(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project modeling.m2t.acceleo \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e7748ca7172') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 11 commits.\n  Licence   Count     unknown   3823     epl-1.0   1221     cpl-1.0 AND other-permissive   38     apache-2.0   13     mit   10     epl-1.0 OR bsd-new   3     epl-2.0   1     epl-2.0 OR apache-2.0   1     mit OR bsd-new OR gpl-1.0-plus   1     mit OR bsd-new OR gpl-2.0   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e773dd6bbde () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3823 ], [ \"epl-1.0\", 1221 ], [ \"cpl-1.0 AND other-permissive\", 38 ], [ \"apache-2.0\", 13 ], [ \"mit\", 10 ], [ \"epl-1.0 OR bsd-new\", 3 ], [ \"epl-2.0\", 1 ], [ \"epl-2.0 OR apache-2.0\", 1 ], [ \"mit OR bsd-new OR gpl-1.0-plus\", 1 ], [ \"mit OR bsd-new OR gpl-2.0\", 1 ], [ \"mit OR gpl-2.0\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e773dd6bbde() { var data = gvisDataPieChartID1e773dd6bbde(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project modeling.m2t.acceleo \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e773dd6bbde') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 10 commits.\n  Programming Language   Count     unknown   3920     Java   1008     HTML   51     Python   26     Objective-C   9     ActionScript 3   6     CSS   4     PHP   3     JavaScript   2     VB.net   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1e776d55e934 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3920 ], [ \"Java\", 1008 ], [ \"HTML\", 51 ], [ \"Python\", 26 ], [ \"Objective-C\", 9 ], [ \"ActionScript 3\", 6 ], [ \"CSS\", 4 ], [ \"PHP\", 3 ], [ \"JavaScript\", 2 ], [ \"VB.net\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1e776d55e934() { var data = gvisDataPieChartID1e776d55e934(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project modeling.m2t.acceleo \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1e776d55e934') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 91 commits.\n  Holders   Type     pom.xml   manifest     features/org.eclipse.acceleo.aql.feature/pom.xml   manifest     features/org.eclipse.acceleo.aql.launcher-feature/pom.xml   manifest     features/org.eclipse.acceleo.aql.migration-feature/pom.xml   manifest     features/org.eclipse.acceleo.ui.interpreter-feature/pom.xml   manifest     plugins/org.eclipse.acceleo.aql/pom.xml   manifest     plugins/org.eclipse.acceleo.aql/META-INF/MANIFEST.MF   manifest     plugins/org.eclipse.acceleo.aql.doc/pom.xml   manifest     plugins/org.eclipse.acceleo.aql.doc/META-INF/MANIFEST.MF   manifest     plugins/org.eclipse.acceleo.aql.edit/pom.xml   manifest    ","href":"/projects/modeling.m2t.acceleo/datasets_report/","title":"modeling.m2t.acceleo"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;modeling.mdt.ocl\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/modeling.mdt.ocl.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 2241 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for modeling.mdt.ocl\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2005-10-27T00:00:00.000Z\",\"2005-10-28T00:00:00.000Z\",\"2005-10-29T00:00:00.000Z\",\"2005-10-30T00:00:00.000Z\",\"2005-10-31T00:00:00.000Z\",\"2005-11-01T00:00:00.000Z\",\"2005-11-02T00:00:00.000Z\",\"2005-11-03T00:00:00.000Z\",\"2005-11-04T00:00:00.000Z\",\"2005-11-05T00:00:00.000Z\",\"2005-11-06T00:00:00.000Z\",\"2005-11-07T00:00:00.000Z\",\"2005-11-08T00:00:00.000Z\",\"2005-11-09T00:00:00.000Z\",\"2005-11-10T00:00:00.000Z\",\"2005-11-11T00:00:00.000Z\",\"2005-11-12T00:00:00.000Z\",\"2005-11-13T00:00:00.000Z\",\"2005-11-14T00:00:00.000Z\",\"2005-11-15T00:00:00.000Z\",\"2005-11-16T00:00:00.000Z\",\"2005-11-17T00:00:00.000Z\",\"2005-11-18T00:00:00.000Z\",\"2005-11-19T00:00:00.000Z\",\"2005-11-20T00:00:00.000Z\",\"2005-11-21T00:00:00.000Z\",\"2005-11-22T00:00:00.000Z\",\"2005-11-23T00:00:00.000Z\",\"2005-11-24T00:00:00.000Z\",\"2005-11-25T00:00:00.000Z\",\"2005-11-26T00:00:00.000Z\",\"2005-11-27T00:00:00.000Z\",\"2005-11-28T00:00:00.000Z\",\"2005-11-29T00:00:00.000Z\",\"2005-11-30T00:00:00.000Z\",\"2005-12-01T00:00:00.000Z\",\"2005-12-02T00:00:00.000Z\",\"2005-12-03T00:00:00.000Z\",\"2005-12-04T00:00:00.000Z\",\"2005-12-05T00:00:00.000Z\",\"2005-12-06T00:00:00.000Z\",\"2005-12-07T00:00:00.000Z\",\"2005-12-08T00:00:00.000Z\",\"2005-12-09T00:00:00.000Z\",\"2005-12-10T00:00:00.000Z\",\"2005-12-11T00:00:00.000Z\",\"2005-12-12T00:00:00.000Z\",\"2005-12-13T00:00:00.000Z\",\"2005-12-14T00:00:00.000Z\",\"2005-12-15T00:00:00.000Z\",\"2005-12-16T00:00:00.000Z\",\"2005-12-17T00:00:00.000Z\",\"2005-12-18T00:00:00.000Z\",\"2005-12-19T00:00:00.000Z\",\"2005-12-20T00:00:00.000Z\",\"2005-12-21T00:00:00.000Z\",\"2005-12-22T00:00:00.000Z\",\"2005-12-23T00:00:00.000Z\",\"2005-12-24T00:00:00.000Z\",\"2005-12-25T00:00:00.000Z\",\"2005-12-26T00:00:00.000Z\",\"2005-12-27T00:00:00.000Z\",\"2005-12-28T00:00:00.000Z\",\"2005-12-29T00:00:00.000Z\",\"2005-12-30T00:00:00.000Z\",\"2005-12-31T00:00:00.000Z\",\"2006-01-01T00:00:00.000Z\",\"2006-01-02T00:00:00.000Z\",\"2006-01-03T00:00:00.000Z\",\"2006-01-04T00:00:00.000Z\",\"2006-01-05T00:00:00.000Z\",\"2006-01-06T00:00:00.000Z\",\"2006-01-07T00:00:00.000Z\",\"2006-01-08T00:00:00.000Z\",\"2006-01-09T00:00:00.000Z\",\"2006-01-10T00:00:00.000Z\",\"2006-01-11T00:00:00.000Z\",\"2006-01-12T00:00:00.000Z\",\"2006-01-13T00:00:00.000Z\",\"2006-01-14T00:00:00.000Z\",\"2006-01-15T00:00:00.000Z\",\"2006-01-16T00:00:00.000Z\",\"2006-01-17T00:00:00.000Z\",\"2006-01-18T00:00:00.000Z\",\"2006-01-19T00:00:00.000Z\",\"2006-01-20T00:00:00.000Z\",\"2006-01-21T00:00:00.000Z\",\"2006-01-22T00:00:00.000Z\",\"2006-01-23T00:00:00.000Z\",\"2006-01-24T00:00:00.000Z\",\"2006-01-25T00:00:00.000Z\",\"2006-01-26T00:00:00.000Z\",\"2006-01-27T00:00:00.000Z\",\"2006-01-28T00:00:00.000Z\",\"2006-01-29T00:00:00.000Z\",\"2006-01-30T00:00:00.000Z\",\"2006-01-31T00:00:00.000Z\",\"2006-02-01T00:00:00.000Z\",\"2006-02-02T00:00:00.000Z\",\"2006-02-03T00:00:00.000Z\",\"2006-02-04T00:00:00.000Z\",\"2006-02-05T00:00:00.000Z\",\"2006-02-06T00:00:00.000Z\",\"2006-02-07T00:00:00.000Z\",\"2006-02-08T00:00:00.000Z\",\"2006-02-09T00:00:00.000Z\",\"2006-02-10T00:00:00.000Z\",\"2006-02-11T00:00:00.000Z\",\"2006-02-12T00:00:00.000Z\",\"2006-02-13T00:00:00.000Z\",\"2006-02-14T00:00:00.000Z\",\"2006-02-15T00:00:00.000Z\",\"2006-02-16T00:00:00.000Z\",\"2006-02-17T00:00:00.000Z\",\"2006-02-18T00:00:00.000Z\",\"2006-02-19T00:00:00.000Z\",\"2006-02-20T00:00:00.000Z\",\"2006-02-21T00:00:00.000Z\",\"2006-02-22T00:00:00.000Z\",\"2006-02-23T00:00:00.000Z\",\"2006-02-24T00:00:00.000Z\",\"2006-02-25T00:00:00.000Z\",\"2006-02-26T00:00:00.000Z\",\"2006-02-27T00:00:00.000Z\",\"2006-02-28T00:00:00.000Z\",\"2006-03-01T00:00:00.000Z\",\"2006-03-02T00:00:00.000Z\",\"2006-03-03T00:00:00.000Z\",\"2006-03-04T00:00:00.000Z\",\"2006-03-05T00:00:00.000Z\",\"2006-03-06T00:00:00.000Z\",\"2006-03-07T00:00:00.000Z\",\"2006-03-08T00:00:00.000Z\",\"2006-03-09T00:00:00.000Z\",\"2006-03-10T00:00:00.000Z\",\"2006-03-11T00:00:00.000Z\",\"2006-03-12T00:00:00.000Z\",\"2006-03-13T00:00:00.000Z\",\"2006-03-14T00:00:00.000Z\",\"2006-03-15T00:00:00.000Z\",\"2006-03-16T00:00:00.000Z\",\"2006-03-17T00:00:00.000Z\",\"2006-03-18T00:00:00.000Z\",\"2006-03-19T00:00:00.000Z\",\"2006-03-20T00:00:00.000Z\",\"2006-03-21T00:00:00.000Z\",\"2006-03-22T00:00:00.000Z\",\"2006-03-23T00:00:00.000Z\",\"2006-03-24T00:00:00.000Z\",\"2006-03-25T00:00:00.000Z\",\"2006-03-26T00:00:00.000Z\",\"2006-03-27T00:00:00.000Z\",\"2006-03-28T00:00:00.000Z\",\"2006-03-29T00:00:00.000Z\",\"2006-03-30T00:00:00.000Z\",\"2006-03-31T00:00:00.000Z\",\"2006-04-01T00:00:00.000Z\",\"2006-04-02T00:00:00.000Z\",\"2006-04-03T00:00:00.000Z\",\"2006-04-04T00:00:00.000Z\",\"2006-04-05T00:00:00.000Z\",\"2006-04-06T00:00:00.000Z\",\"2006-04-07T00:00:00.000Z\",\"2006-04-08T00:00:00.000Z\",\"2006-04-09T00:00:00.000Z\",\"2006-04-10T00:00:00.000Z\",\"2006-04-11T00:00:00.000Z\",\"2006-04-12T00:00:00.000Z\",\"2006-04-13T00:00:00.000Z\",\"2006-04-14T00:00:00.000Z\",\"2006-04-15T00:00:00.000Z\",\"2006-04-16T00:00:00.000Z\",\"2006-04-17T00:00:00.000Z\",\"2006-04-18T00:00:00.000Z\",\"2006-04-19T00:00:00.000Z\",\"2006-04-20T00:00:00.000Z\",\"2006-04-21T00:00:00.000Z\",\"2006-04-22T00:00:00.000Z\",\"2006-04-23T00:00:00.000Z\",\"2006-04-24T00:00:00.000Z\",\"2006-04-25T00:00:00.000Z\",\"2006-04-26T00:00:00.000Z\",\"2006-04-27T00:00:00.000Z\",\"2006-04-28T00:00:00.000Z\",\"2006-04-29T00:00:00.000Z\",\"2006-04-30T00:00:00.000Z\",\"2006-05-01T00:00:00.000Z\",\"2006-05-02T00:00:00.000Z\",\"2006-05-03T00:00:00.000Z\",\"2006-05-04T00:00:00.000Z\",\"2006-05-05T00:00:00.000Z\",\"2006-05-06T00:00:00.000Z\",\"2006-05-07T00:00:00.000Z\",\"2006-05-08T00:00:00.000Z\",\"2006-05-09T00:00:00.000Z\",\"2006-05-10T00:00:00.000Z\",\"2006-05-11T00:00:00.000Z\",\"2006-05-12T00:00:00.000Z\",\"2006-05-13T00:00:00.000Z\",\"2006-05-14T00:00:00.000Z\",\"2006-05-15T00:00:00.000Z\",\"2006-05-16T00:00:00.000Z\",\"2006-05-17T00:00:00.000Z\",\"2006-05-18T00:00:00.000Z\",\"2006-05-19T00:00:00.000Z\",\"2006-05-20T00:00:00.000Z\",\"2006-05-21T00:00:00.000Z\",\"2006-05-22T00:00:00.000Z\",\"2006-05-23T00:00:00.000Z\",\"2006-05-24T00:00:00.000Z\",\"2006-05-25T00:00:00.000Z\",\"2006-05-26T00:00:00.000Z\",\"2006-05-27T00:00:00.000Z\",\"2006-05-28T00:00:00.000Z\",\"2006-05-29T00:00:00.000Z\",\"2006-05-30T00:00:00.000Z\",\"2006-05-31T00:00:00.000Z\",\"2006-06-01T00:00:00.000Z\",\"2006-06-02T00:00:00.000Z\",\"2006-06-03T00:00:00.000Z\",\"2006-06-04T00:00:00.000Z\",\"2006-06-05T00:00:00.000Z\",\"2006-06-06T00:00:00.000Z\",\"2006-06-07T00:00:00.000Z\",\"2006-06-08T00:00:00.000Z\",\"2006-06-09T00:00:00.000Z\",\"2006-06-10T00:00:00.000Z\",\"2006-06-11T00:00:00.000Z\",\"2006-06-12T00:00:00.000Z\",\"2006-06-13T00:00:00.000Z\",\"2006-06-14T00:00:00.000Z\",\"2006-06-15T00:00:00.000Z\",\"2006-06-16T00:00:00.000Z\",\"2006-06-17T00:00:00.000Z\",\"2006-06-18T00:00:00.000Z\",\"2006-06-19T00:00:00.000Z\",\"2006-06-20T00:00:00.000Z\",\"2006-06-21T00:00:00.000Z\",\"2006-06-22T00:00:00.000Z\",\"2006-06-23T00:00:00.000Z\",\"2006-06-24T00:00:00.000Z\",\"2006-06-25T00:00:00.000Z\",\"2006-06-26T00:00:00.000Z\",\"2006-06-27T00:00:00.000Z\",\"2006-06-28T00:00:00.000Z\",\"2006-06-29T00:00:00.000Z\",\"2006-06-30T00:00:00.000Z\",\"2006-07-01T00:00:00.000Z\",\"2006-07-02T00:00:00.000Z\",\"2006-07-03T00:00:00.000Z\",\"2006-07-04T00:00:00.000Z\",\"2006-07-05T00:00:00.000Z\",\"2006-07-06T00:00:00.000Z\",\"2006-07-07T00:00:00.000Z\",\"2006-07-08T00:00:00.000Z\",\"2006-07-09T00:00:00.000Z\",\"2006-07-10T00:00:00.000Z\",\"2006-07-11T00:00:00.000Z\",\"2006-07-12T00:00:00.000Z\",\"2006-07-13T00:00:00.000Z\",\"2006-07-14T00:00:00.000Z\",\"2006-07-15T00:00:00.000Z\",\"2006-07-16T00:00:00.000Z\",\"2006-07-17T00:00:00.000Z\",\"2006-07-18T00:00:00.000Z\",\"2006-07-19T00:00:00.000Z\",\"2006-07-20T00:00:00.000Z\",\"2006-07-21T00:00:00.000Z\",\"2006-07-22T00:00:00.000Z\",\"2006-07-23T00:00:00.000Z\",\"2006-07-24T00:00:00.000Z\",\"2006-07-25T00:00:00.000Z\",\"2006-07-26T00:00:00.000Z\",\"2006-07-27T00:00:00.000Z\",\"2006-07-28T00:00:00.000Z\",\"2006-07-29T00:00:00.000Z\",\"2006-07-30T00:00:00.000Z\",\"2006-07-31T00:00:00.000Z\",\"2006-08-01T00:00:00.000Z\",\"2006-08-02T00:00:00.000Z\",\"2006-08-03T00:00:00.000Z\",\"2006-08-04T00:00:00.000Z\",\"2006-08-05T00:00:00.000Z\",\"2006-08-06T00:00:00.000Z\",\"2006-08-07T00:00:00.000Z\",\"2006-08-08T00:00:00.000Z\",\"2006-08-09T00:00:00.000Z\",\"2006-08-10T00:00:00.000Z\",\"2006-08-11T00:00:00.000Z\",\"2006-08-12T00:00:00.000Z\",\"2006-08-13T00:00:00.000Z\",\"2006-08-14T00:00:00.000Z\",\"2006-08-15T00:00:00.000Z\",\"2006-08-16T00:00:00.000Z\",\"2006-08-17T00:00:00.000Z\",\"2006-08-18T00:00:00.000Z\",\"2006-08-19T00:00:00.000Z\",\"2006-08-20T00:00:00.000Z\",\"2006-08-21T00:00:00.000Z\",\"2006-08-22T00:00:00.000Z\",\"2006-08-23T00:00:00.000Z\",\"2006-08-24T00:00:00.000Z\",\"2006-08-25T00:00:00.000Z\",\"2006-08-26T00:00:00.000Z\",\"2006-08-27T00:00:00.000Z\",\"2006-08-28T00:00:00.000Z\",\"2006-08-29T00:00:00.000Z\",\"2006-08-30T00:00:00.000Z\",\"2006-08-31T00:00:00.000Z\",\"2006-09-01T00:00:00.000Z\",\"2006-09-02T00:00:00.000Z\",\"2006-09-03T00:00:00.000Z\",\"2006-09-04T00:00:00.000Z\",\"2006-09-05T00:00:00.000Z\",\"2006-09-06T00:00:00.000Z\",\"2006-09-07T00:00:00.000Z\",\"2006-09-08T00:00:00.000Z\",\"2006-09-09T00:00:00.000Z\",\"2006-09-10T00:00:00.000Z\",\"2006-09-11T00:00:00.000Z\",\"2006-09-12T00:00:00.000Z\",\"2006-09-13T00:00:00.000Z\",\"2006-09-14T00:00:00.000Z\",\"2006-09-15T00:00:00.000Z\",\"2006-09-16T00:00:00.000Z\",\"2006-09-17T00:00:00.000Z\",\"2006-09-18T00:00:00.000Z\",\"2006-09-19T00:00:00.000Z\",\"2006-09-20T00:00:00.000Z\",\"2006-09-21T00:00:00.000Z\",\"2006-09-22T00:00:00.000Z\",\"2006-09-23T00:00:00.000Z\",\"2006-09-24T00:00:00.000Z\",\"2006-09-25T00:00:00.000Z\",\"2006-09-26T00:00:00.000Z\",\"2006-09-27T00:00:00.000Z\",\"2006-09-28T00:00:00.000Z\",\"2006-09-29T00:00:00.000Z\",\"2006-09-30T00:00:00.000Z\",\"2006-10-01T00:00:00.000Z\",\"2006-10-02T00:00:00.000Z\",\"2006-10-03T00:00:00.000Z\",\"2006-10-04T00:00:00.000Z\",\"2006-10-05T00:00:00.000Z\",\"2006-10-06T00:00:00.000Z\",\"2006-10-07T00:00:00.000Z\",\"2006-10-08T00:00:00.000Z\",\"2006-10-09T00:00:00.000Z\",\"2006-10-10T00:00:00.000Z\",\"2006-10-11T00:00:00.000Z\",\"2006-10-12T00:00:00.000Z\",\"2006-10-13T00:00:00.000Z\",\"2006-10-14T00:00:00.000Z\",\"2006-10-15T00:00:00.000Z\",\"2006-10-16T00:00:00.000Z\",\"2006-10-17T00:00:00.000Z\",\"2006-10-18T00:00:00.000Z\",\"2006-10-19T00:00:00.000Z\",\"2006-10-20T00:00:00.000Z\",\"2006-10-21T00:00:00.000Z\",\"2006-10-22T00:00:00.000Z\",\"2006-10-23T00:00:00.000Z\",\"2006-10-24T00:00:00.000Z\",\"2006-10-25T00:00:00.000Z\",\"2006-10-26T00:00:00.000Z\",\"2006-10-27T00:00:00.000Z\",\"2006-10-28T00:00:00.000Z\",\"2006-10-29T00:00:00.000Z\",\"2006-10-30T00:00:00.000Z\",\"2006-10-31T00:00:00.000Z\",\"2006-11-01T00:00:00.000Z\",\"2006-11-02T00:00:00.000Z\",\"2006-11-03T00:00:00.000Z\",\"2006-11-04T00:00:00.000Z\",\"2006-11-05T00:00:00.000Z\",\"2006-11-06T00:00:00.000Z\",\"2006-11-07T00:00:00.000Z\",\"2006-11-08T00:00:00.000Z\",\"2006-11-09T00:00:00.000Z\",\"2006-11-10T00:00:00.000Z\",\"2006-11-11T00:00:00.000Z\",\"2006-11-12T00:00:00.000Z\",\"2006-11-13T00:00:00.000Z\",\"2006-11-14T00:00:00.000Z\",\"2006-11-15T00:00:00.000Z\",\"2006-11-16T00:00:00.000Z\",\"2006-11-17T00:00:00.000Z\",\"2006-11-18T00:00:00.000Z\",\"2006-11-19T00:00:00.000Z\",\"2006-11-20T00:00:00.000Z\",\"2006-11-21T00:00:00.000Z\",\"2006-11-22T00:00:00.000Z\",\"2006-11-23T00:00:00.000Z\",\"2006-11-24T00:00:00.000Z\",\"2006-11-25T00:00:00.000Z\",\"2006-11-26T00:00:00.000Z\",\"2006-11-27T00:00:00.000Z\",\"2006-11-28T00:00:00.000Z\",\"2006-11-29T00:00:00.000Z\",\"2006-11-30T00:00:00.000Z\",\"2006-12-01T00:00:00.000Z\",\"2006-12-02T00:00:00.000Z\",\"2006-12-03T00:00:00.000Z\",\"2006-12-04T00:00:00.000Z\",\"2006-12-05T00:00:00.000Z\",\"2006-12-06T00:00:00.000Z\",\"2006-12-07T00:00:00.000Z\",\"2006-12-08T00:00:00.000Z\",\"2006-12-09T00:00:00.000Z\",\"2006-12-10T00:00:00.000Z\",\"2006-12-11T00:00:00.000Z\",\"2006-12-12T00:00:00.000Z\",\"2006-12-13T00:00:00.000Z\",\"2006-12-14T00:00:00.000Z\",\"2006-12-15T00:00:00.000Z\",\"2006-12-16T00:00:00.000Z\",\"2006-12-17T00:00:00.000Z\",\"2006-12-18T00:00:00.000Z\",\"2006-12-19T00:00:00.000Z\",\"2006-12-20T00:00:00.000Z\",\"2006-12-21T00:00:00.000Z\",\"2006-12-22T00:00:00.000Z\",\"2006-12-23T00:00:00.000Z\",\"2006-12-24T00:00:00.000Z\",\"2006-12-25T00:00:00.000Z\",\"2006-12-26T00:00:00.000Z\",\"2006-12-27T00:00:00.000Z\",\"2006-12-28T00:00:00.000Z\",\"2006-12-29T00:00:00.000Z\",\"2006-12-30T00:00:00.000Z\",\"2006-12-31T00:00:00.000Z\",\"2007-01-01T00:00:00.000Z\",\"2007-01-02T00:00:00.000Z\",\"2007-01-03T00:00:00.000Z\",\"2007-01-04T00:00:00.000Z\",\"2007-01-05T00:00:00.000Z\",\"2007-01-06T00:00:00.000Z\",\"2007-01-07T00:00:00.000Z\",\"2007-01-08T00:00:00.000Z\",\"2007-01-09T00:00:00.000Z\",\"2007-01-10T00:00:00.000Z\",\"2007-01-11T00:00:00.000Z\",\"2007-01-12T00:00:00.000Z\",\"2007-01-13T00:00:00.000Z\",\"2007-01-14T00:00:00.000Z\",\"2007-01-15T00:00:00.000Z\",\"2007-01-16T00:00:00.000Z\",\"2007-01-17T00:00:00.000Z\",\"2007-01-18T00:00:00.000Z\",\"2007-01-19T00:00:00.000Z\",\"2007-01-20T00:00:00.000Z\",\"2007-01-21T00:00:00.000Z\",\"2007-01-22T00:00:00.000Z\",\"2007-01-23T00:00:00.000Z\",\"2007-01-24T00:00:00.000Z\",\"2007-01-25T00:00:00.000Z\",\"2007-01-26T00:00:00.000Z\",\"2007-01-27T00:00:00.000Z\",\"2007-01-28T00:00:00.000Z\",\"2007-01-29T00:00:00.000Z\",\"2007-01-30T00:00:00.000Z\",\"2007-01-31T00:00:00.000Z\",\"2007-02-01T00:00:00.000Z\",\"2007-02-02T00:00:00.000Z\",\"2007-02-03T00:00:00.000Z\",\"2007-02-04T00:00:00.000Z\",\"2007-02-05T00:00:00.000Z\",\"2007-02-06T00:00:00.000Z\",\"2007-02-07T00:00:00.000Z\",\"2007-02-08T00:00:00.000Z\",\"2007-02-09T00:00:00.000Z\",\"2007-02-10T00:00:00.000Z\",\"2007-02-11T00:00:00.000Z\",\"2007-02-12T00:00:00.000Z\",\"2007-02-13T00:00:00.000Z\",\"2007-02-14T00:00:00.000Z\",\"2007-02-15T00:00:00.000Z\",\"2007-02-16T00:00:00.000Z\",\"2007-02-17T00:00:00.000Z\",\"2007-02-18T00:00:00.000Z\",\"2007-02-19T00:00:00.000Z\",\"2007-02-20T00:00:00.000Z\",\"2007-02-21T00:00:00.000Z\",\"2007-02-22T00:00:00.000Z\",\"2007-02-23T00:00:00.000Z\",\"2007-02-24T00:00:00.000Z\",\"2007-02-25T00:00:00.000Z\",\"2007-02-26T00:00:00.000Z\",\"2007-02-27T00:00:00.000Z\",\"2007-02-28T00:00:00.000Z\",\"2007-03-01T00:00:00.000Z\",\"2007-03-02T00:00:00.000Z\",\"2007-03-03T00:00:00.000Z\",\"2007-03-04T00:00:00.000Z\",\"2007-03-05T00:00:00.000Z\",\"2007-03-06T00:00:00.000Z\",\"2007-03-07T00:00:00.000Z\",\"2007-03-08T00:00:00.000Z\",\"2007-03-09T00:00:00.000Z\",\"2007-03-10T00:00:00.000Z\",\"2007-03-11T00:00:00.000Z\",\"2007-03-12T00:00:00.000Z\",\"2007-03-13T00:00:00.000Z\",\"2007-03-14T00:00:00.000Z\",\"2007-03-15T00:00:00.000Z\",\"2007-03-16T00:00:00.000Z\",\"2007-03-17T00:00:00.000Z\",\"2007-03-18T00:00:00.000Z\",\"2007-03-19T00:00:00.000Z\",\"2007-03-20T00:00:00.000Z\",\"2007-03-21T00:00:00.000Z\",\"2007-03-22T00:00:00.000Z\",\"2007-03-23T00:00:00.000Z\",\"2007-03-24T00:00:00.000Z\",\"2007-03-25T00:00:00.000Z\",\"2007-03-26T00:00:00.000Z\",\"2007-03-27T00:00:00.000Z\",\"2007-03-28T00:00:00.000Z\",\"2007-03-29T00:00:00.000Z\",\"2007-03-30T00:00:00.000Z\",\"2007-03-31T00:00:00.000Z\",\"2007-04-01T00:00:00.000Z\",\"2007-04-02T00:00:00.000Z\",\"2007-04-03T00:00:00.000Z\",\"2007-04-04T00:00:00.000Z\",\"2007-04-05T00:00:00.000Z\",\"2007-04-06T00:00:00.000Z\",\"2007-04-07T00:00:00.000Z\",\"2007-04-08T00:00:00.000Z\",\"2007-04-09T00:00:00.000Z\",\"2007-04-10T00:00:00.000Z\",\"2007-04-11T00:00:00.000Z\",\"2007-04-12T00:00:00.000Z\",\"2007-04-13T00:00:00.000Z\",\"2007-04-14T00:00:00.000Z\",\"2007-04-15T00:00:00.000Z\",\"2007-04-16T00:00:00.000Z\",\"2007-04-17T00:00:00.000Z\",\"2007-04-18T00:00:00.000Z\",\"2007-04-19T00:00:00.000Z\",\"2007-04-20T00:00:00.000Z\",\"2007-04-21T00:00:00.000Z\",\"2007-04-22T00:00:00.000Z\",\"2007-04-23T00:00:00.000Z\",\"2007-04-24T00:00:00.000Z\",\"2007-04-25T00:00:00.000Z\",\"2007-04-26T00:00:00.000Z\",\"2007-04-27T00:00:00.000Z\",\"2007-04-28T00:00:00.000Z\",\"2007-04-29T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-01T00:00:00.000Z\",\"2007-05-02T00:00:00.000Z\",\"2007-05-03T00:00:00.000Z\",\"2007-05-04T00:00:00.000Z\",\"2007-05-05T00:00:00.000Z\",\"2007-05-06T00:00:00.000Z\",\"2007-05-07T00:00:00.000Z\",\"2007-05-08T00:00:00.000Z\",\"2007-05-09T00:00:00.000Z\",\"2007-05-10T00:00:00.000Z\",\"2007-05-11T00:00:00.000Z\",\"2007-05-12T00:00:00.000Z\",\"2007-05-13T00:00:00.000Z\",\"2007-05-14T00:00:00.000Z\",\"2007-05-15T00:00:00.000Z\",\"2007-05-16T00:00:00.000Z\",\"2007-05-17T00:00:00.000Z\",\"2007-05-18T00:00:00.000Z\",\"2007-05-19T00:00:00.000Z\",\"2007-05-20T00:00:00.000Z\",\"2007-05-21T00:00:00.000Z\",\"2007-05-22T00:00:00.000Z\",\"2007-05-23T00:00:00.000Z\",\"2007-05-24T00:00:00.000Z\",\"2007-05-25T00:00:00.000Z\",\"2007-05-26T00:00:00.000Z\",\"2007-05-27T00:00:00.000Z\",\"2007-05-28T00:00:00.000Z\",\"2007-05-29T00:00:00.000Z\",\"2007-05-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-01T00:00:00.000Z\",\"2007-06-02T00:00:00.000Z\",\"2007-06-03T00:00:00.000Z\",\"2007-06-04T00:00:00.000Z\",\"2007-06-05T00:00:00.000Z\",\"2007-06-06T00:00:00.000Z\",\"2007-06-07T00:00:00.000Z\",\"2007-06-08T00:00:00.000Z\",\"2007-06-09T00:00:00.000Z\",\"2007-06-10T00:00:00.000Z\",\"2007-06-11T00:00:00.000Z\",\"2007-06-12T00:00:00.000Z\",\"2007-06-13T00:00:00.000Z\",\"2007-06-14T00:00:00.000Z\",\"2007-06-15T00:00:00.000Z\",\"2007-06-16T00:00:00.000Z\",\"2007-06-17T00:00:00.000Z\",\"2007-06-18T00:00:00.000Z\",\"2007-06-19T00:00:00.000Z\",\"2007-06-20T00:00:00.000Z\",\"2007-06-21T00:00:00.000Z\",\"2007-06-22T00:00:00.000Z\",\"2007-06-23T00:00:00.000Z\",\"2007-06-24T00:00:00.000Z\",\"2007-06-25T00:00:00.000Z\",\"2007-06-26T00:00:00.000Z\",\"2007-06-27T00:00:00.000Z\",\"2007-06-28T00:00:00.000Z\",\"2007-06-29T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-01T00:00:00.000Z\",\"2007-07-02T00:00:00.000Z\",\"2007-07-03T00:00:00.000Z\",\"2007-07-04T00:00:00.000Z\",\"2007-07-05T00:00:00.000Z\",\"2007-07-06T00:00:00.000Z\",\"2007-07-07T00:00:00.000Z\",\"2007-07-08T00:00:00.000Z\",\"2007-07-09T00:00:00.000Z\",\"2007-07-10T00:00:00.000Z\",\"2007-07-11T00:00:00.000Z\",\"2007-07-12T00:00:00.000Z\",\"2007-07-13T00:00:00.000Z\",\"2007-07-14T00:00:00.000Z\",\"2007-07-15T00:00:00.000Z\",\"2007-07-16T00:00:00.000Z\",\"2007-07-17T00:00:00.000Z\",\"2007-07-18T00:00:00.000Z\",\"2007-07-19T00:00:00.000Z\",\"2007-07-20T00:00:00.000Z\",\"2007-07-21T00:00:00.000Z\",\"2007-07-22T00:00:00.000Z\",\"2007-07-23T00:00:00.000Z\",\"2007-07-24T00:00:00.000Z\",\"2007-07-25T00:00:00.000Z\",\"2007-07-26T00:00:00.000Z\",\"2007-07-27T00:00:00.000Z\",\"2007-07-28T00:00:00.000Z\",\"2007-07-29T00:00:00.000Z\",\"2007-07-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-01T00:00:00.000Z\",\"2007-08-02T00:00:00.000Z\",\"2007-08-03T00:00:00.000Z\",\"2007-08-04T00:00:00.000Z\",\"2007-08-05T00:00:00.000Z\",\"2007-08-06T00:00:00.000Z\",\"2007-08-07T00:00:00.000Z\",\"2007-08-08T00:00:00.000Z\",\"2007-08-09T00:00:00.000Z\",\"2007-08-10T00:00:00.000Z\",\"2007-08-11T00:00:00.000Z\",\"2007-08-12T00:00:00.000Z\",\"2007-08-13T00:00:00.000Z\",\"2007-08-14T00:00:00.000Z\",\"2007-08-15T00:00:00.000Z\",\"2007-08-16T00:00:00.000Z\",\"2007-08-17T00:00:00.000Z\",\"2007-08-18T00:00:00.000Z\",\"2007-08-19T00:00:00.000Z\",\"2007-08-20T00:00:00.000Z\",\"2007-08-21T00:00:00.000Z\",\"2007-08-22T00:00:00.000Z\",\"2007-08-23T00:00:00.000Z\",\"2007-08-24T00:00:00.000Z\",\"2007-08-25T00:00:00.000Z\",\"2007-08-26T00:00:00.000Z\",\"2007-08-27T00:00:00.000Z\",\"2007-08-28T00:00:00.000Z\",\"2007-08-29T00:00:00.000Z\",\"2007-08-30T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-01T00:00:00.000Z\",\"2007-09-02T00:00:00.000Z\",\"2007-09-03T00:00:00.000Z\",\"2007-09-04T00:00:00.000Z\",\"2007-09-05T00:00:00.000Z\",\"2007-09-06T00:00:00.000Z\",\"2007-09-07T00:00:00.000Z\",\"2007-09-08T00:00:00.000Z\",\"2007-09-09T00:00:00.000Z\",\"2007-09-10T00:00:00.000Z\",\"2007-09-11T00:00:00.000Z\",\"2007-09-12T00:00:00.000Z\",\"2007-09-13T00:00:00.000Z\",\"2007-09-14T00:00:00.000Z\",\"2007-09-15T00:00:00.000Z\",\"2007-09-16T00:00:00.000Z\",\"2007-09-17T00:00:00.000Z\",\"2007-09-18T00:00:00.000Z\",\"2007-09-19T00:00:00.000Z\",\"2007-09-20T00:00:00.000Z\",\"2007-09-21T00:00:00.000Z\",\"2007-09-22T00:00:00.000Z\",\"2007-09-23T00:00:00.000Z\",\"2007-09-24T00:00:00.000Z\",\"2007-09-25T00:00:00.000Z\",\"2007-09-26T00:00:00.000Z\",\"2007-09-27T00:00:00.000Z\",\"2007-09-28T00:00:00.000Z\",\"2007-09-29T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-01T00:00:00.000Z\",\"2007-10-02T00:00:00.000Z\",\"2007-10-03T00:00:00.000Z\",\"2007-10-04T00:00:00.000Z\",\"2007-10-05T00:00:00.000Z\",\"2007-10-06T00:00:00.000Z\",\"2007-10-07T00:00:00.000Z\",\"2007-10-08T00:00:00.000Z\",\"2007-10-09T00:00:00.000Z\",\"2007-10-10T00:00:00.000Z\",\"2007-10-11T00:00:00.000Z\",\"2007-10-12T00:00:00.000Z\",\"2007-10-13T00:00:00.000Z\",\"2007-10-14T00:00:00.000Z\",\"2007-10-15T00:00:00.000Z\",\"2007-10-16T00:00:00.000Z\",\"2007-10-17T00:00:00.000Z\",\"2007-10-18T00:00:00.000Z\",\"2007-10-19T00:00:00.000Z\",\"2007-10-20T00:00:00.000Z\",\"2007-10-21T00:00:00.000Z\",\"2007-10-22T00:00:00.000Z\",\"2007-10-23T00:00:00.000Z\",\"2007-10-24T00:00:00.000Z\",\"2007-10-25T00:00:00.000Z\",\"2007-10-26T00:00:00.000Z\",\"2007-10-27T00:00:00.000Z\",\"2007-10-28T00:00:00.000Z\",\"2007-10-29T00:00:00.000Z\",\"2007-10-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-01T00:00:00.000Z\",\"2007-11-02T00:00:00.000Z\",\"2007-11-03T00:00:00.000Z\",\"2007-11-04T00:00:00.000Z\",\"2007-11-05T00:00:00.000Z\",\"2007-11-06T00:00:00.000Z\",\"2007-11-07T00:00:00.000Z\",\"2007-11-08T00:00:00.000Z\",\"2007-11-09T00:00:00.000Z\",\"2007-11-10T00:00:00.000Z\",\"2007-11-11T00:00:00.000Z\",\"2007-11-12T00:00:00.000Z\",\"2007-11-13T00:00:00.000Z\",\"2007-11-14T00:00:00.000Z\",\"2007-11-15T00:00:00.000Z\",\"2007-11-16T00:00:00.000Z\",\"2007-11-17T00:00:00.000Z\",\"2007-11-18T00:00:00.000Z\",\"2007-11-19T00:00:00.000Z\",\"2007-11-20T00:00:00.000Z\",\"2007-11-21T00:00:00.000Z\",\"2007-11-22T00:00:00.000Z\",\"2007-11-23T00:00:00.000Z\",\"2007-11-24T00:00:00.000Z\",\"2007-11-25T00:00:00.000Z\",\"2007-11-26T00:00:00.000Z\",\"2007-11-27T00:00:00.000Z\",\"2007-11-28T00:00:00.000Z\",\"2007-11-29T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-01T00:00:00.000Z\",\"2007-12-02T00:00:00.000Z\",\"2007-12-03T00:00:00.000Z\",\"2007-12-04T00:00:00.000Z\",\"2007-12-05T00:00:00.000Z\",\"2007-12-06T00:00:00.000Z\",\"2007-12-07T00:00:00.000Z\",\"2007-12-08T00:00:00.000Z\",\"2007-12-09T00:00:00.000Z\",\"2007-12-10T00:00:00.000Z\",\"2007-12-11T00:00:00.000Z\",\"2007-12-12T00:00:00.000Z\",\"2007-12-13T00:00:00.000Z\",\"2007-12-14T00:00:00.000Z\",\"2007-12-15T00:00:00.000Z\",\"2007-12-16T00:00:00.000Z\",\"2007-12-17T00:00:00.000Z\",\"2007-12-18T00:00:00.000Z\",\"2007-12-19T00:00:00.000Z\",\"2007-12-20T00:00:00.000Z\",\"2007-12-21T00:00:00.000Z\",\"2007-12-22T00:00:00.000Z\",\"2007-12-23T00:00:00.000Z\",\"2007-12-24T00:00:00.000Z\",\"2007-12-25T00:00:00.000Z\",\"2007-12-26T00:00:00.000Z\",\"2007-12-27T00:00:00.000Z\",\"2007-12-28T00:00:00.000Z\",\"2007-12-29T00:00:00.000Z\",\"2007-12-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-01T00:00:00.000Z\",\"2008-01-02T00:00:00.000Z\",\"2008-01-03T00:00:00.000Z\",\"2008-01-04T00:00:00.000Z\",\"2008-01-05T00:00:00.000Z\",\"2008-01-06T00:00:00.000Z\",\"2008-01-07T00:00:00.000Z\",\"2008-01-08T00:00:00.000Z\",\"2008-01-09T00:00:00.000Z\",\"2008-01-10T00:00:00.000Z\",\"2008-01-11T00:00:00.000Z\",\"2008-01-12T00:00:00.000Z\",\"2008-01-13T00:00:00.000Z\",\"2008-01-14T00:00:00.000Z\",\"2008-01-15T00:00:00.000Z\",\"2008-01-16T00:00:00.000Z\",\"2008-01-17T00:00:00.000Z\",\"2008-01-18T00:00:00.000Z\",\"2008-01-19T00:00:00.000Z\",\"2008-01-20T00:00:00.000Z\",\"2008-01-21T00:00:00.000Z\",\"2008-01-22T00:00:00.000Z\",\"2008-01-23T00:00:00.000Z\",\"2008-01-24T00:00:00.000Z\",\"2008-01-25T00:00:00.000Z\",\"2008-01-26T00:00:00.000Z\",\"2008-01-27T00:00:00.000Z\",\"2008-01-28T00:00:00.000Z\",\"2008-01-29T00:00:00.000Z\",\"2008-01-30T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-01T00:00:00.000Z\",\"2008-02-02T00:00:00.000Z\",\"2008-02-03T00:00:00.000Z\",\"2008-02-04T00:00:00.000Z\",\"2008-02-05T00:00:00.000Z\",\"2008-02-06T00:00:00.000Z\",\"2008-02-07T00:00:00.000Z\",\"2008-02-08T00:00:00.000Z\",\"2008-02-09T00:00:00.000Z\",\"2008-02-10T00:00:00.000Z\",\"2008-02-11T00:00:00.000Z\",\"2008-02-12T00:00:00.000Z\",\"2008-02-13T00:00:00.000Z\",\"2008-02-14T00:00:00.000Z\",\"2008-02-15T00:00:00.000Z\",\"2008-02-16T00:00:00.000Z\",\"2008-02-17T00:00:00.000Z\",\"2008-02-18T00:00:00.000Z\",\"2008-02-19T00:00:00.000Z\",\"2008-02-20T00:00:00.000Z\",\"2008-02-21T00:00:00.000Z\",\"2008-02-22T00:00:00.000Z\",\"2008-02-23T00:00:00.000Z\",\"2008-02-24T00:00:00.000Z\",\"2008-02-25T00:00:00.000Z\",\"2008-02-26T00:00:00.000Z\",\"2008-02-27T00:00:00.000Z\",\"2008-02-28T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-01T00:00:00.000Z\",\"2008-03-02T00:00:00.000Z\",\"2008-03-03T00:00:00.000Z\",\"2008-03-04T00:00:00.000Z\",\"2008-03-05T00:00:00.000Z\",\"2008-03-06T00:00:00.000Z\",\"2008-03-07T00:00:00.000Z\",\"2008-03-08T00:00:00.000Z\",\"2008-03-09T00:00:00.000Z\",\"2008-03-10T00:00:00.000Z\",\"2008-03-11T00:00:00.000Z\",\"2008-03-12T00:00:00.000Z\",\"2008-03-13T00:00:00.000Z\",\"2008-03-14T00:00:00.000Z\",\"2008-03-15T00:00:00.000Z\",\"2008-03-16T00:00:00.000Z\",\"2008-03-17T00:00:00.000Z\",\"2008-03-18T00:00:00.000Z\",\"2008-03-19T00:00:00.000Z\",\"2008-03-20T00:00:00.000Z\",\"2008-03-21T00:00:00.000Z\",\"2008-03-22T00:00:00.000Z\",\"2008-03-23T00:00:00.000Z\",\"2008-03-24T00:00:00.000Z\",\"2008-03-25T00:00:00.000Z\",\"2008-03-26T00:00:00.000Z\",\"2008-03-27T00:00:00.000Z\",\"2008-03-28T00:00:00.000Z\",\"2008-03-29T00:00:00.000Z\",\"2008-03-30T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-01T00:00:00.000Z\",\"2008-04-02T00:00:00.000Z\",\"2008-04-03T00:00:00.000Z\",\"2008-04-04T00:00:00.000Z\",\"2008-04-05T00:00:00.000Z\",\"2008-04-06T00:00:00.000Z\",\"2008-04-07T00:00:00.000Z\",\"2008-04-08T00:00:00.000Z\",\"2008-04-09T00:00:00.000Z\",\"2008-04-10T00:00:00.000Z\",\"2008-04-11T00:00:00.000Z\",\"2008-04-12T00:00:00.000Z\",\"2008-04-13T00:00:00.000Z\",\"2008-04-14T00:00:00.000Z\",\"2008-04-15T00:00:00.000Z\",\"2008-04-16T00:00:00.000Z\",\"2008-04-17T00:00:00.000Z\",\"2008-04-18T00:00:00.000Z\",\"2008-04-19T00:00:00.000Z\",\"2008-04-20T00:00:00.000Z\",\"2008-04-21T00:00:00.000Z\",\"2008-04-22T00:00:00.000Z\",\"2008-04-23T00:00:00.000Z\",\"2008-04-24T00:00:00.000Z\",\"2008-04-25T00:00:00.000Z\",\"2008-04-26T00:00:00.000Z\",\"2008-04-27T00:00:00.000Z\",\"2008-04-28T00:00:00.000Z\",\"2008-04-29T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-01T00:00:00.000Z\",\"2008-05-02T00:00:00.000Z\",\"2008-05-03T00:00:00.000Z\",\"2008-05-04T00:00:00.000Z\",\"2008-05-05T00:00:00.000Z\",\"2008-05-06T00:00:00.000Z\",\"2008-05-07T00:00:00.000Z\",\"2008-05-08T00:00:00.000Z\",\"2008-05-09T00:00:00.000Z\",\"2008-05-10T00:00:00.000Z\",\"2008-05-11T00:00:00.000Z\",\"2008-05-12T00:00:00.000Z\",\"2008-05-13T00:00:00.000Z\",\"2008-05-14T00:00:00.000Z\",\"2008-05-15T00:00:00.000Z\",\"2008-05-16T00:00:00.000Z\",\"2008-05-17T00:00:00.000Z\",\"2008-05-18T00:00:00.000Z\",\"2008-05-19T00:00:00.000Z\",\"2008-05-20T00:00:00.000Z\",\"2008-05-21T00:00:00.000Z\",\"2008-05-22T00:00:00.000Z\",\"2008-05-23T00:00:00.000Z\",\"2008-05-24T00:00:00.000Z\",\"2008-05-25T00:00:00.000Z\",\"2008-05-26T00:00:00.000Z\",\"2008-05-27T00:00:00.000Z\",\"2008-05-28T00:00:00.000Z\",\"2008-05-29T00:00:00.000Z\",\"2008-05-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-01T00:00:00.000Z\",\"2008-06-02T00:00:00.000Z\",\"2008-06-03T00:00:00.000Z\",\"2008-06-04T00:00:00.000Z\",\"2008-06-05T00:00:00.000Z\",\"2008-06-06T00:00:00.000Z\",\"2008-06-07T00:00:00.000Z\",\"2008-06-08T00:00:00.000Z\",\"2008-06-09T00:00:00.000Z\",\"2008-06-10T00:00:00.000Z\",\"2008-06-11T00:00:00.000Z\",\"2008-06-12T00:00:00.000Z\",\"2008-06-13T00:00:00.000Z\",\"2008-06-14T00:00:00.000Z\",\"2008-06-15T00:00:00.000Z\",\"2008-06-16T00:00:00.000Z\",\"2008-06-17T00:00:00.000Z\",\"2008-06-18T00:00:00.000Z\",\"2008-06-19T00:00:00.000Z\",\"2008-06-20T00:00:00.000Z\",\"2008-06-21T00:00:00.000Z\",\"2008-06-22T00:00:00.000Z\",\"2008-06-23T00:00:00.000Z\",\"2008-06-24T00:00:00.000Z\",\"2008-06-25T00:00:00.000Z\",\"2008-06-26T00:00:00.000Z\",\"2008-06-27T00:00:00.000Z\",\"2008-06-28T00:00:00.000Z\",\"2008-06-29T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-01T00:00:00.000Z\",\"2008-07-02T00:00:00.000Z\",\"2008-07-03T00:00:00.000Z\",\"2008-07-04T00:00:00.000Z\",\"2008-07-05T00:00:00.000Z\",\"2008-07-06T00:00:00.000Z\",\"2008-07-07T00:00:00.000Z\",\"2008-07-08T00:00:00.000Z\",\"2008-07-09T00:00:00.000Z\",\"2008-07-10T00:00:00.000Z\",\"2008-07-11T00:00:00.000Z\",\"2008-07-12T00:00:00.000Z\",\"2008-07-13T00:00:00.000Z\",\"2008-07-14T00:00:00.000Z\",\"2008-07-15T00:00:00.000Z\",\"2008-07-16T00:00:00.000Z\",\"2008-07-17T00:00:00.000Z\",\"2008-07-18T00:00:00.000Z\",\"2008-07-19T00:00:00.000Z\",\"2008-07-20T00:00:00.000Z\",\"2008-07-21T00:00:00.000Z\",\"2008-07-22T00:00:00.000Z\",\"2008-07-23T00:00:00.000Z\",\"2008-07-24T00:00:00.000Z\",\"2008-07-25T00:00:00.000Z\",\"2008-07-26T00:00:00.000Z\",\"2008-07-27T00:00:00.000Z\",\"2008-07-28T00:00:00.000Z\",\"2008-07-29T00:00:00.000Z\",\"2008-07-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-01T00:00:00.000Z\",\"2008-08-02T00:00:00.000Z\",\"2008-08-03T00:00:00.000Z\",\"2008-08-04T00:00:00.000Z\",\"2008-08-05T00:00:00.000Z\",\"2008-08-06T00:00:00.000Z\",\"2008-08-07T00:00:00.000Z\",\"2008-08-08T00:00:00.000Z\",\"2008-08-09T00:00:00.000Z\",\"2008-08-10T00:00:00.000Z\",\"2008-08-11T00:00:00.000Z\",\"2008-08-12T00:00:00.000Z\",\"2008-08-13T00:00:00.000Z\",\"2008-08-14T00:00:00.000Z\",\"2008-08-15T00:00:00.000Z\",\"2008-08-16T00:00:00.000Z\",\"2008-08-17T00:00:00.000Z\",\"2008-08-18T00:00:00.000Z\",\"2008-08-19T00:00:00.000Z\",\"2008-08-20T00:00:00.000Z\",\"2008-08-21T00:00:00.000Z\",\"2008-08-22T00:00:00.000Z\",\"2008-08-23T00:00:00.000Z\",\"2008-08-24T00:00:00.000Z\",\"2008-08-25T00:00:00.000Z\",\"2008-08-26T00:00:00.000Z\",\"2008-08-27T00:00:00.000Z\",\"2008-08-28T00:00:00.000Z\",\"2008-08-29T00:00:00.000Z\",\"2008-08-30T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-01T00:00:00.000Z\",\"2008-09-02T00:00:00.000Z\",\"2008-09-03T00:00:00.000Z\",\"2008-09-04T00:00:00.000Z\",\"2008-09-05T00:00:00.000Z\",\"2008-09-06T00:00:00.000Z\",\"2008-09-07T00:00:00.000Z\",\"2008-09-08T00:00:00.000Z\",\"2008-09-09T00:00:00.000Z\",\"2008-09-10T00:00:00.000Z\",\"2008-09-11T00:00:00.000Z\",\"2008-09-12T00:00:00.000Z\",\"2008-09-13T00:00:00.000Z\",\"2008-09-14T00:00:00.000Z\",\"2008-09-15T00:00:00.000Z\",\"2008-09-16T00:00:00.000Z\",\"2008-09-17T00:00:00.000Z\",\"2008-09-18T00:00:00.000Z\",\"2008-09-19T00:00:00.000Z\",\"2008-09-20T00:00:00.000Z\",\"2008-09-21T00:00:00.000Z\",\"2008-09-22T00:00:00.000Z\",\"2008-09-23T00:00:00.000Z\",\"2008-09-24T00:00:00.000Z\",\"2008-09-25T00:00:00.000Z\",\"2008-09-26T00:00:00.000Z\",\"2008-09-27T00:00:00.000Z\",\"2008-09-28T00:00:00.000Z\",\"2008-09-29T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-01T00:00:00.000Z\",\"2008-10-02T00:00:00.000Z\",\"2008-10-03T00:00:00.000Z\",\"2008-10-04T00:00:00.000Z\",\"2008-10-05T00:00:00.000Z\",\"2008-10-06T00:00:00.000Z\",\"2008-10-07T00:00:00.000Z\",\"2008-10-08T00:00:00.000Z\",\"2008-10-09T00:00:00.000Z\",\"2008-10-10T00:00:00.000Z\",\"2008-10-11T00:00:00.000Z\",\"2008-10-12T00:00:00.000Z\",\"2008-10-13T00:00:00.000Z\",\"2008-10-14T00:00:00.000Z\",\"2008-10-15T00:00:00.000Z\",\"2008-10-16T00:00:00.000Z\",\"2008-10-17T00:00:00.000Z\",\"2008-10-18T00:00:00.000Z\",\"2008-10-19T00:00:00.000Z\",\"2008-10-20T00:00:00.000Z\",\"2008-10-21T00:00:00.000Z\",\"2008-10-22T00:00:00.000Z\",\"2008-10-23T00:00:00.000Z\",\"2008-10-24T00:00:00.000Z\",\"2008-10-25T00:00:00.000Z\",\"2008-10-26T00:00:00.000Z\",\"2008-10-27T00:00:00.000Z\",\"2008-10-28T00:00:00.000Z\",\"2008-10-29T00:00:00.000Z\",\"2008-10-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-01T00:00:00.000Z\",\"2008-11-02T00:00:00.000Z\",\"2008-11-03T00:00:00.000Z\",\"2008-11-04T00:00:00.000Z\",\"2008-11-05T00:00:00.000Z\",\"2008-11-06T00:00:00.000Z\",\"2008-11-07T00:00:00.000Z\",\"2008-11-08T00:00:00.000Z\",\"2008-11-09T00:00:00.000Z\",\"2008-11-10T00:00:00.000Z\",\"2008-11-11T00:00:00.000Z\",\"2008-11-12T00:00:00.000Z\",\"2008-11-13T00:00:00.000Z\",\"2008-11-14T00:00:00.000Z\",\"2008-11-15T00:00:00.000Z\",\"2008-11-16T00:00:00.000Z\",\"2008-11-17T00:00:00.000Z\",\"2008-11-18T00:00:00.000Z\",\"2008-11-19T00:00:00.000Z\",\"2008-11-20T00:00:00.000Z\",\"2008-11-21T00:00:00.000Z\",\"2008-11-22T00:00:00.000Z\",\"2008-11-23T00:00:00.000Z\",\"2008-11-24T00:00:00.000Z\",\"2008-11-25T00:00:00.000Z\",\"2008-11-26T00:00:00.000Z\",\"2008-11-27T00:00:00.000Z\",\"2008-11-28T00:00:00.000Z\",\"2008-11-29T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-01T00:00:00.000Z\",\"2008-12-02T00:00:00.000Z\",\"2008-12-03T00:00:00.000Z\",\"2008-12-04T00:00:00.000Z\",\"2008-12-05T00:00:00.000Z\",\"2008-12-06T00:00:00.000Z\",\"2008-12-07T00:00:00.000Z\",\"2008-12-08T00:00:00.000Z\",\"2008-12-09T00:00:00.000Z\",\"2008-12-10T00:00:00.000Z\",\"2008-12-11T00:00:00.000Z\",\"2008-12-12T00:00:00.000Z\",\"2008-12-13T00:00:00.000Z\",\"2008-12-14T00:00:00.000Z\",\"2008-12-15T00:00:00.000Z\",\"2008-12-16T00:00:00.000Z\",\"2008-12-17T00:00:00.000Z\",\"2008-12-18T00:00:00.000Z\",\"2008-12-19T00:00:00.000Z\",\"2008-12-20T00:00:00.000Z\",\"2008-12-21T00:00:00.000Z\",\"2008-12-22T00:00:00.000Z\",\"2008-12-23T00:00:00.000Z\",\"2008-12-24T00:00:00.000Z\",\"2008-12-25T00:00:00.000Z\",\"2008-12-26T00:00:00.000Z\",\"2008-12-27T00:00:00.000Z\",\"2008-12-28T00:00:00.000Z\",\"2008-12-29T00:00:00.000Z\",\"2008-12-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-01T00:00:00.000Z\",\"2009-01-02T00:00:00.000Z\",\"2009-01-03T00:00:00.000Z\",\"2009-01-04T00:00:00.000Z\",\"2009-01-05T00:00:00.000Z\",\"2009-01-06T00:00:00.000Z\",\"2009-01-07T00:00:00.000Z\",\"2009-01-08T00:00:00.000Z\",\"2009-01-09T00:00:00.000Z\",\"2009-01-10T00:00:00.000Z\",\"2009-01-11T00:00:00.000Z\",\"2009-01-12T00:00:00.000Z\",\"2009-01-13T00:00:00.000Z\",\"2009-01-14T00:00:00.000Z\",\"2009-01-15T00:00:00.000Z\",\"2009-01-16T00:00:00.000Z\",\"2009-01-17T00:00:00.000Z\",\"2009-01-18T00:00:00.000Z\",\"2009-01-19T00:00:00.000Z\",\"2009-01-20T00:00:00.000Z\",\"2009-01-21T00:00:00.000Z\",\"2009-01-22T00:00:00.000Z\",\"2009-01-23T00:00:00.000Z\",\"2009-01-24T00:00:00.000Z\",\"2009-01-25T00:00:00.000Z\",\"2009-01-26T00:00:00.000Z\",\"2009-01-27T00:00:00.000Z\",\"2009-01-28T00:00:00.000Z\",\"2009-01-29T00:00:00.000Z\",\"2009-01-30T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-01T00:00:00.000Z\",\"2009-02-02T00:00:00.000Z\",\"2009-02-03T00:00:00.000Z\",\"2009-02-04T00:00:00.000Z\",\"2009-02-05T00:00:00.000Z\",\"2009-02-06T00:00:00.000Z\",\"2009-02-07T00:00:00.000Z\",\"2009-02-08T00:00:00.000Z\",\"2009-02-09T00:00:00.000Z\",\"2009-02-10T00:00:00.000Z\",\"2009-02-11T00:00:00.000Z\",\"2009-02-12T00:00:00.000Z\",\"2009-02-13T00:00:00.000Z\",\"2009-02-14T00:00:00.000Z\",\"2009-02-15T00:00:00.000Z\",\"2009-02-16T00:00:00.000Z\",\"2009-02-17T00:00:00.000Z\",\"2009-02-18T00:00:00.000Z\",\"2009-02-19T00:00:00.000Z\",\"2009-02-20T00:00:00.000Z\",\"2009-02-21T00:00:00.000Z\",\"2009-02-22T00:00:00.000Z\",\"2009-02-23T00:00:00.000Z\",\"2009-02-24T00:00:00.000Z\",\"2009-02-25T00:00:00.000Z\",\"2009-02-26T00:00:00.000Z\",\"2009-02-27T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-01T00:00:00.000Z\",\"2009-03-02T00:00:00.000Z\",\"2009-03-03T00:00:00.000Z\",\"2009-03-04T00:00:00.000Z\",\"2009-03-05T00:00:00.000Z\",\"2009-03-06T00:00:00.000Z\",\"2009-03-07T00:00:00.000Z\",\"2009-03-08T00:00:00.000Z\",\"2009-03-09T00:00:00.000Z\",\"2009-03-10T00:00:00.000Z\",\"2009-03-11T00:00:00.000Z\",\"2009-03-12T00:00:00.000Z\",\"2009-03-13T00:00:00.000Z\",\"2009-03-14T00:00:00.000Z\",\"2009-03-15T00:00:00.000Z\",\"2009-03-16T00:00:00.000Z\",\"2009-03-17T00:00:00.000Z\",\"2009-03-18T00:00:00.000Z\",\"2009-03-19T00:00:00.000Z\",\"2009-03-20T00:00:00.000Z\",\"2009-03-21T00:00:00.000Z\",\"2009-03-22T00:00:00.000Z\",\"2009-03-23T00:00:00.000Z\",\"2009-03-24T00:00:00.000Z\",\"2009-03-25T00:00:00.000Z\",\"2009-03-26T00:00:00.000Z\",\"2009-03-27T00:00:00.000Z\",\"2009-03-28T00:00:00.000Z\",\"2009-03-29T00:00:00.000Z\",\"2009-03-30T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-01T00:00:00.000Z\",\"2009-04-02T00:00:00.000Z\",\"2009-04-03T00:00:00.000Z\",\"2009-04-04T00:00:00.000Z\",\"2009-04-05T00:00:00.000Z\",\"2009-04-06T00:00:00.000Z\",\"2009-04-07T00:00:00.000Z\",\"2009-04-08T00:00:00.000Z\",\"2009-04-09T00:00:00.000Z\",\"2009-04-10T00:00:00.000Z\",\"2009-04-11T00:00:00.000Z\",\"2009-04-12T00:00:00.000Z\",\"2009-04-13T00:00:00.000Z\",\"2009-04-14T00:00:00.000Z\",\"2009-04-15T00:00:00.000Z\",\"2009-04-16T00:00:00.000Z\",\"2009-04-17T00:00:00.000Z\",\"2009-04-18T00:00:00.000Z\",\"2009-04-19T00:00:00.000Z\",\"2009-04-20T00:00:00.000Z\",\"2009-04-21T00:00:00.000Z\",\"2009-04-22T00:00:00.000Z\",\"2009-04-23T00:00:00.000Z\",\"2009-04-24T00:00:00.000Z\",\"2009-04-25T00:00:00.000Z\",\"2009-04-26T00:00:00.000Z\",\"2009-04-27T00:00:00.000Z\",\"2009-04-28T00:00:00.000Z\",\"2009-04-29T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-01T00:00:00.000Z\",\"2009-05-02T00:00:00.000Z\",\"2009-05-03T00:00:00.000Z\",\"2009-05-04T00:00:00.000Z\",\"2009-05-05T00:00:00.000Z\",\"2009-05-06T00:00:00.000Z\",\"2009-05-07T00:00:00.000Z\",\"2009-05-08T00:00:00.000Z\",\"2009-05-09T00:00:00.000Z\",\"2009-05-10T00:00:00.000Z\",\"2009-05-11T00:00:00.000Z\",\"2009-05-12T00:00:00.000Z\",\"2009-05-13T00:00:00.000Z\",\"2009-05-14T00:00:00.000Z\",\"2009-05-15T00:00:00.000Z\",\"2009-05-16T00:00:00.000Z\",\"2009-05-17T00:00:00.000Z\",\"2009-05-18T00:00:00.000Z\",\"2009-05-19T00:00:00.000Z\",\"2009-05-20T00:00:00.000Z\",\"2009-05-21T00:00:00.000Z\",\"2009-05-22T00:00:00.000Z\",\"2009-05-23T00:00:00.000Z\",\"2009-05-24T00:00:00.000Z\",\"2009-05-25T00:00:00.000Z\",\"2009-05-26T00:00:00.000Z\",\"2009-05-27T00:00:00.000Z\",\"2009-05-28T00:00:00.000Z\",\"2009-05-29T00:00:00.000Z\",\"2009-05-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-01T00:00:00.000Z\",\"2009-06-02T00:00:00.000Z\",\"2009-06-03T00:00:00.000Z\",\"2009-06-04T00:00:00.000Z\",\"2009-06-05T00:00:00.000Z\",\"2009-06-06T00:00:00.000Z\",\"2009-06-07T00:00:00.000Z\",\"2009-06-08T00:00:00.000Z\",\"2009-06-09T00:00:00.000Z\",\"2009-06-10T00:00:00.000Z\",\"2009-06-11T00:00:00.000Z\",\"2009-06-12T00:00:00.000Z\",\"2009-06-13T00:00:00.000Z\",\"2009-06-14T00:00:00.000Z\",\"2009-06-15T00:00:00.000Z\",\"2009-06-16T00:00:00.000Z\",\"2009-06-17T00:00:00.000Z\",\"2009-06-18T00:00:00.000Z\",\"2009-06-19T00:00:00.000Z\",\"2009-06-20T00:00:00.000Z\",\"2009-06-21T00:00:00.000Z\",\"2009-06-22T00:00:00.000Z\",\"2009-06-23T00:00:00.000Z\",\"2009-06-24T00:00:00.000Z\",\"2009-06-25T00:00:00.000Z\",\"2009-06-26T00:00:00.000Z\",\"2009-06-27T00:00:00.000Z\",\"2009-06-28T00:00:00.000Z\",\"2009-06-29T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-01T00:00:00.000Z\",\"2009-07-02T00:00:00.000Z\",\"2009-07-03T00:00:00.000Z\",\"2009-07-04T00:00:00.000Z\",\"2009-07-05T00:00:00.000Z\",\"2009-07-06T00:00:00.000Z\",\"2009-07-07T00:00:00.000Z\",\"2009-07-08T00:00:00.000Z\",\"2009-07-09T00:00:00.000Z\",\"2009-07-10T00:00:00.000Z\",\"2009-07-11T00:00:00.000Z\",\"2009-07-12T00:00:00.000Z\",\"2009-07-13T00:00:00.000Z\",\"2009-07-14T00:00:00.000Z\",\"2009-07-15T00:00:00.000Z\",\"2009-07-16T00:00:00.000Z\",\"2009-07-17T00:00:00.000Z\",\"2009-07-18T00:00:00.000Z\",\"2009-07-19T00:00:00.000Z\",\"2009-07-20T00:00:00.000Z\",\"2009-07-21T00:00:00.000Z\",\"2009-07-22T00:00:00.000Z\",\"2009-07-23T00:00:00.000Z\",\"2009-07-24T00:00:00.000Z\",\"2009-07-25T00:00:00.000Z\",\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\"],[1,1,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,2,1,0,0,0,0,0,0,0,3,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5,4,0,1,0,0,0,1,1,2,6,0,0,0,0,0,3,0,22,0,0,16,0,0,0,0,0,0,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,6,1,5,0,0,0,5,5,4,0,0,0,1,1,1,7,0,0,0,0,15,8,2,4,0,0,0,0,1,0,2,0,0,0,0,0,3,0,0,0,1,4,3,3,0,0,0,0,1,3,5,3,0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,5,0,0,0,0,4,0,0,0,0,0,0,0,10,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,25,6,0,0,6,0,2,5,2,0,0,9,1,0,1,0,0,0,2,0,24,0,0,0,0,0,0,0,4,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,1,0,0,5,0,0,0,0,13,6,6,25,0,0,0,15,7,8,0,0,0,1,0,0,5,2,0,0,0,0,0,4,8,0,0,7,3,6,0,1,0,0,10,7,0,23,1,7,0,2,0,3,8,2,0,0,0,0,1,14,0,0,0,0,0,3,2,0,0,0,0,0,24,1,1,0,0,6,22,20,0,0,0,0,0,5,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,6,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,12,8,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,12,0,0,14,2,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,1,0,0,0,17,3,1,0,0,0,4,0,0,0,0,0,0,0,1,2,0,0,0,0,7,0,0,2,0,0,0,7,0,0,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,5,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,6,0,0,3,3,0,0,0,0,13,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,5,2,10,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,3,0,1,6,0,0,0,0,0,0,16,7,1,0,0,0,2,13,2,18,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,12,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,0,0,0,0,0,0,0,12,0,4,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,10,0,0,0,0,0,1,3,0,0,0,0,10,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,3,0,0,0,0,0,0,5,10,0,0,2,0,0,5,0,0,0,0,8,0,2,0,0,0,4,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,4,0,0,0,0,0,3,0,7,0,0,0,2,0,0,4,3,0,0,0,23,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,0,0,14,2,0,1,0,0,0,5,0,0,7,0,0,0,0,0,0,0,1,0,1,0,5,21,1,0,0,0,3,0,0,3,0,0,0,0,0,0,9,0,9,0,0,6,0,0,24,0,0,0,14,17,1,0,0,0,0,5,0,11,0,0,0,0,7,0,10,0,0,0,0,9,0,0,0,0,21,7,6,1,0,0,2,12,0,2,0,0,0,0,0,0,11,4,0,61,0,0,1,0,0,5,3,53,2,2,1,0,0,0,15,7,0,20,0,4,0,0,0,7,8,0,0,0,8,2,1,0,0,0,0,10,2,6,0,1,0,0,11,2,0,0,10,27,0,0,11,4,24,0,2,0,25,4,0,9,0,0,16,8,5,0,10,0,0,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,2,0,1,0,0,0,0,0,26,0,12,0,2,0,16,11,0,1,0,24,10,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,29,0,0,10,0,17,0,4,6,0,0,9,17,0,11,7,2,35,0,1,0,1,0,0,0,53,15,12,21,0,0,48,0,0,0,1,0,0,11,9,0,3,2,19,18,8,14,1,1,0,0,9,0,3,2,1,3,0,2,1,1,0,0,0,0,0,0,5,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,48,0,50,8,1,0,0,0,4,78,0,0,0,0,0,4,14,2,0,0,0,6,0,2,0,0,0,0,0,0,0,0,6,0,0,0,0,13,0,0,0,0,0,0,0,0,13,0,0,0,4,17,4,0,16,0,0,0,17,0,0,6,3,0,0,0,0,0,0,0,0,3,2,0,0,0,0,0,0,2,0,0,0,9,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,18,0,10,12,3,10,0,14,3,10,0,1,0,22,7,0,5,8,4,0,8,0,9,0,0,5,0,0,0,0,1,1,12,13,0,0,3,7,12,27,24,11,10,40,9,11,19,16,17,42,20,9,11,0,0,21,1,0,5,0,0,0,0,20,13,0,2,22,0,0,0,36,7,8,1,14,0,6,2,1,4,0,0,0,0,17,2,15,23,19,2,9,15,9,6,20,20,3,28,8,3,25,6,0,4,0,4,11,5,0,0,0,0,8,8,18,19,0,0,1,1,0,8,16,0,0,0,11,2,1,0,0,0,14,11,13,0,0,0,0,21,0,8,0,1,0,25,24,5,0,19,8,13,0,12,14,32,17,32,15,19,1,3,3,5,25,16,10,8,0,5,40,22,6,2,6,6,0,3,0,1,1,2,0,0,0,0,2,4,2,1,2,5,7,0,1,0,0,9,0,0,0,0,0,2,0,0,9,0,0,2,0,8,0,5,0,0,12,2,9,5,2,0,0,0,0,0,0,0,0,0,5,3,8,0,6,1,0,0,0,0,0,9,8,6,1,14,3,0,3,5,3,3,6,2,4,0,0,6,3,5,1,2,2,0,0,0,2,0,0,0,0,0,0,0,0,0,1,2,2,3,3,1,2,3,0,2,0,2,0,10,13,9,0,2,0,1,0,1,0,0,0,2,0,0,0,0,1,1,3,0,1,1,6,0,1,1,1,0,1,5,5,3,9,0,0,0,1,0,5,5,3,0,0,2,0,12,20,9,4,0,9,0,0,2,3,12,0,0,24,0,0,9,10,7,10,19,0,0,0,9,5,0,7,1,2,0,1,0,15,0,13,7,6,6,10,6,0,4,5,4,2,8,0,0,0,0,0,0,0,0,0,28,2,5,3,1,5,0,0,0,0,12,10,0,0,0,0,0,12,7,3,0,6,5,3,3,2,0,2,0,1,2,2,9,1,10,4,0,8,0,12,1,11,0,0,3,5,4,1,0,3,0,0,0,0,2,0,0,2,8,0,0,0,0,0,2,5,13,3,3,3,5,4,1,3,3,3,1,2,0,3,0,0,1,0,0,4,0,7,4,0,0,0,4,8,3,5,0,0,0,3,4,5,8,2,3,1,6,0,4,4,3,0,4,5,3,5,0,10,1,11,9,3,7,15,9,0,7,0,3,0,0,0,1,2,0,2,0,1,0,1,6,6,6,2,4,8,13,8,2,0,4,3,0,2,3,0,3,4,4,6,0,4,1,2,4,4,4,4,6,2,0,11,8,9,0,10,0,5,7,2,6,2,0,1,1,2,0,0,0,0,0,0,0,7,0,1,2,5,5,0,0,0,0,3,3,3,0,1,3,2,1,0,0,0,0,0,0,2,1,10,1,2,0,1,4,1,0,3,2,1,0,7,0,0,1,0,0,0,2,5,3,4,2,9,1,5,2,2,2,0,0,2,0,0,3,0,0,0,0,5,0,0,1,3,0,0,0,1,0,0,6,0,1,3,1,0,8,1,1,0,2,2,1,3,3,1,0,0,1,1,0,0,1,0,4,0,4,0,0,5,2,3,1,0,0,5,2,0,1,0,1,0,3,0,0,6,6,2,2,6,1,0,0,1,3,1,1,3,0,0,4,1,2,0,0,1,0,0,0,1,0,1,0,0,0,5,7,0,0,3,3,6,1,4,4,0,1,0,0,0,1,2,11,0,2,0,0,0,0,0,2,1,0,0,0,2,0,0,9,0,0,0,10,4,1,1,0,0,1,3,0,0,5,1,1,6,7,4,0,6,0,1,1,1,0,2,0,0,3,11,5,0,0,0,5,3,0,0,0,0,0,2,6,10,9,3,0,0,0,0,0,4,0,0,0,4,2,1,3,2,3,3,1,2,0,6,5,5,3,1,2,0,0,0,6,5,2,3,2,11,1,1,12,13,2,6,0,3,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,5,4,0,2,1,2,2,3,2,2,0,0,2,1,0,0,0,0,0,7,3,7,0,2,2,1,1,0,2,1,0,2,8,3,0,1,0,0,0,0,10,6,6,7,0,0,4,0,0,0,0,0,2,9,4,12,1,1,4,11,9,2,0,0,0,0,0,1,2,0,0,1,3,8,5,1,1,3,8,2,3,9,0,0,0,0,0,3,5,0,0,0,1,0,2,4,2,0,0,0,0,0,0,0,2,0,0,3,9,5,4,0,0,3,1,4,4,2,0,0,3,6,5,5,1,1,5,4,12,4,3,0,1,0,0,1,0,0,0,1,4,7,10,6,5,2,6,3,4,0,6,10,1,4,1,1,3,1,2,1,0,0,0,1,10,6,5,2,0,4,2,7,0,1,0,5,1,0,2,8,2,3,0,0,0,0,1,1,0,1,0,0,0,0,0,0,3,2,8,3,2,6,0,0,0,0,2,3,1,0,0,1,1,4,0,0,0,7,5,7,3,11,1,0,0,0,9,3,1,3,1,0,0,0,3,3,1,1,1,0,0,0,0,0,0,0,0,0,6,5,2,0,1,0,0,0,0,0,3,7,0,5,5,3,13,6,10,13,7,7,5,2,0,1,7,10,3,3,0,0,1,0,0,0,0,6,0,4,5,2,1,1,1,0,2,1,2,2,1,0,0,1,0,1,0,0,0,6,19,2,15,2,0,11,7,4,4,2,0,0,0,0,2,2,0,0,7,3,1,0,1,0,0,0,0,2,2,0,0,0,0,7,1,10,12,4,1,0,0,0,1,0,0,2,0,3,0,9,6,4,5,3,3,3,2,8,2,8,3,0,10,6,4,0,4,4,4,0,5,4,1,0,9,5,3,8,8,2,2,3,8,0,13,1,1,5,2,6,12,3,8,7,0,1,0,1,9,8,1,1,2,0,6,8,6,3,0,0,4,2,0,3,0,0,1,4,0,0,0,5,1,3,0,0,1,1,1,6,1,7,9,8,3,4,2,1,2,0,0,0,0,0,12,7,0,1,1,0,11,7,3,16,20,12,11,5,24,0,8,6,1,0,0,0,0,0,8,8,3,0,0,0,5,1,1,0,2,2,0,0,0,0,0,3,1,0,0,0,0,1,2,3,2,0,0,0,0,1,0,3,1,2,5,6,0,1,0,1,0,0,3,0,0,4,0,2,2,8,1,13,6,2,0,0,0,1,2,0,0,0,6,3,12,16,0,0,7,0,0,2,2,10,2,4,4,2,2,2,1,7,5,7,5,3,0,6,3,8,4,4,0,2,0,8,0,0,1,7,0,2,2,0,0,0,4,5,8,3,4,3,10,12,12,3,10,5,5,1,4,3,2,4,0,1,9,0,8,12,4,1,2,2,1,6,4,4,5,3,4,3,2,3,3,9,4,0,0,1,3,2,4,10,1,4,7,2,7,9,1,0,4,10,0,0,3,4,6,8,3,1,7,0,1,2,0,6,1,0,2,1,1,1,0,2,1,1,1,4,5,6,5,5,6,6,3,5,1,5,2,2,2,0,4,5,0,0,8,1,0,2,3,7,4,2,2,0,0,0,0,0,3,3,4,0,0,0,0,0,1,4,9,6,0,1,2,0,2,3,1,4,1,2,1,0,2,3,1,2,2,0,3,3,6,1,2,4,2,3,1,4,0,0,2,0,10,1,6,2,4,9,5,4,5,0,7,1,5,3,4,1,3,5,3,3,5,3,1,0,1,2,3,0,1,4,4,1,9,3,2,0,1,4,1,0,6,2,4,1,13,11,10,3,6,8,2,12,16,16,11,18,2,3,6,22,9,8,0,8,0,0,0,8,6,4,10,2,0,0,5,11,14,9,3,0,4,0,0,4,3,16,12,6,1,6,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,2,0,2,0,0,0,0,4,2,1,1,0,0,0,2,0,0,0,0,0,0,3,0,0,0,4,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,1,0,3,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,3,3,1,7,1,0,2,0,0,1,3,3,3,1,0,0,1,1,3,0,0,0,0,2,2,0,0,1,2,1,0,0,2,2,0,1,1,0,0,1,0,1,0,0,0,2,0,6,1,0,0,0,0,0,0,0,0,1,0,1,13,6,2,6,1,2,2,1,6,9,1,1,4,3,1,7,2,0,0,1,24,11,6,5,5,0,0,1,4,15,5,6,0,0,0,0,2,0,0,0,1,2,1,5,1,0,0,0,0,9,6,8,5,4,0,4,0,4,0,0,0,0,0,8,10,5,0,3,0,1,0,0,0,4,1,0,4,0,0,4,4,3,3,2,13,0,0,0,0,0,3,0,1,4,2,9,0,0,3,0,12,8,12,0,12,12,4,0,1,2,0,1,4,0,2,0,2,0,7,3,1,0,0,0,1,4,2,3,0,0,0,0,0,0,0,0,0,5,5,8,1,3,1,0,0,0,1,0,0,0,1,0,0,2,0,4,0,1,0,3,4,0,3,12,0,2,0,1,3,0,0,0,4,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,0,0,0,18,0,0,0,0,0,9,0,0,4,1,0,1,0,0,0,0,0,1,0,0,6,3,6,8,0,0,2,2,5,0,1,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,1,4,1,2,3,0,1,0,0,4,0,0,0,1,0,0,0,0,0,1,0,0,0,0,10,2,2,3,0,0,0,1,3,0,0,0,1,3,4,0,2,2,0,0,2,0,0,3,3,0,0,0,4,4,10,2,0,3,0,1,1,0,0,0,0,0,0,0,0,0,0,0,4,4,6,2,4,0,1,5,2,1,6,5,4,0,7,3,7,2,3,0,0,6,12,7,2,3,6,4,0,0,1,1,0,0,4,9,2,1,0,1,1,2,2,0,2,4,5,6,0,0,0,3,4,0,0,1,0,1,6,2,2,0,3,0,0,0,1,0,0,0,0,0,0,0,1,2,4,1,2,0,0,1,0,6,1,0,1,0,0,0,0,0,0,0,0,1,0,1,1,2,3,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,5,2,1,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,2,1,0,1,21,0,0,0,4,0,7,4,5,37,0,0,0,0,6,7,2,3,1,1,0,0,16,3,0,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,16,7,1,10,2,1,3,3,2,0,0,0,9,8,5,12,16,3,0,0,0,4,0,0,0,0,4,1,0,2,0,1,0,0,0,0,0,0,0,5,0,0,1,0,0,1,0,0,0,1,0,0,2,0,2,4,5,0,0,0,0,0,0,0,0,0,1,0,2,1,1,0,0,0,1,0,4,2,11,1,1,2,1,4,0,0,0,0,2,0,8,0,0,0,7,4,0,0,1,0,0,0,0,0,2,1,1,0,2,0,0,0,0,0,0,7,0,0,4,1,2,3,0,1,0,2,0,0,2,5,0,2,2,1,0,0,2,1,0,2,2,1,2,0,3,1,3,1,0,0,0,0,0,0,0,0,0,1,2,0,1,5,3,0,0,0,1,6,11,8,3,4,0,0,1,6,0,1,0,4,0,0,0,0,3,2,0,5,0,3,0,0,0,9,1,2,2,0,0,0,0,6,6,5,7,1,1,2,4,1,0,0,0,0,0,1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,1,0,0,0,0,3,1,1,1,0,7,1,0,2,2,0,1,0,9,5,6,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,3,0,1,0,0,0,1,0,0,2,0,0,0,0,0,4,0,0,0,0,0,8,0,4,1,1,7,0,0,1,2,2,10,3,0,2,0,0,1,0,3,0,2,3,0,2,1,2,0,12,2,6,0,2,1,0,1,0,0,1,2,1,0,0,0,0,3,2,1,0,1,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,3,0,0,3,2,1,1,2,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,2,10,0,1,16,3,1,5,0,0,0,1,6,7,2,0,0,0,8,3,0,11,1,0,0,0,5,2,0,0,0,0,0,0,0,6,0,0,0,2,0,0,0,0,2,0,1,4,3,5,0,2,9,1,0,0,2,4,4,0,0,5,6,0,0,0,22,5,0,0,0,5,0,0,2,0,0,0,12,0,4,1,1,3,0,4,5,0,0,1,0,1,0,0,1,0,0,5,5,1,4,7,4,4,0,0,1,0,1,0,1,0,1,0,2,0,0,0,0,0,2,1,0,0,0,1,0,0,2,0,0,0,3,0,4,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,10,0,7,2,2,2,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,1,0,0,1,0,0,0,1,4,0,1,1,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,0,0,0,1,0,0,0,0,0,0,0,5,0,2,0,1,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,2,0,1,3,2,0,0,0,0,14,1,1,0,0,0,0,2,0,7,1,0,0,1,0,0,0,0,0,0,1,2,0,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,1,0,0,0,0,0,3,0,0,1,6,0,0,0,1,0,0,0,0,2,0,4,5,0,0,0,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,8,3,0,1,0,0,0,0,0,2,3,0,0,1,0,0,0,0,1,0,0,0,0,0,0,2,1,0,3,13,0,4,0,1,0,0,0,5,0,0,0,0,0,0,0,0,0,0,1,1,0,0,3,0,2,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,2,0,2,1,0,1,0,0,0,0,3,3,3,7,6,0,3,7,1,1,0,6,0,0,5,4,4,3,0,0,1,1,0,0,0,22,3,0,0,4,2,2,0,0,0,4,0,0,0,0,4,2,0,0,0,0,10,0,4,2,10,4,6,2,4,0,2,30,4,4,6,4,14,10,12,0,13,10,16,10,5,2,8,12,12,26,12,0,10,22,26,24,12,14,14,0,10,6,2,32,2,0,0,0,2,0,12,48,24,22,4,14,24,14,14,40,2,22,34,29,6,15,1,2,4,0,0,1,0,0,1,2,0,0,0,3,1,9,9,2,7,7,8,0,2,11,0,6,8,2,3,2,2,4,0,6,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,8]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 53853 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 2173 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 627 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 1497 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for modeling.mdt.ocl\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2005-10-31T00:00:00.000Z\",\"2005-11-30T00:00:00.000Z\",\"2005-12-31T00:00:00.000Z\",\"2006-01-31T00:00:00.000Z\",\"2006-02-28T00:00:00.000Z\",\"2006-03-31T00:00:00.000Z\",\"2006-04-30T00:00:00.000Z\",\"2006-05-31T00:00:00.000Z\",\"2006-06-30T00:00:00.000Z\",\"2006-07-31T00:00:00.000Z\",\"2006-08-31T00:00:00.000Z\",\"2006-09-30T00:00:00.000Z\",\"2006-10-31T00:00:00.000Z\",\"2006-11-30T00:00:00.000Z\",\"2006-12-31T00:00:00.000Z\",\"2007-01-31T00:00:00.000Z\",\"2007-02-28T00:00:00.000Z\",\"2007-03-31T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\"],[7,6,2,9,14,8,17,19,4,7,6,7,3,8,4,2,12,13,25,13,17,12,2,6,3,8,12,7,6,5,9,13,9,9,18,10,8,4,8,6,5,2,2,10,11,12,17,24,16,10,23,17,9,7,11,6,30,5,14,9,12,11,6,5,11,23,15,20,26,20,21,13,8,21,12,11,27,24,18,13,22,7,12,22,4,16,8,11,28,30,16,12,30,21,27,22,21,15,12,19,8,12,10,20,25,20,6,5,15,23,9,20,17,22,19,34,35,18,15,11,18,13,2,13,11,7,13,13,16,2,13,6,9,16,22,7,17,12,6,14,4,12,14,22,9,8,22,18,2,10,5,8,13,2,1,8,5,5,12,13,19,2,2,2,9,6,5,2,3,2,1,3,4,6,4,7,6,5,1,3,2,2,1,4,20,12]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 20 weeks.\n// jsData function gvisDataColumnChartID1e9d6b5d1236 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 1379 ], [ \"3.0.0\", 123 ], [ \"3.1.0\", 121 ], [ \"1.1.0\", 103 ], [ \"1.2.0\", 99 ], [ \"3.2.0\", 88 ], [ \"1.0.0\", 78 ], [ \"1.3.0\", 70 ], [ \"4.0.0\", 33 ], [ \"5.0.0\", 31 ], [ \"6.0.0\", 16 ], [ \"1.0.1\", 12 ], [ \"6.3.0\", 8 ], [ \"2.0.0\", 4 ], [ \"1.4.0\", 2 ], [ \"6.1.2\", 2 ], [ \"2.4.0\", 1 ], [ \"2.5.0\", 1 ], [ \"4.1.0\", 1 ], [ \"6.1.1\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e9d6b5d1236() { var data = gvisDataColumnChartID1e9d6b5d1236(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e9d6b5d1236') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 1 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1e9d4835bf7a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 2173 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1e9d4835bf7a() { var data = gvisDataColumnChartID1e9d4835bf7a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1e9d4835bf7a') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 6874 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for modeling.mdt.ocl\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2007-01-26T22:01:28.000Z\",\"2007-02-03T20:05:19.000Z\",\"2007-02-11T21:59:53.000Z\",\"2007-02-16T21:22:58.000Z\",\"2007-02-25T20:09:31.000Z\",\"2007-03-04T19:15:39.000Z\",\"2007-03-08T12:03:52.000Z\",\"2007-03-18T18:41:07.000Z\",\"2007-03-23T17:08:43.000Z\",\"2007-03-30T22:22:43.000Z\",\"2007-04-03T21:03:47.000Z\",\"2007-04-13T18:03:55.000Z\",\"2007-04-22T08:42:31.000Z\",\"2007-04-29T17:35:14.000Z\",\"2007-05-04T12:16:47.000Z\",\"2007-05-11T18:55:01.000Z\",\"2007-05-18T21:53:12.000Z\",\"2007-05-26T22:23:34.000Z\",\"2007-06-02T00:30:25.000Z\",\"2007-06-08T07:56:32.000Z\",\"2007-06-15T13:57:34.000Z\",\"2007-06-23T23:14:27.000Z\",\"2007-06-29T16:11:18.000Z\",\"2007-07-07T21:46:54.000Z\",\"2007-07-15T01:55:21.000Z\",\"2007-07-20T20:06:19.000Z\",\"2007-07-29T14:37:13.000Z\",\"2007-08-03T22:59:46.000Z\",\"2007-08-08T19:05:14.000Z\",\"2007-08-14T21:03:47.000Z\",\"2007-08-22T17:22:08.000Z\",\"2007-09-01T10:22:00.000Z\",\"2007-09-09T20:02:15.000Z\",\"2007-09-14T14:58:08.000Z\",\"2007-09-22T09:54:48.000Z\",\"2007-09-29T05:27:14.000Z\",\"2007-10-03T18:31:06.000Z\",\"2007-10-12T15:31:28.000Z\",\"2007-10-21T16:08:05.000Z\",\"2007-10-26T22:43:25.000Z\",\"2007-11-04T15:43:14.000Z\",\"2007-11-08T23:03:09.000Z\",\"2007-11-18T11:31:37.000Z\",\"2007-11-25T14:08:31.000Z\",\"2007-11-30T18:20:18.000Z\",\"2007-12-06T18:34:33.000Z\",\"2007-12-16T19:08:11.000Z\",\"2007-12-23T23:58:11.000Z\",\"2007-12-26T12:47:25.000Z\",\"2008-01-03T21:14:30.000Z\",\"2008-01-12T08:55:59.000Z\",\"2008-01-20T13:20:10.000Z\",\"2008-01-25T19:53:43.000Z\",\"2008-02-01T18:28:56.000Z\",\"2008-02-08T13:47:14.000Z\",\"2008-02-17T17:01:15.000Z\",\"2008-02-23T09:05:20.000Z\",\"2008-03-02T22:06:38.000Z\",\"2008-03-09T08:35:00.000Z\",\"2008-03-15T04:41:01.000Z\",\"2008-03-21T21:07:58.000Z\",\"2008-03-28T21:52:23.000Z\",\"2008-04-06T16:06:41.000Z\",\"2008-04-11T21:12:26.000Z\",\"2008-04-19T16:03:25.000Z\",\"2008-04-25T09:22:46.000Z\",\"2008-05-04T14:48:23.000Z\",\"2008-05-10T02:31:01.000Z\",\"2008-05-18T18:06:49.000Z\",\"2008-05-25T10:32:31.000Z\",\"2008-05-31T01:51:27.000Z\",\"2008-06-08T22:37:51.000Z\",\"2008-06-15T04:35:26.000Z\",\"2008-06-20T13:56:06.000Z\",\"2008-06-26T17:25:56.000Z\",\"2008-07-04T16:29:13.000Z\",\"2008-07-08T21:03:47.000Z\",\"2008-07-18T01:18:36.000Z\",\"2008-07-25T13:16:30.000Z\",\"2008-08-01T14:13:32.000Z\",\"2008-08-08T01:39:05.000Z\",\"2008-08-17T17:08:21.000Z\",\"2008-08-24T19:50:35.000Z\",\"2008-08-31T01:15:45.000Z\",\"2008-09-05T12:29:50.000Z\",\"2008-09-12T14:46:36.000Z\",\"2008-09-21T22:06:28.000Z\",\"2008-09-24T19:39:14.000Z\",\"2008-10-01T13:00:47.000Z\",\"2008-10-12T03:15:26.000Z\",\"2008-10-16T15:07:14.000Z\",\"2008-10-23T15:50:41.000Z\",\"2008-11-02T22:23:03.000Z\",\"2008-11-07T03:32:46.000Z\",\"2008-11-14T14:57:28.000Z\",\"2008-11-20T00:40:30.000Z\",\"2008-11-28T19:34:07.000Z\",\"2008-12-07T20:50:40.000Z\",\"2008-12-14T21:03:39.000Z\",\"2008-12-17T21:37:31.000Z\",\"2008-12-26T17:36:07.000Z\",\"2008-12-31T14:09:11.000Z\",\"2009-01-10T00:36:07.000Z\",\"2009-01-14T01:41:43.000Z\",\"2009-01-23T18:37:07.000Z\",\"2009-01-30T21:42:30.000Z\",\"2009-02-07T21:41:10.000Z\",\"2009-02-14T20:47:29.000Z\",\"2009-02-20T15:15:41.000Z\",\"2009-02-27T22:35:24.000Z\",\"2009-03-06T20:36:56.000Z\",\"2009-03-15T13:08:10.000Z\",\"2009-03-20T01:07:49.000Z\",\"2009-03-29T15:53:42.000Z\",\"2009-04-05T01:05:26.000Z\",\"2009-04-09T12:39:32.000Z\",\"2009-04-18T19:38:15.000Z\",\"2009-04-26T22:02:09.000Z\",\"2009-04-30T13:02:23.000Z\",\"2009-05-10T15:55:58.000Z\",\"2009-05-15T18:40:33.000Z\",\"2009-05-20T15:44:02.000Z\",\"2009-05-29T12:56:34.000Z\",\"2009-06-05T16:38:29.000Z\",\"2009-06-10T14:47:21.000Z\",\"2009-06-17T05:50:34.000Z\",\"2009-06-28T05:32:53.000Z\",\"2009-07-04T08:28:01.000Z\",\"2009-07-12T03:57:30.000Z\",\"2009-07-15T17:51:01.000Z\",\"2009-07-21T21:03:47.000Z\",\"2009-08-02T08:21:50.000Z\",\"2009-08-09T21:20:06.000Z\",\"2009-08-16T12:03:48.000Z\",\"2009-08-21T10:01:43.000Z\",\"2009-08-29T11:34:41.000Z\",\"2009-09-05T19:25:32.000Z\",\"2009-09-12T13:57:55.000Z\",\"2009-09-20T15:58:04.000Z\",\"2009-09-26T05:10:03.000Z\",\"2009-10-04T23:51:52.000Z\",\"2009-10-11T20:37:04.000Z\",\"2009-10-18T21:36:55.000Z\",\"2009-10-22T06:25:51.000Z\",\"2009-10-30T14:20:03.000Z\",\"2009-11-06T14:31:40.000Z\",\"2009-11-15T15:57:26.000Z\",\"2009-11-22T18:31:59.000Z\",\"2009-11-26T15:45:03.000Z\",\"2009-12-06T12:28:05.000Z\",\"2009-12-12T11:58:17.000Z\",\"2009-12-15T21:03:47.000Z\",\"2009-12-22T21:03:47.000Z\",\"2009-12-29T21:03:47.000Z\",\"2010-01-05T21:03:47.000Z\",\"2010-01-15T16:46:05.000Z\",\"2010-01-19T21:03:47.000Z\",\"2010-01-29T13:26:56.000Z\",\"2010-02-03T14:36:36.000Z\",\"2010-02-10T18:17:29.000Z\",\"2010-02-21T23:52:53.000Z\",\"2010-02-27T17:30:52.000Z\",\"2010-03-05T19:36:53.000Z\",\"2010-03-11T19:59:51.000Z\",\"2010-03-19T21:25:58.000Z\",\"2010-03-28T21:15:22.000Z\",\"2010-04-01T18:32:13.000Z\",\"2010-04-11T16:01:55.000Z\",\"2010-04-16T13:08:08.000Z\",\"2010-04-24T17:43:28.000Z\",\"2010-05-02T09:39:50.000Z\",\"2010-05-07T20:12:33.000Z\",\"2010-05-16T21:34:28.000Z\",\"2010-05-20T18:38:03.000Z\",\"2010-05-27T17:05:58.000Z\",\"2010-06-04T15:42:24.000Z\",\"2010-06-09T21:23:23.000Z\",\"2010-06-20T15:16:53.000Z\",\"2010-06-25T12:39:34.000Z\",\"2010-06-30T12:28:57.000Z\",\"2010-07-11T22:21:40.000Z\",\"2010-07-18T20:27:46.000Z\",\"2010-07-21T09:29:28.000Z\",\"2010-07-28T19:42:49.000Z\",\"2010-08-07T21:04:37.000Z\",\"2010-08-15T20:22:25.000Z\",\"2010-08-18T17:11:08.000Z\",\"2010-08-26T20:43:11.000Z\",\"2010-09-05T22:22:47.000Z\",\"2010-09-12T20:18:25.000Z\",\"2010-09-17T13:07:58.000Z\",\"2010-09-21T21:03:47.000Z\",\"2010-09-29T08:04:52.000Z\",\"2010-10-09T04:41:19.000Z\",\"2010-10-16T05:13:56.000Z\",\"2010-10-21T08:46:35.000Z\",\"2010-10-29T10:40:51.000Z\",\"2010-11-05T07:55:26.000Z\",\"2010-11-09T22:07:30.000Z\",\"2010-11-16T21:03:47.000Z\",\"2010-11-24T17:09:16.000Z\",\"2010-12-01T18:13:44.000Z\",\"2010-12-09T17:52:11.000Z\",\"2010-12-19T14:35:02.000Z\",\"2010-12-21T21:03:47.000Z\",\"2010-12-28T21:03:47.000Z\",\"2011-01-06T18:16:12.000Z\",\"2011-01-15T18:55:49.000Z\",\"2011-01-21T13:56:35.000Z\",\"2011-01-30T20:17:33.000Z\",\"2011-02-06T18:49:15.000Z\",\"2011-02-10T08:39:20.000Z\",\"2011-02-16T18:11:42.000Z\",\"2011-02-25T09:49:29.000Z\",\"2011-03-04T19:26:15.000Z\",\"2011-03-13T16:17:26.000Z\",\"2011-03-17T11:33:32.000Z\",\"2011-03-27T16:32:22.000Z\",\"2011-04-02T13:30:32.000Z\",\"2011-04-06T15:47:34.000Z\",\"2011-04-17T19:37:54.000Z\",\"2011-04-23T05:34:06.000Z\",\"2011-05-01T20:59:22.000Z\",\"2011-05-05T13:20:58.000Z\",\"2011-05-14T16:40:15.000Z\",\"2011-05-21T14:58:41.000Z\",\"2011-05-29T18:16:41.000Z\",\"2011-06-01T10:02:38.000Z\",\"2011-06-07T21:03:47.000Z\",\"2011-06-14T21:03:47.000Z\",\"2011-06-23T18:47:35.000Z\",\"2011-07-01T17:55:49.000Z\",\"2011-07-08T22:52:48.000Z\",\"2011-07-15T18:24:08.000Z\",\"2011-07-24T17:06:29.000Z\",\"2011-07-30T08:49:41.000Z\",\"2011-08-03T16:27:12.000Z\",\"2011-08-13T16:41:51.000Z\",\"2011-08-18T21:29:28.000Z\",\"2011-08-28T05:45:53.000Z\",\"2011-09-04T21:41:59.000Z\",\"2011-09-06T21:03:47.000Z\",\"2011-09-16T13:40:40.000Z\",\"2011-09-24T05:18:28.000Z\",\"2011-10-01T05:56:08.000Z\",\"2011-10-08T19:48:10.000Z\",\"2011-10-14T13:18:28.000Z\",\"2011-10-18T21:03:47.000Z\",\"2011-10-30T16:18:56.000Z\",\"2011-11-06T11:23:18.000Z\",\"2011-11-08T21:03:47.000Z\",\"2011-11-15T21:03:47.000Z\",\"2011-11-24T21:49:43.000Z\",\"2011-11-29T21:03:47.000Z\",\"2011-12-10T13:02:54.000Z\",\"2011-12-15T19:51:48.000Z\",\"2011-12-23T16:02:07.000Z\",\"2011-12-29T18:48:28.000Z\",\"2012-01-03T21:03:47.000Z\",\"2012-01-15T07:35:03.000Z\",\"2012-01-22T04:31:23.000Z\",\"2012-01-29T22:42:23.000Z\",\"2012-02-04T10:40:38.000Z\",\"2012-02-11T18:04:28.000Z\",\"2012-02-18T18:42:17.000Z\",\"2012-02-25T06:26:17.000Z\",\"2012-02-29T17:02:34.000Z\",\"2012-03-09T19:35:14.000Z\",\"2012-03-13T21:03:47.000Z\",\"2012-03-23T20:28:25.000Z\",\"2012-04-01T13:20:07.000Z\",\"2012-04-08T20:25:26.000Z\",\"2012-04-15T18:50:42.000Z\",\"2012-04-22T09:35:50.000Z\",\"2012-04-28T10:03:47.000Z\",\"2012-05-06T06:36:18.000Z\",\"2012-05-09T21:43:46.000Z\",\"2012-05-17T16:29:20.000Z\",\"2012-05-26T14:35:33.000Z\",\"2012-06-02T07:06:07.000Z\",\"2012-06-07T15:16:24.000Z\",\"2012-06-13T17:07:09.000Z\",\"2012-06-22T08:50:22.000Z\",\"2012-06-27T17:36:54.000Z\",\"2012-07-07T08:58:25.000Z\",\"2012-07-12T11:56:20.000Z\",\"2012-07-17T21:03:47.000Z\",\"2012-07-29T12:58:44.000Z\",\"2012-08-02T12:37:32.000Z\",\"2012-08-10T15:40:24.000Z\",\"2012-08-16T13:53:09.000Z\",\"2012-08-22T19:24:29.000Z\",\"2012-08-28T21:03:47.000Z\",\"2012-09-05T15:56:41.000Z\",\"2012-09-14T13:16:52.000Z\",\"2012-09-22T06:16:29.000Z\",\"2012-09-30T16:33:11.000Z\",\"2012-10-06T09:20:24.000Z\",\"2012-10-13T17:40:49.000Z\",\"2012-10-19T15:20:48.000Z\",\"2012-10-27T05:50:11.000Z\",\"2012-11-04T22:18:06.000Z\",\"2012-11-11T12:13:46.000Z\",\"2012-11-17T19:42:59.000Z\",\"2012-11-24T14:54:38.000Z\",\"2012-12-02T10:22:53.000Z\",\"2012-12-09T14:32:15.000Z\",\"2012-12-12T17:32:11.000Z\",\"2012-12-23T19:31:05.000Z\",\"2012-12-30T14:17:52.000Z\",\"2013-01-02T10:05:55.000Z\",\"2013-01-13T12:56:08.000Z\",\"2013-01-17T11:54:57.000Z\",\"2013-01-25T08:12:23.000Z\",\"2013-01-31T17:51:31.000Z\",\"2013-02-10T22:11:20.000Z\",\"2013-02-14T19:24:30.000Z\",\"2013-02-22T08:57:51.000Z\",\"2013-03-02T17:03:14.000Z\",\"2013-03-10T13:19:57.000Z\",\"2013-03-15T12:52:06.000Z\",\"2013-03-22T15:49:20.000Z\",\"2013-03-29T09:12:07.000Z\",\"2013-04-06T22:09:44.000Z\",\"2013-04-11T16:32:04.000Z\",\"2013-04-21T17:48:36.000Z\",\"2013-04-27T19:18:30.000Z\",\"2013-05-03T15:23:03.000Z\",\"2013-05-12T13:55:51.000Z\",\"2013-05-18T17:20:58.000Z\",\"2013-05-25T06:20:35.000Z\",\"2013-05-31T16:03:33.000Z\",\"2013-06-09T09:15:05.000Z\",\"2013-06-13T12:23:23.000Z\",\"2013-06-20T14:33:47.000Z\",\"2013-06-28T11:32:26.000Z\",\"2013-07-07T20:45:00.000Z\",\"2013-07-12T15:38:34.000Z\",\"2013-07-19T19:06:17.000Z\",\"2013-07-27T23:44:46.000Z\",\"2013-08-04T20:38:37.000Z\",\"2013-08-11T13:48:32.000Z\",\"2013-08-18T16:53:58.000Z\",\"2013-08-23T12:54:52.000Z\",\"2013-08-31T09:48:42.000Z\",\"2013-09-06T11:16:17.000Z\",\"2013-09-10T21:03:47.000Z\",\"2013-09-22T14:05:35.000Z\",\"2013-09-27T15:37:28.000Z\",\"2013-10-06T18:57:42.000Z\",\"2013-10-12T13:17:53.000Z\",\"2013-10-16T06:49:55.000Z\",\"2013-10-25T06:54:49.000Z\",\"2013-10-30T14:36:27.000Z\",\"2013-11-09T20:07:56.000Z\",\"2013-11-16T17:08:36.000Z\",\"2013-11-24T16:40:27.000Z\",\"2013-11-29T12:59:03.000Z\",\"2013-12-05T04:49:51.000Z\",\"2013-12-13T10:21:57.000Z\",\"2013-12-20T14:13:33.000Z\",\"2013-12-28T10:00:27.000Z\",\"2013-12-31T21:03:47.000Z\",\"2014-01-12T17:56:37.000Z\",\"2014-01-19T02:26:26.000Z\",\"2014-01-26T21:45:32.000Z\",\"2014-01-31T14:08:09.000Z\",\"2014-02-09T20:20:11.000Z\",\"2014-02-14T18:13:51.000Z\",\"2014-02-23T18:25:27.000Z\",\"2014-03-02T21:01:40.000Z\",\"2014-03-08T14:40:37.000Z\",\"2014-03-15T18:17:30.000Z\",\"2014-03-23T16:45:26.000Z\",\"2014-03-30T18:42:04.000Z\",\"2014-04-06T22:09:09.000Z\",\"2014-04-13T12:37:38.000Z\",\"2014-04-15T21:03:47.000Z\",\"2014-04-25T14:46:58.000Z\",\"2014-05-02T17:12:33.000Z\",\"2014-05-10T18:53:31.000Z\",\"2014-05-15T14:34:47.000Z\",\"2014-05-21T15:42:04.000Z\",\"2014-05-31T09:06:26.000Z\",\"2014-06-04T15:41:23.000Z\",\"2014-06-10T21:03:47.000Z\",\"2014-06-19T18:39:49.000Z\",\"2014-06-27T15:14:42.000Z\",\"2014-07-04T08:48:34.000Z\",\"2014-07-08T21:03:47.000Z\",\"2014-07-17T16:02:17.000Z\",\"2014-07-27T20:35:43.000Z\",\"2014-07-29T21:03:47.000Z\",\"2014-08-07T14:53:58.000Z\",\"2014-08-12T21:03:47.000Z\",\"2014-08-23T19:27:08.000Z\",\"2014-08-26T21:03:47.000Z\",\"2014-09-07T11:35:21.000Z\",\"2014-09-09T21:03:47.000Z\",\"2014-09-16T21:03:47.000Z\",\"2014-09-28T05:43:31.000Z\",\"2014-10-02T08:31:46.000Z\",\"2014-10-07T21:03:47.000Z\",\"2014-10-18T15:12:53.000Z\",\"2014-10-26T21:02:44.000Z\",\"2014-10-31T21:50:03.000Z\",\"2014-11-05T13:55:16.000Z\",\"2014-11-16T13:05:20.000Z\",\"2014-11-23T22:16:55.000Z\",\"2014-11-25T21:03:47.000Z\",\"2014-12-05T18:02:09.000Z\",\"2014-12-11T09:53:36.000Z\",\"2014-12-19T13:09:25.000Z\",\"2014-12-23T21:03:47.000Z\",\"2014-12-30T21:03:47.000Z\",\"2015-01-11T00:09:47.000Z\",\"2015-01-13T21:03:47.000Z\",\"2015-01-20T21:03:47.000Z\",\"2015-01-30T10:40:05.000Z\",\"2015-02-03T21:03:47.000Z\",\"2015-02-12T09:25:52.000Z\",\"2015-02-17T21:03:47.000Z\",\"2015-02-27T17:50:24.000Z\",\"2015-03-05T14:04:18.000Z\",\"2015-03-13T19:29:49.000Z\",\"2015-03-22T12:16:31.000Z\",\"2015-03-24T21:03:47.000Z\",\"2015-04-02T07:00:06.000Z\",\"2015-04-07T21:03:47.000Z\",\"2015-04-14T21:03:47.000Z\",\"2015-04-22T08:27:07.000Z\",\"2015-05-01T16:47:17.000Z\",\"2015-05-05T21:03:47.000Z\",\"2015-05-12T21:03:47.000Z\",\"2015-05-24T23:08:29.000Z\",\"2015-05-30T05:37:27.000Z\",\"2015-06-04T15:44:58.000Z\",\"2015-06-09T21:03:47.000Z\",\"2015-06-18T07:19:18.000Z\",\"2015-06-24T16:17:05.000Z\",\"2015-07-02T20:01:55.000Z\",\"2015-07-11T19:28:30.000Z\",\"2015-07-17T19:55:54.000Z\",\"2015-07-26T09:10:59.000Z\",\"2015-08-02T09:13:08.000Z\",\"2015-08-04T21:03:47.000Z\",\"2015-08-15T14:40:12.000Z\",\"2015-08-18T21:03:47.000Z\",\"2015-08-28T12:35:15.000Z\",\"2015-09-04T13:24:25.000Z\",\"2015-09-09T13:31:16.000Z\",\"2015-09-18T18:15:17.000Z\",\"2015-09-22T22:02:20.000Z\",\"2015-10-03T17:38:06.000Z\",\"2015-10-08T16:02:56.000Z\",\"2015-10-15T17:03:03.000Z\",\"2015-10-20T21:03:47.000Z\",\"2015-10-30T16:17:08.000Z\",\"2015-11-06T18:44:55.000Z\",\"2015-11-13T17:57:08.000Z\",\"2015-11-20T09:36:34.000Z\",\"2015-11-25T14:57:42.000Z\",\"2015-12-04T13:57:15.000Z\",\"2015-12-10T01:46:22.000Z\",\"2015-12-15T21:03:47.000Z\",\"2015-12-22T21:03:47.000Z\",\"2015-12-31T20:50:26.000Z\",\"2016-01-08T16:36:46.000Z\",\"2016-01-17T16:51:53.000Z\",\"2016-01-22T16:35:06.000Z\",\"2016-01-30T21:58:36.000Z\",\"2016-02-05T16:19:30.000Z\",\"2016-02-12T19:03:57.000Z\",\"2016-02-21T09:59:55.000Z\",\"2016-02-23T21:03:47.000Z\",\"2016-03-01T21:03:47.000Z\",\"2016-03-13T19:06:13.000Z\",\"2016-03-18T21:36:46.000Z\",\"2016-03-25T13:29:06.000Z\",\"2016-03-31T17:02:08.000Z\",\"2016-04-08T17:19:35.000Z\",\"2016-04-16T06:32:45.000Z\",\"2016-04-22T12:10:27.000Z\",\"2016-04-29T20:20:27.000Z\",\"2016-05-04T08:44:34.000Z\",\"2016-05-10T21:03:47.000Z\",\"2016-05-17T21:03:47.000Z\",\"2016-05-29T10:22:15.000Z\",\"2016-06-05T14:34:43.000Z\",\"2016-06-07T21:03:47.000Z\",\"2016-06-16T11:51:54.000Z\",\"2016-06-26T17:23:56.000Z\",\"2016-07-02T12:48:21.000Z\",\"2016-07-09T17:00:14.000Z\",\"2016-07-17T18:36:03.000Z\",\"2016-07-24T08:40:06.000Z\",\"2016-07-26T21:03:47.000Z\",\"2016-08-05T19:01:44.000Z\",\"2016-08-09T21:03:47.000Z\",\"2016-08-16T21:03:47.000Z\",\"2016-08-26T19:07:02.000Z\",\"2016-08-31T18:44:06.000Z\",\"2016-09-06T21:03:47.000Z\",\"2016-09-13T21:03:47.000Z\",\"2016-09-25T23:44:22.000Z\",\"2016-10-02T16:07:07.000Z\",\"2016-10-07T11:21:10.000Z\",\"2016-10-11T21:03:47.000Z\",\"2016-10-19T10:01:59.000Z\",\"2016-10-25T21:03:47.000Z\",\"2016-11-05T11:18:06.000Z\",\"2016-11-11T17:50:51.000Z\",\"2016-11-18T15:10:49.000Z\",\"2016-11-24T15:14:47.000Z\",\"2016-11-29T21:03:47.000Z\",\"2016-12-08T19:46:23.000Z\",\"2016-12-13T21:03:47.000Z\",\"2016-12-21T16:27:49.000Z\",\"2016-12-27T21:03:47.000Z\",\"2017-01-03T21:03:47.000Z\",\"2017-01-11T16:47:53.000Z\",\"2017-01-22T19:12:17.000Z\",\"2017-01-25T18:58:42.000Z\",\"2017-02-04T11:27:10.000Z\",\"2017-02-07T21:03:47.000Z\",\"2017-02-17T08:28:11.000Z\",\"2017-02-24T20:08:11.000Z\",\"2017-03-04T12:09:20.000Z\",\"2017-03-10T17:33:54.000Z\",\"2017-03-17T17:37:10.000Z\",\"2017-03-21T21:03:47.000Z\",\"2017-04-02T14:47:13.000Z\",\"2017-04-05T17:36:12.000Z\",\"2017-04-11T21:03:47.000Z\",\"2017-04-18T21:03:47.000Z\",\"2017-04-26T15:14:08.000Z\",\"2017-05-07T16:53:13.000Z\",\"2017-05-13T08:51:06.000Z\",\"2017-05-17T18:58:12.000Z\",\"2017-05-23T21:03:47.000Z\",\"2017-05-30T21:03:47.000Z\",\"2017-06-11T21:07:40.000Z\",\"2017-06-17T07:41:10.000Z\",\"2017-06-20T21:03:47.000Z\",\"2017-06-28T16:51:38.000Z\",\"2017-07-04T21:03:47.000Z\",\"2017-07-11T21:03:47.000Z\",\"2017-07-23T19:50:15.000Z\",\"2017-07-30T14:24:30.000Z\",\"2017-08-01T21:03:47.000Z\",\"2017-08-12T08:47:38.000Z\",\"2017-08-15T21:03:47.000Z\",\"2017-08-23T18:17:32.000Z\",\"2017-08-31T16:15:04.000Z\",\"2017-09-09T17:49:47.000Z\",\"2017-09-15T12:18:00.000Z\",\"2017-09-21T12:55:21.000Z\",\"2017-09-26T21:03:47.000Z\",\"2017-10-05T09:50:16.000Z\",\"2017-10-14T17:44:03.000Z\",\"2017-10-17T21:03:47.000Z\",\"2017-10-26T08:49:35.000Z\",\"2017-11-05T08:15:47.000Z\",\"2017-11-08T15:23:01.000Z\",\"2017-11-18T10:50:46.000Z\",\"2017-11-23T15:07:13.000Z\",\"2017-11-28T21:03:47.000Z\",\"2017-12-06T20:56:55.000Z\",\"2017-12-15T19:40:57.000Z\",\"2017-12-22T10:03:38.000Z\",\"2017-12-26T21:03:47.000Z\",\"2018-01-05T16:54:31.000Z\",\"2018-01-09T21:03:47.000Z\",\"2018-01-17T14:07:09.000Z\",\"2018-01-23T21:03:47.000Z\",\"2018-01-30T21:03:47.000Z\",\"2018-02-06T21:03:47.000Z\",\"2018-02-13T21:03:47.000Z\",\"2018-02-22T15:14:18.000Z\",\"2018-02-27T21:03:47.000Z\",\"2018-03-06T21:03:47.000Z\",\"2018-03-15T16:09:20.000Z\",\"2018-03-22T16:03:03.000Z\",\"2018-03-29T18:26:25.000Z\",\"2018-04-03T21:03:47.000Z\",\"2018-04-12T08:16:30.000Z\",\"2018-04-17T21:03:47.000Z\",\"2018-04-24T21:03:47.000Z\",\"2018-05-05T05:27:34.000Z\",\"2018-05-08T21:03:47.000Z\",\"2018-05-18T17:31:31.000Z\",\"2018-05-25T18:06:22.000Z\",\"2018-05-30T16:22:15.000Z\",\"2018-06-05T21:03:47.000Z\",\"2018-06-12T21:03:47.000Z\",\"2018-06-24T19:52:56.000Z\",\"2018-06-30T11:29:59.000Z\",\"2018-07-06T20:36:24.000Z\",\"2018-07-10T21:03:47.000Z\",\"2018-07-17T21:03:47.000Z\",\"2018-07-24T21:03:47.000Z\",\"2018-07-31T21:03:47.000Z\",\"2018-08-07T21:03:47.000Z\",\"2018-08-14T21:03:47.000Z\",\"2018-08-21T21:03:47.000Z\",\"2018-08-28T21:03:47.000Z\",\"2018-09-04T21:03:47.000Z\",\"2018-09-11T21:03:47.000Z\",\"2018-09-19T15:17:47.000Z\",\"2018-09-25T21:03:47.000Z\",\"2018-10-02T21:03:47.000Z\",\"2018-10-09T21:03:47.000Z\",\"2018-10-21T18:06:25.000Z\",\"2018-10-23T21:03:47.000Z\",\"2018-11-04T18:48:44.000Z\",\"2018-11-11T16:52:38.000Z\",\"2018-11-16T11:02:43.000Z\",\"2018-11-23T08:58:08.000Z\",\"2018-11-30T08:43:44.000Z\",\"2018-12-04T21:03:47.000Z\",\"2018-12-11T21:03:47.000Z\",\"2018-12-18T21:03:47.000Z\",\"2018-12-25T21:03:47.000Z\",\"2019-01-04T15:33:59.000Z\",\"2019-01-11T06:18:19.000Z\",\"2019-01-15T21:03:47.000Z\",\"2019-01-22T21:03:47.000Z\",\"2019-01-29T21:03:47.000Z\",\"2019-02-05T21:03:47.000Z\",\"2019-02-12T21:03:47.000Z\",\"2019-02-19T21:03:47.000Z\",\"2019-03-01T15:17:42.000Z\",\"2019-03-07T17:56:41.000Z\",\"2019-03-16T09:34:55.000Z\",\"2019-03-20T15:22:41.000Z\",\"2019-03-31T17:27:10.000Z\",\"2019-04-04T15:40:00.000Z\",\"2019-04-09T21:03:47.000Z\",\"2019-04-16T21:03:47.000Z\",\"2019-04-26T16:22:43.000Z\",\"2019-04-30T21:03:47.000Z\",\"2019-05-07T21:03:47.000Z\",\"2019-05-14T21:03:47.000Z\",\"2019-05-21T21:03:47.000Z\",\"2019-05-28T21:03:47.000Z\",\"2019-06-04T21:03:47.000Z\",\"2019-06-11T21:03:47.000Z\",\"2019-06-18T21:03:47.000Z\",\"2019-06-30T15:58:10.000Z\",\"2019-07-04T16:41:51.000Z\",\"2019-07-09T21:03:47.000Z\",\"2019-07-16T21:03:47.000Z\",\"2019-07-23T21:03:47.000Z\",\"2019-07-30T21:03:47.000Z\",\"2019-08-09T21:03:18.000Z\",\"2019-08-13T21:03:47.000Z\",\"2019-08-20T21:03:47.000Z\",\"2019-08-27T21:03:47.000Z\",\"2019-09-04T21:34:54.000Z\",\"2019-09-10T21:03:47.000Z\",\"2019-09-17T21:03:47.000Z\",\"2019-09-24T21:03:47.000Z\",\"2019-10-01T21:03:47.000Z\",\"2019-10-08T21:03:47.000Z\",\"2019-10-15T21:03:47.000Z\",\"2019-10-22T21:03:47.000Z\",\"2019-10-31T12:45:25.000Z\",\"2019-11-05T21:03:47.000Z\",\"2019-11-12T21:03:47.000Z\",\"2019-11-23T08:09:26.000Z\",\"2019-11-26T21:03:47.000Z\",\"2019-12-05T10:56:08.000Z\",\"2019-12-10T21:03:47.000Z\",\"2019-12-17T21:03:47.000Z\",\"2019-12-24T21:03:47.000Z\",\"2019-12-31T21:03:47.000Z\",\"2020-01-07T21:03:47.000Z\",\"2020-01-14T21:03:47.000Z\",\"2020-01-21T21:03:47.000Z\",\"2020-01-28T21:03:47.000Z\",\"2020-02-04T21:03:47.000Z\",\"2020-02-16T18:07:46.000Z\",\"2020-02-21T19:59:42.000Z\",\"2020-02-28T06:01:31.000Z\",\"2020-03-03T21:03:47.000Z\",\"2020-03-10T21:03:47.000Z\",\"2020-03-17T21:03:47.000Z\",\"2020-03-24T21:03:47.000Z\",\"2020-03-31T21:03:47.000Z\",\"2020-04-12T17:44:18.000Z\",\"2020-04-19T19:52:15.000Z\",\"2020-04-26T05:02:33.000Z\",\"2020-04-28T21:03:47.000Z\",\"2020-05-05T21:03:47.000Z\",\"2020-05-16T18:42:08.000Z\",\"2020-05-19T21:03:47.000Z\",\"2020-05-31T07:38:15.000Z\",\"2020-06-02T21:03:47.000Z\",\"2020-06-09T21:03:47.000Z\",\"2020-06-16T21:03:47.000Z\",\"2020-06-23T21:03:47.000Z\",\"2020-06-30T21:03:47.000Z\",\"2020-07-07T21:03:47.000Z\",\"2020-07-14T21:03:47.000Z\",\"2020-07-21T21:03:47.000Z\",\"2020-07-28T21:03:47.000Z\",\"2020-08-04T21:03:47.000Z\",\"2020-08-11T21:03:47.000Z\",\"2020-08-18T21:03:47.000Z\",\"2020-08-26T15:56:54.000Z\",\"2020-09-01T21:03:47.000Z\",\"2020-09-08T21:03:47.000Z\",\"2020-09-15T21:03:47.000Z\",\"2020-09-22T21:03:47.000Z\",\"2020-09-29T21:03:47.000Z\",\"2020-10-06T21:03:47.000Z\",\"2020-10-16T19:10:11.000Z\",\"2020-10-20T21:03:47.000Z\",\"2020-10-27T21:03:47.000Z\",\"2020-11-03T21:03:47.000Z\",\"2020-11-10T21:03:47.000Z\",\"2020-11-17T21:03:47.000Z\",\"2020-11-27T08:14:09.000Z\",\"2020-12-01T21:03:47.000Z\",\"2020-12-08T21:03:47.000Z\",\"2020-12-15T21:03:47.000Z\",\"2020-12-22T21:03:47.000Z\",\"2020-12-29T21:03:47.000Z\",\"2021-01-05T21:03:47.000Z\",\"2021-01-13T19:02:03.000Z\",\"2021-01-19T21:03:47.000Z\",\"2021-01-29T11:21:09.000Z\",\"2021-02-03T06:02:25.000Z\"],[8,20,20,16,21,9,9,25,9,23,3,18,30,20,26,30,25,18,40,24,11,30,52,21,20,16,32,18,11,1,17,6,8,22,12,62,14,18,31,14,31,19,10,37,30,19,25,15,3,3,23,38,24,15,7,5,15,34,24,18,4,14,7,10,18,13,17,22,24,18,34,19,28,10,2,9,1,8,18,16,11,10,26,18,5,15,7,5,5,13,9,2,33,23,6,2,4,16,17,2,6,3,9,6,8,18,22,24,20,11,24,24,13,8,18,8,10,4,6,29,10,7,10,7,7,4,4,4,14,14,1,18,19,14,10,9,12,14,33,11,9,27,13,4,11,21,29,9,13,6,7,8,2,2,1,3,1,2,7,2,7,9,9,3,11,12,12,12,19,5,2,21,9,6,4,10,7,28,10,9,9,17,7,3,22,19,12,5,15,28,14,5,6,13,22,9,22,7,12,6,8,7,7,7,1,1,2,6,5,13,11,4,5,24,9,21,6,31,12,7,17,29,10,8,3,13,13,6,4,5,13,19,48,6,5,27,9,28,19,20,22,4,7,23,11,3,15,1,11,23,2,1,12,3,25,4,14,7,1,4,4,4,37,46,33,29,25,15,1,37,44,20,64,30,14,12,8,7,17,39,12,2,4,5,5,5,1,18,10,14,4,8,1,4,29,20,20,18,24,17,14,34,31,5,46,11,17,23,16,15,4,16,8,3,11,6,14,28,30,22,12,19,10,29,35,29,10,10,80,19,23,5,4,13,6,19,13,23,19,32,46,17,30,29,8,12,1,13,4,17,22,7,14,13,15,12,19,27,19,27,13,7,2,21,27,13,7,10,23,23,23,22,20,25,8,9,6,4,7,34,42,10,16,4,7,3,18,17,21,1,3,4,4,4,1,5,1,3,3,1,8,18,1,16,20,23,9,25,8,2,8,2,8,9,1,13,2,8,20,3,9,1,5,5,6,15,2,2,1,1,5,2,1,3,2,13,19,3,3,16,7,18,15,10,9,2,5,1,7,25,11,3,2,4,7,6,1,5,4,3,2,4,3,5,1,1,3,9,12,2,7,7,6,9,1,1,6,4,4,6,4,22,8,8,8,1,1,7,17,1,4,11,5,10,5,3,3,4,2,1,13,2,1,1,3,12,8,1,4,1,4,25,12,9,1,8,1,6,1,1,6,11,8,11,6,17,5,17,11,8,6,9,4,18,1,3,3,63,3,1,1,5,32,1,4,1,1,4,4,1,3,5,23,12,14,19,3,1,5,4,1,6,5,3,4,7,1,5,29,8,1,29,1,9,1,1,1,1,7,1,1,6,21,19,1,2,5,1,3,1,5,3,2,1,1,4,5,7,1,1,1,1,3,1,1,1,1,1,2,1,1,1,2,2,6,5,7,9,6,2,1,1,1,11,7,3,1,1,1,1,3,36,2,12,3,13,11,1,1,4,1,2,1,1,1,1,1,1,2,2,1,1,1,1,4,1,1,1,3,1,1,1,1,1,3,1,11,1,1,3,1,7,1,1,1,1,1,1,1,1,1,6,6,6,3,1,3,1,1,15,3,32,3,1,16,1,3,1,3,1,1,5,1,1,1,1,1,1,1,3,1,1,1,1,1,1,7,1,1,1,1,1,5,1,1,1,1,1,1,3,1,7,11]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on modeling.mdt.ocl forum.    ID   Subject   Post date   Post author     1837605   Re: Issue with mdt-ocl-Update sites    2021-02-03 06:02:25   8586     1837597   Re: Generate Java code for generic classes   2021-02-03 04:25:42   177965     1837595   Re: Generate Java code for generic classes   2021-02-02 23:14:36   8586     1837589   Re: Issue with mdt-ocl-Update sites    2021-02-02 20:38:34   231317     1837583   Re: Issue with mdt-ocl-Update sites    2021-02-02 19:21:31   8586     1837555   Issue with mdt-ocl-Update sites    2021-02-02 10:20:17   231317     1837540   Re: Generate Java code for generic classes   2021-02-02 04:08:48   177965     1837525   Re: Generate Java code for generic classes   2021-02-01 19:14:48   8586     1837503   Re: Generate Java code for generic classes   2021-02-01 09:38:10   8586     1837493   Generate Java code for generic classes   2021-02-01 05:57:19   177965    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 1513 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on modeling.mdt.ocl forum.    ID   Subject   Last post date   Last post author   Replies   Views     1106816   Issue with mdt-ocl-Update sites    2021-02-03 06:02:25   1837605   3   373     1106797   Generate Java code for generic classes   2021-02-03 04:25:42   1837597   5   470     1106768   Missing Javadoc   2021-01-29 11:21:09   1837401   5   316     1106594   Get the query result from OCL Java API in the format of XText OCL result   2021-01-13 19:02:03   1836780   1   119     1106081   run OCL on models programmatically   2020-11-27 08:14:09   1835209   3   255     1105573   Class CastException in OCLinEcore generated code   2020-10-16 10:27:22   1833544   3   244     1105003   Looking for OCL Rules for BPMN   2020-08-26 15:56:54   1831690   1   535     1104313   Noob To OCL needs Help with XMI   2020-06-30 20:25:59   1829295   3   659     1104062   eAllContents() or closure of eContents() in OCL   2020-06-08 15:42:50   1828372   1   379     1103746   Problems with OCL validation and derived properties   2020-05-16 18:42:08   1827518   13   1000      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 126 commits.\n  ID   Name   Time   Result     272   ocl-branch-tests \\#272   1.618554e+12   SUCCESS     52   ocl-codegen-tests \\#52   1.618745e+12   SUCCESS     50   ocl-compatibility-2018-09 \\#50   1.618763e+12   SUCCESS     53   ocl-compatibility-2018-12 \\#53   1.618768e+12   SUCCESS     51   ocl-compatibility-2019-03 \\#51   1.618770e+12   SUCCESS     50   ocl-compatibility-2019-06 \\#50   1.618776e+12   SUCCESS     49   ocl-compatibility-2019-09 \\#49   1.618778e+12   SUCCESS     56   ocl-compatibility-2019-12 \\#56   1.618783e+12   SUCCESS     52   ocl-compatibility-2020-03 \\#52   1.618787e+12   SUCCESS     47   ocl-compatibility-2020-03 \\#47   1.616368e+12   SUCCESS    // jsData function gvisDataPieChartID1e9d2abe95cc () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 2 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 19 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 104 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 1 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e9d2abe95cc() { var data = gvisDataPieChartID1e9d2abe95cc(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project modeling.mdt.ocl \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e9d2abe95cc') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e9d2abe95cc); })(); function displayChartPieChartID1e9d2abe95cc() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 23 commits.\n  Name   Colour   Last build time   Health report     ocl-branch-tests   blue   1.618554e+12   80     ocl-codegen-tests   blue   1.618745e+12   100     ocl-compatibility-2018-09   blue   1.618763e+12   100     ocl-compatibility-2018-12   blue   1.618768e+12   100     ocl-compatibility-2019-03   blue   1.618770e+12   100     ocl-compatibility-2019-06   blue   1.618776e+12   100     ocl-compatibility-2019-09   blue   1.618778e+12   100     ocl-compatibility-2019-12   blue   1.618783e+12   100     ocl-compatibility-2020-03   blue   1.618787e+12   100     ocl-compatibility-2020-06   blue   1.618788e+12   100    // jsData function gvisDataPieChartID1e9d5b7effe9 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 21 ], [ \u0026ldquo;disabled\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1e9d5b7effe9() { var data = gvisDataPieChartID1e9d5b7effe9(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project modeling.mdt.ocl \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1e9d5b7effe9') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1e9d5b7effe9); })(); function displayChartPieChartID1e9d5b7effe9() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for modeling.mdt.ocl .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=OCL   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=OCL\u0026component=Core   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/ocl/job/ocl-master/   OK. Fetched CI URL.\\\\Failed: CI URL is not the root of a Hudson instance.     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/mdt-ocl.dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://download.eclipse.org/ocl/doc/6.4.0/ocl.pdf   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/modeling/mdt/downloads/?project=ocl   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.modeling.mdt.ocl   OK. Forum \\[Eclipse OCL Forum\\] correctly defined.\\\\OK: Forum \\[Eclipse OCL Forum\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://help.eclipse.org/oxygen/topic/org.eclipse.ocl.doc/help/GettingStarted.html   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.    ","href":"/projects/modeling.mdt.ocl/datasets_report/","title":"modeling.mdt.ocl"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;modeling.sirius\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/modeling.sirius.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 1517 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for modeling.sirius\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\"],[1,3,0,0,6,2,1,1,3,0,0,1,1,1,0,0,0,0,0,2,0,2,0,0,0,0,2,6,1,2,0,0,1,2,4,2,2,0,0,0,3,2,0,0,0,8,14,0,3,1,1,0,0,0,0,3,1,0,0,0,4,0,2,2,0,0,0,0,2,0,6,1,0,0,0,0,4,4,4,0,0,1,0,3,2,3,0,0,1,0,7,11,7,0,0,9,3,3,15,0,0,0,4,5,0,2,9,0,0,7,9,0,2,1,6,0,1,3,0,0,2,0,0,0,0,1,0,1,0,0,3,3,1,4,1,0,0,4,9,5,3,3,0,2,5,3,3,2,13,0,0,5,3,1,1,1,0,0,1,1,2,0,0,0,0,1,5,7,3,7,0,0,7,7,2,2,5,0,0,9,2,1,4,1,0,0,3,3,2,8,0,0,0,1,4,3,3,1,0,0,8,1,5,3,3,0,1,3,7,1,7,6,0,0,1,11,2,4,7,0,0,8,10,6,2,0,0,0,0,7,2,3,0,0,0,1,5,4,0,1,0,0,9,3,1,0,1,0,0,3,0,4,4,4,0,0,8,2,3,4,5,0,0,10,6,10,0,0,0,0,7,11,1,1,2,0,0,0,3,4,7,0,0,0,9,6,2,1,0,0,0,0,1,5,3,6,0,0,0,0,4,2,1,0,0,0,9,2,6,1,0,0,0,0,6,2,0,0,0,2,1,2,3,2,0,0,3,2,1,6,0,0,0,1,7,3,6,5,0,0,1,6,4,7,0,0,3,2,0,4,2,4,0,0,9,4,12,4,10,0,0,7,5,2,5,5,3,0,3,6,3,6,5,0,0,4,4,3,10,5,0,0,4,8,4,5,4,0,0,7,6,8,11,8,0,0,8,5,5,2,1,0,0,6,9,5,8,5,0,0,13,11,10,7,12,0,0,1,2,8,2,6,0,0,3,5,2,3,8,0,0,1,0,2,5,3,0,0,7,4,3,8,8,0,0,8,2,13,4,4,0,0,6,7,7,3,12,0,0,1,4,10,5,9,0,0,3,2,4,1,8,0,0,4,3,1,0,0,0,0,5,5,1,0,0,0,0,6,4,5,4,3,0,0,11,15,15,14,17,0,1,7,5,5,2,3,0,0,4,6,2,11,7,0,0,1,3,6,0,3,0,0,7,11,3,6,1,0,0,2,8,5,4,8,0,0,8,10,13,10,4,0,0,9,3,5,8,10,0,1,6,1,10,1,13,0,0,6,11,9,5,14,0,0,5,9,11,7,13,0,0,14,6,8,2,1,0,6,0,2,7,6,12,0,0,3,3,1,2,13,0,0,2,2,3,4,7,0,0,8,6,7,12,0,0,0,8,14,7,6,0,0,0,4,5,9,2,0,0,0,5,6,9,8,4,0,0,0,13,6,6,3,0,0,7,4,3,1,2,0,0,7,0,6,1,14,0,0,6,4,2,1,0,0,0,5,1,2,5,1,0,0,2,6,2,4,0,0,0,2,4,3,7,8,0,0,2,0,0,7,3,0,0,1,1,1,4,2,0,0,2,2,1,3,0,0,0,2,5,5,4,2,1,0,6,2,3,6,2,0,0,5,6,1,12,9,0,0,9,7,7,7,5,0,0,5,12,5,4,7,0,0,6,1,5,2,11,0,0,4,3,1,8,7,1,1,5,5,1,7,0,0,0,6,4,3,6,2,0,0,2,1,1,1,3,0,0,8,4,7,1,0,0,0,4,1,4,2,0,0,0,1,6,3,2,2,0,0,2,1,7,1,3,0,0,4,11,0,9,2,0,0,8,2,8,3,5,0,0,0,3,4,13,5,0,0,3,2,0,1,7,0,0,3,5,3,1,1,0,0,3,5,6,4,0,0,0,4,0,6,0,0,0,0,4,2,0,0,0,0,0,1,6,1,1,8,1,19,14,5,6,2,5,0,0,6,2,1,5,4,0,0,5,4,3,6,5,0,0,5,12,1,9,1,0,0,9,1,2,8,4,1,0,4,3,0,5,3,0,0,5,6,1,4,6,0,0,6,1,0,4,6,0,0,3,3,4,6,2,0,0,0,1,0,1,1,8,0,4,1,4,3,9,0,0,0,6,6,9,5,0,0,1,6,2,4,4,0,0,4,2,2,5,6,0,0,5,7,0,2,5,0,0,5,3,4,6,6,0,0,0,7,7,0,0,0,0,4,8,4,9,3,0,0,0,4,6,7,8,0,0,1,7,4,5,3,0,0,4,4,4,1,3,0,0,0,6,5,12,3,0,2,9,7,2,10,10,0,0,4,4,3,0,8,0,0,0,12,3,4,5,0,0,0,4,2,7,3,0,0,1,0,0,0,0,0,0,1,2,4,2,5,0,0,3,3,2,0,2,0,0,3,8,6,4,2,0,0,0,5,4,9,7,0,0,0,5,6,6,1,0,0,2,6,6,3,1,0,0,4,2,1,9,1,1,1,3,1,2,6,1,0,0,4,0,1,5,1,0,0,3,4,9,1,4,0,0,4,2,1,1,2,0,1,3,5,7,8,4,0,0,1,3,1,7,1,0,0,2,5,5,5,6,0,0,2,5,6,3,2,0,0,3,0,3,0,1,1,2,2,7,0,0,0,0,0,0,1,0,0,0,0,0,2,1,4,5,6,0,2,3,2,3,1,3,0,0,7,0,2,0,8,0,2,2,0,1,1,1,0,0,0,3,4,2,0,0,0,0,0,0,3,1,0,0,5,4,9,7,2,0,4,9,8,7,3,4,0,0,7,2,12,6,11,0,0,3,8,2,4,9,0,0,2,2,1,4,0,0,0,0,3,1,4,4,0,0,1,2,5,9,4,0,0,3,2,12,3,0,0,0,0,3,2,1,6,0,0,4,4,4,6,3,0,0,5,15,5,2,3,0,0,1,6,2,6,1,3,0,0,2,0,2,2,0,0,3,3,4,4,3,0,0,5,4,3,3,5,0,0,0,6,5,12,5,0,0,1,2,5,6,6,0,0,0,4,3,6,2,0,0,0,5,2,4,4,0,0,5,14,4,3,9,0,3,1,1,2,0,0,0,0,0,12,10,3,1,0,0,0,3,9,8,8,0,0,6,3,2,3,2,0,1,6,1,1,6,1,0,0,0,5,6,2,3,0,0,1,0,3,5,1,0,0,0,3,3,3,0,0,0,1,5,2,2,4,0,0,3,2,2,3,1,0,0,1,3,7,3,7,0,0,4,4,1,3,6,0,0,0,0,3,5,3,0,0,1,8,5,5,0,0,0,6,9,1,7,7,0,0,2,5,5,7,8,0,0,3,4,0,7,5,0,0,5,1,6,6,4,0,0,2,3,1,6,1,0,1,0,0,1,1,2,0,0,0,4,1,3,5,0,0,5,0,1,0,2,0,0,2,1,2,2,0,0,0,0,0,0,0,0,0,0,0,1,3,1,5,0,0,1,1,2,3,4,0,0,2,1,0,2,0,0,0,5,2,0,2,1,0,0,1,1,2,0,2,0,0,1,0,1,0,0,0,0,0,13,1,4,6,0,0,0,5,4,5,8,0,0,0,0,1,0,6,0,0,1,2,0,2,7,0,0,2,0,3,7,4,0,0,1,2,1,4,5,0,0,1,2,4,6,4,0,0,1,3,10,3,0,0,0,1,0,0,1,0,0,0,2,0,4,4,3,0,0,4,6,1,1,2,0,0,7,3,2,1,5,0,0,3,1,2,0,4,0,0,0,0,0,1,0,0,0,1,2,2,0,0,0,0,0,3,4,0,0,0,0,1,0,0,2,6,0,0,0,3,3,4,4,0,0,2,2,5,5,4,0,0,1,0,4,2,3,0,0,0,0,1,0,1,0,0,5,4,2,5,3,0,0,0,5,7,5,3,0,0,4,7,1,1,0,0,0,2,1,0,1,4,0,0,5,1,2,0,3,0,0,1,1,1,8,2,0,0,0,0,3,1,0,0,0,3,0,0,4,5,0,0,1,4,3,7,6,0,0,6,4,7,5,10,0,0,2,3,1,8,6,0,0,9,1,3,3,3,0,0,2,5,1,3,4,1,0,4,4,0,3,0,0,0,1,11,1,5,3,0,1,5,4,7,1,12,0,0,0,14,5,2,2,0,0,14,3,1,1,5,0,0,2,1,6,1,0,0,1,3,2,8,5,9,0,0,15,6,0,0,0,0,0,6,4,7,5,2,0,0,3,1,2,1,0,0,0,1,0,0,1,0,0,0,0,2,1,0,0,0,0,1,1,2,7,2,0,0,3,0,1,0,4,0,0,3,4,4,4,1,0,0,2,7,3,1,4,0,0,2,8,1,2,1,0,0,1,2,0,1,12,0,0,2,1,0,0,0,3,0,0,0,1,0,0,0,0,0,0,2,3,4,0,0,0,2,2,3,0,0,0,4,1,6,2,3,0,0,4,13,6,4,0,0,0,4,1,1,2,0,0,0,2,7,0,4,0,0,0,0,0,1,6,0,0,0,2,2,1,0,2,0,0,1,4,0,2,0,0,0,2,0,2,2,3,0,0,2,0,0,0,2,0,0,0,5,3,4,6,0,0,0,0,4,1,0,0,0,3,0,1,0,3,0,0,4,2,7,2,1,0,0,0,0,0,0,1,0,0,0,0,5,0,4,0,0,7,6,0,0,0,0,0,2,0,0,5,16,0,0,1,2,4,0,3,0,0,2,1,0,0,0,0,0,6,2,1,0,0,0,0,2,1,0,9,6,0,0,0,2,2,0,1,1,0,7,0,2,1,0,0,0,0,0,2,2,2,0,0,3,2,6,0,2,0,0,3,11,2,3,1,0,0,1,2,0,2,0,0,0,0,0,0,0,1,0,0,0,0,1,0,2,0,0,0,0,1,7,1,0,0,4,2,3,0,0,0,0,0,3,5,0,1,0,0,2,4,1,3,2,0,0,1,2,1,2,4,0,0,1,8,1,1,5,0,0,2,1,2,5,0,0,0,0,1,0,1,0,0,0,0,0,4,5,3,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,3,0,0,0,0,0,0,0,0,0,2,0,0,0,0,3,0,0,6,0,0,0,1,1,1,0,0,0,0,2,4,1,0,0,0,2,0,0,0,1,0,0,0,0,1,0,5,0,0,0,1,2,1,0,0,0,0,2,0,0,4,0,0,1,0,0,0,0,0,0,1,2,0,0,1,0,0,0,1,0,0,0,0,0,0,4,0,0,3,0,0,3,1,0,3,1,0,0,1,1,0,0,1,0,0,0,2,0,1,0,0,0,0,0,3,1,1,0,0,1,0,2,2,1,0,0,7,1,1,2,0,0,0,0,0,1,3,0,0,0,3,4,2,3,0,1,0,1,0,3,0,1,0,0,1,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,2,0,0,1,0,0,0,0,0,3,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,0,0,0,2,6,8,3,0,0,0,3,0,1,2,0,0,1,0,3,0,1,0,0,1,0,1,4,3,1,0,3,0,3,0,1,0,0,0,0,0,0,2,0,0,0,2,0,0,1,0,0,0,0,0,2,0,0,0,0,2,3,1,3,0,0,0,0,0,2,1,0,1,0,0,2,2,0,0,0,0,4,0,0,1,0,0,2,1,4,1,7,0,0,0,3,3,6,1,0,0,5,2,0,0,1,0,0,2,3,2,1,0,0,1,2,0,0,1,3,0,0,3,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,4,1,0,0,6,0,9,29,19,0,0,16,3,20,20,1,0,0,4,6,1,4,2,0,0,0,1,0,3,5,0,0,5,0,0,1,1,0,2,1,1,3,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,0,1,0,0,0,3,0,0,0,0,0,1,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,3,0,0,0,0,0,1,2,0,0,0,0,5,2,2,0,0,0,2,0,0,0,0,0,0,2,0,0,1,0,0,0,3,2,2,1,0,0,2,2,4,8,6,0,0,5,0,1,2,4,0,0,0,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 68555 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 2757 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 876 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 1207 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for modeling.sirius\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\"],[6,23,31,24,32,34,20,42,43,43,76,52,74,58,66,58,31,47,46,38,40,40,42,26,42,44,39,37,17,44,33,40,59,39,38,36,44,45,27,50,30,12,21,69,38,23,39,38,37,33,19,47,27,12,23,18,43,51,40,38,28,38,12,32,15,25,19,18,16,11,13,8,8,21,15,9,15,10,10,11,9,6,21,12,13,7,11,9,24,12,9]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 42 weeks.\n// jsData function gvisDataColumnChartID1ec1502f1cee () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 482 ], [ \"3.1.0\", 274 ], [ \"1.0.0\", 189 ], [ \"2.0.0\", 184 ], [ \"3.0.0\", 142 ], [ \"5.0.0\", 135 ], [ \"4.1.1\", 118 ], [ \"4.0.0\", 117 ], [ \"4.1.0\", 113 ], [ \"5.1.0\", 111 ], [ \"6.0.0\", 111 ], [ \"0.9\", 80 ], [ \"1.0.1\", 77 ], [ \"6.3.0\", 66 ], [ \"6.1.0\", 58 ], [ \"1.0.0M7\", 47 ], [ \"1.0.0M5\", 44 ], [ \"6.1.1\", 43 ], [ \"1.0.0M6\", 36 ], [ \"6.1.2\", 35 ], [ \"5.1.2\", 27 ], [ \"2.0.4\", 26 ], [ \"5.1.1\", 24 ], [ \"2.0.5\", 23 ], [ \"6.2.0\", 21 ], [ \"1.0.0M4\", 20 ], [ \"6.2.2\", 16 ], [ \"6.4.1\", 16 ], [ \"5.1.3\", 15 ], [ \"2.0.3\", 14 ], [ \"6.3.2\", 13 ], [ \"6.3.4\", 11 ], [ \"6.4.0\", 11 ], [ \"6.0.1\", 10 ], [ \"6.1.3\", 10 ], [ \"6.2.1\", 9 ], [ \"6.3.1\", 8 ], [ \"6.3.3\", 5 ], [ \"4.1.9\", 4 ], [ \"5.1.4\", 4 ], [ \"6.0.2\", 4 ], [ \"6.4.2\", 4 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1ec1502f1cee() { var data = gvisDataColumnChartID1ec1502f1cee(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1ec1502f1cee') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 9 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1ec1521ad302 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Diagram\", 1230 ], [ \"Core\", 984 ], [ \"Properties\", 203 ], [ \"Documentation\", 86 ], [ \"Table\", 75 ], [ \"Releng\", 66 ], [ \"Tree\", 56 ], [ \"Server\", 44 ], [ \"Workflow\", 13 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1ec1521ad302() { var data = gvisDataColumnChartID1ec1521ad302(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1ec1521ad302') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 7864 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for modeling.sirius\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2013-06-19T21:55:03.000Z\",\"2013-06-28T13:03:07.000Z\",\"2013-07-03T21:55:03.000Z\",\"2013-07-10T21:55:03.000Z\",\"2013-07-17T21:55:03.000Z\",\"2013-07-24T21:55:03.000Z\",\"2013-07-31T21:55:03.000Z\",\"2013-08-07T21:55:03.000Z\",\"2013-08-14T21:55:03.000Z\",\"2013-08-21T21:55:03.000Z\",\"2013-08-28T21:55:03.000Z\",\"2013-09-04T21:55:03.000Z\",\"2013-09-12T13:49:43.000Z\",\"2013-09-18T21:55:03.000Z\",\"2013-09-25T21:55:03.000Z\",\"2013-10-02T21:55:03.000Z\",\"2013-10-09T21:55:03.000Z\",\"2013-10-17T13:57:26.000Z\",\"2013-10-27T02:06:14.000Z\",\"2013-10-30T21:55:03.000Z\",\"2013-11-07T10:01:28.000Z\",\"2013-11-14T14:25:03.000Z\",\"2013-11-24T22:06:18.000Z\",\"2013-11-28T08:39:56.000Z\",\"2013-12-05T12:29:45.000Z\",\"2013-12-12T14:35:43.000Z\",\"2013-12-19T06:36:23.000Z\",\"2013-12-27T17:13:53.000Z\",\"2014-01-04T17:58:22.000Z\",\"2014-01-10T16:09:21.000Z\",\"2014-01-18T10:50:57.000Z\",\"2014-01-24T14:01:25.000Z\",\"2014-02-01T15:45:24.000Z\",\"2014-02-07T18:01:42.000Z\",\"2014-02-14T12:53:14.000Z\",\"2014-02-20T08:50:33.000Z\",\"2014-03-02T17:06:32.000Z\",\"2014-03-07T14:53:58.000Z\",\"2014-03-12T21:55:03.000Z\",\"2014-03-21T16:10:47.000Z\",\"2014-03-30T22:31:03.000Z\",\"2014-04-03T12:27:07.000Z\",\"2014-04-09T21:55:03.000Z\",\"2014-04-19T08:54:51.000Z\",\"2014-04-24T12:23:19.000Z\",\"2014-05-02T08:54:18.000Z\",\"2014-05-07T21:55:03.000Z\",\"2014-05-16T13:45:07.000Z\",\"2014-05-23T15:46:04.000Z\",\"2014-06-01T18:58:14.000Z\",\"2014-06-06T15:38:24.000Z\",\"2014-06-14T21:23:09.000Z\",\"2014-06-20T15:36:03.000Z\",\"2014-06-27T18:20:49.000Z\",\"2014-07-05T07:02:04.000Z\",\"2014-07-11T12:19:41.000Z\",\"2014-07-18T12:11:00.000Z\",\"2014-07-25T20:30:55.000Z\",\"2014-08-01T14:25:29.000Z\",\"2014-08-09T13:30:32.000Z\",\"2014-08-17T18:33:06.000Z\",\"2014-08-23T13:13:46.000Z\",\"2014-08-30T16:08:24.000Z\",\"2014-09-06T18:54:10.000Z\",\"2014-09-13T18:51:18.000Z\",\"2014-09-20T13:26:50.000Z\",\"2014-09-28T14:38:08.000Z\",\"2014-10-05T10:07:30.000Z\",\"2014-10-12T09:46:32.000Z\",\"2014-10-17T23:19:52.000Z\",\"2014-10-26T23:57:06.000Z\",\"2014-11-02T15:45:46.000Z\",\"2014-11-07T16:54:59.000Z\",\"2014-11-14T16:08:01.000Z\",\"2014-11-21T16:42:34.000Z\",\"2014-11-28T16:20:04.000Z\",\"2014-12-05T18:10:42.000Z\",\"2014-12-12T16:35:31.000Z\",\"2014-12-18T14:54:55.000Z\",\"2014-12-27T22:25:52.000Z\",\"2014-12-31T21:55:03.000Z\",\"2015-01-09T14:25:05.000Z\",\"2015-01-18T23:09:55.000Z\",\"2015-01-25T22:03:34.000Z\",\"2015-02-01T16:49:07.000Z\",\"2015-02-06T10:30:38.000Z\",\"2015-02-14T03:32:07.000Z\",\"2015-02-21T18:46:47.000Z\",\"2015-03-01T17:40:00.000Z\",\"2015-03-06T15:28:36.000Z\",\"2015-03-13T13:15:23.000Z\",\"2015-03-22T11:30:30.000Z\",\"2015-03-27T16:17:09.000Z\",\"2015-04-05T12:17:31.000Z\",\"2015-04-10T12:29:03.000Z\",\"2015-04-19T14:51:26.000Z\",\"2015-04-26T21:40:41.000Z\",\"2015-05-03T17:06:27.000Z\",\"2015-05-10T16:49:25.000Z\",\"2015-05-17T20:10:40.000Z\",\"2015-05-23T06:57:06.000Z\",\"2015-05-30T15:56:09.000Z\",\"2015-06-06T09:58:37.000Z\",\"2015-06-12T23:19:17.000Z\",\"2015-06-20T08:56:42.000Z\",\"2015-06-28T21:24:58.000Z\",\"2015-07-05T15:23:54.000Z\",\"2015-07-12T12:36:44.000Z\",\"2015-07-17T08:06:27.000Z\",\"2015-07-25T20:42:46.000Z\",\"2015-08-01T15:48:30.000Z\",\"2015-08-06T13:28:54.000Z\",\"2015-08-15T20:22:49.000Z\",\"2015-08-21T16:09:27.000Z\",\"2015-08-30T21:36:35.000Z\",\"2015-09-02T21:55:03.000Z\",\"2015-09-11T07:39:04.000Z\",\"2015-09-18T14:57:23.000Z\",\"2015-09-25T15:08:54.000Z\",\"2015-10-02T16:40:19.000Z\",\"2015-10-08T18:23:10.000Z\",\"2015-10-18T19:38:50.000Z\",\"2015-10-25T20:54:21.000Z\",\"2015-11-01T17:55:34.000Z\",\"2015-11-08T15:18:01.000Z\",\"2015-11-14T08:15:47.000Z\",\"2015-11-22T13:44:02.000Z\",\"2015-11-29T10:32:44.000Z\",\"2015-12-06T11:06:53.000Z\",\"2015-12-13T19:21:31.000Z\",\"2015-12-18T07:49:33.000Z\",\"2015-12-24T15:35:34.000Z\",\"2016-01-02T14:14:17.000Z\",\"2016-01-08T18:57:06.000Z\",\"2016-01-17T22:49:01.000Z\",\"2016-01-22T16:53:36.000Z\",\"2016-01-31T11:54:24.000Z\",\"2016-02-07T14:07:32.000Z\",\"2016-02-12T15:35:27.000Z\",\"2016-02-19T09:23:27.000Z\",\"2016-02-25T14:55:46.000Z\",\"2016-03-05T15:52:23.000Z\",\"2016-03-12T00:37:25.000Z\",\"2016-03-18T16:54:55.000Z\",\"2016-03-26T22:38:32.000Z\",\"2016-04-01T16:16:35.000Z\",\"2016-04-10T04:37:02.000Z\",\"2016-04-15T16:29:39.000Z\",\"2016-04-22T17:11:54.000Z\",\"2016-04-29T20:56:22.000Z\",\"2016-05-06T15:49:49.000Z\",\"2016-05-13T21:28:38.000Z\",\"2016-05-22T23:18:19.000Z\",\"2016-05-29T15:04:16.000Z\",\"2016-06-05T16:47:43.000Z\",\"2016-06-12T16:09:00.000Z\",\"2016-06-17T11:40:32.000Z\",\"2016-06-26T19:16:48.000Z\",\"2016-07-01T20:14:14.000Z\",\"2016-07-10T17:02:34.000Z\",\"2016-07-17T15:42:40.000Z\",\"2016-07-24T15:45:27.000Z\",\"2016-07-28T14:20:33.000Z\",\"2016-08-07T21:51:49.000Z\",\"2016-08-12T19:47:01.000Z\",\"2016-08-21T21:09:30.000Z\",\"2016-08-26T15:22:04.000Z\",\"2016-09-03T17:02:36.000Z\",\"2016-09-11T21:20:15.000Z\",\"2016-09-18T13:41:38.000Z\",\"2016-09-24T09:59:43.000Z\",\"2016-10-01T07:14:17.000Z\",\"2016-10-09T18:07:13.000Z\",\"2016-10-15T08:15:09.000Z\",\"2016-10-22T09:48:53.000Z\",\"2016-10-28T17:44:55.000Z\",\"2016-11-04T13:49:28.000Z\",\"2016-11-12T21:01:36.000Z\",\"2016-11-18T15:00:16.000Z\",\"2016-11-25T16:09:18.000Z\",\"2016-12-02T17:26:18.000Z\",\"2016-12-11T19:35:09.000Z\",\"2016-12-18T22:01:43.000Z\",\"2016-12-25T16:34:25.000Z\",\"2017-01-01T20:46:07.000Z\",\"2017-01-06T21:27:10.000Z\",\"2017-01-14T12:42:30.000Z\",\"2017-01-20T18:25:07.000Z\",\"2017-01-29T18:10:23.000Z\",\"2017-02-05T19:31:44.000Z\",\"2017-02-10T19:23:18.000Z\",\"2017-02-17T17:08:35.000Z\",\"2017-02-23T22:41:50.000Z\",\"2017-03-03T16:29:25.000Z\",\"2017-03-10T08:14:20.000Z\",\"2017-03-17T10:04:22.000Z\",\"2017-03-26T11:26:53.000Z\",\"2017-03-31T16:11:58.000Z\",\"2017-04-08T15:49:24.000Z\",\"2017-04-14T15:32:50.000Z\",\"2017-04-21T15:27:01.000Z\",\"2017-04-28T08:25:15.000Z\",\"2017-05-05T18:41:50.000Z\",\"2017-05-12T16:05:31.000Z\",\"2017-05-19T07:26:42.000Z\",\"2017-05-26T15:57:42.000Z\",\"2017-06-02T20:32:24.000Z\",\"2017-06-11T15:54:24.000Z\",\"2017-06-16T20:30:39.000Z\",\"2017-06-23T15:39:33.000Z\",\"2017-07-01T20:14:59.000Z\",\"2017-07-07T09:42:33.000Z\",\"2017-07-14T21:44:23.000Z\",\"2017-07-21T20:57:24.000Z\",\"2017-07-30T18:54:33.000Z\",\"2017-08-06T18:52:16.000Z\",\"2017-08-13T13:27:20.000Z\",\"2017-08-20T20:45:31.000Z\",\"2017-08-24T16:02:50.000Z\",\"2017-09-01T14:47:24.000Z\",\"2017-09-08T19:39:35.000Z\",\"2017-09-15T13:08:15.000Z\",\"2017-09-22T20:31:21.000Z\",\"2017-09-29T18:16:51.000Z\",\"2017-10-07T20:22:23.000Z\",\"2017-10-15T23:09:49.000Z\",\"2017-10-21T08:28:52.000Z\",\"2017-10-27T13:08:37.000Z\",\"2017-11-04T19:36:33.000Z\",\"2017-11-12T09:16:50.000Z\",\"2017-11-17T17:13:49.000Z\",\"2017-11-24T12:42:38.000Z\",\"2017-12-02T04:11:58.000Z\",\"2017-12-10T22:13:27.000Z\",\"2017-12-16T13:00:59.000Z\",\"2017-12-22T10:37:35.000Z\",\"2017-12-29T16:26:18.000Z\",\"2018-01-07T03:42:20.000Z\",\"2018-01-13T07:46:38.000Z\",\"2018-01-19T16:24:54.000Z\",\"2018-01-26T16:49:04.000Z\",\"2018-02-03T07:51:18.000Z\",\"2018-02-09T09:45:15.000Z\",\"2018-02-15T13:58:45.000Z\",\"2018-02-24T22:47:14.000Z\",\"2018-03-02T16:06:16.000Z\",\"2018-03-09T09:14:25.000Z\",\"2018-03-16T16:19:10.000Z\",\"2018-03-23T09:06:04.000Z\",\"2018-04-01T11:42:02.000Z\",\"2018-04-07T12:33:41.000Z\",\"2018-04-15T15:56:36.000Z\",\"2018-04-20T11:45:50.000Z\",\"2018-04-29T08:33:03.000Z\",\"2018-05-04T14:56:25.000Z\",\"2018-05-12T19:41:56.000Z\",\"2018-05-19T02:37:27.000Z\",\"2018-05-25T13:30:07.000Z\",\"2018-06-03T16:39:45.000Z\",\"2018-06-09T11:02:15.000Z\",\"2018-06-15T21:17:11.000Z\",\"2018-06-24T17:56:56.000Z\",\"2018-06-29T08:33:17.000Z\",\"2018-07-08T00:23:28.000Z\",\"2018-07-15T21:10:36.000Z\",\"2018-07-20T14:34:15.000Z\",\"2018-07-27T09:24:07.000Z\",\"2018-08-03T14:22:22.000Z\",\"2018-08-11T19:07:35.000Z\",\"2018-08-19T13:20:56.000Z\",\"2018-08-26T14:39:11.000Z\",\"2018-09-01T01:45:18.000Z\",\"2018-09-07T15:27:34.000Z\",\"2018-09-16T09:09:02.000Z\",\"2018-09-21T18:18:17.000Z\",\"2018-09-28T13:59:16.000Z\",\"2018-10-07T16:22:53.000Z\",\"2018-10-12T15:17:16.000Z\",\"2018-10-21T12:24:12.000Z\",\"2018-10-26T14:04:46.000Z\",\"2018-11-02T09:06:30.000Z\",\"2018-11-09T13:43:51.000Z\",\"2018-11-18T13:09:09.000Z\",\"2018-11-25T11:30:33.000Z\",\"2018-11-30T12:41:58.000Z\",\"2018-12-06T13:20:18.000Z\",\"2018-12-15T18:12:37.000Z\",\"2018-12-21T11:54:25.000Z\",\"2018-12-28T14:42:21.000Z\",\"2019-01-02T21:55:03.000Z\",\"2019-01-10T12:26:26.000Z\",\"2019-01-18T10:14:54.000Z\",\"2019-01-27T18:57:23.000Z\",\"2019-02-02T04:55:35.000Z\",\"2019-02-07T12:06:52.000Z\",\"2019-02-17T16:49:51.000Z\",\"2019-02-23T12:31:08.000Z\",\"2019-03-01T17:23:43.000Z\",\"2019-03-07T17:42:06.000Z\",\"2019-03-15T10:29:13.000Z\",\"2019-03-22T16:00:44.000Z\",\"2019-03-30T06:05:24.000Z\",\"2019-04-05T17:35:44.000Z\",\"2019-04-12T17:18:13.000Z\",\"2019-04-19T14:10:49.000Z\",\"2019-04-26T15:19:30.000Z\",\"2019-05-02T21:32:54.000Z\",\"2019-05-11T09:29:35.000Z\",\"2019-05-17T13:45:00.000Z\",\"2019-05-24T06:36:38.000Z\",\"2019-05-30T21:40:53.000Z\",\"2019-06-07T09:27:41.000Z\",\"2019-06-14T14:27:59.000Z\",\"2019-06-22T03:06:54.000Z\",\"2019-06-28T13:19:09.000Z\",\"2019-07-05T14:33:40.000Z\",\"2019-07-12T15:20:46.000Z\",\"2019-07-17T21:55:03.000Z\",\"2019-07-26T13:28:32.000Z\",\"2019-08-01T07:44:38.000Z\",\"2019-08-09T11:10:00.000Z\",\"2019-08-16T16:28:22.000Z\",\"2019-08-23T14:02:45.000Z\",\"2019-08-31T16:24:20.000Z\",\"2019-09-05T08:41:44.000Z\",\"2019-09-13T10:09:37.000Z\",\"2019-09-18T21:55:03.000Z\",\"2019-09-27T14:48:18.000Z\",\"2019-10-05T07:28:20.000Z\",\"2019-10-11T15:45:47.000Z\",\"2019-10-19T10:11:54.000Z\",\"2019-10-27T18:04:43.000Z\",\"2019-11-03T22:27:33.000Z\",\"2019-11-10T10:59:45.000Z\",\"2019-11-15T16:45:28.000Z\",\"2019-11-22T09:13:50.000Z\",\"2019-12-01T09:08:28.000Z\",\"2019-12-06T09:11:58.000Z\",\"2019-12-15T22:47:39.000Z\",\"2019-12-19T14:21:15.000Z\",\"2019-12-27T07:58:19.000Z\",\"2020-01-03T17:56:46.000Z\",\"2020-01-12T07:03:39.000Z\",\"2020-01-17T15:51:06.000Z\",\"2020-01-24T09:09:43.000Z\",\"2020-01-29T21:55:03.000Z\",\"2020-02-08T06:16:29.000Z\",\"2020-02-16T07:55:42.000Z\",\"2020-02-23T09:33:28.000Z\",\"2020-03-01T14:03:03.000Z\",\"2020-03-06T15:12:24.000Z\",\"2020-03-13T17:26:51.000Z\",\"2020-03-22T11:43:58.000Z\",\"2020-03-29T13:53:44.000Z\",\"2020-04-04T09:47:28.000Z\",\"2020-04-11T14:20:20.000Z\",\"2020-04-19T18:21:13.000Z\",\"2020-04-26T18:38:45.000Z\",\"2020-05-02T05:44:13.000Z\",\"2020-05-08T12:58:34.000Z\",\"2020-05-17T09:35:06.000Z\",\"2020-05-20T21:55:03.000Z\",\"2020-05-27T21:55:03.000Z\",\"2020-06-07T04:27:04.000Z\",\"2020-06-12T15:41:26.000Z\",\"2020-06-21T17:05:01.000Z\",\"2020-06-28T12:32:02.000Z\",\"2020-07-05T20:23:33.000Z\",\"2020-07-10T19:22:35.000Z\",\"2020-07-18T10:59:00.000Z\",\"2020-07-24T15:41:32.000Z\",\"2020-07-30T14:01:19.000Z\",\"2020-08-07T07:55:49.000Z\",\"2020-08-16T08:00:43.000Z\",\"2020-08-20T17:44:11.000Z\",\"2020-08-29T00:47:42.000Z\",\"2020-09-05T14:40:21.000Z\",\"2020-09-11T09:00:56.000Z\",\"2020-09-17T20:19:17.000Z\",\"2020-09-24T15:48:23.000Z\",\"2020-10-02T15:42:31.000Z\",\"2020-10-07T21:55:03.000Z\",\"2020-10-16T21:23:35.000Z\",\"2020-10-25T12:35:47.000Z\",\"2020-10-30T07:51:04.000Z\",\"2020-11-07T08:28:37.000Z\",\"2020-11-13T13:55:32.000Z\",\"2020-11-22T22:14:08.000Z\",\"2020-11-29T12:12:12.000Z\",\"2020-12-06T05:24:32.000Z\",\"2020-12-11T23:38:23.000Z\",\"2020-12-19T12:18:33.000Z\",\"2020-12-23T21:55:03.000Z\",\"2020-12-30T21:55:03.000Z\",\"2021-01-08T15:23:40.000Z\",\"2021-01-17T16:44:07.000Z\",\"2021-01-22T20:36:58.000Z\",\"2021-01-28T16:52:48.000Z\",\"2021-02-05T14:48:20.000Z\",\"2021-02-12T16:39:40.000Z\",\"2021-02-20T21:28:19.000Z\",\"2021-02-26T14:01:14.000Z\",\"2021-03-07T15:18:06.000Z\",\"2021-03-13T14:48:10.000Z\",\"2021-03-19T15:10:17.000Z\",\"2021-03-25T10:01:45.000Z\",\"2021-04-01T13:11:50.000Z\",\"2021-04-08T21:51:40.000Z\",\"2021-04-16T20:49:25.000Z\",\"2021-04-22T08:56:17.000Z\"],[1,10,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,7,16,1,19,17,29,16,18,16,4,3,20,18,8,6,21,37,22,6,13,15,3,13,14,7,3,18,10,12,11,2,17,5,47,22,14,22,29,24,24,32,28,38,30,35,36,26,23,15,37,21,38,18,24,22,21,20,20,23,43,29,23,7,3,31,21,26,26,27,58,29,26,48,24,17,30,16,17,12,11,14,22,32,32,39,29,44,23,51,30,19,13,21,22,15,27,30,47,23,18,5,18,6,9,17,26,46,29,22,15,26,29,24,15,9,19,18,17,32,32,43,21,23,16,15,11,57,22,38,28,42,44,26,14,37,36,11,34,26,28,47,37,28,24,47,15,17,13,19,31,21,26,46,43,43,14,11,29,22,11,19,17,22,17,11,22,14,17,16,19,11,13,20,21,12,17,6,13,15,14,13,31,27,25,24,27,34,26,20,36,43,29,28,22,21,51,31,54,48,49,28,10,21,13,16,26,23,15,27,18,39,16,22,61,19,27,26,16,10,2,8,19,9,10,10,17,24,10,8,15,14,10,18,20,39,24,29,40,24,40,31,32,33,19,27,27,19,47,70,29,7,25,14,32,34,55,25,28,25,42,36,31,23,24,13,21,19,23,24,12,18,5,2,8,13,13,37,15,19,24,11,12,10,28,22,14,21,9,8,7,12,26,28,13,10,11,25,14,22,22,10,8,7,16,15,7,20,11,13,2,15,12,21,8,11,20,12,21,5,21,18,20,14,7,25,7,25,11,4,16,28,15,22,20,32,21,28,18,14,25,14,24,14,6,10,7,12,15,17,25,23,18,10,14,7,8,9,11,9,10,4,7,17,9,3,8,10,13,10,18,13,9,16,8,12,9,1,7,6,23,8,24,16,3,16,7,17,9,3,6,5,2,7]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on modeling.sirius forum.    ID   Subject   Post date   Post author     1840704   Re: Element Based Edge in one editor across different metamodels   2021-04-22 08:56:17   49151     1840701   Re: creation tools are not working   2021-04-22 08:46:32   49151     1840700   Re: Extending an installed diagram   2021-04-22 08:42:11   49151     1840662   Re: Element Based Edge in one editor across different metamodels   2021-04-21 14:39:23   228437     1840653   Extending an installed diagram   2021-04-21 11:38:18   229200     1840643   Re: Element Based Edge in one editor across different metamodels   2021-04-21 09:29:53   49151     1840510   Element Based Edge in one editor across different metamodels   2021-04-16 20:49:25   228437     1840215   Re: creation tools are not working   2021-04-08 21:51:40   231634     1840194   Re: creation tools are not working   2021-04-08 12:18:58   228620     1840140   creation tools are not working   2021-04-07 10:09:33   231634    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 2357 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on modeling.sirius forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107745   Extending an installed diagram   2021-04-22 08:42:11   1840700   1   399     1107704   Element Based Edge in one editor across different metamodels   2021-04-22 08:56:17   1840704   3   925     1107591   creation tools are not working   2021-04-22 08:46:32   1840701   3   579     1107568   SiriusCon Live 2021: save the date!   2021-04-06 07:45:42   1840049   0   1092     1107538   Sirius Web tutorial   2021-04-01 10:08:57   1839924   0   1106     1107525   “This Diagram may need to be refreshed before opening. Would you like to refresh it now?”   2021-04-01 13:11:50   1839939   1   274     1107375   How to instantiate timelines in a sequence diagram using customised classes (from matamodel)   2021-03-29 08:24:08   1839790   3   1296     1107349   \\[ANN\\] Sirius 6.4.2   2021-03-18 08:53:45   1839247   0   1268     1107334   Error in last commit in Sirius Web Master   2021-03-18 08:35:05   1839246   2   297     1107308   Centering the text of a container’s label   2021-03-23 09:04:02   1839521   1   1359      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 223 commits.\n  ID   Name   Time   Result     3   repository-analyzer \\#3   1.567507e+12   SUCCESS     2   repository-analyzer \\#2   1.567506e+12   SUCCESS     1   repository-analyzer \\#1   1.567504e+12   FAILURE     2013-12-10\\_10-58-47   sirius-0.9.x \\#14   1.386691e+12   SUCCESS     2015-01-27\\_04-30-55   sirius-1.0.x \\#37   1.422351e+12   SUCCESS     2014-08-12\\_09-13-44   sirius-1.0.x \\#30   1.407849e+12   SUCCESS     2017-01-24\\_07-51-04   sirius-2.0.x \\#77   1.485262e+12   SUCCESS     2016-11-29\\_00-01-55   sirius-2.0.x \\#75   1.480396e+12   SUCCESS     2015-06-12\\_09-25-29   sirius-2.0.x \\#65   1.434116e+12   SUCCESS     2015-03-31\\_00-01-24   sirius-2.0.x \\#56   1.427774e+12   SUCCESS    // jsData function gvisDataPieChartID1ec1775420c5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 11 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 91 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 107 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 1 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 13 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1ec1775420c5() { var data = gvisDataPieChartID1ec1775420c5(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project modeling.sirius \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;NA\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1ec1775420c5') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1ec1775420c5); })(); function displayChartPieChartID1ec1775420c5() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 38 commits.\n  Name   Colour   Last build time   Health report     repository-analyzer   blue   1.567507e+12   66     sirius-0.9.x   disabled   1.386691e+12   100     sirius-1.0.x   disabled   1.422351e+12   100     sirius-2.0.x   disabled   1.485262e+12   100     sirius-3.0.x   disabled   1.442303e+12   100     sirius-3.1.3.100-x   disabled   1.457086e+12   100     sirius-3.1.x   disabled   1.516050e+12   100     sirius-4.0.x   disabled   1.516050e+12   100     sirius-4.1.x   disabled   1.538568e+12   100     sirius-5.0.x   disabled   1.517495e+12   100    // jsData function gvisDataPieChartID1ec127b063e9 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 13 ], [ \u0026ldquo;disabled\u0026rdquo;, 19 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;red\u0026rdquo;, 2 ], [ \u0026ldquo;red_anime\u0026rdquo;, 1 ], [ \u0026ldquo;yellow\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1ec127b063e9() { var data = gvisDataPieChartID1ec127b063e9(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project modeling.sirius \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1ec127b063e9') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1ec127b063e9); })(); function displayChartPieChartID1ec127b063e9() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for modeling.sirius .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Sirius   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Sirius   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/sirius/   OK. Fetched CI URL.\\\\OK. CI URL is a Hudson instance. Title is \\[master\\]     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/sirius-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/sirius/doc   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/sirius/download.html   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.sirius   OK. Forum \\[Sirius Forum\\] correctly defined.\\\\OK: Forum \\[Sirius Forum\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://wiki.eclipse.org/Sirius/Getting\\_Started   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/sirius-dev   OK. \\[sirius-dev\\] ML correctly defined with email.\\\\OK: \\[sirius-dev\\] ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 47 commits.\n  Author   Count     unknown   14563     Matthew Hall   61     Florian Barbin   55     Cedric Brun    29     Mariot Chauvin   24     OnSPYmV0Eff7B815@Q70vcFthtWQooaDk   19     Laurent Redor   14     www.obeo.fr   6     Laurent Goubet   4     Maxime Porhel   3    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ec123723f2a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 14563 ], [ \"Matthew Hall\", 61 ], [ \"Florian Barbin\", 55 ], [ \"Cedric Brun \", 29 ], [ \"Mariot Chauvin\", 24 ], [ \"OnSPYmV0Eff7B815@Q70vcFthtWQooaDk\", 19 ], [ \"Laurent Redor\", 14 ], [ \"www.obeo.fr\", 6 ], [ \"Laurent Goubet\", 4 ], [ \"Maxime Porhel\", 3 ], [ \"Pratik Shah\", 3 ], [ \"u8if1/AhTCQX1h1a@Q70vcFthtWQooaDk\", 3 ], [ \"\", 2 ], [ \"Anthony Hunter\", 2 ], [ \"Eclipse EEF.\", 2 ], [ \"Felix Dorner \", 2 ], [ \"Goulwen Le Fur\", 2 ], [ \"Ketan Padegaonkar \", 2 ], [ \"Pierre-Charles David \", 2 ], [ \"Yann Mortier\", 2 ], [ \"http://docbook.org/ns/docbook\", 2 ], [ \"Benjamin GROUHAN\", 1 ], [ \"Cedric Brun\", 1 ], [ \"Cedric Brun eCnfWAfbZaWiA5Pb@Q70vcFthtWQooaDk\", 1 ], [ \"Cedric Chabanois\", 1 ], [ \"Damien Lecan (X3PB0BLk/+yTNpEi@Q70vcFthtWQooaDk)\", 1 ], [ \"End\", 1 ], [ \"Group\", 1 ], [ \"IBM Corporation\", 1 ], [ \"James Bruck\", 1 ], [ \"Jessy MALLET\", 1 ], [ \"Kevin Cornell\", 1 ], [ \"Nathalie Lepine\", 1 ], [ \"Steve Monnier \", 1 ], [ \"Vincent MAHE\", 1 ], [ \"Wayne Diu\", 1 ], [ \"a PrintIterator\", 1 ], [ \"createAuthor() AuthorImpl\", 1 ], [ \"extends EObject\", 1 ], [ \"new EObjectContainmentEList\", 1 ], [ \"on the a href https://git.eclipse.org/r\", 1 ], [ \"on the https://git.eclipse.org/r\", 1 ], [ \"the Eclipse Sirius project\", 1 ], [ \"the Let\", 1 ], [ \"the Viewpoint Specification Project\", 1 ], [ \"the tests for final IProject project\", 1 ], [ \"Ji7va8cVJq7RendT@Q70vcFthtWQooaDk\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ec123723f2a() { var data = gvisDataPieChartID1ec123723f2a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project modeling.sirius \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ec123723f2a') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 26 commits.\n  Copyrights   Count     unknown   5628     Copyright (c) THALES GLOBAL   5131     Copyright (c) Obeo   2577     Copyright (c) THALES GLOBAL SERVICES and others   917     Copyright (c) THALES GLOBAL SERVICES   422     Copyright (c) Obeo and others   295     Copyright (c) TypeFox and others   207     Copyright (c) Facebook, Inc.   84     Copyright (c) IBM Corporation and others   78     Copyright (c) Matthew Hall and others   73    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ec17150630 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5628 ], [ \"Copyright (c) THALES GLOBAL\", 5131 ], [ \"Copyright (c) Obeo\", 2577 ], [ \"Copyright (c) THALES GLOBAL SERVICES and others\", 917 ], [ \"Copyright (c) THALES GLOBAL SERVICES\", 422 ], [ \"Copyright (c) Obeo and others\", 295 ], [ \"Copyright (c) TypeFox and others\", 207 ], [ \"Copyright (c) Facebook, Inc.\", 84 ], [ \"Copyright (c) IBM Corporation and others\", 78 ], [ \"Copyright (c) Matthew Hall and others\", 73 ], [ \"Copyright Twitter, Inc\", 13 ], [ \"Copyright (c) Kiel University and others\", 7 ], [ \"(c) Sindre Sorhus\", 4 ], [ \"(c) Xe (c)\", 4 ], [ \"Copyright Yahoo! Inc.\", 4 ], [ \"Copyright (c) Borland Software Corp.\", 2 ], [ \"Copyright (c) Borland Software Corporation and others\", 2 ], [ \"Copyright (c) Ketan Padegaonkar and others\", 2 ], [ \"Copyright (c) Microsoft\", 2 ], [ \"Copyright (c) THALES GLOBAL SERVICES, Obeo\", 2 ], [ \"Copyright (c) Anyware Technologies and others\", 1 ], [ \"Copyright (c) IBM Corporation, CEA, and others\", 1 ], [ \"Copyright (c) Obeo and THALES GLOBAL\", 1 ], [ \"Copyright (c) Robin Stocker and others\", 1 ], [ \"Copyright (c) THALES GLOBAL SERVICESa and others\", 1 ], [ \"Copyright (c) http://www.inria.fr/ and others\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ec17150630() { var data = gvisDataPieChartID1ec17150630(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project modeling.sirius \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ec17150630') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 26 commits.\n  Holders   Count     unknown   5630     THALES GLOBAL   5129     Obeo   2577     THALES GLOBAL SERVICES and others   917     THALES GLOBAL SERVICES   424     Obeo and others   295     TypeFox and others   207     Facebook, Inc.   84     IBM Corporation and others   78     Matthew Hall and others   73    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ec167ae47ee () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5630 ], [ \"THALES GLOBAL\", 5129 ], [ \"Obeo\", 2577 ], [ \"THALES GLOBAL SERVICES and others\", 917 ], [ \"THALES GLOBAL SERVICES\", 424 ], [ \"Obeo and others\", 295 ], [ \"TypeFox and others\", 207 ], [ \"Facebook, Inc.\", 84 ], [ \"IBM Corporation and others\", 78 ], [ \"Matthew Hall and others\", 73 ], [ \"Twitter, Inc\", 13 ], [ \"Kiel University and others\", 7 ], [ \"Sindre Sorhus\", 4 ], [ \"Xe\", 4 ], [ \"Yahoo! Inc.\", 4 ], [ \"Borland Software Corp.\", 2 ], [ \"Borland Software Corporation and others\", 2 ], [ \"Ketan Padegaonkar and others\", 2 ], [ \"Microsoft Corp.\", 2 ], [ \"THALES GLOBAL SERVICES, Obeo\", 2 ], [ \"Anyware Technologies and others\", 1 ], [ \"IBM Corporation, CEA, and others\", 1 ], [ \"Obeo and THALES GLOBAL\", 1 ], [ \"Robin Stocker and others\", 1 ], [ \"THALES GLOBAL SERVICESa and others\", 1 ], [ \"others\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ec167ae47ee() { var data = gvisDataPieChartID1ec167ae47ee(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project modeling.sirius \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ec167ae47ee') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 16 commits.\n  Licence   Count     epl-2.0   9345     epl-2.0 OR apache-2.0   9321     unknown   5484     epl-1.0   411     apache-2.0   217     mit   91     bsd-new   4     bsd-new AND facebook-patent-rights-2   4     epl-2.0 OR apache-2.0 OR (gpl-2.0 WITH classpath-exception-2.0 AND gpl-2.0 WITH openjdk-exception)   4     unknown   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ec132668547 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 9345 ], [ \"epl-2.0 OR apache-2.0\", 9321 ], [ \"unknown\", 5484 ], [ \"epl-1.0\", 411 ], [ \"apache-2.0\", 217 ], [ \"mit\", 91 ], [ \"bsd-new\", 4 ], [ \"bsd-new AND facebook-patent-rights-2\", 4 ], [ \"epl-2.0 OR apache-2.0 OR (gpl-2.0 WITH classpath-exception-2.0 AND gpl-2.0 WITH openjdk-exception)\", 4 ], [ \"unknown\", 2 ], [ \"unknown-spdx\", 2 ], [ \"bsd-new OR epl-1.0\", 1 ], [ \"bsd-new OR epl-2.0\", 1 ], [ \"cpl-1.0 AND other-permissive\", 1 ], [ \"epl-2.0 OR gpl-2.0 WITH classpath-exception-2.0\", 1 ], [ \"generic-export-compliance\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ec132668547() { var data = gvisDataPieChartID1ec132668547(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project modeling.sirius \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ec132668547') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 11 commits.\n  Programming Language   Count     Java   8512     unknown   6001     HTML   189     Objective-C   46     PHP   21     Python   20     Bash   10     CSS   7     JavaScript   6     Perl   4    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ec11c6af90 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 8512 ], [ \"unknown\", 6001 ], [ \"HTML\", 189 ], [ \"Objective-C\", 46 ], [ \"PHP\", 21 ], [ \"Python\", 20 ], [ \"Bash\", 10 ], [ \"CSS\", 7 ], [ \"JavaScript\", 6 ], [ \"Perl\", 4 ], [ \"Perl6\", 2 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ec11c6af90() { var data = gvisDataPieChartID1ec11c6af90(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project modeling.sirius \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ec11c6af90') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 347 commits.\n  Holders   Type     LICENSE   legal     NOTICE   legal     pom.xml   manifest     README.md   readme     packaging/org.eclipse.sirius.aql/pom.xml   manifest     packaging/org.eclipse.sirius.diagram.elk.feature/pom.xml   manifest     packaging/org.eclipse.sirius.diagram.elk.sdk.feature/pom.xml   manifest     packaging/org.eclipse.sirius.doc.feature/pom.xml   manifest     packaging/org.eclipse.sirius.headless.update/pom.xml   manifest     packaging/org.eclipse.sirius.interpreter.feature/pom.xml   manifest    ","href":"/projects/modeling.sirius/datasets_report/","title":"modeling.sirius"},{"content":"","href":"/page/","title":"Pages"},{"content":"","href":"/search/","title":"Search"},{"content":"","href":"/tags/","title":"Tags"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.apogy\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.apogy.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 294 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.apogy\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\",\"2021-04-24T00:00:00.000Z\"],[6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,3,0,0,1,6,9,0,0,0,0,0,3,4,0,0,0,0,2,3,7,4,0,0,0,2,10,10,10,1,0,4,5,8,24,9,4,1,1,2,7,6,10,4,3,0,4,8,7,14,2,0,0,4,7,12,12,10,0,1,7,14,10,12,10,0,0,5,6,2,3,3,1,0,3,4,4,7,5,1,2,2,5,4,8,0,2,0,0,0,0,0,0,0,0,1,0,0,2,3,0,0,3,10,5,2,0,0,0,0,8,13,14,10,0,0,8,11,6,5,6,0,0,6,12,7,11,9,0,0,8,8,14,10,11,1,0,10,15,4,1,1,0,0,3,4,10,5,8,0,0,8,4,14,11,11,0,0,5,4,3,5,5,2,0,1,10,11,23,2,0,0,4,3,6,2,0,0,0,1,0,2,1,1,0,0,0,1,1,3,0,0,0,0,0,4,0,2,0,0,1,0,3,2,0,0,0,0,0,1,2,1,1,0,1,2,0,0,1,0,0,0,0,0,0,0,0,2,2,1,1,0,2,0,0,0,1,1,0,1,0,0,0,3,0,1,0,0,0,0,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,0,1,3,0,0,1,0,2,1,0,1,0,0,1,2,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,2,1,4,0,0,0,0,0,0,0,0,0,1,0,6,6,1,0,0,4,0,1,2,0,0,0,0,1,2,3,1,0,0,0,2,5,4,5,0,0,4,2,4,4,0,0,0,0,1,6,7,9,0,0,4,4,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,3,1,1,4,0,0,0,2,1,1,1,1,0,0,1,1,1,3,3,0,0,2,0,1,0,0,0,0,4,3,3,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,0,0,0,2,0,2,2,0,0,0,2,1,1,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,2,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,0,1,1,0,0,1,2,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,1,0,1,2,1,1,0,0,0,0,0,0,1,3,0,0,3,5,1,1,0,0,0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,3,0,1,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 7936 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 78 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 49 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 36 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.apogy\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\"],[15,28,4,2,3,1,10,0,0,0,0,0,1,1,2,0,5,1,1,0,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 1 weeks.\n// jsData function gvisDataColumnChartID1ee97f75ab23 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 78 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1ee97f75ab23() { var data = gvisDataColumnChartID1ee97f75ab23(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1ee97f75ab23') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 1 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1ee971af2ebe () { var data = new google.visualization.DataTable(); var datajson = [ [ \"General\", 78 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1ee971af2ebe() { var data = gvisDataColumnChartID1ee971af2ebe(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1ee971af2ebe') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 2 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.apogy\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2019-03-20T14:22:07.000Z\",\"2019-03-27T14:22:07.000Z\",\"2019-04-03T14:22:07.000Z\",\"2019-04-10T14:22:07.000Z\",\"2019-04-17T14:22:07.000Z\",\"2019-04-24T14:22:07.000Z\",\"2019-05-01T14:22:07.000Z\",\"2019-05-08T14:22:07.000Z\",\"2019-05-15T14:22:07.000Z\",\"2019-05-22T14:22:07.000Z\",\"2019-05-29T14:22:07.000Z\",\"2019-06-05T14:22:07.000Z\",\"2019-06-12T14:22:07.000Z\",\"2019-06-19T14:22:07.000Z\",\"2019-06-26T14:22:07.000Z\",\"2019-07-03T14:22:07.000Z\",\"2019-07-10T14:22:07.000Z\",\"2019-07-17T14:22:07.000Z\",\"2019-07-24T14:22:07.000Z\",\"2019-07-31T14:22:07.000Z\",\"2019-08-07T14:22:07.000Z\",\"2019-08-14T14:22:07.000Z\",\"2019-08-21T14:22:07.000Z\",\"2019-08-28T14:22:07.000Z\",\"2019-09-04T14:22:07.000Z\",\"2019-09-11T14:22:07.000Z\",\"2019-09-18T14:22:07.000Z\",\"2019-09-25T14:22:07.000Z\",\"2019-10-03T20:36:32.000Z\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.apogy forum.    ID   Subject   Post date   Post author     1815518   Problems Installing Apogy SDK   2019-10-03 20:36:32   226697     1803910   Welcome to Apogy !   2019-03-13 14:22:07   210597    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 2 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.apogy forum.    ID   Subject   Last post date   Last post author   Replies   Views     1100828   Problems Installing Apogy SDK   2019-10-03 20:36:32   1815518   0   22702     1098015   Welcome to Apogy !   2019-03-13 14:22:07   1803910   0   13493      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 20 commits.\n  ID   Name   Time   Result     19   Admin \\#19   1.538594e+12   SUCCESS     36   Build \\#36   1.588170e+12   ABORTED     35   Build \\#35   1.588170e+12   ABORTED     34   Build \\#34   1.588167e+12   FAILURE     31   Build \\#31   1.588084e+12   SUCCESS     3   Build \\#3   1.538430e+12   SUCCESS     135   DevBuild \\#135   1.619271e+12   SUCCESS     134   DevBuild \\#134   1.619203e+12   SUCCESS     133   DevBuild \\#133   1.617748e+12   SUCCESS     49   DevPublish \\#49   1.572622e+12   FAILURE    // jsData function gvisDataPieChartID1ee95a544ba6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 3 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 5 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 12 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1ee95a544ba6() { var data = gvisDataPieChartID1ee95a544ba6(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.apogy \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1ee95a544ba6') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1ee95a544ba6); })(); function displayChartPieChartID1ee95a544ba6() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 8 commits.\n  Name   Colour   Last build time   Health report     Admin   blue   1.538594e+12   100     Build   aborted   1.588170e+12   80     DevBuild   blue   1.619271e+12   100     DevPublish   red   1.572622e+12   25     Print Dependency Tree   aborted   1.548189e+12   100     Print Directory Content   red   1.572880e+12   50     Publish   blue   1.551299e+12   100     TestCopy   blue   1.572891e+12   100    // jsData function gvisDataPieChartID1ee94ec63f65 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 2 ], [ \u0026ldquo;blue\u0026rdquo;, 4 ], [ \u0026ldquo;red\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1ee94ec63f65() { var data = gvisDataPieChartID1ee94ec63f65(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.apogy \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1ee94ec63f65') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1ee94ec63f65); })(); function displayChartPieChartID1ee94ec63f65() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.apogy .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Apogy   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Apogy\u0026component=General   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/apogy/   OK. Fetched CI URL.\\\\OK. CI URL is a Hudson instance. Title is \\[master\\]     Checks if the Dev ML URL can be fetched using a simple get query.   https://accounts.eclipse.org/mailing-list/apogy-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://wiki.eclipse.org/apogy   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://download.eclipse.org/apogy/release/R0\\_6/latest/   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.apogy   OK. Forum \\[Apogy\\] correctly defined.\\\\OK: Forum \\[Apogy\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://wiki.eclipse.org/Apogy/GettingStarted   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 11 commits.\n  Author   Count     unknown   17512     the Eclipse Apogy project   282     Pierre Allard   197     Regent L Archeveque   6     John E. Lloyd, Fall   4     Pierre Allard Regent L Archeveque   2     Steve Monnier OBEO   2      Pierre Allard (Tonne8e8atARcqIT@hzRqPfCQSb/Fw1x3)   1     Chengdong Li chOiM2F/nu/TwLls@WbE+HeK5LSM/97lj   1     Konstantin Scheglov    1      suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ee932734b69 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 17512 ], [ \"the Eclipse Apogy project\", 282 ], [ \"Pierre Allard\", 197 ], [ \"Regent L Archeveque\", 6 ], [ \"John E. Lloyd, Fall\", 4 ], [ \"Pierre Allard Regent L Archeveque\", 2 ], [ \"Steve Monnier OBEO\", 2 ], [ \"+ Pierre Allard (Tonne8e8atARcqIT@hzRqPfCQSb/Fw1x3)\", 1 ], [ \"Chengdong Li chOiM2F/nu/TwLls@WbE+HeK5LSM/97lj\", 1 ], [ \"Konstantin Scheglov \", 1 ], [ \"Tom Schindl \", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ee932734b69() { var data = gvisDataPieChartID1ee932734b69(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project technology.apogy \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ee932734b69') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 9 commits.\n  Copyrights   Count     unknown   9487     Copyright (c) Agence   8869     Copyright (c) Canadian Space Agency (CSA)   16     Copyright (c) IBM Corporation and others   13     Copyright John E. Lloyd   4     Copyright (c) Google Inc.   2     Copyright (c) Canadian Space Agency   1     Copyright (c) EclipseSource Muenchen GmbH and others   1     Copyrights (c)   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ee9f9d347 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 9487 ], [ \"Copyright (c) Agence\", 8869 ], [ \"Copyright (c) Canadian Space Agency (CSA)\", 16 ], [ \"Copyright (c) IBM Corporation and others\", 13 ], [ \"Copyright John E. Lloyd\", 4 ], [ \"Copyright (c) Google Inc.\", 2 ], [ \"Copyright (c) Canadian Space Agency\", 1 ], [ \"Copyright (c) EclipseSource Muenchen GmbH and others\", 1 ], [ \"Copyrights (c)\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ee9f9d347() { var data = gvisDataPieChartID1ee9f9d347(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project technology.apogy \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ee9f9d347') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 8 commits.\n  Holders   Count     unknown   9487     Agence   8869     Canadian Space Agency (CSA)   16     IBM Corporation and others   13     John E. Lloyd   4     Google Inc.   2     Canadian Space Agency   1     EclipseSource Muenchen GmbH and others   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ee95a7e9012 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 9487 ], [ \"Agence\", 8869 ], [ \"Canadian Space Agency (CSA)\", 16 ], [ \"IBM Corporation and others\", 13 ], [ \"John E. Lloyd\", 4 ], [ \"Google Inc.\", 2 ], [ \"Canadian Space Agency\", 1 ], [ \"EclipseSource Muenchen GmbH and others\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ee95a7e9012() { var data = gvisDataPieChartID1ee95a7e9012(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project technology.apogy \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ee95a7e9012') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 24 commits.\n  Licence   Count     epl-1.0   18773     unknown   8921     apache-2.0   1127     public-domain   563     bsd-simplified   562     epl-2.0 OR apache-2.0   283     apache-1.1   281     bsd-new   281     generic-export-compliance   281     lgpl-2.1   281    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ee96ddf6eed () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-1.0\", 18773 ], [ \"unknown\", 8921 ], [ \"apache-2.0\", 1127 ], [ \"public-domain\", 563 ], [ \"bsd-simplified\", 562 ], [ \"epl-2.0 OR apache-2.0\", 283 ], [ \"apache-1.1\", 281 ], [ \"bsd-new\", 281 ], [ \"generic-export-compliance\", 281 ], [ \"lgpl-2.1\", 281 ], [ \"epl-1.0 OR bsd-new\", 120 ], [ \"epl-2.0 OR gpl-2.0 WITH classpath-exception-2.0\", 21 ], [ \"other-permissive AND free-unknown\", 4 ], [ \"eclipse-sua-2014\", 2 ], [ \"epl-2.0\", 2 ], [ \"mit-veillard-variant\", 2 ], [ \"unknown\", 2 ], [ \"unknown-spdx\", 2 ], [ \"westhawk\", 2 ], [ \"x11-hanson\", 2 ], [ \"cpl-1.0\", 1 ], [ \"mpl-1.1\", 1 ], [ \"other-permissive\", 1 ], [ \"warranty-disclaimer\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ee96ddf6eed() { var data = gvisDataPieChartID1ee96ddf6eed(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project technology.apogy \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ee96ddf6eed') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 10 commits.\n  Programming Language   Count     unknown   10356     Java   7619     Python   14     PHP   12     CSS   2     ActionScript 3   1     Bash   1     ERB   1     HTML   1     JavaScript   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1ee924cf583c () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 10356 ], [ \"Java\", 7619 ], [ \"Python\", 14 ], [ \"PHP\", 12 ], [ \"CSS\", 2 ], [ \"ActionScript 3\", 1 ], [ \"Bash\", 1 ], [ \"ERB\", 1 ], [ \"HTML\", 1 ], [ \"JavaScript\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1ee924cf583c() { var data = gvisDataPieChartID1ee924cf583c(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project technology.apogy \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1ee924cf583c') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 871 commits.\n  Holders   Type     description   manifest     LICENSE   legal     NOTICE   legal     pom.xml   manifest     bundles/pom.xml   manifest     bundles/addons/pom.xml   manifest     bundles/addons/org.eclipse.apogy.addons/LICENSE.md   legal     bundles/addons/org.eclipse.apogy.addons/NOTICE.md   legal     bundles/addons/org.eclipse.apogy.addons/META-INF/MANIFEST.MF   manifest     bundles/addons/org.eclipse.apogy.addons.actuators/LICENSE.md   legal    ","href":"/projects/technology.apogy/datasets_report/","title":"technology.apogy"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.app4mc\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.app4mc.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 614 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.app4mc\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\",\"2021-04-24T00:00:00.000Z\"],[2,2,0,0,3,5,9,2,1,0,0,4,1,3,9,10,0,0,8,5,6,3,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,9,0,4,1,0,0,0,4,2,0,0,2,0,0,0,1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,2,2,2,1,0,0,4,7,3,3,5,0,3,2,7,2,2,6,1,1,5,3,3,0,4,0,0,0,0,5,1,6,0,0,1,2,2,2,1,0,0,3,1,0,9,2,0,0,0,7,1,1,2,0,0,2,0,0,3,1,0,0,3,7,1,1,3,0,0,0,0,0,5,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5,3,2,1,0,1,0,3,0,0,0,0,0,0,0,1,8,9,1,0,0,4,8,1,4,3,0,0,0,0,0,3,8,0,0,2,1,0,0,0,0,0,0,1,2,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,5,4,0,1,0,0,1,5,0,1,0,0,6,4,2,2,0,1,0,1,6,1,3,0,0,0,0,6,8,2,0,0,0,3,8,0,3,5,0,0,0,0,9,1,0,0,1,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,5,2,0,4,0,0,6,1,2,4,2,0,0,0,1,0,0,0,0,0,4,9,0,0,0,0,0,0,4,1,0,1,0,0,7,0,1,0,0,0,0,2,1,4,0,10,0,0,4,1,1,5,1,0,0,13,5,3,5,4,0,0,6,11,8,13,5,0,0,0,4,5,14,8,0,0,7,1,0,0,8,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,6,0,0,0,2,2,3,4,3,0,2,2,1,0,1,2,4,0,2,0,0,0,0,0,0,0,1,2,1,0,0,0,0,0,2,0,0,0,0,4,2,0,0,2,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,1,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,1,1,7,3,0,0,3,3,4,8,6,0,0,7,7,2,2,0,0,0,6,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5,0,3,0,0,0,0,7,1,2,7,1,0,0,1,1,1,2,0,0,0,0,1,0,0,0,0,0,3,0,2,5,0,0,0,4,6,7,1,3,0,0,3,3,5,10,9,2,0,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,5,0,0,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,1,2,2,1,0,0,1,0,1,0,0,0,0,1,1,0,1,6,0,0,0,0,0,0,1,0,0,0,0,3,1,3,2,0,1,0,0,2,0,0,0,4,0,1,1,3,0,0,1,0,4,0,5,0,2,5,7,22,2,1,0,0,0,0,0,0,2,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0,2,0,2,0,0,0,1,0,2,1,3,0,0,0,0,1,3,1,0,0,0,0,0,0,3,0,0,1,8,4,0,0,0,0,0,2,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,5,2,0,1,3,1,0,0,0,0,1,0,1,1,3,0,0,2,1,2,3,3,0,0,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,2,10,0,0,7,6,4,0,3,0,0,1,3,3,0,2,0,0,3,1,12,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,1,1,0,0,0,3,0,0,0,0,0,0,2,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,6,1,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,2,5,1,0,10,10,0,1,0,0,0,0,0,0,7,0,0,0,0,8,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,2,0,0,0,4,0,0,13,3,0,1,4,0,0,14,4,5,3,0,0,0,3,2,3,4,6,0,0,3,7,1,8,10,0,0,3,9,4,0,3,0,0,0,0,1,3,0,0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,7,1,0,0,0,0,4,5,2,0,0,4,6,2,0,0,0,0,5,3,2,0,0,0,0,5,3,3,4,1,0,0,0,1,0,0,2,0,0,2,1,1,3,0,0,0,0,0,0,2,0,0,0,7,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,0,1,0,1,3,3,1,4,0,0,0,0,1,0,2,2,0,0,3,3,4,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,8,1,7,0,0,3,0,0,3,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,5,4,0,3,0,0,0,0,0,1,0,1,0,3,0,2,0,0,0,0,0,0,3,4,1,0,0,0,0,0,0,0,1,0,0,2,0,7,4,3,0,0,8,6,3,10,0,0,0,1,0,0,0,0,0,0,0,1,5,7,0,0,0,2,2,0,0,0,0,0,0,2,2,4,9,0,0,0,0,0,3,1,0,0,1,0,8,0,0,0,0,0,1,1,3,0,0,0,3,0,0,1,1,0,0,1,1,1,1,2,0,0,0,1,0,0,0,0,0,0,4,4,1,2,0,0,3,4,3,4,0,0,0,3,4,0,6,3,0,0,1,3,3,0,1,0,0,2,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,3,2,0,0,0,1,4,3,3,0,0,2,4,2,4,0,0,0,0,3,1,1,0,0,0,2,3,1,1,1,0,0,1,4,0,2,0,0,0,1,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,4,3,2,0,3,12,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,2,1,0,0,1,0,0,0,3,0,0,0,1,0,1,0,0,0,0,0,5,2,10,0,0,0,6,5,2,2,0,0,0,2,1,4,0,0,0,0,1,1,0,0,0,0,1,2,1,7,0,0,0,0,5,3,2,2,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 11721 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 196 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 23 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 130 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.app4mc\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\"],[0,0,0,0,0,0,0,0,15,1,6,13,7,8,3,6,3,0,7,12,1,1,7,0,5,2,0,0,1,0,4,1,1,1,3,5,0,1,0,5,1,0,1,5,0,3,1,2,6,3,11,4,2,9,3,2,2,1,5,0,1,1,4,6,3]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 19 weeks.\n// jsData function gvisDataColumnChartID1f0c6cd5e63b () { var data = new google.visualization.DataTable(); var datajson = [ [ \"0.7.1\", 28 ], [ \"0.7.0\", 22 ], [ \"unspecified\", 21 ], [ \"0.8.0\", 17 ], [ \"0.9.7\", 16 ], [ \"0.9.8\", 13 ], [ \"0.7.2\", 11 ], [ \"0.9.6\", 11 ], [ \"0.8.1\", 9 ], [ \"0.8.2\", 7 ], [ \"1.0.0\", 7 ], [ \"0.9.0\", 6 ], [ \"0.9.3\", 6 ], [ \"0.9.2\", 5 ], [ \"0.9.4\", 5 ], [ \"0.9.5\", 4 ], [ \"0.9.9\", 4 ], [ \"0.8.3\", 2 ], [ \"0.9.1\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f0c6cd5e63b() { var data = gvisDataColumnChartID1f0c6cd5e63b(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f0c6cd5e63b') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 9 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1f0c16968c33 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Models\", 115 ], [ \"General\", 31 ], [ \"Model Migration\", 23 ], [ \"UI\", 12 ], [ \"Cloud\", 7 ], [ \"Help\", 3 ], [ \"Website\", 3 ], [ \"Model Transformation\", 1 ], [ \"Model Transformation - Simulation\", 1 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f0c16968c33() { var data = gvisDataColumnChartID1f0c16968c33(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f0c16968c33') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 43 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.app4mc\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2015-09-09T18:55:29.000Z\",\"2015-09-16T18:55:29.000Z\",\"2015-09-23T18:55:29.000Z\",\"2015-09-30T18:55:29.000Z\",\"2015-10-07T18:55:29.000Z\",\"2015-10-14T18:55:29.000Z\",\"2015-10-21T18:55:29.000Z\",\"2015-10-28T18:55:29.000Z\",\"2015-11-04T18:55:29.000Z\",\"2015-11-11T18:55:29.000Z\",\"2015-11-18T18:55:29.000Z\",\"2015-11-25T18:55:29.000Z\",\"2015-12-02T18:55:29.000Z\",\"2015-12-09T18:55:29.000Z\",\"2015-12-16T18:55:29.000Z\",\"2015-12-23T18:55:29.000Z\",\"2015-12-30T18:55:29.000Z\",\"2016-01-06T18:55:29.000Z\",\"2016-01-13T18:55:29.000Z\",\"2016-01-20T18:55:29.000Z\",\"2016-01-27T18:55:29.000Z\",\"2016-02-03T18:55:29.000Z\",\"2016-02-10T18:55:29.000Z\",\"2016-02-17T18:55:29.000Z\",\"2016-02-24T18:55:29.000Z\",\"2016-03-02T18:55:29.000Z\",\"2016-03-09T18:55:29.000Z\",\"2016-03-16T18:55:29.000Z\",\"2016-03-23T18:55:29.000Z\",\"2016-03-30T18:55:29.000Z\",\"2016-04-06T18:55:29.000Z\",\"2016-04-13T18:55:29.000Z\",\"2016-04-20T18:55:29.000Z\",\"2016-04-27T18:55:29.000Z\",\"2016-05-04T18:55:29.000Z\",\"2016-05-11T18:55:29.000Z\",\"2016-05-18T18:55:29.000Z\",\"2016-05-25T18:55:29.000Z\",\"2016-06-01T18:55:29.000Z\",\"2016-06-08T18:55:29.000Z\",\"2016-06-15T18:55:29.000Z\",\"2016-06-22T18:55:29.000Z\",\"2016-06-29T18:55:29.000Z\",\"2016-07-06T18:55:29.000Z\",\"2016-07-13T18:55:29.000Z\",\"2016-07-20T18:55:29.000Z\",\"2016-07-27T18:55:29.000Z\",\"2016-08-03T18:55:29.000Z\",\"2016-08-10T18:55:29.000Z\",\"2016-08-17T18:55:29.000Z\",\"2016-08-24T18:55:29.000Z\",\"2016-08-31T18:55:29.000Z\",\"2016-09-07T18:55:29.000Z\",\"2016-09-14T18:55:29.000Z\",\"2016-09-21T18:55:29.000Z\",\"2016-09-28T18:55:29.000Z\",\"2016-10-05T18:55:29.000Z\",\"2016-10-12T18:55:29.000Z\",\"2016-10-19T18:55:29.000Z\",\"2016-10-26T18:55:29.000Z\",\"2016-11-02T18:55:29.000Z\",\"2016-11-09T18:55:29.000Z\",\"2016-11-16T18:55:29.000Z\",\"2016-11-23T18:55:29.000Z\",\"2016-11-30T18:55:29.000Z\",\"2016-12-07T18:55:29.000Z\",\"2016-12-14T18:55:29.000Z\",\"2016-12-21T18:55:29.000Z\",\"2016-12-28T18:55:29.000Z\",\"2017-01-04T18:55:29.000Z\",\"2017-01-11T18:55:29.000Z\",\"2017-01-18T18:55:29.000Z\",\"2017-01-25T18:55:29.000Z\",\"2017-02-01T18:55:29.000Z\",\"2017-02-08T18:55:29.000Z\",\"2017-02-18T03:08:01.000Z\",\"2017-02-22T18:55:29.000Z\",\"2017-03-01T18:55:29.000Z\",\"2017-03-08T18:55:29.000Z\",\"2017-03-15T18:55:29.000Z\",\"2017-03-22T18:55:29.000Z\",\"2017-03-29T18:55:29.000Z\",\"2017-04-05T18:55:29.000Z\",\"2017-04-12T18:55:29.000Z\",\"2017-04-19T18:55:29.000Z\",\"2017-04-26T18:55:29.000Z\",\"2017-05-03T18:55:29.000Z\",\"2017-05-10T18:55:29.000Z\",\"2017-05-17T18:55:29.000Z\",\"2017-05-24T18:55:29.000Z\",\"2017-05-31T18:55:29.000Z\",\"2017-06-07T18:55:29.000Z\",\"2017-06-14T18:55:29.000Z\",\"2017-06-21T18:55:29.000Z\",\"2017-06-28T18:55:29.000Z\",\"2017-07-05T18:55:29.000Z\",\"2017-07-12T18:55:29.000Z\",\"2017-07-19T18:55:29.000Z\",\"2017-07-26T18:55:29.000Z\",\"2017-08-02T18:55:29.000Z\",\"2017-08-09T18:55:29.000Z\",\"2017-08-16T18:55:29.000Z\",\"2017-08-23T18:55:29.000Z\",\"2017-08-30T18:55:29.000Z\",\"2017-09-06T18:55:29.000Z\",\"2017-09-13T18:55:29.000Z\",\"2017-09-20T18:55:29.000Z\",\"2017-09-27T18:55:29.000Z\",\"2017-10-04T18:55:29.000Z\",\"2017-10-11T18:55:29.000Z\",\"2017-10-18T18:55:29.000Z\",\"2017-10-25T18:55:29.000Z\",\"2017-11-01T18:55:29.000Z\",\"2017-11-08T18:55:29.000Z\",\"2017-11-15T18:55:29.000Z\",\"2017-11-22T18:55:29.000Z\",\"2017-11-29T18:55:29.000Z\",\"2017-12-06T18:55:29.000Z\",\"2017-12-13T18:55:29.000Z\",\"2017-12-20T18:55:29.000Z\",\"2017-12-29T11:37:45.000Z\",\"2018-01-03T18:55:29.000Z\",\"2018-01-10T18:55:29.000Z\",\"2018-01-17T18:55:29.000Z\",\"2018-01-24T18:55:29.000Z\",\"2018-01-31T18:55:29.000Z\",\"2018-02-07T18:55:29.000Z\",\"2018-02-14T18:55:29.000Z\",\"2018-02-21T18:55:29.000Z\",\"2018-02-28T18:55:29.000Z\",\"2018-03-07T18:55:29.000Z\",\"2018-03-14T18:55:29.000Z\",\"2018-03-21T18:55:29.000Z\",\"2018-03-28T18:55:29.000Z\",\"2018-04-04T18:55:29.000Z\",\"2018-04-11T18:55:29.000Z\",\"2018-04-18T18:55:29.000Z\",\"2018-04-25T18:55:29.000Z\",\"2018-05-02T18:55:29.000Z\",\"2018-05-09T18:55:29.000Z\",\"2018-05-16T18:55:29.000Z\",\"2018-05-23T18:55:29.000Z\",\"2018-05-30T18:55:29.000Z\",\"2018-06-06T18:55:29.000Z\",\"2018-06-13T18:55:29.000Z\",\"2018-06-20T18:55:29.000Z\",\"2018-06-27T18:55:29.000Z\",\"2018-07-04T18:55:29.000Z\",\"2018-07-11T18:55:29.000Z\",\"2018-07-20T13:50:40.000Z\",\"2018-07-25T18:55:29.000Z\",\"2018-08-01T18:55:29.000Z\",\"2018-08-08T18:55:29.000Z\",\"2018-08-15T18:55:29.000Z\",\"2018-08-22T18:55:29.000Z\",\"2018-08-29T18:55:29.000Z\",\"2018-09-05T18:55:29.000Z\",\"2018-09-12T18:55:29.000Z\",\"2018-09-19T18:55:29.000Z\",\"2018-09-26T18:55:29.000Z\",\"2018-10-03T18:55:29.000Z\",\"2018-10-10T18:55:29.000Z\",\"2018-10-17T18:55:29.000Z\",\"2018-10-24T18:55:29.000Z\",\"2018-10-31T18:55:29.000Z\",\"2018-11-07T18:55:29.000Z\",\"2018-11-14T18:55:29.000Z\",\"2018-11-21T18:55:29.000Z\",\"2018-11-28T18:55:29.000Z\",\"2018-12-05T18:55:29.000Z\",\"2018-12-12T18:55:29.000Z\",\"2018-12-19T18:55:29.000Z\",\"2018-12-26T18:55:29.000Z\",\"2019-01-02T18:55:29.000Z\",\"2019-01-09T18:55:29.000Z\",\"2019-01-16T18:55:29.000Z\",\"2019-01-23T18:55:29.000Z\",\"2019-01-30T18:55:29.000Z\",\"2019-02-06T18:55:29.000Z\",\"2019-02-14T14:05:42.000Z\",\"2019-02-20T18:55:29.000Z\",\"2019-02-27T18:55:29.000Z\",\"2019-03-06T18:55:29.000Z\",\"2019-03-13T18:55:29.000Z\",\"2019-03-20T18:55:29.000Z\",\"2019-03-27T18:55:29.000Z\",\"2019-04-03T18:55:29.000Z\",\"2019-04-10T18:55:29.000Z\",\"2019-04-17T18:55:29.000Z\",\"2019-04-24T18:55:29.000Z\",\"2019-05-01T18:55:29.000Z\",\"2019-05-08T18:55:29.000Z\",\"2019-05-16T04:58:52.000Z\",\"2019-05-22T18:55:29.000Z\",\"2019-05-29T18:55:29.000Z\",\"2019-06-05T18:55:29.000Z\",\"2019-06-12T18:55:29.000Z\",\"2019-06-19T18:55:29.000Z\",\"2019-06-26T18:55:29.000Z\",\"2019-07-03T18:55:29.000Z\",\"2019-07-10T18:55:29.000Z\",\"2019-07-17T18:55:29.000Z\",\"2019-07-24T18:55:29.000Z\",\"2019-07-31T18:55:29.000Z\",\"2019-08-07T18:55:29.000Z\",\"2019-08-14T18:55:29.000Z\",\"2019-08-21T18:55:29.000Z\",\"2019-08-28T18:55:29.000Z\",\"2019-09-04T18:55:29.000Z\",\"2019-09-11T18:55:29.000Z\",\"2019-09-18T18:55:29.000Z\",\"2019-09-25T18:55:29.000Z\",\"2019-10-02T18:55:29.000Z\",\"2019-10-09T18:55:29.000Z\",\"2019-10-16T18:55:29.000Z\",\"2019-10-23T18:55:29.000Z\",\"2019-10-30T18:55:29.000Z\",\"2019-11-06T18:55:29.000Z\",\"2019-11-13T18:55:29.000Z\",\"2019-11-20T18:55:29.000Z\",\"2019-11-27T18:55:29.000Z\",\"2019-12-04T18:55:29.000Z\",\"2019-12-11T18:55:29.000Z\",\"2019-12-18T18:55:29.000Z\",\"2019-12-25T18:55:29.000Z\",\"2020-01-01T18:55:29.000Z\",\"2020-01-08T18:55:29.000Z\",\"2020-01-15T18:55:29.000Z\",\"2020-01-22T18:55:29.000Z\",\"2020-01-29T18:55:29.000Z\",\"2020-02-05T18:55:29.000Z\",\"2020-02-12T18:55:29.000Z\",\"2020-02-19T18:55:29.000Z\",\"2020-02-26T18:55:29.000Z\",\"2020-03-04T18:55:29.000Z\",\"2020-03-12T02:44:59.000Z\",\"2020-03-18T18:55:29.000Z\",\"2020-03-25T18:55:29.000Z\",\"2020-04-01T18:55:29.000Z\",\"2020-04-08T18:55:29.000Z\",\"2020-04-15T18:55:29.000Z\",\"2020-04-22T18:55:29.000Z\",\"2020-04-30T12:43:13.000Z\",\"2020-05-07T18:53:39.000Z\",\"2020-05-15T16:40:05.000Z\",\"2020-05-23T10:48:28.000Z\",\"2020-05-27T18:55:29.000Z\",\"2020-06-03T18:55:29.000Z\",\"2020-06-10T18:55:29.000Z\",\"2020-06-17T18:55:29.000Z\",\"2020-06-26T01:57:50.000Z\",\"2020-07-01T18:55:29.000Z\",\"2020-07-08T18:55:29.000Z\",\"2020-07-15T18:55:29.000Z\",\"2020-07-22T18:55:29.000Z\",\"2020-07-29T18:55:29.000Z\",\"2020-08-05T18:55:29.000Z\",\"2020-08-12T18:55:29.000Z\",\"2020-08-19T18:55:29.000Z\",\"2020-08-26T18:55:29.000Z\",\"2020-09-02T18:55:29.000Z\",\"2020-09-09T18:55:29.000Z\",\"2020-09-16T18:55:29.000Z\",\"2020-09-23T18:55:29.000Z\",\"2020-09-30T18:55:29.000Z\",\"2020-10-07T18:55:29.000Z\",\"2020-10-14T18:55:29.000Z\",\"2020-10-25T11:12:01.000Z\",\"2020-10-28T18:55:29.000Z\",\"2020-11-05T03:27:01.000Z\",\"2020-11-13T00:28:21.000Z\",\"2020-11-18T18:55:29.000Z\",\"2020-11-24T00:31:30.000Z\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,3,1,1,1,3,1,1,1,2,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,5,3,4,2,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,3,1,5,2,1,1]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.app4mc forum.    ID   Subject   Post date   Post author     1835048   Re: Error: No model loaded! in IndexExample   2020-11-24 00:31:30   2557     1834586   Error: No model loaded! in IndexExample   2020-11-13 00:28:21   230634     1834208   Re: HW MemoryDefinition, Memory and MemoryMapping   2020-11-05 03:27:01   2557     1834153   Re: PortType initiator vs responder    2020-11-04 00:41:25   2557     1834122   Re: HW MemoryDefinition, Memory and MemoryMapping   2020-11-03 11:25:39   226221     1834119   Re: PortType initiator vs responder    2020-11-03 09:00:05   226221     1833835   HW MemoryDefinition, Memory and MemoryMapping   2020-10-25 11:12:01   2557     1833738   PortType initiator vs responder    2020-10-22 21:58:29   2557     1833387   Re: Visualize Task Execution   2020-10-12 07:49:46   230294     1833228   Re: Visualize Task Execution   2020-10-07 10:42:23   226222    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 21 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.app4mc forum.    ID   Subject   Last post date   Last post author   Replies   Views     1105898   Error: No model loaded! in IndexExample   2020-11-24 00:31:30   1835048   1   1593     1105667   HW MemoryDefinition, Memory and MemoryMapping   2020-11-05 03:27:01   1834208   2   2242     1105640   PortType initiator vs responder    2020-11-04 00:41:25   1834153   2   1074     1105470   Visualize Task Execution   2020-10-12 07:49:46   1833387   2   395     1104274   \\[Extensability - M2M transformations\\] Integrating a maven powered model with app4mc M2M   2020-06-25 09:04:30   1829105   0   1525     1104268   LET (Logical Execution Time)   2020-06-26 01:57:50   1829151   2   771     1103798   \\[Model Semantics\\] OsEvents - Counter in {Set\\|Clear}Event    2020-05-23 10:48:28   1827776   1   1602     1103772   \\[Model Semantics\\] how dataRates relate to frequency domain    2020-06-24 07:57:29   1829030   1   1482     1103592   Data Binding Tool with C++   2020-04-30 12:43:13   1826786   0   4288     1103545   \\[Model Semantics\\] Activate Event of Tasks with multipleTaskActivationLimit \u0026gt; 1   2020-05-14 09:21:30   1827419   3   5619      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 72 commits.\n  ID   Name   Time   Result     132   build-app4mc-model.transform.framework-develop \\#132   1.619259e+12   SUCCESS     131   build-app4mc-model.transform.framework-develop \\#131   1.619073e+12   SUCCESS     130   build-app4mc-model.transform.framework-develop \\#130   1.619072e+12   SUCCESS     62   build-app4mc-model.transform.sim.app4mc-develop \\#62   1.619259e+12   SUCCESS     61   build-app4mc-model.transform.sim.app4mc-develop \\#61   1.619073e+12   SUCCESS     60   build-app4mc-model.transform.sim.app4mc-develop \\#60   1.619072e+12   SUCCESS     81   build-app4mc-model.transform.slg.commons-develop \\#81   1.619259e+12   SUCCESS     80   build-app4mc-model.transform.slg.commons-develop \\#80   1.619073e+12   SUCCESS     79   build-app4mc-model.transform.slg.commons-develop \\#79   1.619072e+12   SUCCESS     89   build-app4mc-model.transform.slg.linux-develop \\#89   1.619259e+12   SUCCESS    // jsData function gvisDataPieChartID1f0c6c5c8949 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;SUCCESS\u0026rdquo;, 72 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f0c6c5c8949() { var data = gvisDataPieChartID1f0c6c5c8949(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.app4mc \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f0c6c5c8949') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f0c6c5c8949); })(); function displayChartPieChartID1f0c6c5c8949() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 20 commits.\n  Name   Colour   Last build time   Health report     build-and-publish-website   UNKNOWN   0.000000e+00   0     build-app4mc-model.transform.framework-develop   blue   1.619259e+12   100     build-app4mc-model.transform.sim.app4mc-develop   blue   1.619259e+12   100     build-app4mc-model.transform.slg.commons-develop   blue   1.619259e+12   100     build-app4mc-model.transform.slg.linux-develop   blue   1.619259e+12   100     build-app4mc-model.transform.slg.ros2-develop   blue   1.619259e+12   100     build-app4mc-modelmigration-develop   blue   1.619100e+12   100     build-app4mc-modelmigration-develop-sonar   blue   1.610095e+12   100     build-app4mc-modelmigration-master-release   blue   1.606752e+12   100     build-app4mc-platform-develop   blue   1.619260e+12   100    // jsData function gvisDataPieChartID1f0c4b668d1c () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 17 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f0c4b668d1c() { var data = gvisDataPieChartID1f0c4b668d1c(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.app4mc \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f0c4b668d1c') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f0c4b668d1c); })(); function displayChartPieChartID1f0c4b668d1c() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.app4mc .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=APP4MC   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=APP4MC   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/app4mc-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for documentation\\_url.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for download\\_url.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.app4mc   OK. Forum \\[Eclipse Forum APP4MC\\] correctly defined.\\\\OK: Forum \\[Eclipse Forum APP4MC\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for gettingstarted\\_url.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 10 commits.\n  Author   Count     unknown   4486     E31FrFoK/FUpfN5R@brSTcUSmyh6ZEY3u   12     the IMT Atlantique   2     the ITEA2 research projects   2     Barak Naveh   1     David Crawshaw   1     Jan Jatzkowski   1     Taro L. Saito   1     based on the project   1     the Eclipse APP4MC project   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f0c292ccd3f () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 4486 ], [ \"E31FrFoK/FUpfN5R@brSTcUSmyh6ZEY3u\", 12 ], [ \"the IMT Atlantique\", 2 ], [ \"the ITEA2 research projects\", 2 ], [ \"Barak Naveh\", 1 ], [ \"David Crawshaw\", 1 ], [ \"Jan Jatzkowski\", 1 ], [ \"Taro L. Saito\", 1 ], [ \"based on the project\", 1 ], [ \"the Eclipse APP4MC project\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f0c292ccd3f() { var data = gvisDataPieChartID1f0c292ccd3f(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project technology.app4mc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f0c292ccd3f') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 27 commits.\n  Copyrights   Count     unknown   2327     Copyright (c) Robert Bosch GmbH and others   1578     Copyright (c) Dortmund University of Applied Sciences and Arts and others   243     Copyright (c) Timing-Architects Embedded Systems GmbH and others   173     Copyright (c) Eclipse APP4MC contributors   42     Copyright (c) Vector Informatik GmbH and others   40     Copyright Eclipse APP4MC contributors and others   36     Copyright (c) INCHRON AG and others   32     Copyright (c) Robert Bosch GmbH.   14     Copyright (c) Eclipse   4      suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f0c5a2528a8 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2327 ], [ \"Copyright (c) Robert Bosch GmbH and others\", 1578 ], [ \"Copyright (c) Dortmund University of Applied Sciences and Arts and others\", 243 ], [ \"Copyright (c) Timing-Architects Embedded Systems GmbH and others\", 173 ], [ \"Copyright (c) Eclipse APP4MC contributors\", 42 ], [ \"Copyright (c) Vector Informatik GmbH and others\", 40 ], [ \"(c) Copyright Eclipse APP4MC contributors and others\", 36 ], [ \"Copyright (c) INCHRON AG and others\", 32 ], [ \"Copyright (c) Robert Bosch GmbH.\", 14 ], [ \"Copyright (c) Eclipse\", 4 ], [ \"Copyright (c) itemis AG and others\", 4 ], [ \"Copyright (c) C-LAB (University of Paderborn) and others\", 3 ], [ \"Copyright (c) Eclispe\", 3 ], [ \"Copyright (c) IBM Corporation and others\", 3 ], [ \"Copyright (c) Free Software Foundation, Inc.\", 2 ], [ \"Copyright (c) IMT Atlantique\", 2 ], [ \"Copyright (c) LaS3 (Regensburg University of Applied Sciences) and others\", 2 ], [ \"Copyright (c) Optimatika (www.optimatika.se)\", 2 ], [ \"copyrighted by the Free Software Foundation\", 2 ], [ \"(c) Copyright by Barak Naveh and Contributors\", 1 ], [ \"Copyright (c) CERN - European Organization for Nuclear Research\", 1 ], [ \"Copyright (c) David Crawshaw\", 1 ], [ \"Copyright (c) Franz Wilhelmstotter\", 1 ], [ \"Copyright David Crawshaw \", 1 ], [ \"Copyright Taro L. Saito\", 1 ], [ \"Copyright The Apache Software Foundation\", 1 ], [ \"Copyright by Barak Naveh and Contributors\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f0c5a2528a8() { var data = gvisDataPieChartID1f0c5a2528a8(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project technology.app4mc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f0c5a2528a8') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 24 commits.\n  Holders   Count     unknown   2327     Robert Bosch GmbH and others   1578     Dortmund University of Applied Sciences and Arts and others   243     Timing-Architects Embedded Systems GmbH and others   173     Eclipse APP4MC contributors   42     Vector Informatik GmbH and others   40     Eclipse APP4MC contributors and others   36     INCHRON AG and others   32     Robert Bosch GmbH.   14     Free Software Foundation, Inc.   4    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f0c464c6bb6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2327 ], [ \"Robert Bosch GmbH and others\", 1578 ], [ \"Dortmund University of Applied Sciences and Arts and others\", 243 ], [ \"Timing-Architects Embedded Systems GmbH and others\", 173 ], [ \"Eclipse APP4MC contributors\", 42 ], [ \"Vector Informatik GmbH and others\", 40 ], [ \"Eclipse APP4MC contributors and others\", 36 ], [ \"INCHRON AG and others\", 32 ], [ \"Robert Bosch GmbH.\", 14 ], [ \"Free Software Foundation, Inc.\", 4 ], [ \"The Eclipse Foundation\", 4 ], [ \"itemis AG and others\", 4 ], [ \"C-LAB (University of Paderborn) and others\", 3 ], [ \"Eclispe\", 3 ], [ \"IBM Corporation and others\", 3 ], [ \"Barak Naveh and Contributors\", 2 ], [ \"David Crawshaw\", 2 ], [ \"IMT Atlantique\", 2 ], [ \"LaS3 (Regensburg University of Applied Sciences) and others\", 2 ], [ \"Optimatika\", 2 ], [ \"CERN - European Organization for Nuclear Research\", 1 ], [ \"Franz Wilhelmstotter\", 1 ], [ \"Taro L. Saito\", 1 ], [ \"The Apache Software Foundation\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f0c464c6bb6() { var data = gvisDataPieChartID1f0c464c6bb6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project technology.app4mc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f0c464c6bb6') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 30 commits.\n  Licence   Count     epl-2.0   2563     epl-2.0 OR apache-2.0   2142     unknown   2072     epl-1.0   123     apache-2.0   31     bsd-new   15     mit   8     bsd-original   7     proprietary-license   7     unknown   7    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f0c18c7e160 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 2563 ], [ \"epl-2.0 OR apache-2.0\", 2142 ], [ \"unknown\", 2072 ], [ \"epl-1.0\", 123 ], [ \"apache-2.0\", 31 ], [ \"bsd-new\", 15 ], [ \"mit\", 8 ], [ \"bsd-original\", 7 ], [ \"proprietary-license\", 7 ], [ \"unknown\", 7 ], [ \"lgpl-2.0-plus\", 5 ], [ \"lgpl-2.1\", 4 ], [ \"warranty-disclaimer\", 4 ], [ \"bsd-simplified\", 3 ], [ \"lgpl-2.1-plus\", 3 ], [ \"public-domain\", 3 ], [ \"cpl-1.0 AND other-permissive\", 2 ], [ \"gpl-2.0-plus\", 2 ], [ \"lgpl-3.0-plus\", 2 ], [ \"mit OR apache-2.0\", 2 ], [ \"unknown-license-reference\", 2 ], [ \"agpl-3.0-plus\", 1 ], [ \"apache-1.1\", 1 ], [ \"apache-2.0 OR apache-1.1\", 1 ], [ \"free-unknown\", 1 ], [ \"generic-export-compliance\", 1 ], [ \"isc\", 1 ], [ \"mit-old-style\", 1 ], [ \"mpl-1.1\", 1 ], [ \"other-permissive\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f0c18c7e160() { var data = gvisDataPieChartID1f0c18c7e160(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project technology.app4mc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f0c18c7e160') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 9 commits.\n  Programming Language   Count     unknown   2107     Java   2058     HTML   247     Python   68     CSS   7     Objective-C   6     PHP   6     Perl6   5     JavaScript   4    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f0cbf4a27 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2107 ], [ \"Java\", 2058 ], [ \"HTML\", 247 ], [ \"Python\", 68 ], [ \"CSS\", 7 ], [ \"Objective-C\", 6 ], [ \"PHP\", 6 ], [ \"Perl6\", 5 ], [ \"JavaScript\", 4 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f0cbf4a27() { var data = gvisDataPieChartID1f0cbf4a27(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project technology.app4mc \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f0cbf4a27') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 147 commits.\n  Holders   Type     LICENSE   legal     NOTICE   legal     pom.xml   manifest     archive/content\\_compatible\\_to\\_previous\\_targets/mars/build/org.eclipse.app4mc.platform.product/pom.xml   manifest     archive/content\\_compatible\\_to\\_previous\\_targets/mars/build/org.eclipse.app4mc.target/pom.xml   manifest     archive/content\\_compatible\\_to\\_previous\\_targets/mars/features/org.eclipse.app4mc.multicore/pom.xml   manifest     archive/content\\_compatible\\_to\\_previous\\_targets/mars/features/org.eclipse.app4mc.platform.3rdparty/pom.xml   manifest     archive/content\\_compatible\\_to\\_previous\\_targets/mars/features/org.eclipse.app4mc.validation.sdk/pom.xml   manifest     archive/examples/app4mc.example.tool.mapping/pom.xml   manifest     archive/examples/app4mc.example.tool.mapping/META-INF/MANIFEST.MF   manifest    ","href":"/projects/technology.app4mc/datasets_report/","title":"technology.app4mc"},{"content":"        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.collections\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.collections.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 514 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.collections\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\"],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,6,0,1,1,2,0,3,0,0,0,0,0,6,4,4,1,5,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,2,1,0,0,0,0,0,0,1,0,1,1,0,4,1,0,5,1,0,5,3,1,5,4,0,0,1,1,1,1,1,0,1,0,0,0,2,0,0,4,2,6,2,0,3,0,1,0,0,0,0,0,0,0,2,0,0,1,2,0,0,0,0,1,3,1,0,2,0,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,0,1,2,3,1,0,1,0,0,1,0,0,1,0,0,2,0,0,0,5,2,0,1,3,1,2,2,1,0,0,3,2,2,1,0,0,1,1,1,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,3,3,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,2,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,3,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,3,0,0,0,1,1,1,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,1,0,0,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,8,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,1,0,0,0,0,0,0,1,0,0,1,1,0,1,1,0,2,0,0,0,0,0,1,0,0,2,0,1,0,0,1,2,0,0,0,1,0,0,0,0,1,2,0,0,0,0,0,0,0,3,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,3,1,1,0,0,0,0,3,0,1,5,3,1,3,1,4,5,10,2,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,2,0,2,1,0,1,0,3,3,0,0,0,0,0,2,1,2,3,0,2,1,4,2,0,0,0,1,0,0,0,0,0,0,1,2,1,0,0,1,2,0,1,0,1,0,0,0,0,1,0,0,1,0,0,1,2,0,0,0,0,0,1,0,0,1,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,2,0,0,0,2,0,0,4,2,0,0,0,1,1,1,1,2,0,0,1,1,0,1,0,0,1,0,0,2,0,0,0,0,1,0,2,0,0,1,1,0,0,0,2,0,1,0,0,0,1,4,0,0,0,0,3,0,0,0,0,1,0,0,2,0,0,1,0,0,1,0,0,1,1,1,2,0,0,0,0,0,3,0,0,0,1,0,0,1,0,1,0,0,0,6,3,4,0,0,8,3,0,1,0,1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,2,0,0,0,1,14,0,1,1,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,2,1,0,0,0,0,0,1,0,2,5,1,1,2,0,1,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,1,0,0,0,2,0,1,0,0,0,1,2,0,0,0,0,0,0,0,1,0,0,1,3,0,3,7,2,0,2,6,7,0,1,0,0,4,5,0,0,0,0,0,0,0,6,0,4,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,4,5,1,3,1,0,0,0,0,0,0,0,1,0,0,0,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,1,0,0,1,1,0,2,0,1,2,0,0,0,1,0,0,0,0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,4,0,0,2,0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,2,1,0,0,1,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,2,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,4,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,1,1,2,0,1,0,0,0,0,0,0,1,1,1,4,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,2,1,0,0,2,2,6,4,5,3,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,2,1,0,1,0,3,0,1,1,0,1,0,4,2,5,1,1,0,0,1,1,2,1,0,1,0,4,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,2,12,0,4,3,0,0,2,0,1,0,1,2,1,0,0,6,3,0,0,0,1,0,0,1,0,2,0,0,1,0,2,0,0,0,0,1,0,0,4,0,19,0,1,0,0,2,0,4,2,0,0,9,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,2,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,1,5,1,0,0,0,0,3,1,0,3,1,4,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,2,0,0,0,0,0,0,1,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 12140 lines.\n  Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 357 commits.\n  ID   Name   Time   Result     62   coverage-nightly \\#62   1.518303e+12   ABORTED     2016-06-06\\_21-00-37   coverage-nightly \\#61   1.465261e+12   FAILURE     2016-06-05\\_21-00-37   coverage-nightly \\#60   1.465175e+12   FAILURE     2016-06-04\\_21-00-38   coverage-nightly \\#59   1.465088e+12   FAILURE     2016-06-03\\_21-00-37   coverage-nightly \\#58   1.465002e+12   FAILURE     2016-06-02\\_21-00-37   coverage-nightly \\#57   1.464916e+12   FAILURE     2016-06-01\\_21-00-37   coverage-nightly \\#56   1.464829e+12   FAILURE     134   deploy \\#134   1.616087e+12   SUCCESS     133   deploy \\#133   1.604335e+12   SUCCESS     132   deploy \\#132   1.597958e+12   SUCCESS    // jsData function gvisDataPieChartID1f307d78cd34 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 21 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 147 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 189 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f307d78cd34() { var data = gvisDataPieChartID1f307d78cd34(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.collections \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f307d78cd34') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f307d78cd34); })(); function displayChartPieChartID1f307d78cd34() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 12 commits.\n  Name   Colour   Last build time   Health report     coverage-nightly   aborted   1.518303e+12   20     deploy   blue   1.616087e+12   80     deploy-p2-maven   red   1.557007e+12   0     gsc-ec-converter upload   blue   1.464575e+12   100     hipp-setting-analysis   blue   1.467796e+12   50     javadoc   red   1.604342e+12   33     master   blue   1.618317e+12   100     new-version   blue   1.616089e+12   60     publish-p2-repo   blue   1.616170e+12   80     release   blue   1.616085e+12   100    // jsData function gvisDataPieChartID1f302882757f () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 1 ], [ \u0026ldquo;blue\u0026rdquo;, 8 ], [ \u0026ldquo;red\u0026rdquo;, 3 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f302882757f() { var data = gvisDataPieChartID1f302882757f(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.collections \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f302882757f') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f302882757f); })(); function displayChartPieChartID1f302882757f() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.collections .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for create\\_url.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for query\\_url.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://hudson.eclipse.org/collections/   OK. Fetched CI URL.\\\\Failed: could not decode Hudson JSON.     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/collections-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/collections/\\#refGuide   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/collections/\\#start   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.collections   OK. Forum \\[Eclipse Collections forum\\] correctly defined.\\\\OK: Forum \\[Eclipse Collections forum\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/collections/\\#learn   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 2 commits.\n  Author   Count     unknown   3173     collect   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f302eb3f235 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3173 ], [ \"collect\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f302eb3f235() { var data = gvisDataPieChartID1f302eb3f235(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project technology.collections \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f302eb3f235') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 24 commits.\n  Copyrights   Count     Copyright (c) Goldman Sachs   2284     unknown   474     Copyright (c) Goldman Sachs and others   343     Copyright (c) Bhavana Hindupur   12     Copyright (c) Shotaro Sano   12     Copyright (c) The Eclipse Foundation   8     Copyright (c) Ivan Sopov and others   7     Copyright (c) Shotaro Sano and others   6     Copyright (c) The Bank of New York Mellon   6     Copyright (c) Two Sigma   6    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f307374fa11 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Copyright (c) Goldman Sachs\", 2284 ], [ \"unknown\", 474 ], [ \"Copyright (c) Goldman Sachs and others\", 343 ], [ \"Copyright (c) Bhavana Hindupur\", 12 ], [ \"Copyright (c) Shotaro Sano\", 12 ], [ \"Copyright (c) The Eclipse Foundation\", 8 ], [ \"Copyright (c) Ivan Sopov and others\", 7 ], [ \"Copyright (c) Shotaro Sano and others\", 6 ], [ \"Copyright (c) The Bank of New York Mellon\", 6 ], [ \"Copyright (c) Two Sigma\", 6 ], [ \"Copyright (c) Eclipse Foundation, Inc.\", 5 ], [ \"Copyright (c) The Bank of New York Mellon and others\", 4 ], [ \"Copyright (c) Two Sigma and others\", 3 ], [ \"Copyright (c) Zoltan Ujhelyi and Eclipse Collections project\", 3 ], [ \"Copyright (c) Gaurav Khurana\", 2 ], [ \"Copyright (c) Bhavana Hindupur and others\", 1 ], [ \"Copyright (c) Daniel Dias and others\", 1 ], [ \"Copyright (c) Hiroshi Ito\", 1 ], [ \"Copyright (c) Nishant Raut and others\", 1 ], [ \"Copyright (c) Rustam Mehmandarov\", 1 ], [ \"Copyright (c) The Eclipse Foundation. Me\", 1 ], [ \"Copyright (c) The Eclipse Foundation. Todos\", 1 ], [ \"Copyright (c) Xebialabs\", 1 ], [ \"Copyright (c) eklips\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f307374fa11() { var data = gvisDataPieChartID1f307374fa11(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project technology.collections \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f307374fa11') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 25 commits.\n  Holders   Count     Goldman Sachs. \\~   2284     unknown   474     Goldman Sachs and others. \\~   343     Bhavana Hindupur   12     Shotaro Sano   12     The Eclipse Foundation   8     Ivan Sopov and others. \\~   7     Shotaro Sano and others   6     The Bank of New York Mellon   6     Two Sigma   6    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f3054a2be47 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Goldman Sachs. ~\", 2284 ], [ \"unknown\", 474 ], [ \"Goldman Sachs and others. ~\", 343 ], [ \"Bhavana Hindupur\", 12 ], [ \"Shotaro Sano\", 12 ], [ \"The Eclipse Foundation\", 8 ], [ \"Ivan Sopov and others. ~\", 7 ], [ \"Shotaro Sano and others\", 6 ], [ \"The Bank of New York Mellon\", 6 ], [ \"Two Sigma\", 6 ], [ \"Eclipse Foundation, Inc.\", 5 ], [ \"The Bank of New York Mellon and others\", 4 ], [ \"Two Sigma and others\", 3 ], [ \"Zoltan Ujhelyi and Eclipse Collections project. ~\", 3 ], [ \"Gaurav Khurana\", 2 ], [ \"(c 20(1 2) d . .$ ^\", 1 ], [ \"Bhavana Hindupur and others\", 1 ], [ \"Daniel Dias and others. ~\", 1 ], [ \"Hiroshi Ito\", 1 ], [ \"Nishant Raut and others ~\", 1 ], [ \"Rustam Mehmandarov ~\", 1 ], [ \"The Eclipse Foundation. Me\", 1 ], [ \"The Eclipse Foundation. Todos\", 1 ], [ \"Xebialabs\", 1 ], [ \"eklips\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f3054a2be47() { var data = gvisDataPieChartID1f3054a2be47(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project technology.collections \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f3054a2be47') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 10 commits.\n  Licence   Count     epl-1.0 OR bsd-new   2695     unknown   464     bsd-new   30     epl-1.0   28     cpl-1.0 AND other-permissive   6     bsd-new OR epl-2.0   5     apache-2.0   1     cpl-1.0   1     eclipse-sua-2011   1     mpl-1.1   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f303b85ce14 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-1.0 OR bsd-new\", 2695 ], [ \"unknown\", 464 ], [ \"bsd-new\", 30 ], [ \"epl-1.0\", 28 ], [ \"cpl-1.0 AND other-permissive\", 6 ], [ \"bsd-new OR epl-2.0\", 5 ], [ \"apache-2.0\", 1 ], [ \"cpl-1.0\", 1 ], [ \"eclipse-sua-2011\", 1 ], [ \"mpl-1.1\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f303b85ce14() { var data = gvisDataPieChartID1f303b85ce14(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project technology.collections \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f303b85ce14') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 6 commits.\n  Programming Language   Count     Java   2591     Python   347     unknown   162     Scala   54     HTML   19     ActionScript 3   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f30160e577e () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 2591 ], [ \"Python\", 347 ], [ \"unknown\", 162 ], [ \"Scala\", 54 ], [ \"HTML\", 19 ], [ \"ActionScript 3\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f30160e577e() { var data = gvisDataPieChartID1f30160e577e(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project technology.collections \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f30160e577e') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 39 commits.\n  Holders   Type     LICENSE-EDL-1.0.txt   legal     LICENSE-EPL-1.0.txt   legal     pom.xml   manifest     README.md   readme     README\\_EXAMPLES.md   readme     acceptance-tests/pom.xml   manifest     eclipse-collections/pom.xml   manifest     eclipse-collections/src/main/resources/LICENSE-EDL-1.0.txt   legal     eclipse-collections/src/main/resources/LICENSE-EPL-1.0.txt   legal     eclipse-collections-api/pom.xml   manifest    ","href":"/projects/technology.collections/datasets_report/","title":"technology.collections"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.ease\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.ease.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 479 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.ease\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\"],[2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,4,0,3,1,4,1,0,0,0,3,0,1,8,0,0,6,2,0,0,0,0,0,0,2,0,3,0,0,0,0,2,1,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,24,3,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,1,2,0,0,0,0,0,1,0,0,2,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,9,1,0,0,0,1,2,1,2,0,0,0,7,1,0,1,1,0,0,0,1,0,0,0,0,0,1,1,5,0,0,0,0,4,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,2,1,0,0,5,0,2,1,1,0,0,3,0,0,0,4,0,0,0,2,0,1,2,0,0,2,0,5,1,0,1,0,5,6,6,2,1,0,3,2,0,0,1,0,0,1,0,2,3,5,1,0,0,0,0,0,4,0,0,0,0,0,0,4,0,1,0,0,0,1,0,0,0,0,1,2,1,5,0,0,0,0,0,1,2,17,0,0,0,1,0,3,3,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,1,0,1,4,0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,1,0,1,2,3,4,6,0,0,0,0,0,1,0,0,0,2,5,3,2,1,2,0,0,2,0,0,0,0,0,1,0,0,1,2,2,2,0,1,0,2,1,1,0,0,0,0,0,0,0,0,0,2,4,0,6,1,0,0,1,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,8,0,0,0,1,0,0,1,0,0,0,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,7,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,4,1,0,0,0,4,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0,2,0,2,0,0,0,0,0,1,0,0,0,4,0,0,2,0,1,0,2,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,3,0,9,1,0,0,1,0,1,0,2,1,0,0,0,0,1,0,0,0,0,0,0,0,2,0,1,3,0,0,5,1,3,0,0,0,1,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,4,1,0,0,2,0,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1,0,0,1,0,0,3,0,0,1,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,2,2,0,1,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,5,0,1,0,0,0,0,5,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,5,0,1,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,2,0,1,0,0,0,0,11,2,2,0,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,3,0,0,0,1,0,0,0,3,2,1,0,0,0,0,1,0,2,4,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,4,0,0,4,2,2,5,0,0,0,0,0,2,1,1,0,0,0,0,0,0,2,0,0,0,0,5,0,0,0,0,4,0,1,0,2,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,3,0,1,0,0,0,0,0,2,0,0,0,0,0,3,3,0,0,0,0,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,3,5,0,0,0,2,3,1,0,2,0,0,2,4,0,5,1,0,0,2,1,2,1,0,1,0,0,0,0,2,3,0,0,1,3,0,0,1,0,0,5,3,2,1,0,0,0,3,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,2,0,0,1,1,0,1,1,0,0,1,0,0,0,2,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,3,0,0,0,21,0,0,0,0,0,0,0,0,0,4,10,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,1,6,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,4,1,1,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8,1,0,1,0,0,2,0,0,0,1,0,0,0,0,7,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,5,1,0,0,0,0,0,0,0,0,0,4,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,1,0,0,0,1,0,2,1,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,2,0,0,0,1,1,1,0,3,0,0,0,0,0,4,3,0,0,0,0,0,0,4,0,0,0,4,0,0,6,0,0,0,0,0,2,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 11572 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 915 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 115 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 516 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.ease\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\"],[17,4,1,6,4,1,2,3,1,5,1,2,7,10,23,37,9,25,15,16,15,11,27,27,6,8,7,5,3,13,35,20,15,9,9,19,18,2,10,17,21,15,19,10,14,10,9,15,26,13,38,20,14,4,6,6,3,5,6,8,9,1,9,1,2,7,5,18,9,7,10,10,15,5,2,4,7,1,6,11,6,4,4,2,3,4,1,0,10,4]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 8 weeks.\n// jsData function gvisDataColumnChartID1f543fe365f3 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 137 ], [ \"0.2.0\", 120 ], [ \"0.3.0\", 118 ], [ \"0.5.0\", 113 ], [ \"0.4.0\", 112 ], [ \"0.7.0\", 108 ], [ \"0.1.0\", 105 ], [ \"0.6.0\", 102 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f543fe365f3() { var data = gvisDataColumnChartID1f543fe365f3(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f543fe365f3') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 8 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1f54758dfbb1 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"UI\", 248 ], [ \"Modules\", 194 ], [ \"Core\", 180 ], [ \"Engines\", 147 ], [ \"General\", 63 ], [ \"Help\", 44 ], [ \"Scripts\", 34 ], [ \"Website\", 5 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f54758dfbb1() { var data = gvisDataColumnChartID1f54758dfbb1(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f54758dfbb1') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 231 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.ease\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2014-07-01T17:55:09.000Z\",\"2014-07-08T17:55:09.000Z\",\"2014-07-15T17:55:09.000Z\",\"2014-07-22T17:55:09.000Z\",\"2014-07-29T17:55:09.000Z\",\"2014-08-05T17:55:09.000Z\",\"2014-08-12T17:55:09.000Z\",\"2014-08-21T20:02:25.000Z\",\"2014-08-30T12:06:53.000Z\",\"2014-09-03T06:26:27.000Z\",\"2014-09-09T17:55:09.000Z\",\"2014-09-16T17:55:09.000Z\",\"2014-09-23T17:55:09.000Z\",\"2014-09-30T17:55:09.000Z\",\"2014-10-07T17:55:09.000Z\",\"2014-10-14T17:55:09.000Z\",\"2014-10-21T17:55:09.000Z\",\"2014-10-31T15:43:21.000Z\",\"2014-11-07T07:19:25.000Z\",\"2014-11-13T21:42:28.000Z\",\"2014-11-18T17:55:09.000Z\",\"2014-11-25T17:55:09.000Z\",\"2014-12-02T17:55:09.000Z\",\"2014-12-09T17:55:09.000Z\",\"2014-12-21T20:48:15.000Z\",\"2014-12-23T17:55:09.000Z\",\"2015-01-03T17:57:30.000Z\",\"2015-01-06T17:55:09.000Z\",\"2015-01-13T17:55:09.000Z\",\"2015-01-20T17:55:09.000Z\",\"2015-01-27T17:55:09.000Z\",\"2015-02-03T17:55:09.000Z\",\"2015-02-10T17:55:09.000Z\",\"2015-02-17T17:55:09.000Z\",\"2015-02-27T18:32:57.000Z\",\"2015-03-06T13:33:58.000Z\",\"2015-03-10T17:55:09.000Z\",\"2015-03-19T12:44:13.000Z\",\"2015-03-24T21:04:14.000Z\",\"2015-03-31T17:55:09.000Z\",\"2015-04-07T17:55:09.000Z\",\"2015-04-14T17:55:09.000Z\",\"2015-04-21T17:55:09.000Z\",\"2015-04-28T17:55:09.000Z\",\"2015-05-05T17:55:09.000Z\",\"2015-05-12T17:55:09.000Z\",\"2015-05-19T17:55:09.000Z\",\"2015-05-26T17:55:09.000Z\",\"2015-06-02T17:55:09.000Z\",\"2015-06-09T17:55:09.000Z\",\"2015-06-16T17:55:09.000Z\",\"2015-06-23T17:55:09.000Z\",\"2015-06-30T17:55:09.000Z\",\"2015-07-07T17:55:09.000Z\",\"2015-07-14T17:55:09.000Z\",\"2015-07-21T17:55:09.000Z\",\"2015-07-28T17:55:09.000Z\",\"2015-08-04T17:55:09.000Z\",\"2015-08-11T17:55:09.000Z\",\"2015-08-18T17:55:09.000Z\",\"2015-08-25T17:55:09.000Z\",\"2015-09-01T17:55:09.000Z\",\"2015-09-08T17:55:09.000Z\",\"2015-09-15T17:55:09.000Z\",\"2015-09-22T17:55:09.000Z\",\"2015-10-02T15:42:44.000Z\",\"2015-10-06T17:55:09.000Z\",\"2015-10-13T17:55:09.000Z\",\"2015-10-20T17:55:09.000Z\",\"2015-10-27T17:55:09.000Z\",\"2015-11-03T17:55:09.000Z\",\"2015-11-10T17:55:09.000Z\",\"2015-11-17T17:55:09.000Z\",\"2015-11-24T17:55:09.000Z\",\"2015-12-01T17:55:09.000Z\",\"2015-12-08T17:55:09.000Z\",\"2015-12-15T17:55:09.000Z\",\"2015-12-22T17:55:09.000Z\",\"2015-12-29T17:55:09.000Z\",\"2016-01-05T17:55:09.000Z\",\"2016-01-12T17:55:09.000Z\",\"2016-01-19T17:55:09.000Z\",\"2016-01-26T17:55:09.000Z\",\"2016-02-02T17:55:09.000Z\",\"2016-02-14T19:57:33.000Z\",\"2016-02-16T17:55:09.000Z\",\"2016-02-23T17:55:09.000Z\",\"2016-03-01T17:55:09.000Z\",\"2016-03-09T16:44:37.000Z\",\"2016-03-18T15:17:40.000Z\",\"2016-03-23T12:18:54.000Z\",\"2016-03-30T20:17:23.000Z\",\"2016-04-05T17:55:09.000Z\",\"2016-04-12T17:55:09.000Z\",\"2016-04-21T16:41:14.000Z\",\"2016-04-29T17:40:37.000Z\",\"2016-05-04T17:41:54.000Z\",\"2016-05-10T17:55:09.000Z\",\"2016-05-18T20:23:12.000Z\",\"2016-05-24T17:55:09.000Z\",\"2016-05-31T17:55:09.000Z\",\"2016-06-07T17:55:09.000Z\",\"2016-06-16T09:23:43.000Z\",\"2016-06-21T17:55:09.000Z\",\"2016-06-30T16:41:21.000Z\",\"2016-07-08T19:05:21.000Z\",\"2016-07-12T17:55:09.000Z\",\"2016-07-22T20:42:43.000Z\",\"2016-07-26T17:55:09.000Z\",\"2016-08-03T15:05:28.000Z\",\"2016-08-09T17:55:09.000Z\",\"2016-08-16T17:55:09.000Z\",\"2016-08-23T17:55:09.000Z\",\"2016-08-30T17:55:09.000Z\",\"2016-09-06T17:55:09.000Z\",\"2016-09-13T17:55:09.000Z\",\"2016-09-20T17:55:09.000Z\",\"2016-09-27T17:55:09.000Z\",\"2016-10-04T17:55:09.000Z\",\"2016-10-11T17:55:09.000Z\",\"2016-10-18T17:55:09.000Z\",\"2016-10-25T17:55:09.000Z\",\"2016-11-01T17:55:09.000Z\",\"2016-11-08T17:55:09.000Z\",\"2016-11-15T17:55:09.000Z\",\"2016-11-22T17:55:09.000Z\",\"2016-11-29T17:55:09.000Z\",\"2016-12-09T20:35:44.000Z\",\"2016-12-13T17:55:09.000Z\",\"2016-12-21T19:25:36.000Z\",\"2016-12-27T17:55:09.000Z\",\"2017-01-03T17:55:09.000Z\",\"2017-01-13T15:04:31.000Z\",\"2017-01-20T20:55:10.000Z\",\"2017-01-24T17:55:09.000Z\",\"2017-01-31T17:55:09.000Z\",\"2017-02-07T17:55:09.000Z\",\"2017-02-14T17:55:09.000Z\",\"2017-02-21T17:55:09.000Z\",\"2017-02-28T17:55:09.000Z\",\"2017-03-07T17:55:09.000Z\",\"2017-03-14T17:55:09.000Z\",\"2017-03-21T17:55:09.000Z\",\"2017-03-28T17:55:09.000Z\",\"2017-04-04T20:03:58.000Z\",\"2017-04-11T17:55:09.000Z\",\"2017-04-18T17:55:09.000Z\",\"2017-04-25T17:55:09.000Z\",\"2017-05-02T17:55:09.000Z\",\"2017-05-09T17:55:09.000Z\",\"2017-05-16T17:55:09.000Z\",\"2017-05-23T17:55:09.000Z\",\"2017-05-30T17:55:09.000Z\",\"2017-06-06T17:55:09.000Z\",\"2017-06-13T17:55:09.000Z\",\"2017-06-20T17:55:09.000Z\",\"2017-06-27T17:55:09.000Z\",\"2017-07-04T17:55:09.000Z\",\"2017-07-11T17:55:09.000Z\",\"2017-07-18T17:55:09.000Z\",\"2017-07-25T17:55:09.000Z\",\"2017-08-01T17:55:09.000Z\",\"2017-08-08T17:55:09.000Z\",\"2017-08-15T17:55:09.000Z\",\"2017-08-22T17:55:09.000Z\",\"2017-08-29T17:55:09.000Z\",\"2017-09-05T17:55:09.000Z\",\"2017-09-12T17:55:09.000Z\",\"2017-09-19T17:55:09.000Z\",\"2017-09-26T17:55:09.000Z\",\"2017-10-03T17:55:09.000Z\",\"2017-10-10T17:55:09.000Z\",\"2017-10-17T17:55:09.000Z\",\"2017-10-24T17:55:09.000Z\",\"2017-10-31T17:55:09.000Z\",\"2017-11-07T17:55:09.000Z\",\"2017-11-14T17:55:09.000Z\",\"2017-11-21T17:55:09.000Z\",\"2017-11-28T17:55:09.000Z\",\"2017-12-05T17:55:09.000Z\",\"2017-12-12T17:55:09.000Z\",\"2017-12-24T09:50:45.000Z\",\"2017-12-29T08:12:52.000Z\",\"2018-01-02T17:55:09.000Z\",\"2018-01-09T17:55:09.000Z\",\"2018-01-17T17:57:34.000Z\",\"2018-01-25T18:48:09.000Z\",\"2018-01-30T17:55:09.000Z\",\"2018-02-06T17:55:09.000Z\",\"2018-02-13T17:55:09.000Z\",\"2018-02-20T17:55:09.000Z\",\"2018-03-03T06:26:17.000Z\",\"2018-03-06T17:55:09.000Z\",\"2018-03-13T17:55:09.000Z\",\"2018-03-20T17:55:09.000Z\",\"2018-03-27T17:55:09.000Z\",\"2018-04-03T17:55:09.000Z\",\"2018-04-10T17:55:09.000Z\",\"2018-04-17T17:55:09.000Z\",\"2018-04-24T17:55:09.000Z\",\"2018-05-01T17:55:09.000Z\",\"2018-05-08T17:55:09.000Z\",\"2018-05-15T17:55:09.000Z\",\"2018-05-22T17:55:09.000Z\",\"2018-05-29T17:55:09.000Z\",\"2018-06-05T17:55:09.000Z\",\"2018-06-12T17:55:09.000Z\",\"2018-06-19T17:55:09.000Z\",\"2018-06-26T17:55:09.000Z\",\"2018-07-03T17:55:09.000Z\",\"2018-07-10T17:55:09.000Z\",\"2018-07-19T14:34:19.000Z\",\"2018-07-24T17:55:09.000Z\",\"2018-08-01T17:29:44.000Z\",\"2018-08-07T17:55:09.000Z\",\"2018-08-14T17:55:09.000Z\",\"2018-08-23T20:00:55.000Z\",\"2018-08-30T06:51:09.000Z\",\"2018-09-04T17:55:09.000Z\",\"2018-09-11T17:55:09.000Z\",\"2018-09-18T17:55:09.000Z\",\"2018-09-25T17:55:09.000Z\",\"2018-10-02T17:55:09.000Z\",\"2018-10-09T17:55:09.000Z\",\"2018-10-16T17:55:09.000Z\",\"2018-10-23T17:55:09.000Z\",\"2018-10-30T17:55:09.000Z\",\"2018-11-06T17:55:09.000Z\",\"2018-11-13T17:55:09.000Z\",\"2018-11-20T17:55:09.000Z\",\"2018-11-27T17:55:09.000Z\",\"2018-12-04T17:55:09.000Z\",\"2018-12-11T17:55:09.000Z\",\"2018-12-18T17:55:09.000Z\",\"2018-12-25T17:55:09.000Z\",\"2019-01-01T17:55:09.000Z\",\"2019-01-08T17:55:09.000Z\",\"2019-01-15T17:55:09.000Z\",\"2019-01-22T17:55:09.000Z\",\"2019-01-29T17:55:09.000Z\",\"2019-02-05T17:55:09.000Z\",\"2019-02-12T17:55:09.000Z\",\"2019-02-19T17:55:09.000Z\",\"2019-02-26T17:55:09.000Z\",\"2019-03-05T17:55:09.000Z\",\"2019-03-12T17:55:09.000Z\",\"2019-03-19T17:55:09.000Z\",\"2019-03-26T17:55:09.000Z\",\"2019-04-02T17:55:09.000Z\",\"2019-04-09T17:55:09.000Z\",\"2019-04-16T17:55:09.000Z\",\"2019-04-23T17:55:09.000Z\",\"2019-04-30T17:55:09.000Z\",\"2019-05-07T17:55:09.000Z\",\"2019-05-14T17:55:09.000Z\",\"2019-05-21T17:55:09.000Z\",\"2019-05-28T17:55:09.000Z\",\"2019-06-04T17:55:09.000Z\",\"2019-06-11T17:55:09.000Z\",\"2019-06-18T17:55:09.000Z\",\"2019-06-25T17:55:09.000Z\",\"2019-07-02T17:55:09.000Z\",\"2019-07-12T15:31:57.000Z\",\"2019-07-16T17:55:09.000Z\",\"2019-07-23T17:55:09.000Z\",\"2019-07-30T17:55:09.000Z\",\"2019-08-06T17:55:09.000Z\",\"2019-08-13T17:55:09.000Z\",\"2019-08-20T17:55:09.000Z\",\"2019-08-27T17:55:09.000Z\",\"2019-09-03T17:55:09.000Z\",\"2019-09-10T17:55:09.000Z\",\"2019-09-17T17:55:09.000Z\",\"2019-09-24T17:55:09.000Z\",\"2019-10-02T20:49:55.000Z\",\"2019-10-08T17:55:09.000Z\",\"2019-10-15T17:55:09.000Z\",\"2019-10-22T17:55:09.000Z\",\"2019-10-29T17:55:09.000Z\",\"2019-11-05T17:55:09.000Z\",\"2019-11-12T17:55:09.000Z\",\"2019-11-19T17:55:09.000Z\",\"2019-11-26T17:55:09.000Z\",\"2019-12-03T17:55:09.000Z\",\"2019-12-10T17:55:09.000Z\",\"2019-12-17T17:55:09.000Z\",\"2019-12-24T17:55:09.000Z\",\"2019-12-31T17:55:09.000Z\",\"2020-01-07T17:55:09.000Z\",\"2020-01-14T17:55:09.000Z\",\"2020-01-21T17:55:09.000Z\",\"2020-01-29T21:37:48.000Z\",\"2020-02-04T17:55:09.000Z\",\"2020-02-11T17:55:09.000Z\",\"2020-02-20T20:21:43.000Z\",\"2020-02-27T07:58:46.000Z\",\"2020-03-03T17:55:09.000Z\",\"2020-03-10T17:55:09.000Z\",\"2020-03-17T17:55:09.000Z\",\"2020-03-24T17:55:09.000Z\",\"2020-03-31T17:55:09.000Z\",\"2020-04-07T17:55:09.000Z\",\"2020-04-14T17:55:09.000Z\",\"2020-04-21T17:55:09.000Z\",\"2020-04-28T17:55:09.000Z\",\"2020-05-05T17:55:09.000Z\",\"2020-05-12T17:55:09.000Z\",\"2020-05-19T17:55:09.000Z\",\"2020-05-26T17:55:09.000Z\",\"2020-06-02T17:55:09.000Z\",\"2020-06-11T09:53:33.000Z\",\"2020-06-16T17:55:09.000Z\",\"2020-06-23T17:55:09.000Z\",\"2020-06-30T17:55:09.000Z\",\"2020-07-07T17:55:09.000Z\",\"2020-07-14T17:55:09.000Z\",\"2020-07-25T07:15:34.000Z\",\"2020-07-28T17:55:09.000Z\",\"2020-08-04T17:55:09.000Z\",\"2020-08-11T17:55:09.000Z\",\"2020-08-18T17:55:09.000Z\",\"2020-08-25T17:55:09.000Z\",\"2020-09-01T17:55:09.000Z\",\"2020-09-08T17:55:09.000Z\",\"2020-09-15T17:55:09.000Z\",\"2020-09-22T17:55:09.000Z\",\"2020-09-29T17:55:09.000Z\",\"2020-10-06T17:55:09.000Z\",\"2020-10-13T17:55:09.000Z\",\"2020-10-20T17:55:09.000Z\",\"2020-10-27T17:55:09.000Z\",\"2020-11-03T17:55:09.000Z\",\"2020-11-10T17:55:09.000Z\",\"2020-11-17T17:55:09.000Z\",\"2020-11-24T17:55:09.000Z\",\"2020-12-01T17:55:09.000Z\",\"2020-12-10T18:49:09.000Z\",\"2020-12-16T05:00:38.000Z\",\"2020-12-22T17:55:09.000Z\",\"2020-12-29T17:55:09.000Z\",\"2021-01-05T17:55:09.000Z\",\"2021-01-12T17:55:09.000Z\",\"2021-01-21T00:19:11.000Z\"],[1,1,1,1,1,1,1,7,9,3,1,1,1,1,1,1,1,5,9,5,1,1,1,1,17,19,2,1,1,1,1,1,1,1,22,11,3,3,10,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,7,1,1,1,3,7,3,3,1,1,3,4,3,7,3,1,1,1,4,1,3,4,1,2,1,8,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,3,1,4,1,3,4,6,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,3,1,1,3,3,2,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,6,3,2,1,1,2,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,4,1,1,1,1,3]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.ease forum.    ID   Subject   Post date   Post author     1837013   Re: EASE debug mode   2021-01-21 00:19:11   32099     1837012   EASE debug mode   2021-01-21 00:06:49   32099     1835898   Re: EASE UI module takes over context menus?   2020-12-16 05:00:38   229534     1835849   Re: EASE UI module takes over context menus?   2020-12-15 06:26:10   58927     1835848   Re: import vs include   2020-12-15 06:24:21   58927     1835707   import vs include   2020-12-10 18:49:09   81675     1835667   EASE UI module takes over context menus?   2020-12-09 19:55:30   229534     1830750   Re: Build UIs with unease!   2020-08-03 06:01:16   58927     1830410   Build UIs with unease!   2020-07-25 07:15:34   229105     1828520   Re: Running SWTBot in EASE Script in Headless Mode   2020-06-11 09:53:33   229218    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 67 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.ease forum.    ID   Subject   Last post date   Last post author   Replies   Views     1106659   EASE debug mode   2021-01-21 00:19:11   1837013   1   289     1106245   import vs include   2020-12-15 06:24:21   1835848   1   959     1106232   EASE UI module takes over context menus?   2020-12-16 05:00:38   1835898   2   1261     1104646   Build UIs with unease!   2020-08-03 06:01:16   1830750   1   1682     1104067   Running SWTBot in EASE Script in Headless Mode   2020-06-11 09:53:33   1828520   2   909     1102535   Problem using endsWith in javascript rhino script shell   2020-02-27 07:58:46   1822095   1   4803     1102514   Access classes from other eclipse plugins   2020-02-19 19:13:42   1821764   0   4305     1102202   (**WrapToScript?**) inspect environment   2020-02-04 17:05:16   1821037   1   288     1100755   Sending Arguments to Python Script   2019-10-07 08:03:58   1815610   2   1460     1099630   Dependencies required for EASE on eclipse 4.10/4.11   2019-07-12 15:31:57   1809271   1   905      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 1347 commits.\n  ID   Name   Time   Result     789   ease.build.core \\#789   1.619235e+12   SUCCESS     788   ease.build.core \\#788   1.619148e+12   SUCCESS     787   ease.build.core \\#787   1.619062e+12   SUCCESS     786   ease.build.core \\#786   1.618975e+12   SUCCESS     785   ease.build.core \\#785   1.618889e+12   SUCCESS     784   ease.build.core \\#784   1.618803e+12   SUCCESS     783   ease.build.core \\#783   1.618716e+12   SUCCESS     782   ease.build.core \\#782   1.618630e+12   SUCCESS     781   ease.build.core \\#781   1.618543e+12   SUCCESS     780   ease.build.core \\#780   1.618492e+12   SUCCESS    // jsData function gvisDataPieChartID1f5426aab29 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 7 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 162 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 1098 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 80 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f5426aab29() { var data = gvisDataPieChartID1f5426aab29(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.ease \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f5426aab29') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f5426aab29); })(); function displayChartPieChartID1f5426aab29() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 23 commits.\n  Name   Colour   Last build time   Health report     ease.build.core   blue   1.619235e+12   100     ease.build.core.repopulate\\_nightly\\_p2\\_site   blue   1.618489e+12   100     ease.build.module.doclet   blue   1.619234e+12   100     ease.build.modules   blue   1.619236e+12   100     ease.build.nightly   blue   1.619234e+12   100     ease.build.release   blue   1.563274e+12   100     ease.build.release.deploy   blue   1.567681e+12   100     ease.maintenance.downloadarea   red   1.616754e+12   33     ease.verify.core.gerrit   blue   1.618682e+12   60     ease.verify.core.target.2018-09   blue   1.619026e+12   80    // jsData function gvisDataPieChartID1f544487b0a4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 20 ], [ \u0026ldquo;red\u0026rdquo;, 2 ], [ \u0026ldquo;yellow\u0026rdquo;, 1 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f544487b0a4() { var data = gvisDataPieChartID1f544487b0a4(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.ease \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f544487b0a4') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f544487b0a4); })(); function displayChartPieChartID1f544487b0a4() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.ease .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=EASE   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=EASE   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/ease/job/ease.build.nightly/   OK. Fetched CI URL.\\\\Failed: CI URL is not the root of a Hudson instance.     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/ease-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for documentation\\_url.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/ease/download/   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.     Failed: no forums defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for gettingstarted\\_url.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 3 commits.\n  Author   Count     unknown   1680     Martin Kloesch   2     Christian Pontesegger   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f5419b4db9a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1680 ], [ \"Martin Kloesch\", 2 ], [ \"Christian Pontesegger\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f5419b4db9a() { var data = gvisDataPieChartID1f5419b4db9a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project technology.ease \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f5419b4db9a') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 26 commits.\n  Copyrights   Count     unknown   1014     Copyright (c) Christian Pontesegger and others   465     Copyright (c) year user and others   38     Copyright (c) Martin Kloesch and others   29     Copyright (c) IBM Corporation and others   28     Copyright (c) Kichwa Coders and others   25     Copyright (c) Varun Raval and others   18     Copyright (c) Atos   15     Copyright (c) Bernhard Wedl and others   9     Copyright (c) Christian Pontesegger and Arthur Daussy   8    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f545dd37328 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1014 ], [ \"Copyright (c) Christian Pontesegger and others\", 465 ], [ \"Copyright (c) year user and others\", 38 ], [ \"Copyright (c) Martin Kloesch and others\", 29 ], [ \"Copyright (c) IBM Corporation and others\", 28 ], [ \"Copyright (c) Kichwa Coders and others\", 25 ], [ \"Copyright (c) Varun Raval and others\", 18 ], [ \"Copyright (c) Atos\", 15 ], [ \"Copyright (c) Bernhard Wedl and others\", 9 ], [ \"Copyright (c) Christian Pontesegger and Arthur Daussy\", 8 ], [ \"Copyright (c) Kloesch and others\", 6 ], [ \"Copyright (c) Bachmann electronic GmbH and others\", 5 ], [ \"Copyright (c) Vidura Mudalige and others\", 5 ], [ \"Copyright (c) Madalina Hodorog and others\", 3 ], [ \"Copyright (c) Atos and others\", 2 ], [ \"Copyright (c) Martin Kloesch\", 2 ], [ \"Copyright (c) Nicolas Rouquette, JPL, Caltech and others\", 2 ], [ \"Copyright (c) Python Software Foundation\", 2 ], [ \"Copyright (c) christian and others\", 2 ], [ \"Copyright (c) Andreas Wallner and others\", 1 ], [ \"Copyright (c) Barthelemy Dagenais and individual contributors\", 1 ], [ \"Copyright (c) Christian Pontesegger\", 1 ], [ \"Copyright (c) Jonah Graham and others\", 1 ], [ \"Copyright (c) Ralf Ebert and others\", 1 ], [ \"Copyright (c) Syamkumar and others\", 1 ], [ \"Copyright (c) Utsav Oza and others\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f545dd37328() { var data = gvisDataPieChartID1f545dd37328(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project technology.ease \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f545dd37328') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 26 commits.\n  Holders   Count     unknown   1014     Christian Pontesegger and others   465     \\$ year \\$ user and others   38     Martin Kloesch and others   29     IBM Corporation and others   28     Kichwa Coders and others   25     Varun Raval and others   18     Atos   15     Bernhard Wedl and others   9     Christian Pontesegger and Arthur Daussy   8    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f54cb296e6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1014 ], [ \"Christian Pontesegger and others\", 465 ], [ \"$ year $ user and others\", 38 ], [ \"Martin Kloesch and others\", 29 ], [ \"IBM Corporation and others\", 28 ], [ \"Kichwa Coders and others\", 25 ], [ \"Varun Raval and others\", 18 ], [ \"Atos\", 15 ], [ \"Bernhard Wedl and others\", 9 ], [ \"Christian Pontesegger and Arthur Daussy\", 8 ], [ \"Kloesch and others\", 6 ], [ \"Bachmann electronic GmbH and others\", 5 ], [ \"Vidura Mudalige and others\", 5 ], [ \"Madalina Hodorog and others\", 3 ], [ \"Atos and others\", 2 ], [ \"Martin Kloesch\", 2 ], [ \"Nicolas Rouquette, JPL, Caltech and others\", 2 ], [ \"Python Software Foundation\", 2 ], [ \"christian and others\", 2 ], [ \"Andreas Wallner and others\", 1 ], [ \"Barthelemy Dagenais and individual contributors\", 1 ], [ \"Christian Pontesegger\", 1 ], [ \"Jonah Graham and others\", 1 ], [ \"Ralf Ebert and others\", 1 ], [ \"Syamkumar and others\", 1 ], [ \"Utsav Oza and others\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f54cb296e6() { var data = gvisDataPieChartID1f54cb296e6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project technology.ease \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f54cb296e6') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 9 commits.\n  Licence   Count     unknown   958     epl-2.0 OR apache-2.0   577     epl-1.0   107     epl-2.0   78     bsd-new   15     unknown   15     cpl-1.0 AND other-permissive   3     python   2     apache-2.0 OR epl-2.0   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f5441259014 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 958 ], [ \"epl-2.0 OR apache-2.0\", 577 ], [ \"epl-1.0\", 107 ], [ \"epl-2.0\", 78 ], [ \"bsd-new\", 15 ], [ \"unknown\", 15 ], [ \"cpl-1.0 AND other-permissive\", 3 ], [ \"python\", 2 ], [ \"apache-2.0 OR epl-2.0\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f5441259014() { var data = gvisDataPieChartID1f5441259014(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project technology.ease \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f5441259014') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 9 commits.\n  Programming Language   Count     unknown   899     Java   659     HTML   51     JavaScript   25     PHP   22     Python   18     CSS   6     VB.net   2     Bash   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f54118c0a62 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 899 ], [ \"Java\", 659 ], [ \"HTML\", 51 ], [ \"JavaScript\", 25 ], [ \"PHP\", 22 ], [ \"Python\", 18 ], [ \"CSS\", 6 ], [ \"VB.net\", 2 ], [ \"Bash\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f54118c0a62() { var data = gvisDataPieChartID1f54118c0a62(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project technology.ease \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f54118c0a62') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 116 commits.\n  Holders   Type     pom.xml   manifest     developers/EASE Developer Documentation/Readme Autocompletion.txt   readme     developers/EASE Developer Documentation/Readme Help Hovers.html   readme     developers/EASE Developer Documentation/Readme SignAndVerify.txt   readme     developers/org.eclipse.ease.helpgenerator/license.html   legal     developers/org.eclipse.ease.helpgenerator/pom.xml   manifest     developers/org.eclipse.ease.helpgenerator/resources/org.eclipse.ease.helpgenerator.testproject/META-INF/MANIFEST.MF   manifest     developers/org.eclipse.ease.helpgenerator/src/META-INF/MANIFEST.MF   manifest     features/pom.xml   manifest     features/org.eclipse.ease.feature/license.html   legal    ","href":"/projects/technology.ease/datasets_report/","title":"technology.ease"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.egit\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.egit.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 2299 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.egit\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\"],[1,0,1,0,0,0,1,2,0,5,1,1,1,1,0,0,0,0,0,0,0,0,4,1,0,1,3,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,1,2,0,0,0,2,0,1,0,1,0,0,2,0,0,0,3,0,0,1,0,0,0,1,1,0,0,0,1,3,1,0,0,0,1,0,1,4,1,0,1,1,0,0,3,1,0,0,0,1,3,0,0,0,1,0,0,0,0,1,0,0,0,0,2,0,2,0,0,0,1,0,2,0,0,0,2,4,1,1,2,0,0,3,0,1,0,0,0,0,1,0,3,2,0,1,2,0,3,2,4,3,1,1,0,0,2,5,7,2,4,0,2,1,0,2,1,2,10,7,3,2,1,1,2,2,5,3,7,8,0,1,4,5,7,2,4,0,0,2,5,5,3,3,1,0,6,5,5,3,7,2,0,3,6,6,2,2,0,0,2,1,0,1,4,10,0,5,4,7,1,7,1,4,5,0,2,0,6,0,0,3,1,5,4,4,0,0,4,4,4,3,4,1,0,4,3,2,1,3,0,0,4,2,1,2,0,1,1,2,2,4,3,5,0,0,6,3,4,5,7,0,2,4,7,8,8,4,1,3,4,3,3,10,11,1,5,11,6,11,6,5,1,2,3,7,3,5,6,5,1,7,3,11,7,4,0,0,3,4,5,0,5,2,6,0,2,2,3,3,0,0,2,0,5,8,3,0,1,0,1,2,0,2,0,0,0,3,5,10,0,0,0,1,5,1,4,1,1,0,5,1,2,0,4,0,0,0,9,0,0,0,0,0,1,2,3,2,1,0,0,1,1,0,0,0,0,0,1,5,3,4,2,0,6,2,2,8,15,12,0,5,2,4,9,4,1,0,0,2,2,0,1,6,1,1,4,2,1,0,0,0,0,0,0,2,7,0,0,0,0,0,1,0,1,1,5,7,2,6,4,4,2,1,7,7,9,4,11,0,2,2,3,11,6,4,1,2,4,8,7,6,3,5,2,4,7,6,3,5,3,0,3,8,7,7,5,1,3,5,5,8,6,5,3,2,2,2,4,3,0,0,2,3,2,2,1,1,0,2,4,2,2,5,5,2,0,8,5,15,8,6,0,0,11,4,8,4,3,0,4,5,2,3,2,1,1,3,0,1,2,3,4,0,0,4,2,4,4,0,8,0,3,0,2,11,2,0,0,4,4,8,2,2,1,2,3,4,0,7,3,4,1,2,8,6,4,5,8,3,2,7,7,6,2,2,2,1,6,12,2,1,6,6,3,6,5,3,0,0,2,2,1,2,2,5,0,0,0,0,0,0,1,0,0,5,0,1,0,4,0,3,2,4,12,9,1,1,2,4,1,4,3,7,3,5,3,4,0,0,2,0,0,0,1,1,1,2,2,1,3,1,2,0,3,1,0,4,3,2,1,0,0,7,4,4,10,4,5,2,0,1,2,3,4,1,1,4,1,4,4,4,3,2,2,7,1,5,2,0,0,3,0,0,4,4,0,0,0,2,1,6,3,3,0,1,0,2,2,4,7,0,0,0,0,1,0,2,0,2,1,0,1,0,11,0,0,0,2,0,0,3,2,1,3,2,7,1,3,2,2,1,1,2,4,3,0,0,8,2,12,3,7,8,1,4,5,2,6,7,0,1,8,8,4,0,1,1,1,1,9,9,5,2,3,0,4,1,2,0,2,2,0,3,3,3,2,1,0,1,2,1,1,2,0,0,0,0,0,1,1,1,1,0,2,2,2,3,3,2,2,1,2,1,4,2,0,1,5,3,1,3,5,1,3,1,9,6,4,1,0,1,11,2,0,2,0,1,1,0,0,1,2,0,4,2,2,0,6,1,6,0,2,7,2,5,1,0,2,9,3,5,2,3,3,0,0,4,5,2,0,2,3,0,2,3,3,2,4,1,1,2,2,6,1,1,0,0,0,0,1,0,0,3,2,5,4,0,1,0,0,0,0,1,1,0,0,1,0,1,1,4,1,0,0,0,2,0,4,3,1,0,1,1,0,0,3,1,3,0,4,5,5,11,17,1,0,1,1,0,0,1,1,0,5,2,0,0,1,0,0,0,1,4,1,3,0,2,1,3,9,1,1,1,2,5,2,4,0,0,0,4,2,0,0,0,2,0,1,2,0,0,3,0,0,0,4,5,2,0,1,0,2,0,0,0,1,2,0,3,5,0,1,0,0,0,0,3,0,2,1,0,0,0,0,0,0,0,0,0,1,3,3,5,1,0,1,3,0,0,2,1,1,0,0,1,2,1,1,0,0,2,0,2,4,3,3,5,1,2,2,5,3,2,2,0,1,0,1,0,2,2,0,1,1,3,1,1,0,0,0,3,2,0,1,0,4,1,0,0,1,0,2,1,2,3,1,0,0,2,1,0,1,1,1,1,3,0,1,1,0,0,0,1,0,5,8,1,1,2,1,0,1,6,2,3,0,0,1,0,1,7,8,2,0,1,1,0,0,3,0,2,3,6,2,1,4,3,2,0,2,3,3,3,4,0,0,0,0,0,2,1,0,0,0,2,6,3,3,2,0,0,2,1,2,2,0,0,0,0,2,1,0,9,0,0,1,1,1,0,3,0,3,0,1,1,2,2,0,2,1,3,1,2,0,4,1,2,0,0,5,0,0,0,0,2,0,3,0,1,0,4,5,1,2,2,1,0,0,0,2,1,0,1,0,0,0,0,0,0,0,0,0,0,1,6,4,1,0,1,1,1,1,1,2,0,2,2,0,4,1,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,2,1,0,6,1,1,5,2,5,3,2,0,2,0,1,0,5,1,1,2,1,1,2,0,1,0,0,2,0,3,1,2,0,1,1,3,0,0,0,1,5,1,2,0,0,1,0,5,1,1,3,3,0,0,2,1,2,0,0,0,0,1,4,0,0,4,0,0,0,1,5,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,5,0,4,0,4,0,6,0,0,0,4,0,0,1,0,0,0,0,1,0,0,3,6,0,0,0,0,0,1,1,2,8,5,3,0,8,5,1,3,1,1,1,3,3,7,0,0,0,0,0,2,1,2,0,1,1,0,1,4,2,2,0,2,1,1,2,0,0,0,0,2,0,1,2,1,0,0,1,0,4,7,2,0,4,0,1,2,3,0,0,0,0,0,0,2,0,0,5,0,0,1,3,1,4,7,2,1,2,0,1,3,3,0,1,8,8,0,1,0,0,0,3,6,1,0,1,2,1,3,1,1,0,4,1,0,5,3,8,5,4,0,3,2,0,4,1,6,1,0,0,1,0,3,0,4,1,0,4,0,1,0,1,0,3,3,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,1,0,1,1,1,0,0,1,2,1,0,0,1,0,0,0,0,0,0,0,2,2,0,1,0,1,0,0,2,1,3,0,1,1,3,1,0,0,0,0,1,1,2,0,2,0,1,4,1,1,0,0,1,1,1,1,1,2,3,1,0,1,0,0,0,0,1,5,0,2,2,3,0,2,2,0,0,0,3,3,3,2,1,0,0,0,1,2,1,1,1,5,5,1,0,1,1,0,1,3,2,1,0,2,0,0,1,0,2,0,1,2,0,3,3,1,0,0,1,2,0,1,0,1,3,0,0,1,0,1,1,2,1,0,0,0,1,0,3,2,0,1,0,1,0,5,1,5,0,1,0,0,0,2,2,0,0,0,0,0,0,1,2,4,1,1,0,1,0,4,0,0,3,2,4,0,0,1,1,1,1,3,0,1,1,2,3,4,1,0,0,1,1,0,3,2,4,0,5,1,1,2,0,0,0,1,0,1,2,5,3,0,1,0,3,0,1,0,0,3,0,2,2,0,1,0,0,3,1,1,2,2,0,2,3,3,1,0,2,0,0,0,3,0,0,0,2,0,2,1,3,1,2,0,0,1,2,1,3,1,1,0,1,0,2,2,0,0,0,2,0,1,0,0,0,2,0,1,3,0,0,0,1,0,0,0,0,0,0,1,0,0,2,2,1,1,0,0,0,4,0,0,0,0,2,5,0,0,0,1,0,2,0,0,0,3,0,1,0,2,3,0,0,0,0,0,3,2,0,0,0,1,0,0,0,2,6,2,0,1,3,1,0,0,0,0,0,1,0,0,0,1,1,1,2,0,0,2,0,0,0,1,2,5,0,1,0,2,2,2,1,0,0,1,1,1,0,0,0,0,4,2,2,1,0,2,0,3,0,1,0,0,1,0,1,0,0,2,4,0,0,0,3,4,1,2,1,2,6,2,0,1,1,1,0,0,1,0,0,1,0,0,3,0,0,0,0,0,0,0,4,1,0,2,0,0,2,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,3,0,0,3,1,1,0,0,0,0,0,1,1,1,0,1,0,0,0,2,5,2,0,1,1,2,0,1,0,0,0,3,0,1,2,3,0,1,0,2,2,3,0,0,0,1,1,1,3,2,1,1,0,2,7,3,0,1,1,0,0,0,0,0,1,1,3,0,2,2,4,0,3,2,6,1,3,2,0,2,3,4,3,2,0,0,0,2,0,1,0,0,0,0,0,0,0,0,1,0,4,3,0,4,0,0,1,0,7,5,1,0,1,0,0,0,0,0,0,1,0,2,0,2,0,1,2,1,0,1,2,2,3,1,1,2,1,0,1,3,3,2,1,2,2,1,1,0,4,0,4,2,3,3,3,2,2,2,0,4,1,1,0,0,5,4,7,1,1,0,0,0,0,1,0,0,0,0,0,0,2,2,0,1,0,2,1,0,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,1,2,0,0,1,0,6,1,1,1,5,7,3,0,2,1,1,0,6,4,0,0,0,1,0,3,0,2,1,0,1,1,3,2,0,0,1,1,0,0,1,1,6,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,3,3,0,2,3,0,1,0,2,0,1,2,5,0,4,1,0,0,4,2,0,0,0,2,1,0,1,1,1,2,0,3,1,2,0,1,0,2,0,2,1,3,3,0,1,2,1,1,2,1,4,1,1,2,0,3,1,0,0,0,0,0,0,0,0,0,0,2,2,2,4,0,2,0,0,3,4,0,0,0,0,1,0,1,1,0,1,0,1,2,0,3,3,2,0,1,0,0,1,0,1,1,0,1,3,4,3,1,0,1,1,1,0,1,1,1,2,1,4,3,0,2,0,0,1,0,2,2,0,4,3,0,3,3,0,2,2,8,1,6,0,0,0,0,4,2,4,0,0,0,0,2,3,1,1,3,0,1,2,0,2,0,0,1,3,0,0,0,2,1,1,0,0,0,0,1,0,0,2,1,0,0,1,0,2,2,0,0,0,1,3,0,0,2,0,2,1,0,0,4,0,1,3,5,1,2,1,0,0,0,1,2,1,0,0,0,1,2,1,0,0,2,0,1,1,0,0,0,0,1,0,1,1,1,0,0,1,1,1,3,1,1,1,1,0,0,0,0,0,1,2,1,0,1,0,0,3,0,6,5,0,0,1,0,2,2,1,0,0,1,0,0,0,1,0,0,1,0,3,0,1,1,0,2,1,1,1,5,0,0,0,2,1,2,1,2,1,1,1,3,0,0,1,1,2,0,0,0,0,0,0,2,1,0,1,0,0,1,0,0,1,0,0,2,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,1,1,1,1,0,1,1,1,1,3,0,0,1,2,0,1,2,1,0,6,3,0,2,0,1,0,3,1,0,1,2,1,2,2,5,0,1,0,0,3,1,1,0,1,0,1,1,0,1,0,0,0,1,0,2,4,0,1,2,1,0,0,0,1,0,0,3,0,0,0,2,2,1,1,1,0,1,2,0,1,0,0,1,0,1,3,3,2,0,2,0,0,6,1,1,2,0,0,0,2,0,3,0,0,0,0,1,1,0,1,1,1,0,2,1,4,0,0,0,1,0,1,0,0,0,0,0,1,0,1,4,4,0,0,0,3,1,1,0,0,0,2,1,1,0,4,1,1,2,3,3,2,0,0,0,5,0,2,1,0,0,0,6,2,0,0,0,0,1,0,1,0,0,0,2,2,1,0,2,1,0,0,3,0,2,3,0,1,0,0,1,7,1,1,0,2,0,0,0,0,2,1,0,0,1,1,2,0,2,0,3,2,1,1,3,6,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,3,2,1,0,0,0,0,0,0,3,1,0,0,0,2,0,0,0,1,0,0,1,1,0,1,2,0,0,0,2,2,1,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,1,1,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,1,0,0,1,5,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,1,0,2,1,0,0,0,4,0,1,1,2,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,1,1,4,4,0,1,0,0,0,0,0,3,0,0,0,2,0,0,0,1,0,1,1,0,0,0,0,0,0,1,0,2,0,0,1,5,0,10,2,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,3,0,3,2,2,2,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,5,3,1,1,0,0,0,0,0,2,2,0,1,1,2,0,2,2,1,1,2,1,1,2,1,1,0,0,0,2,4,7,3,1,0,1,1,0,1,1,1,6,0,3,2,6,0,2,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,2,1,3,0,1,3,0,2,1,0,0,0,2,1,0,1,2,1,0,1,1,1,1,0,0,0,1,3,4,1,1,0,4,2,1,0,0,3,3,4,1,0,2,3,0,5,5,0,0,0,4,1,0,0,5,4,4,2,0,0,1,1,0,2,2,3,0,4,1,1,0,2,0,2,0,0,0,0,3,0,4,1,3,2,1,0,0,0,0,0,1,1,0,1,0,9,1,0,1,2,1,0,1,4,4,2,1,1,3,1,4,1,2,0,0,2,1,0,5,1,0,0,1,3,1,2,3,4,3,0,0,1,0,0,2,0,2,2,2,1,0,1,2,3,1,0,1,0,0,1,0,4,1,1,0,1,0,0,0,2,0,2,0,0,0,1,0,0,2,1,1,1,0,1,0,2,0,0,0,2,0,0,1,1,3,2,2,0,0,0,1,0,2,0,1,2,0,1,3,0,0,0,1,1,3,1,1,3,0,0,1,1,1,2,1,2,2,4,1,1,0,1,1,4,1,1,0,3,3,6,2,2,3,2,4,1,0,4,3,4,10,6,3,6,2,0,1,0,0,0,5,1,0,1,2,0,0,1,2,1,0,0,0,0,0,0,0,0,1,0,0,1,0,2,0,4,0,0,0,2,0,0,1,2,1,2,0,0,0,0,0,0,1,2,1,2,0,1,0,5,0,0,2,1,2,1,0,0,0,7,2,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,5,3,0,0,0,0,1,2,2,1,0,0,2,0,0,0,1,1,1,2,0,0,1,0,3,0,1,1,0,0,0,0,0,0,1,2,1,3,2,1,2,0,0,0,0,0,1,0,2,0,0,0,2,4,0,0,0,2,1,0,0,0,3,0,1,0,0,0,0,4,3,1,0,1,4,1,0,4,3,1,0,1,0,0,2,8,0,0,1,1,1,2,4,0,1,2,0,2,2,0,4,0,1,1,0,0,0,0,3,0,0,3,2,2,3,2,2,3,1,1,2,1,0,3,3,0,0,0,1,0,1,1,2,2,4,3,2,0,1,3,2,0,1,2,5,6,0,0,1,0,1,1,1,1,5,3,0,2,8,3,4,5,2,2,3,4,4,3,2,2,2,0,0,0,3,3,1,0,0,1,0,2,4,0,0,2,1,1,0,1,1,0,3,0,5,0,2,2,1,1,3,1,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,3,0,0,0,0,3,0,0,0,0,0,2,1,0,1,3,0,0,1,2,0,3,0,0,1,0,0,5,1,3,1,1,0,0,0,1,0,0,2,1,3,2,0,2,1,0,1,2,0,0,0,0,0,1,3,1,6,0,1,1,3,1,1,0,1,0,2,0,0,2,0,0,0,1,3,1,0,0,0,0,2,1,1,1,0,0,0,0,0,1,5,0,1,1,0,0,1,2,0,1,0,0,0,2,0,0,0,2,0,0,1,0,2,0,1,3,1,0,0,1,1,0,0,0,0,0,1,1,1,2,3,0,0,2,0,1,0,1,0,0,0,0,1,2,1,2,3,1,0,0,0,0,3,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,2,2,0,0,1,1,1,0,0,0,1,1,0,3,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0,0,1,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,1,0,2,0,0,1,0,0,1,0,0,0,1,2,0,0,0,0,1,1,0,0,0,2,0,0,2,0,1,0,3,0,0,0,1,0,4,0,0,3,0,1,0,0,0,2,0,0,0,0,0,0,0,1,0,0,1,0,2,0,0,0,0,1,0,0,1,1,0,1,1,3,0,2,3,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,2,0,0,3,0,2,2,3,1,1,2,2,1,1,0,1,1,0,4,0,1,0,4,1,2,0,0,0,0,1,0,1,1,0,0,3,1,3,1,1,0,0,1,0,2,1,0,1,0,0,1,0,0,1,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,0,0,0,1,0,1,0,1,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 87229 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 5207 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 1462 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 2406 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.egit\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2009-07-31T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\"],[1,6,9,15,10,18,10,24,34,51,65,78,61,103,60,56,42,54,61,130,104,65,116,83,82,94,140,112,73,53,72,64,64,50,40,52,51,36,44,57,54,27,50,36,28,30,33,55,37,30,30,35,42,28,31,28,47,42,36,20,48,35,43,50,56,31,46,56,41,37,30,48,35,38,48,27,23,29,27,31,21,30,38,25,29,16,30,29,23,16,17,24,25,14,33,29,24,23,16,12,18,13,12,15,19,32,11,40,20,37,36,38,38,25,14,39,43,15,20,23,20,24,30,22,60,20,15,17,20,23,16,21,11,13,10,9,8,9,7,11,13,5]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 74 weeks.\n// jsData function gvisDataColumnChartID1f78d64e108 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 1784 ], [ \"1.1\", 200 ], [ \"0.9.0\", 181 ], [ \"2.0\", 146 ], [ \"1.2\", 143 ], [ \"0.11\", 140 ], [ \"1.3\", 118 ], [ \"0.12\", 116 ], [ \"1.0\", 107 ], [ \"3.6\", 103 ], [ \"2.1\", 102 ], [ \"2.2\", 96 ], [ \"4.0\", 89 ], [ \"0.10.0\", 88 ], [ \"5.6\", 84 ], [ \"3.0\", 82 ], [ \"3.7\", 80 ], [ \"3.2\", 76 ], [ \"2.3\", 75 ], [ \"5.2\", 72 ], [ \"4.4\", 68 ], [ \"4.6\", 68 ], [ \"5.3\", 67 ], [ \"3.1\", 66 ], [ \"3.4\", 62 ], [ \"5.1\", 62 ], [ \"4.8\", 57 ], [ \"4.1\", 56 ], [ \"5.7\", 55 ], [ \"3.4.1\", 53 ], [ \"3.5\", 53 ], [ \"4.2\", 53 ], [ \"3.3\", 50 ], [ \"4.7\", 36 ], [ \"5.5\", 35 ], [ \"4.11\", 34 ], [ \"5.4\", 34 ], [ \"5.0\", 30 ], [ \"0.7.1\", 29 ], [ \"4.5\", 27 ], [ \"4.9\", 27 ], [ \"4.3\", 25 ], [ \"4.0.3\", 21 ], [ \"5.8\", 21 ], [ \"3.0.3\", 18 ], [ \"3.5.1\", 16 ], [ \"4.1.1\", 16 ], [ \"3.3.2\", 15 ], [ \"3.4.2\", 15 ], [ \"5.10\", 13 ], [ \"5.9\", 13 ], [ \"0.8.1\", 12 ], [ \"4.6.1\", 12 ], [ \"0.8.0\", 11 ], [ \"3.5.2\", 11 ], [ \"4.10\", 11 ], [ \"2.4\", 10 ], [ \"3.0.1\", 8 ], [ \"4.9.1\", 8 ], [ \"5.11\", 6 ], [ \"0.7.0\", 5 ], [ \"3.3.1\", 4 ], [ \"3.5.3\", 4 ], [ \"5.0.1\", 4 ], [ \"5.0.2\", 4 ], [ \"5.1.1\", 4 ], [ \"3.0.2\", 3 ], [ \"5.1.2\", 3 ], [ \"5.12\", 3 ], [ \"4.0.1\", 2 ], [ \"5.4.2\", 2 ], [ \"4.0.2\", 1 ], [ \"4.4.1\", 1 ], [ \"5.5.2\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f78d64e108() { var data = gvisDataColumnChartID1f78d64e108(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f78d64e108') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 6 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1f7860c099d6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"UI\", 3474 ], [ \"Core\", 1370 ], [ \"Releng\", 118 ], [ \"GitHub\", 111 ], [ \"Mylyn\", 86 ], [ \"Gitflow\", 48 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f7860c099d6() { var data = gvisDataColumnChartID1f7860c099d6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f7860c099d6') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 7993 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.egit\",\"labels\":[\"month\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2009-04-09T04:01:01.000Z\",\"2009-04-18T14:48:33.000Z\",\"2009-04-26T08:35:35.000Z\",\"2009-04-30T21:33:33.000Z\",\"2009-05-10T13:22:23.000Z\",\"2009-05-14T04:01:01.000Z\",\"2009-05-21T04:01:01.000Z\",\"2009-05-29T17:17:14.000Z\",\"2009-06-04T04:01:01.000Z\",\"2009-06-11T20:12:57.000Z\",\"2009-06-21T18:20:20.000Z\",\"2009-06-26T01:42:32.000Z\",\"2009-07-02T04:01:01.000Z\",\"2009-07-09T04:01:01.000Z\",\"2009-07-17T08:42:09.000Z\",\"2009-07-26T05:19:05.000Z\",\"2009-08-02T17:29:55.000Z\",\"2009-08-06T04:01:01.000Z\",\"2009-08-13T04:01:01.000Z\",\"2009-08-21T21:34:49.000Z\",\"2009-08-27T19:46:22.000Z\",\"2009-09-03T04:01:01.000Z\",\"2009-09-13T21:03:41.000Z\",\"2009-09-17T04:01:01.000Z\",\"2009-09-24T04:01:01.000Z\",\"2009-10-01T22:23:43.000Z\",\"2009-10-08T15:07:12.000Z\",\"2009-10-18T10:10:46.000Z\",\"2009-10-25T20:35:04.000Z\",\"2009-10-29T17:04:17.000Z\",\"2009-11-07T15:43:41.000Z\",\"2009-11-12T14:31:13.000Z\",\"2009-11-20T14:13:14.000Z\",\"2009-11-29T23:32:09.000Z\",\"2009-12-03T04:01:01.000Z\",\"2009-12-11T23:11:52.000Z\",\"2009-12-19T04:44:42.000Z\",\"2009-12-24T04:01:01.000Z\",\"2010-01-03T08:50:45.000Z\",\"2010-01-09T04:09:37.000Z\",\"2010-01-14T04:01:01.000Z\",\"2010-01-23T16:13:39.000Z\",\"2010-01-30T23:52:30.000Z\",\"2010-02-04T21:47:07.000Z\",\"2010-02-12T05:07:50.000Z\",\"2010-02-18T13:19:16.000Z\",\"2010-02-25T23:15:34.000Z\",\"2010-03-07T23:59:40.000Z\",\"2010-03-12T11:57:44.000Z\",\"2010-03-21T02:59:18.000Z\",\"2010-03-28T17:49:50.000Z\",\"2010-04-04T10:23:34.000Z\",\"2010-04-11T15:13:48.000Z\",\"2010-04-15T18:19:40.000Z\",\"2010-04-25T19:16:27.000Z\",\"2010-04-30T15:28:05.000Z\",\"2010-05-08T13:50:34.000Z\",\"2010-05-15T23:52:35.000Z\",\"2010-05-23T13:02:03.000Z\",\"2010-05-30T18:11:08.000Z\",\"2010-06-06T18:00:05.000Z\",\"2010-06-13T11:35:17.000Z\",\"2010-06-20T12:04:26.000Z\",\"2010-06-24T04:01:01.000Z\",\"2010-07-03T06:20:28.000Z\",\"2010-07-08T22:32:18.000Z\",\"2010-07-16T10:21:50.000Z\",\"2010-07-22T06:41:26.000Z\",\"2010-07-31T05:10:39.000Z\",\"2010-08-05T14:38:36.000Z\",\"2010-08-12T04:01:01.000Z\",\"2010-08-19T21:31:44.000Z\",\"2010-08-27T07:59:40.000Z\",\"2010-09-02T16:47:34.000Z\",\"2010-09-10T11:29:17.000Z\",\"2010-09-19T17:25:07.000Z\",\"2010-09-24T17:56:29.000Z\",\"2010-10-03T13:08:13.000Z\",\"2010-10-08T23:00:24.000Z\",\"2010-10-17T11:57:21.000Z\",\"2010-10-24T12:33:53.000Z\",\"2010-10-29T08:49:03.000Z\",\"2010-11-07T22:04:33.000Z\",\"2010-11-13T07:38:23.000Z\",\"2010-11-21T21:54:47.000Z\",\"2010-11-25T15:35:56.000Z\",\"2010-12-02T04:01:01.000Z\",\"2010-12-12T09:32:23.000Z\",\"2010-12-19T01:55:43.000Z\",\"2010-12-25T20:58:37.000Z\",\"2010-12-30T23:57:54.000Z\",\"2011-01-09T15:28:23.000Z\",\"2011-01-15T11:30:13.000Z\",\"2011-01-23T09:10:52.000Z\",\"2011-01-30T11:30:12.000Z\",\"2011-02-06T21:58:05.000Z\",\"2011-02-13T18:19:38.000Z\",\"2011-02-20T19:20:59.000Z\",\"2011-02-27T12:25:05.000Z\",\"2011-03-06T10:08:28.000Z\",\"2011-03-11T17:08:56.000Z\",\"2011-03-18T21:51:20.000Z\",\"2011-03-27T18:28:22.000Z\",\"2011-04-03T20:37:02.000Z\",\"2011-04-07T11:00:59.000Z\",\"2011-04-17T19:29:18.000Z\",\"2011-04-23T08:29:19.000Z\",\"2011-05-01T21:43:59.000Z\",\"2011-05-06T11:27:29.000Z\",\"2011-05-15T18:31:20.000Z\",\"2011-05-22T23:28:22.000Z\",\"2011-05-27T22:50:28.000Z\",\"2011-06-05T20:58:34.000Z\",\"2011-06-10T20:01:36.000Z\",\"2011-06-19T05:11:49.000Z\",\"2011-06-24T18:52:44.000Z\",\"2011-07-02T22:57:59.000Z\",\"2011-07-10T17:42:36.000Z\",\"2011-07-17T20:56:22.000Z\",\"2011-07-23T14:54:06.000Z\",\"2011-07-31T21:28:36.000Z\",\"2011-08-07T20:45:35.000Z\",\"2011-08-14T20:52:23.000Z\",\"2011-08-21T14:53:27.000Z\",\"2011-08-27T18:00:07.000Z\",\"2011-09-03T12:41:46.000Z\",\"2011-09-11T19:07:30.000Z\",\"2011-09-17T22:20:21.000Z\",\"2011-09-24T13:13:56.000Z\",\"2011-10-02T14:44:04.000Z\",\"2011-10-09T23:35:10.000Z\",\"2011-10-15T18:34:43.000Z\",\"2011-10-21T17:44:57.000Z\",\"2011-10-30T17:08:23.000Z\",\"2011-11-06T17:19:46.000Z\",\"2011-11-13T21:11:28.000Z\",\"2011-11-20T16:08:51.000Z\",\"2011-11-27T20:53:08.000Z\",\"2011-12-04T07:43:13.000Z\",\"2011-12-11T19:44:23.000Z\",\"2011-12-18T22:04:28.000Z\",\"2011-12-23T10:32:36.000Z\",\"2011-12-30T21:11:16.000Z\",\"2012-01-06T10:20:42.000Z\",\"2012-01-15T18:43:07.000Z\",\"2012-01-20T22:51:50.000Z\",\"2012-01-28T08:47:44.000Z\",\"2012-02-05T15:27:50.000Z\",\"2012-02-12T20:24:48.000Z\",\"2012-02-18T09:52:37.000Z\",\"2012-02-26T22:50:15.000Z\",\"2012-03-04T13:53:26.000Z\",\"2012-03-11T21:51:21.000Z\",\"2012-03-18T12:50:08.000Z\",\"2012-03-25T10:11:21.000Z\",\"2012-03-31T15:22:35.000Z\",\"2012-04-06T11:53:15.000Z\",\"2012-04-15T20:57:47.000Z\",\"2012-04-22T16:25:07.000Z\",\"2012-04-29T08:09:07.000Z\",\"2012-05-05T02:26:32.000Z\",\"2012-05-12T10:18:36.000Z\",\"2012-05-20T15:55:24.000Z\",\"2012-05-27T23:48:02.000Z\",\"2012-06-03T11:46:47.000Z\",\"2012-06-10T12:31:41.000Z\",\"2012-06-17T21:54:17.000Z\",\"2012-06-22T07:18:48.000Z\",\"2012-06-30T18:09:46.000Z\",\"2012-07-08T14:09:33.000Z\",\"2012-07-15T21:03:53.000Z\",\"2012-07-21T11:42:06.000Z\",\"2012-07-27T17:52:21.000Z\",\"2012-08-03T20:17:18.000Z\",\"2012-08-11T20:59:22.000Z\",\"2012-08-19T23:43:48.000Z\",\"2012-08-24T16:20:56.000Z\",\"2012-09-02T12:18:36.000Z\",\"2012-09-07T10:26:28.000Z\",\"2012-09-16T21:27:28.000Z\",\"2012-09-23T21:00:47.000Z\",\"2012-09-28T21:14:38.000Z\",\"2012-10-07T17:38:52.000Z\",\"2012-10-12T15:55:23.000Z\",\"2012-10-21T14:42:52.000Z\",\"2012-10-28T22:13:16.000Z\",\"2012-11-02T20:49:28.000Z\",\"2012-11-10T17:25:55.000Z\",\"2012-11-17T22:39:56.000Z\",\"2012-11-25T09:14:23.000Z\",\"2012-12-02T21:58:47.000Z\",\"2012-12-09T20:08:37.000Z\",\"2012-12-15T14:07:23.000Z\",\"2012-12-23T22:00:21.000Z\",\"2012-12-28T21:11:38.000Z\",\"2013-01-06T20:49:17.000Z\",\"2013-01-13T00:07:35.000Z\",\"2013-01-20T21:55:30.000Z\",\"2013-01-27T22:52:54.000Z\",\"2013-02-03T19:33:16.000Z\",\"2013-02-10T21:41:28.000Z\",\"2013-02-17T06:10:19.000Z\",\"2013-02-24T12:13:51.000Z\",\"2013-02-28T17:44:17.000Z\",\"2013-03-07T22:02:57.000Z\",\"2013-03-17T07:13:57.000Z\",\"2013-03-24T10:33:10.000Z\",\"2013-03-31T00:02:22.000Z\",\"2013-04-06T12:00:31.000Z\",\"2013-04-14T16:14:29.000Z\",\"2013-04-18T15:29:39.000Z\",\"2013-04-28T23:20:57.000Z\",\"2013-05-02T15:09:58.000Z\",\"2013-05-12T18:43:11.000Z\",\"2013-05-16T09:32:03.000Z\",\"2013-05-26T21:21:13.000Z\",\"2013-06-01T01:26:46.000Z\",\"2013-06-09T15:52:49.000Z\",\"2013-06-16T23:36:52.000Z\",\"2013-06-23T21:33:13.000Z\",\"2013-06-29T15:08:51.000Z\",\"2013-07-05T22:01:27.000Z\",\"2013-07-12T12:50:00.000Z\",\"2013-07-21T22:51:01.000Z\",\"2013-07-25T04:01:01.000Z\",\"2013-08-04T22:36:42.000Z\",\"2013-08-08T12:54:36.000Z\",\"2013-08-16T16:20:57.000Z\",\"2013-08-25T19:46:04.000Z\",\"2013-08-31T11:26:29.000Z\",\"2013-09-06T04:30:36.000Z\",\"2013-09-15T11:49:53.000Z\",\"2013-09-19T04:01:01.000Z\",\"2013-09-27T12:38:49.000Z\",\"2013-10-04T12:01:40.000Z\",\"2013-10-10T04:01:01.000Z\",\"2013-10-18T14:54:46.000Z\",\"2013-10-27T18:21:27.000Z\",\"2013-11-03T07:23:31.000Z\",\"2013-11-10T21:23:56.000Z\",\"2013-11-17T19:42:50.000Z\",\"2013-11-24T16:52:00.000Z\",\"2013-12-01T17:46:12.000Z\",\"2013-12-06T23:43:39.000Z\",\"2013-12-14T23:31:42.000Z\",\"2013-12-21T12:33:05.000Z\",\"2013-12-27T10:44:07.000Z\",\"2014-01-03T18:40:07.000Z\",\"2014-01-11T23:19:38.000Z\",\"2014-01-19T12:29:36.000Z\",\"2014-01-25T21:52:00.000Z\",\"2014-02-02T09:12:27.000Z\",\"2014-02-09T23:41:06.000Z\",\"2014-02-16T19:11:34.000Z\",\"2014-02-20T04:01:01.000Z\",\"2014-03-01T00:58:28.000Z\",\"2014-03-08T22:23:43.000Z\",\"2014-03-16T21:01:41.000Z\",\"2014-03-21T20:18:28.000Z\",\"2014-03-28T15:48:48.000Z\",\"2014-04-05T13:11:57.000Z\",\"2014-04-10T12:47:25.000Z\",\"2014-04-20T14:15:01.000Z\",\"2014-04-27T23:08:47.000Z\",\"2014-05-02T02:23:56.000Z\",\"2014-05-11T10:25:03.000Z\",\"2014-05-15T04:01:01.000Z\",\"2014-05-25T07:12:02.000Z\",\"2014-05-30T12:39:09.000Z\",\"2014-06-07T20:54:19.000Z\",\"2014-06-13T12:41:13.000Z\",\"2014-06-21T20:50:49.000Z\",\"2014-06-27T19:23:32.000Z\",\"2014-07-06T17:08:13.000Z\",\"2014-07-11T22:17:59.000Z\",\"2014-07-18T15:55:00.000Z\",\"2014-07-25T15:57:40.000Z\",\"2014-08-02T06:19:26.000Z\",\"2014-08-08T20:32:15.000Z\",\"2014-08-17T08:45:14.000Z\",\"2014-08-21T15:57:57.000Z\",\"2014-08-31T22:06:20.000Z\",\"2014-09-07T20:59:13.000Z\",\"2014-09-13T21:09:51.000Z\",\"2014-09-18T04:01:01.000Z\",\"2014-09-28T19:59:17.000Z\",\"2014-10-04T00:01:53.000Z\",\"2014-10-12T20:48:42.000Z\",\"2014-10-19T16:41:25.000Z\",\"2014-10-24T22:45:38.000Z\",\"2014-11-02T02:51:30.000Z\",\"2014-11-07T19:35:26.000Z\",\"2014-11-15T09:24:38.000Z\",\"2014-11-21T21:29:58.000Z\",\"2014-11-27T04:01:01.000Z\",\"2014-12-04T04:01:01.000Z\",\"2014-12-12T19:13:03.000Z\",\"2014-12-21T14:28:58.000Z\",\"2014-12-25T23:46:46.000Z\",\"2015-01-01T04:01:01.000Z\",\"2015-01-09T05:34:11.000Z\",\"2015-01-17T00:38:17.000Z\",\"2015-01-25T11:17:48.000Z\",\"2015-01-31T18:56:35.000Z\",\"2015-02-06T07:32:30.000Z\",\"2015-02-14T12:46:25.000Z\",\"2015-02-22T16:10:37.000Z\",\"2015-02-26T08:41:50.000Z\",\"2015-03-08T20:27:43.000Z\",\"2015-03-12T04:01:01.000Z\",\"2015-03-21T16:38:27.000Z\",\"2015-03-29T14:11:44.000Z\",\"2015-04-03T19:36:58.000Z\",\"2015-04-12T20:54:37.000Z\",\"2015-04-17T19:52:00.000Z\",\"2015-04-26T20:43:35.000Z\",\"2015-04-30T20:56:53.000Z\",\"2015-05-10T03:26:17.000Z\",\"2015-05-14T04:01:01.000Z\",\"2015-05-21T15:49:57.000Z\",\"2015-05-29T08:43:47.000Z\",\"2015-06-04T10:12:05.000Z\",\"2015-06-13T12:04:42.000Z\",\"2015-06-20T01:46:22.000Z\",\"2015-06-26T20:01:51.000Z\",\"2015-07-02T04:01:01.000Z\",\"2015-07-12T13:37:00.000Z\",\"2015-07-17T06:40:15.000Z\",\"2015-07-24T10:19:48.000Z\",\"2015-08-02T13:16:31.000Z\",\"2015-08-06T10:02:48.000Z\",\"2015-08-13T11:11:21.000Z\",\"2015-08-21T13:56:13.000Z\",\"2015-08-27T04:01:01.000Z\",\"2015-09-06T18:02:13.000Z\",\"2015-09-10T04:01:01.000Z\",\"2015-09-18T09:00:39.000Z\",\"2015-09-24T17:57:35.000Z\",\"2015-10-03T06:28:47.000Z\",\"2015-10-10T15:02:28.000Z\",\"2015-10-17T04:54:45.000Z\",\"2015-10-23T17:49:00.000Z\",\"2015-11-01T14:06:00.000Z\",\"2015-11-07T08:54:34.000Z\",\"2015-11-13T15:20:42.000Z\",\"2015-11-21T15:54:21.000Z\",\"2015-11-27T15:37:49.000Z\",\"2015-12-06T07:46:02.000Z\",\"2015-12-13T19:29:04.000Z\",\"2015-12-18T13:45:15.000Z\",\"2015-12-25T02:40:33.000Z\",\"2015-12-31T19:20:32.000Z\",\"2016-01-07T04:01:01.000Z\",\"2016-01-14T04:01:01.000Z\",\"2016-01-22T16:27:24.000Z\",\"2016-01-30T14:31:58.000Z\",\"2016-02-05T12:53:42.000Z\",\"2016-02-14T21:44:26.000Z\",\"2016-02-18T04:01:01.000Z\",\"2016-02-28T19:27:10.000Z\",\"2016-03-03T15:35:45.000Z\",\"2016-03-13T21:26:49.000Z\",\"2016-03-18T15:50:16.000Z\",\"2016-03-24T11:24:33.000Z\",\"2016-04-02T10:13:20.000Z\",\"2016-04-09T14:45:02.000Z\",\"2016-04-15T09:42:55.000Z\",\"2016-04-22T18:55:16.000Z\",\"2016-05-01T09:46:32.000Z\",\"2016-05-06T17:03:48.000Z\",\"2016-05-15T19:19:48.000Z\",\"2016-05-22T09:35:31.000Z\",\"2016-05-29T22:19:51.000Z\",\"2016-06-05T09:17:18.000Z\",\"2016-06-12T22:39:20.000Z\",\"2016-06-19T21:59:01.000Z\",\"2016-06-24T13:12:59.000Z\",\"2016-07-01T10:18:14.000Z\",\"2016-07-07T20:57:20.000Z\",\"2016-07-15T17:25:43.000Z\",\"2016-07-23T08:13:41.000Z\",\"2016-07-31T11:23:36.000Z\",\"2016-08-06T23:08:25.000Z\",\"2016-08-14T19:22:42.000Z\",\"2016-08-18T20:43:08.000Z\",\"2016-08-25T21:34:15.000Z\",\"2016-09-01T19:11:43.000Z\",\"2016-09-09T16:22:30.000Z\",\"2016-09-16T07:44:44.000Z\",\"2016-09-24T23:00:55.000Z\",\"2016-10-02T21:25:12.000Z\",\"2016-10-08T20:06:56.000Z\",\"2016-10-13T04:01:01.000Z\",\"2016-10-22T12:59:30.000Z\",\"2016-10-29T02:42:18.000Z\",\"2016-11-03T04:01:01.000Z\",\"2016-11-12T00:56:28.000Z\",\"2016-11-17T04:01:01.000Z\",\"2016-11-27T19:00:15.000Z\",\"2016-12-02T18:29:06.000Z\",\"2016-12-10T18:39:27.000Z\",\"2016-12-17T01:42:41.000Z\",\"2016-12-24T10:49:46.000Z\",\"2016-12-30T13:47:35.000Z\",\"2017-01-05T04:01:01.000Z\",\"2017-01-14T18:51:52.000Z\",\"2017-01-22T16:23:27.000Z\",\"2017-01-27T07:01:28.000Z\",\"2017-02-02T04:01:01.000Z\",\"2017-02-12T05:45:57.000Z\",\"2017-02-16T04:01:01.000Z\",\"2017-02-24T13:49:19.000Z\",\"2017-03-05T03:22:25.000Z\",\"2017-03-10T14:02:08.000Z\",\"2017-03-18T14:08:24.000Z\",\"2017-03-26T11:11:55.000Z\",\"2017-03-31T18:56:48.000Z\",\"2017-04-06T04:01:01.000Z\",\"2017-04-13T04:01:01.000Z\",\"2017-04-22T23:46:10.000Z\",\"2017-04-29T22:47:26.000Z\",\"2017-05-07T09:22:55.000Z\",\"2017-05-13T15:41:13.000Z\",\"2017-05-19T13:03:31.000Z\",\"2017-05-28T22:18:26.000Z\",\"2017-06-03T09:55:50.000Z\",\"2017-06-10T13:32:26.000Z\",\"2017-06-17T18:36:47.000Z\",\"2017-06-22T21:49:04.000Z\",\"2017-06-29T11:12:17.000Z\",\"2017-07-07T18:41:16.000Z\",\"2017-07-14T13:02:04.000Z\",\"2017-07-20T04:01:01.000Z\",\"2017-07-28T07:59:17.000Z\",\"2017-08-04T08:44:11.000Z\",\"2017-08-13T17:16:23.000Z\",\"2017-08-17T04:01:01.000Z\",\"2017-08-25T19:28:37.000Z\",\"2017-09-03T20:23:33.000Z\",\"2017-09-09T02:38:32.000Z\",\"2017-09-17T09:42:29.000Z\",\"2017-09-21T14:14:01.000Z\",\"2017-09-30T14:56:16.000Z\",\"2017-10-05T04:01:01.000Z\",\"2017-10-15T09:46:09.000Z\",\"2017-10-21T06:25:20.000Z\",\"2017-10-29T10:55:17.000Z\",\"2017-11-02T04:01:01.000Z\",\"2017-11-09T14:49:20.000Z\",\"2017-11-19T05:08:01.000Z\",\"2017-11-24T07:09:18.000Z\",\"2017-12-01T11:53:27.000Z\",\"2017-12-07T04:01:01.000Z\",\"2017-12-14T04:01:01.000Z\",\"2017-12-21T04:01:01.000Z\",\"2017-12-28T04:01:01.000Z\",\"2018-01-07T06:16:59.000Z\",\"2018-01-14T19:19:14.000Z\",\"2018-01-18T04:01:01.000Z\",\"2018-01-28T19:13:52.000Z\",\"2018-02-03T10:09:41.000Z\",\"2018-02-09T21:05:57.000Z\",\"2018-02-15T10:52:44.000Z\",\"2018-02-24T16:46:47.000Z\",\"2018-03-01T04:01:01.000Z\",\"2018-03-11T04:16:40.000Z\",\"2018-03-15T13:19:19.000Z\",\"2018-03-25T19:58:59.000Z\",\"2018-04-01T09:12:41.000Z\",\"2018-04-08T08:41:14.000Z\",\"2018-04-13T17:11:48.000Z\",\"2018-04-19T04:01:01.000Z\",\"2018-04-29T13:48:09.000Z\",\"2018-05-03T23:46:21.000Z\",\"2018-05-12T22:18:47.000Z\",\"2018-05-18T16:14:21.000Z\",\"2018-05-27T21:18:13.000Z\",\"2018-06-01T23:40:31.000Z\",\"2018-06-07T16:28:49.000Z\",\"2018-06-17T15:47:46.000Z\",\"2018-06-21T04:01:01.000Z\",\"2018-07-01T12:44:19.000Z\",\"2018-07-05T04:01:01.000Z\",\"2018-07-12T04:01:01.000Z\",\"2018-07-20T06:57:10.000Z\",\"2018-07-29T04:06:35.000Z\",\"2018-08-02T04:01:01.000Z\",\"2018-08-09T04:01:01.000Z\",\"2018-08-18T20:57:29.000Z\",\"2018-08-24T15:53:46.000Z\",\"2018-08-31T14:31:10.000Z\",\"2018-09-09T17:40:04.000Z\",\"2018-09-13T04:01:01.000Z\",\"2018-09-21T09:55:19.000Z\",\"2018-09-28T16:46:18.000Z\",\"2018-10-06T02:03:37.000Z\",\"2018-10-12T21:38:01.000Z\",\"2018-10-20T15:01:32.000Z\",\"2018-10-25T04:01:01.000Z\",\"2018-11-04T02:28:18.000Z\",\"2018-11-08T04:01:01.000Z\",\"2018-11-15T04:01:01.000Z\",\"2018-11-23T13:06:32.000Z\",\"2018-12-01T14:20:04.000Z\",\"2018-12-09T20:23:06.000Z\",\"2018-12-14T20:06:36.000Z\",\"2018-12-20T23:31:35.000Z\",\"2018-12-27T04:01:01.000Z\",\"2019-01-03T07:21:48.000Z\",\"2019-01-11T19:27:01.000Z\",\"2019-01-17T22:09:52.000Z\",\"2019-01-26T11:35:05.000Z\",\"2019-02-01T18:24:11.000Z\",\"2019-02-07T04:01:01.000Z\",\"2019-02-14T21:36:54.000Z\",\"2019-02-22T14:42:02.000Z\",\"2019-02-28T04:01:01.000Z\",\"2019-03-08T12:58:15.000Z\",\"2019-03-14T04:01:01.000Z\",\"2019-03-24T17:32:37.000Z\",\"2019-03-29T10:33:14.000Z\",\"2019-04-07T18:07:11.000Z\",\"2019-04-12T16:38:51.000Z\",\"2019-04-18T04:01:01.000Z\",\"2019-04-25T04:01:01.000Z\",\"2019-05-04T21:19:49.000Z\",\"2019-05-09T10:34:30.000Z\",\"2019-05-18T21:14:43.000Z\",\"2019-05-26T17:13:30.000Z\",\"2019-05-30T04:01:01.000Z\",\"2019-06-06T09:42:09.000Z\",\"2019-06-14T06:54:14.000Z\",\"2019-06-23T12:10:27.000Z\",\"2019-06-30T16:55:41.000Z\",\"2019-07-06T16:33:42.000Z\",\"2019-07-11T04:01:01.000Z\",\"2019-07-21T09:43:17.000Z\",\"2019-07-25T08:01:29.000Z\",\"2019-08-01T08:34:10.000Z\",\"2019-08-09T07:40:41.000Z\",\"2019-08-17T17:40:54.000Z\",\"2019-08-25T09:53:43.000Z\",\"2019-08-31T17:26:08.000Z\",\"2019-09-08T19:33:08.000Z\",\"2019-09-15T14:23:22.000Z\",\"2019-09-20T11:11:23.000Z\",\"2019-09-29T09:07:31.000Z\",\"2019-10-06T18:27:04.000Z\",\"2019-10-10T04:01:01.000Z\",\"2019-10-17T18:00:33.000Z\",\"2019-10-25T18:21:39.000Z\",\"2019-10-31T04:01:01.000Z\",\"2019-11-08T04:16:18.000Z\",\"2019-11-17T19:26:54.000Z\",\"2019-11-23T18:33:39.000Z\",\"2019-11-28T04:01:01.000Z\",\"2019-12-06T14:45:44.000Z\",\"2019-12-12T13:31:27.000Z\",\"2019-12-20T09:57:31.000Z\",\"2019-12-26T04:01:01.000Z\",\"2020-01-02T15:11:19.000Z\",\"2020-01-09T16:16:27.000Z\",\"2020-01-17T11:11:53.000Z\",\"2020-01-25T21:42:33.000Z\",\"2020-01-30T20:43:16.000Z\",\"2020-02-09T09:32:13.000Z\",\"2020-02-14T10:50:30.000Z\",\"2020-02-20T20:06:02.000Z\",\"2020-02-29T17:43:44.000Z\",\"2020-03-06T10:58:44.000Z\",\"2020-03-15T17:54:10.000Z\",\"2020-03-22T17:47:36.000Z\",\"2020-03-29T15:22:16.000Z\",\"2020-04-05T21:45:39.000Z\",\"2020-04-09T04:01:01.000Z\",\"2020-04-16T20:45:22.000Z\",\"2020-04-24T20:31:10.000Z\",\"2020-05-03T16:24:06.000Z\",\"2020-05-07T04:01:01.000Z\",\"2020-05-16T09:18:03.000Z\",\"2020-05-21T04:01:01.000Z\",\"2020-05-31T21:50:26.000Z\",\"2020-06-04T08:59:44.000Z\",\"2020-06-14T17:49:23.000Z\",\"2020-06-20T19:34:55.000Z\",\"2020-06-25T04:01:01.000Z\",\"2020-07-05T02:34:31.000Z\",\"2020-07-12T11:22:13.000Z\",\"2020-07-17T08:04:19.000Z\",\"2020-07-26T20:37:02.000Z\",\"2020-07-30T04:01:01.000Z\",\"2020-08-09T01:53:32.000Z\",\"2020-08-13T04:01:01.000Z\",\"2020-08-20T04:01:01.000Z\",\"2020-08-27T04:01:01.000Z\",\"2020-09-06T16:41:50.000Z\",\"2020-09-10T21:58:58.000Z\",\"2020-09-17T10:35:46.000Z\",\"2020-09-25T20:08:42.000Z\",\"2020-10-01T04:01:01.000Z\",\"2020-10-08T04:01:01.000Z\",\"2020-10-15T04:01:01.000Z\",\"2020-10-22T04:01:01.000Z\",\"2020-10-30T22:32:18.000Z\",\"2020-11-05T04:01:01.000Z\",\"2020-11-15T11:24:19.000Z\",\"2020-11-19T14:02:38.000Z\",\"2020-11-28T15:36:39.000Z\",\"2020-12-05T16:39:57.000Z\",\"2020-12-10T07:03:02.000Z\",\"2020-12-17T21:02:38.000Z\",\"2020-12-27T04:25:25.000Z\",\"2020-12-31T04:01:01.000Z\",\"2021-01-07T04:01:01.000Z\",\"2021-01-16T11:48:34.000Z\",\"2021-01-23T17:14:39.000Z\",\"2021-01-29T22:37:50.000Z\",\"2021-02-05T20:46:02.000Z\",\"2021-02-11T04:01:01.000Z\",\"2021-02-21T21:10:51.000Z\",\"2021-02-25T04:01:01.000Z\",\"2021-03-07T11:48:20.000Z\",\"2021-03-12T16:00:40.000Z\",\"2021-03-21T12:53:40.000Z\",\"2021-03-28T19:33:35.000Z\",\"2021-04-02T12:34:22.000Z\",\"2021-04-11T19:09:33.000Z\",\"2021-04-15T08:37:19.000Z\"],[13,15,39,25,51,1,1,3,3,5,31,9,1,1,5,19,7,11,1,7,5,9,11,1,3,11,11,49,21,9,5,3,7,39,13,51,15,3,7,5,1,5,21,11,37,15,7,31,21,17,33,11,51,41,9,29,19,25,19,23,59,33,24,5,19,17,5,17,27,3,3,7,9,3,3,16,8,16,5,16,12,14,19,28,9,10,6,12,22,16,7,18,14,31,16,34,31,37,25,28,24,26,18,35,21,45,26,9,29,12,11,13,18,22,27,6,26,19,15,31,25,16,28,38,18,41,29,23,41,41,37,17,10,74,19,80,43,32,44,20,16,32,10,17,39,12,57,55,21,19,13,31,32,38,38,13,6,20,27,26,11,19,11,17,6,13,26,3,26,24,23,61,6,11,23,17,29,13,21,8,9,22,44,31,16,17,19,21,16,19,24,23,26,22,15,20,52,13,18,42,14,17,15,18,10,11,7,11,18,4,5,9,4,188,17,18,9,10,5,16,12,10,9,6,9,27,9,12,10,7,5,8,4,7,4,4,19,6,6,30,37,13,25,21,19,8,3,11,9,16,7,14,21,9,6,8,14,15,6,14,5,8,7,22,12,5,7,12,14,21,15,14,5,12,38,8,16,14,27,10,3,11,3,45,2,10,14,12,11,8,23,27,18,12,1,2,6,3,2,6,8,22,16,11,3,5,16,24,29,2,20,22,4,19,10,21,9,15,10,3,5,14,15,8,14,6,9,11,11,9,4,2,7,2,4,15,5,16,3,15,10,8,7,34,13,26,37,19,44,13,4,17,2,2,22,7,33,18,6,20,12,4,7,9,6,8,18,19,10,15,33,7,11,13,11,17,9,11,14,6,6,12,6,15,8,5,8,11,21,7,24,12,5,2,15,3,6,4,4,23,10,8,6,7,3,20,2,12,3,4,2,6,25,16,10,18,12,2,7,17,20,4,23,11,10,9,40,15,3,12,8,19,3,7,8,7,1,4,9,9,7,5,4,2,7,23,9,1,11,11,12,7,4,1,3,2,26,16,2,24,14,11,8,6,20,6,3,15,11,8,4,2,7,8,15,6,6,13,9,7,2,12,2,2,6,2,3,2,4,6,8,4,9,6,3,5,9,5,4,10,4,9,5,12,13,8,2,1,2,6,9,2,7,8,12,11,3,4,4,4,2,3,3,1,4,7,4,8,10,2,5,3,4,8,8,6,6,3,3,10,19,9,19,19,38,11,13,18,2,2,3,4,21,21,11,4,2,4,5,1,7,10,8,4,8,11,13,7,10,8,13,29,24,21,8,3,22,7,8,9,6,17,14,13,15,6,14,8,8,3,9,4,1,2,1,8,5,4,13,7,1,1,7,7,1,10,2,4,9,3,5,2,2,1,2,21,20,6,2,12,6,11,13,8,9,6,4,10]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.egit forum.    ID   Subject   Post date   Post author     1840436   Re: Unable to clone repo in ssh or https in 5.12   2021-04-15 08:37:19   213855     1840415   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 19:38:04   231272     1840414   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 18:31:40   213855     1840413   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 18:17:25   213855     1840409   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 17:12:42   231272     1840406   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 15:38:20   213855     1840404   Unable to clone repo in ssh or https in 5.12   2021-04-14 14:22:52   231272     1840324   Re: Overriding Git config file without a file based config   2021-04-12 13:32:21   213855     1840313   Re: Overriding Git config file without a file based config   2021-04-12 10:36:40   231934     1840292   Re: Warning message in JGit for pull and push   2021-04-11 19:09:33   231450    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 1986 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.egit forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107674   Unable to clone repo in ssh or https in 5.12   2021-04-15 08:37:19   1840436   6   265     1107615   Overriding Git config file without a file based config   2021-04-12 13:32:21   1840324   3   187     1107487   Warning message in JGit for pull and push   2021-04-11 19:09:33   1840292   7   571     1107389   After upgrade to 2021-03 I cannot log in anymore using ssh   2021-03-21 12:53:40   1839436   2   406     1107356   Unable to tell when a file has changed   2021-03-19 19:16:43   1839393   2   120     1107282   ReceivePack and preReceiveHook   2021-03-12 13:11:26   1839071   1   85     1107150   change view in compare   2021-03-12 13:38:40   1839077   4   262     1107138   Applying personal access tokens   2021-03-12 13:12:57   1839072   5   236     1107054   integrated git console for EGit   2021-03-02 18:40:54   1838641   2   1042     1107041   Clone LFS exception   2021-02-22 10:33:24   1838319   0   976      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 493 commits.\n  ID   Name   Time   Result     606   egit \\#606   1.619292e+12   SUCCESS     605   egit \\#605   1.618900e+12   SUCCESS     604   egit \\#604   1.618650e+12   SUCCESS     603   egit \\#603   1.618495e+12   SUCCESS     602   egit \\#602   1.618481e+12   SUCCESS     601   egit \\#601   1.618422e+12   SUCCESS     600   egit \\#600   1.618100e+12   SUCCESS     599   egit \\#599   1.618091e+12   SUCCESS     598   egit \\#598   1.617837e+12   SUCCESS     597   egit \\#597   1.617837e+12   SUCCESS    // jsData function gvisDataPieChartID1f7824d48eaf () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 11 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 91 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 391 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f7824d48eaf() { var data = gvisDataPieChartID1f7824d48eaf(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.egit \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f7824d48eaf') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f7824d48eaf); })(); function displayChartPieChartID1f7824d48eaf() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 25 commits.\n  Name   Colour   Last build time   Health report     egit   blue   1.619292e+12   100     egit-github   blue   1.619294e+12   80     egit-github-publish-release   blue   1.615993e+12   100     egit-github-stable   red   1.617727e+12   20     egit-github-stable.gerrit   blue   1.615334e+12   100     egit-github.gerrit   blue   1.619215e+12   80     egit-publish-release   blue   1.615993e+12   100     egit-stable   blue   1.615338e+12   100     egit-stable.gerrit   blue   1.615337e+12   40     egit-training   blue   1.503402e+12   80    // jsData function gvisDataPieChartID1f7829a7a879 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 12 ], [ \u0026ldquo;disabled\u0026rdquo;, 10 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;red\u0026rdquo;, 2 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1f7829a7a879() { var data = gvisDataPieChartID1f7829a7a879(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.egit \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1f7829a7a879') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1f7829a7a879); })(); function displayChartPieChartID1f7829a7a879() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.egit .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=EGit   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=EGit   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://dev.eclipse.org/mailman/listinfo/egit-build   OK. Fetched CI URL.\\\\Failed: could not decode Hudson JSON.     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/egit-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/egit/documentation   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://eclipse.org/egit/download   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   https://www.eclipse.org/forums/eclipse.egit   OK. Forum \\[eclipse.egit\\] correctly defined.\\\\OK: Forum \\[eclipse.egit\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://wiki.eclipse.org/EGit/User\\_Guide\\#Getting\\_Started.2FAdding\\_a\\_project\\_to\\_version\\_control   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/egit-build   OK. \\[egit-build\\] ML correctly defined with email.\\\\OK: \\[egit-build\\] ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 8 commits.\n  Author   Count     unknown   2238     Martin Fleck    4        1        1     Committer Message   1     Matthias Sohn Cf0GHfv7O3NnyMaf@sfod5fExvIZzhJGK   1     RawParseUtils.parsePersonIdent(TestUtils.AUTHOR) TagOperation   1     commit.getAuthorIdent() PersonIdent   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f783c9776a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2238 ], [ \"Martin Fleck \", 4 ], [ \"\", 1 ], [ \"\", 1 ], [ \"Committer Message\", 1 ], [ \"Matthias Sohn Cf0GHfv7O3NnyMaf@sfod5fExvIZzhJGK\", 1 ], [ \"RawParseUtils.parsePersonIdent(TestUtils.AUTHOR) TagOperation\", 1 ], [ \"commit.getAuthorIdent() PersonIdent\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f783c9776a() { var data = gvisDataPieChartID1f783c9776a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project technology.egit \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f783c9776a') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 170 commits.\n  Copyrights   Count     unknown   1029     Copyright (c) Thomas Wolf    161     Copyright (c) SAP AG and others   102     Copyright (c) Max Hohenegger    99     Copyright (c) Mathias Kinzler    88     Copyright (c) Shawn O. Pearce    86     Copyright (c) SAP AG.   83     Copyright (c) Robin Rosenberg    76     Copyright (c) Dariusz Luksza    72     Copyright (c) Robin Stocker    68    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f781a6d8717 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1029 ], [ \"Copyright (c) Thomas Wolf \", 161 ], [ \"Copyright (c) SAP AG and others\", 102 ], [ \"Copyright (c) Max Hohenegger \", 99 ], [ \"Copyright (c) Mathias Kinzler \", 88 ], [ \"Copyright (c) Shawn O. Pearce \", 86 ], [ \"Copyright (c) SAP AG.\", 83 ], [ \"Copyright (c) Robin Rosenberg \", 76 ], [ \"Copyright (c) Dariusz Luksza \", 72 ], [ \"Copyright (c) Robin Stocker \", 68 ], [ \"Copyright (c) Jens Baumgart \", 53 ], [ \"Copyright (c) Matthias Sohn \", 45 ], [ \"Copyright (c) Dariusz Luksza  and others\", 43 ], [ \"Copyright (c) GitHub Inc.\", 43 ], [ \"Copyright (c) GitHub Inc. and others\", 39 ], [ \"Copyright (c) Thomas Wolf  and others\", 37 ], [ \"Copyright (c) IBM Corporation and others\", 35 ], [ \"Copyright (c) Robin Stocker  and others\", 35 ], [ \"Copyright (c) Marek Zawirski \", 29 ], [ \"Copyright (c) Mathias Kinzler  and others\", 26 ], [ \"Copyright (c) Dave Watson \", 23 ], [ \"Copyright (c) Stefan Lay \", 23 ], [ \"Copyright (c) IBM Corporation\", 20 ], [ \"Copyright (c) Obeo\", 20 ], [ \"Copyright (c) Roger C. Soares \", 16 ], [ \"Copyright (c) Alexander Nittka \", 14 ], [ \"Copyright (c) Chris Aniszczyk and others\", 14 ], [ \"Copyright (c) Daniel Megert \", 14 ], [ \"Copyright (c) Francois Rey\", 13 ], [ \"Copyright (c) Google Inc.\", 12 ], [ \"Copyright (c) Jens Baumgart  and others\", 12 ], [ \"Copyright (c) Laurent Goubet \", 12 ], [ \"Copyright (c) Stephan Hackstedt \", 12 ], [ \"Copyright (c) Chris Aniszczyk \", 10 ], [ \"Copyright (c) Red Hat Inc. and others\", 10 ], [ \"Copyright (c) Igor Fedorenko \", 9 ], [ \"Copyright (c) Maik Schreiber\", 8 ], [ \"Copyright (c) Mykola Nikishov \", 8 ], [ \"Copyright (c) Obeo and others\", 8 ], [ \"Copyright (c) Robin Rosenberg \", 8 ], [ \"Copyright (c) Christian Halstrick \", 7 ], [ \"Copyright (c) Ketan Padegaonkar \", 7 ], [ \"Copyright (c) Markus Duft \", 7 ], [ \"Copyright (c) Matthias Sohn  and others\", 7 ], [ \"Copyright (c) SAP SE Christian Georgi\", 7 ], [ \"Copyright (c) Benjamin Muskalla and others\", 6 ], [ \"Copyright (c) Gunnar Wagenknecht \", 6 ], [ \"Copyright (c) Robin Rosenberg\", 6 ], [ \"Copyright (c) Shawn O. Pearce  and others\", 6 ], [ \"Copyright (c) Stefan Dirix \", 6 ], [ \"Copyright (c) Tor Arne Vestbo \", 6 ], [ \"Copyright (c) Andreas Hermann \", 5 ], [ \"Copyright (c) Benjamin Muskalla \", 5 ], [ \"Copyright (c) Edwin Kempin \", 5 ], [ \"Copyright (c) Luis Copetti \", 5 ], [ \"Copyright (c) Maik Schreiber and others\", 5 ], [ \"Copyright (c) Philipp Thun \", 5 ], [ \"Copyright (c) Alexander Nittka  and others\", 4 ], [ \"Copyright (c) Axel Richard \", 4 ], [ \"Copyright (c) Bernard Leach \", 4 ], [ \"Copyright (c) Bernard Leach  and others\", 4 ], [ \"Copyright (c) Denis Zygann \", 4 ], [ \"Copyright (c) EclipseSource Services GmbH and others\", 4 ], [ \"Copyright (c) Jing Xue \", 4 ], [ \"Copyright (c) Marek Zawirski  and others\", 4 ], [ \"Copyright (c) Max Hohenegger  and others\", 4 ], [ \"Copyright (c) Michael Keppler \", 4 ], [ \"Copyright (c) Red Hat, Inc.\", 4 ], [ \"Copyright (c) Shawn Pearce and others\", 4 ], [ \"Copyright (c) Stefan Rademacher \", 4 ], [ \"Copyright (c) Tim Neumann \", 4 ], [ \"Copyright (c) Chris Aniszczyk  and others\", 3 ], [ \"Copyright (c) Jan-Ove Weichel \", 3 ], [ \"Copyright (c) Konrad Kugler  and others\", 3 ], [ \"Copyright (c) Lars Vogel \", 3 ], [ \"Copyright (c) Martin Oberhuber (l08GmvyqF6V0sAGr@TcW+0uE5QHKCMRCX)\", 3 ], [ \"Copyright (c) Peter Severin \", 3 ], [ \"Copyright (c) Simon Muschel \", 3 ], [ \"Copyright (c) Some Name iTOTcJ5UAGA6nsxd@lxh6pi6evj09yBHA\", 3 ], [ \"Copyright (c) Tasktop Technologies Inc and others\", 3 ], [ \"Copyright (c) Tasktop Technologies and others\", 3 ], [ \"Copyright (c) Tomasz Zarna \", 3 ], [ \"Copyright (c) Wim Jongman \", 3 ], [ \"Copyright (c) Alex Blewitt \", 2 ], [ \"Copyright (c) Andrey Loskutov \", 2 ], [ \"Copyright (c) Andrey Loskutov  and others\", 2 ], [ \"Copyright (c) Benjamin Muskalla \", 2 ], [ \"Copyright (c) Maik Schreiber \", 2 ], [ \"Copyright (c) Manuel Doninger \", 2 ], [ \"Copyright (c) Marc Khouzam \", 2 ], [ \"Copyright (c) Markus Duft  and others\", 2 ], [ \"Copyright (c) Markus Duft \", 2 ], [ \"Copyright (c) Martin Fleck \", 2 ], [ \"Copyright (c) Mathias Kinzler HtxqrrSovPqOP+A9@sfod5fExvIZzhJGK\", 2 ], [ \"Copyright (c) Michael Keppler  and others\", 2 ], [ \"Copyright (c) Other Name OiLnbhICWGar2D7a@lxh6pi6evj09yBHA\", 2 ], [ \"Copyright (c) Philipp Bumann \", 2 ], [ \"Copyright (c) Philipp Thun  and others\", 2 ], [ \"Copyright (c) Robin Rosenberg \", 2 ], [ \"Copyright (c) SAP AG, GitHub Inc., and others\", 2 ], [ \"Copyright (c) Shawn Pearce, Robin Rosenberg\", 2 ], [ \"Copyright (c) Simon Muschel  and others\", 2 ], [ \"Copyright (c) The Eclipse Foundation and others\", 2 ], [ \"Copyright (c) Tim Neumann  and others\", 2 ], [ \"Copyright (c) Tomasz Zarna (IBM) and others\", 2 ], [ \"Copyright (c) Vadim Dmitriev and others\", 2 ], [ \"Copyright (c) Adrian\", 1 ], [ \"Copyright (c) Andre Bossert \", 1 ], [ \"Copyright (c) Andrea Guarinoni and others\", 1 ], [ \"Copyright (c) Andrey Rodionov \", 1 ], [ \"Copyright (c) Ben Hammen \", 1 ], [ \"Copyright (c) Benjamin Muskalla  and others\", 1 ], [ \"Copyright (c) Benjamin Muskalla  and others\", 1 ], [ \"Copyright (c) Brandon Dong \", 1 ], [ \"Copyright (c) Carsten Pfeiffer \", 1 ], [ \"Copyright (c) Chris Aniszczyk\", 1 ], [ \"Copyright (c) Christian Georgi\", 1 ], [ \"Copyright (c) Christian Georgi \", 1 ], [ \"Copyright (c) Dani Megert \", 1 ], [ \"Copyright (c) Dariusz Luksza \", 1 ], [ \"Copyright (c) Dariusz Luksza \", 1 ], [ \"Copyright (c) EGit project\", 1 ], [ \"Copyright (c) EclipseSource\", 1 ], [ \"Copyright (c) Frank Jakob\", 1 ], [ \"Copyright (c) GEBIT Solutions\", 1 ], [ \"Copyright (c) Gerd Zanker Vb+mlQFwpEH8RD9i@X0egkmGAIFocu8oQ\", 1 ], [ \"Copyright (c) Greg Amerson  and others\", 1 ], [ \"Copyright (c) IBM\", 1 ], [ \"Copyright (c) Kevin Sawicki \", 1 ], [ \"Copyright (c) Konrad Kugler \", 1 ], [ \"Copyright (c) Kyle J. Harms \", 1 ], [ \"Copyright (c) Laurent Delaigue (Obeo) and others\", 1 ], [ \"Copyright (c) Laurent Delaigue \", 1 ], [ \"Copyright (c) Laurent Goubet  and others\", 1 ], [ \"Copyright (c) Maik Schreiber  and others\", 1 ], [ \"Copyright (c) Marc-Andre Laperle \", 1 ], [ \"Copyright (c) Markus Keller \", 1 ], [ \"Copyright (c) Matthias Sohn and others\", 1 ], [ \"Copyright (c) Max Hohenegger and others\", 1 ], [ \"Copyright (c) Michael Keppler and others\", 1 ], [ \"Copyright (c) Robin Rosenberg  and others\", 1 ], [ \"Copyright (c) Robin Rosenberg and others\", 1 ], [ \"Copyright (c) Robin Stocker\", 1 ], [ \"Copyright (c) Robin Stocker and others\", 1 ], [ \"Copyright (c) Roger C. Soares  and others\", 1 ], [ \"Copyright (c) Roland Grunberg \", 1 ], [ \"Copyright (c) Roland Grunberg  and others\", 1 ], [ \"Copyright (c) Ryan Schmitt \", 1 ], [ \"Copyright (c) SAP SE and others\", 1 ], [ \"Copyright (c) Salesforce and others\", 1 ], [ \"Copyright (c) Shawn O. Pearce and others\", 1 ], [ \"Copyright (c) Shunichi Fuji \", 1 ], [ \"Copyright (c) Stefan Lay  and others\", 1 ], [ \"Copyright (c) Stefan Rademacher  and others\", 1 ], [ \"Copyright (c) Steffen Pingel \", 1 ], [ \"Copyright (c) Stephen Elsemore  and others\", 1 ], [ \"Copyright (c) Tasktop Technologies Inc.\", 1 ], [ \"Copyright (c) Thorsten Kamann \", 1 ], [ \"Copyright (c) Thorsten Kamann OeUnEO7xcKJH+mrs@jfIv6LWKcSufhwY+\", 1 ], [ \"Copyright (c) Tobias Melcher  , Felix Otto \", 1 ], [ \"Copyright (c) Tobias Pfeifer \", 1 ], [ \"Copyright (c) Tomasz Zarna (IBM), Robin Stocker, and others\", 1 ], [ \"Copyright (c) Tomasz Zarna \", 1 ], [ \"Copyright (c) Tomasz Zarna \", 1 ], [ \"Copyright (c) Tomasz Zarna \", 1 ], [ \"Copyright (c) Tomi Pakarinen  and others\", 1 ], [ \"Copyright (c) Yann Simon \", 1 ], [ \"Copyright (c) Yann Simon  and others\", 1 ], [ \"Copyright (c) vogella GmbH and others\", 1 ], [ \"Copyright When contributing\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f781a6d8717() { var data = gvisDataPieChartID1f781a6d8717(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project technology.egit \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f781a6d8717') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 145 commits.\n  Holders   Count     unknown   1029     Thomas Wolf   161     SAP AG and others   102     Max Hohenegger   99     Robin Rosenberg   92     Mathias Kinzler   90     Shawn O. Pearce   86     SAP AG.   82     Dariusz Luksza   74     Robin Stocker   69    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f7883df7a7 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1029 ], [ \"Thomas Wolf\", 161 ], [ \"SAP AG and others\", 102 ], [ \"Max Hohenegger\", 99 ], [ \"Robin Rosenberg\", 92 ], [ \"Mathias Kinzler\", 90 ], [ \"Shawn O. Pearce\", 86 ], [ \"SAP AG.\", 82 ], [ \"Dariusz Luksza\", 74 ], [ \"Robin Stocker\", 69 ], [ \"Jens Baumgart\", 53 ], [ \"Matthias Sohn\", 45 ], [ \"Dariusz Luksza and others\", 43 ], [ \"GitHub Inc.\", 43 ], [ \"GitHub Inc. and others\", 39 ], [ \"Thomas Wolf and others\", 37 ], [ \"Robin Stocker and others\", 36 ], [ \"IBM Corporation and others\", 35 ], [ \"Marek Zawirski\", 29 ], [ \"Mathias Kinzler and others\", 26 ], [ \"Dave Watson\", 23 ], [ \"Stefan Lay\", 23 ], [ \"IBM Corporation\", 21 ], [ \"Obeo\", 20 ], [ \"Chris Aniszczyk and others\", 17 ], [ \"Roger C. Soares\", 16 ], [ \"Alexander Nittka\", 14 ], [ \"Daniel Megert\", 14 ], [ \"Francois Rey\", 13 ], [ \"Google Inc.\", 12 ], [ \"Jens Baumgart and others\", 12 ], [ \"Laurent Goubet\", 12 ], [ \"Stephan Hackstedt\", 12 ], [ \"Chris Aniszczyk\", 10 ], [ \"Maik Schreiber\", 10 ], [ \"Red Hat Inc. and others\", 10 ], [ \"Igor Fedorenko\", 9 ], [ \"Markus Duft\", 9 ], [ \"Benjamin Muskalla and others\", 8 ], [ \"Matthias Sohn and others\", 8 ], [ \"Mykola Nikishov\", 8 ], [ \"Obeo and others\", 8 ], [ \"Benjamin Muskalla\", 7 ], [ \"Christian Halstrick\", 7 ], [ \"Ketan Padegaonkar\", 7 ], [ \"SAP SE Christian Georgi\", 7 ], [ \"Shawn O. Pearce and others\", 7 ], [ \"Gunnar Wagenknecht\", 6 ], [ \"Maik Schreiber and others\", 6 ], [ \"Stefan Dirix\", 6 ], [ \"Tomasz Zarna\", 6 ], [ \"Tor Arne Vestbo\", 6 ], [ \"Andreas Hermann\", 5 ], [ \"Edwin Kempin\", 5 ], [ \"Luis Copetti\", 5 ], [ \"Max Hohenegger and others\", 5 ], [ \"Philipp Thun\", 5 ], [ \"Alexander Nittka and others\", 4 ], [ \"Axel Richard\", 4 ], [ \"Bernard Leach\", 4 ], [ \"Bernard Leach and others\", 4 ], [ \"Denis Zygann\", 4 ], [ \"EclipseSource Services GmbH and others\", 4 ], [ \"Jing Xue\", 4 ], [ \"Marek Zawirski and others\", 4 ], [ \"Michael Keppler\", 4 ], [ \"Red Hat, Inc.\", 4 ], [ \"Shawn Pearce and others\", 4 ], [ \"Stefan Rademacher\", 4 ], [ \"Tim Neumann\", 4 ], [ \"Jan-Ove Weichel\", 3 ], [ \"Konrad Kugler and others\", 3 ], [ \"Lars Vogel\", 3 ], [ \"Martin Oberhuber\", 3 ], [ \"Michael Keppler and others\", 3 ], [ \"Peter Severin\", 3 ], [ \"Simon Muschel\", 3 ], [ \"Some Name\", 3 ], [ \"Tasktop Technologies Inc and others\", 3 ], [ \"Tasktop Technologies and others\", 3 ], [ \"Wim Jongman\", 3 ], [ \"Alex Blewitt\", 2 ], [ \"Andrey Loskutov\", 2 ], [ \"Andrey Loskutov and others\", 2 ], [ \"Christian Georgi\", 2 ], [ \"Manuel Doninger\", 2 ], [ \"Marc Khouzam\", 2 ], [ \"Markus Duft and others\", 2 ], [ \"Martin Fleck\", 2 ], [ \"Other Name\", 2 ], [ \"Philipp Bumann\", 2 ], [ \"Philipp Thun and others\", 2 ], [ \"Robin Rosenberg and others\", 2 ], [ \"SAP AG, GitHub Inc., and others and other owners as documented in the project's IP log\", 2 ], [ \"Shawn Pearce, Robin Rosenberg, et.al\", 2 ], [ \"Simon Muschel and others\", 2 ], [ \"The Eclipse Foundation and others\", 2 ], [ \"Thorsten Kamann\", 2 ], [ \"Tim Neumann and others\", 2 ], [ \"Tomasz Zarna (IBM) and others\", 2 ], [ \"Vadim Dmitriev and others\", 2 ], [ \"Adrian\", 1 ], [ \"Andre Bossert\", 1 ], [ \"Andrea Guarinoni and others\", 1 ], [ \"Andrey Rodionov\", 1 ], [ \"Ben Hammen\", 1 ], [ \"Brandon Dong\", 1 ], [ \"Carsten Pfeiffer\", 1 ], [ \"Chris Aniszczyk, et.al\", 1 ], [ \"Dani Megert\", 1 ], [ \"EGit project\", 1 ], [ \"EclipseSource\", 1 ], [ \"Frank Jakob\", 1 ], [ \"GEBIT Solutions\", 1 ], [ \"Gerd Zanker\", 1 ], [ \"Greg Amerson and others\", 1 ], [ \"Kevin Sawicki\", 1 ], [ \"Konrad Kugler\", 1 ], [ \"Kyle J. Harms\", 1 ], [ \"Laurent Delaigue\", 1 ], [ \"Laurent Delaigue (Obeo) and others\", 1 ], [ \"Laurent Goubet and others\", 1 ], [ \"Marc-Andre Laperle\", 1 ], [ \"Markus Keller\", 1 ], [ \"Roger C. Soares and others\", 1 ], [ \"Roland Grunberg\", 1 ], [ \"Roland Grunberg and others\", 1 ], [ \"Ryan Schmitt\", 1 ], [ \"SAP AG and other\", 1 ], [ \"SAP SE and others\", 1 ], [ \"Salesforce and others\", 1 ], [ \"Shunichi Fuji\", 1 ], [ \"Stefan Lay and others\", 1 ], [ \"Stefan Rademacher and others\", 1 ], [ \"Steffen Pingel\", 1 ], [ \"Stephen Elsemore and others\", 1 ], [ \"Tasktop Technologies Inc.\", 1 ], [ \"Tobias Melcher , Felix Otto\", 1 ], [ \"Tobias Pfeifer\", 1 ], [ \"Tomasz Zarna (IBM), Robin Stocker, and others\", 1 ], [ \"Tomi Pakarinen and others\", 1 ], [ \"When contributing\", 1 ], [ \"Yann Simon\", 1 ], [ \"Yann Simon and others\", 1 ], [ \"vogella GmbH and others\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f7883df7a7() { var data = gvisDataPieChartID1f7883df7a7(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project technology.egit \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f7883df7a7') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 15 commits.\n  Licence   Count     epl-2.0   1260     epl-2.0 OR apache-2.0   1216     unknown   1002     apache-2.0   54     epl-1.0   15     public-domain   14     bsd-new   12     bsd-simplified   11     unknown   5     bsd-new OR epl-1.0   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f787ab6c00 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 1260 ], [ \"epl-2.0 OR apache-2.0\", 1216 ], [ \"unknown\", 1002 ], [ \"apache-2.0\", 54 ], [ \"epl-1.0\", 15 ], [ \"public-domain\", 14 ], [ \"bsd-new\", 12 ], [ \"bsd-simplified\", 11 ], [ \"unknown\", 5 ], [ \"bsd-new OR epl-1.0\", 2 ], [ \"cc0-1.0\", 1 ], [ \"cddl-1.1\", 1 ], [ \"gpl-2.0\", 1 ], [ \"mpl-2.0\", 1 ], [ \"unicode-tou\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f787ab6c00() { var data = gvisDataPieChartID1f787ab6c00(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project technology.egit \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f787ab6c00') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 8 commits.\n  Programming Language   Count     Java   1169     unknown   1006     HTML   44     PHP   16     CSS   7     Bash   3     Perl6   2     Objective-C   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID1f782837cde7 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 1169 ], [ \"unknown\", 1006 ], [ \"HTML\", 44 ], [ \"PHP\", 16 ], [ \"CSS\", 7 ], [ \"Bash\", 3 ], [ \"Perl6\", 2 ], [ \"Objective-C\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID1f782837cde7() { var data = gvisDataPieChartID1f782837cde7(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project technology.egit \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID1f782837cde7') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 36 commits.\n  Holders   Type     DEPENDENCIES   manifest     LICENSE   legal     pom.xml   manifest     README.md   readme     icons/README.md   readme     org.eclipse.egit/pom.xml   manifest     org.eclipse.egit/META-INF/MANIFEST.MF   manifest     org.eclipse.egit-feature/pom.xml   manifest     org.eclipse.egit.core/pom.xml   manifest     org.eclipse.egit.core/META-INF/MANIFEST.MF   manifest    ","href":"/projects/technology.egit/datasets_report/","title":"technology.egit"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.epf\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.epf.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 20 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.epf\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2007-02-19T00:00:00.000Z\",\"2007-02-20T00:00:00.000Z\",\"2007-02-21T00:00:00.000Z\",\"2007-02-22T00:00:00.000Z\",\"2007-02-23T00:00:00.000Z\",\"2007-02-24T00:00:00.000Z\",\"2007-02-25T00:00:00.000Z\",\"2007-02-26T00:00:00.000Z\",\"2007-02-27T00:00:00.000Z\",\"2007-02-28T00:00:00.000Z\",\"2007-03-01T00:00:00.000Z\",\"2007-03-02T00:00:00.000Z\",\"2007-03-03T00:00:00.000Z\",\"2007-03-04T00:00:00.000Z\",\"2007-03-05T00:00:00.000Z\",\"2007-03-06T00:00:00.000Z\",\"2007-03-07T00:00:00.000Z\",\"2007-03-08T00:00:00.000Z\",\"2007-03-09T00:00:00.000Z\",\"2007-03-10T00:00:00.000Z\",\"2007-03-11T00:00:00.000Z\",\"2007-03-12T00:00:00.000Z\",\"2007-03-13T00:00:00.000Z\",\"2007-03-14T00:00:00.000Z\",\"2007-03-15T00:00:00.000Z\",\"2007-03-16T00:00:00.000Z\",\"2007-03-17T00:00:00.000Z\",\"2007-03-18T00:00:00.000Z\",\"2007-03-19T00:00:00.000Z\",\"2007-03-20T00:00:00.000Z\",\"2007-03-21T00:00:00.000Z\",\"2007-03-22T00:00:00.000Z\",\"2007-03-23T00:00:00.000Z\",\"2007-03-24T00:00:00.000Z\",\"2007-03-25T00:00:00.000Z\",\"2007-03-26T00:00:00.000Z\",\"2007-03-27T00:00:00.000Z\",\"2007-03-28T00:00:00.000Z\",\"2007-03-29T00:00:00.000Z\",\"2007-03-30T00:00:00.000Z\",\"2007-03-31T00:00:00.000Z\",\"2007-04-01T00:00:00.000Z\",\"2007-04-02T00:00:00.000Z\",\"2007-04-03T00:00:00.000Z\",\"2007-04-04T00:00:00.000Z\",\"2007-04-05T00:00:00.000Z\",\"2007-04-06T00:00:00.000Z\",\"2007-04-07T00:00:00.000Z\",\"2007-04-08T00:00:00.000Z\",\"2007-04-09T00:00:00.000Z\",\"2007-04-10T00:00:00.000Z\",\"2007-04-11T00:00:00.000Z\",\"2007-04-12T00:00:00.000Z\",\"2007-04-13T00:00:00.000Z\",\"2007-04-14T00:00:00.000Z\",\"2007-04-15T00:00:00.000Z\",\"2007-04-16T00:00:00.000Z\",\"2007-04-17T00:00:00.000Z\",\"2007-04-18T00:00:00.000Z\",\"2007-04-19T00:00:00.000Z\",\"2007-04-20T00:00:00.000Z\",\"2007-04-21T00:00:00.000Z\",\"2007-04-22T00:00:00.000Z\",\"2007-04-23T00:00:00.000Z\",\"2007-04-24T00:00:00.000Z\",\"2007-04-25T00:00:00.000Z\",\"2007-04-26T00:00:00.000Z\",\"2007-04-27T00:00:00.000Z\",\"2007-04-28T00:00:00.000Z\",\"2007-04-29T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-01T00:00:00.000Z\",\"2007-05-02T00:00:00.000Z\",\"2007-05-03T00:00:00.000Z\",\"2007-05-04T00:00:00.000Z\",\"2007-05-05T00:00:00.000Z\",\"2007-05-06T00:00:00.000Z\",\"2007-05-07T00:00:00.000Z\",\"2007-05-08T00:00:00.000Z\",\"2007-05-09T00:00:00.000Z\",\"2007-05-10T00:00:00.000Z\",\"2007-05-11T00:00:00.000Z\",\"2007-05-12T00:00:00.000Z\",\"2007-05-13T00:00:00.000Z\",\"2007-05-14T00:00:00.000Z\",\"2007-05-15T00:00:00.000Z\",\"2007-05-16T00:00:00.000Z\",\"2007-05-17T00:00:00.000Z\",\"2007-05-18T00:00:00.000Z\",\"2007-05-19T00:00:00.000Z\",\"2007-05-20T00:00:00.000Z\",\"2007-05-21T00:00:00.000Z\",\"2007-05-22T00:00:00.000Z\",\"2007-05-23T00:00:00.000Z\",\"2007-05-24T00:00:00.000Z\",\"2007-05-25T00:00:00.000Z\",\"2007-05-26T00:00:00.000Z\",\"2007-05-27T00:00:00.000Z\",\"2007-05-28T00:00:00.000Z\",\"2007-05-29T00:00:00.000Z\",\"2007-05-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-01T00:00:00.000Z\",\"2007-06-02T00:00:00.000Z\",\"2007-06-03T00:00:00.000Z\",\"2007-06-04T00:00:00.000Z\",\"2007-06-05T00:00:00.000Z\",\"2007-06-06T00:00:00.000Z\",\"2007-06-07T00:00:00.000Z\",\"2007-06-08T00:00:00.000Z\",\"2007-06-09T00:00:00.000Z\",\"2007-06-10T00:00:00.000Z\",\"2007-06-11T00:00:00.000Z\",\"2007-06-12T00:00:00.000Z\",\"2007-06-13T00:00:00.000Z\",\"2007-06-14T00:00:00.000Z\",\"2007-06-15T00:00:00.000Z\",\"2007-06-16T00:00:00.000Z\",\"2007-06-17T00:00:00.000Z\",\"2007-06-18T00:00:00.000Z\",\"2007-06-19T00:00:00.000Z\",\"2007-06-20T00:00:00.000Z\",\"2007-06-21T00:00:00.000Z\",\"2007-06-22T00:00:00.000Z\",\"2007-06-23T00:00:00.000Z\",\"2007-06-24T00:00:00.000Z\",\"2007-06-25T00:00:00.000Z\",\"2007-06-26T00:00:00.000Z\",\"2007-06-27T00:00:00.000Z\",\"2007-06-28T00:00:00.000Z\",\"2007-06-29T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-01T00:00:00.000Z\",\"2007-07-02T00:00:00.000Z\",\"2007-07-03T00:00:00.000Z\",\"2007-07-04T00:00:00.000Z\",\"2007-07-05T00:00:00.000Z\",\"2007-07-06T00:00:00.000Z\",\"2007-07-07T00:00:00.000Z\",\"2007-07-08T00:00:00.000Z\",\"2007-07-09T00:00:00.000Z\",\"2007-07-10T00:00:00.000Z\",\"2007-07-11T00:00:00.000Z\",\"2007-07-12T00:00:00.000Z\",\"2007-07-13T00:00:00.000Z\",\"2007-07-14T00:00:00.000Z\",\"2007-07-15T00:00:00.000Z\",\"2007-07-16T00:00:00.000Z\",\"2007-07-17T00:00:00.000Z\",\"2007-07-18T00:00:00.000Z\",\"2007-07-19T00:00:00.000Z\",\"2007-07-20T00:00:00.000Z\",\"2007-07-21T00:00:00.000Z\",\"2007-07-22T00:00:00.000Z\",\"2007-07-23T00:00:00.000Z\",\"2007-07-24T00:00:00.000Z\",\"2007-07-25T00:00:00.000Z\",\"2007-07-26T00:00:00.000Z\",\"2007-07-27T00:00:00.000Z\",\"2007-07-28T00:00:00.000Z\",\"2007-07-29T00:00:00.000Z\",\"2007-07-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-01T00:00:00.000Z\",\"2007-08-02T00:00:00.000Z\",\"2007-08-03T00:00:00.000Z\",\"2007-08-04T00:00:00.000Z\",\"2007-08-05T00:00:00.000Z\",\"2007-08-06T00:00:00.000Z\",\"2007-08-07T00:00:00.000Z\",\"2007-08-08T00:00:00.000Z\",\"2007-08-09T00:00:00.000Z\",\"2007-08-10T00:00:00.000Z\",\"2007-08-11T00:00:00.000Z\",\"2007-08-12T00:00:00.000Z\",\"2007-08-13T00:00:00.000Z\",\"2007-08-14T00:00:00.000Z\",\"2007-08-15T00:00:00.000Z\",\"2007-08-16T00:00:00.000Z\",\"2007-08-17T00:00:00.000Z\",\"2007-08-18T00:00:00.000Z\",\"2007-08-19T00:00:00.000Z\",\"2007-08-20T00:00:00.000Z\",\"2007-08-21T00:00:00.000Z\",\"2007-08-22T00:00:00.000Z\",\"2007-08-23T00:00:00.000Z\",\"2007-08-24T00:00:00.000Z\",\"2007-08-25T00:00:00.000Z\",\"2007-08-26T00:00:00.000Z\",\"2007-08-27T00:00:00.000Z\",\"2007-08-28T00:00:00.000Z\",\"2007-08-29T00:00:00.000Z\",\"2007-08-30T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-01T00:00:00.000Z\",\"2007-09-02T00:00:00.000Z\",\"2007-09-03T00:00:00.000Z\",\"2007-09-04T00:00:00.000Z\",\"2007-09-05T00:00:00.000Z\",\"2007-09-06T00:00:00.000Z\",\"2007-09-07T00:00:00.000Z\",\"2007-09-08T00:00:00.000Z\",\"2007-09-09T00:00:00.000Z\",\"2007-09-10T00:00:00.000Z\",\"2007-09-11T00:00:00.000Z\",\"2007-09-12T00:00:00.000Z\",\"2007-09-13T00:00:00.000Z\",\"2007-09-14T00:00:00.000Z\",\"2007-09-15T00:00:00.000Z\",\"2007-09-16T00:00:00.000Z\",\"2007-09-17T00:00:00.000Z\",\"2007-09-18T00:00:00.000Z\",\"2007-09-19T00:00:00.000Z\",\"2007-09-20T00:00:00.000Z\",\"2007-09-21T00:00:00.000Z\",\"2007-09-22T00:00:00.000Z\",\"2007-09-23T00:00:00.000Z\",\"2007-09-24T00:00:00.000Z\",\"2007-09-25T00:00:00.000Z\",\"2007-09-26T00:00:00.000Z\",\"2007-09-27T00:00:00.000Z\",\"2007-09-28T00:00:00.000Z\",\"2007-09-29T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-01T00:00:00.000Z\",\"2007-10-02T00:00:00.000Z\",\"2007-10-03T00:00:00.000Z\",\"2007-10-04T00:00:00.000Z\",\"2007-10-05T00:00:00.000Z\",\"2007-10-06T00:00:00.000Z\",\"2007-10-07T00:00:00.000Z\",\"2007-10-08T00:00:00.000Z\",\"2007-10-09T00:00:00.000Z\",\"2007-10-10T00:00:00.000Z\",\"2007-10-11T00:00:00.000Z\",\"2007-10-12T00:00:00.000Z\",\"2007-10-13T00:00:00.000Z\",\"2007-10-14T00:00:00.000Z\",\"2007-10-15T00:00:00.000Z\",\"2007-10-16T00:00:00.000Z\",\"2007-10-17T00:00:00.000Z\",\"2007-10-18T00:00:00.000Z\",\"2007-10-19T00:00:00.000Z\",\"2007-10-20T00:00:00.000Z\",\"2007-10-21T00:00:00.000Z\",\"2007-10-22T00:00:00.000Z\",\"2007-10-23T00:00:00.000Z\",\"2007-10-24T00:00:00.000Z\",\"2007-10-25T00:00:00.000Z\",\"2007-10-26T00:00:00.000Z\",\"2007-10-27T00:00:00.000Z\",\"2007-10-28T00:00:00.000Z\",\"2007-10-29T00:00:00.000Z\",\"2007-10-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-01T00:00:00.000Z\",\"2007-11-02T00:00:00.000Z\",\"2007-11-03T00:00:00.000Z\",\"2007-11-04T00:00:00.000Z\",\"2007-11-05T00:00:00.000Z\",\"2007-11-06T00:00:00.000Z\",\"2007-11-07T00:00:00.000Z\",\"2007-11-08T00:00:00.000Z\",\"2007-11-09T00:00:00.000Z\",\"2007-11-10T00:00:00.000Z\",\"2007-11-11T00:00:00.000Z\",\"2007-11-12T00:00:00.000Z\",\"2007-11-13T00:00:00.000Z\",\"2007-11-14T00:00:00.000Z\",\"2007-11-15T00:00:00.000Z\",\"2007-11-16T00:00:00.000Z\",\"2007-11-17T00:00:00.000Z\",\"2007-11-18T00:00:00.000Z\",\"2007-11-19T00:00:00.000Z\",\"2007-11-20T00:00:00.000Z\",\"2007-11-21T00:00:00.000Z\",\"2007-11-22T00:00:00.000Z\",\"2007-11-23T00:00:00.000Z\",\"2007-11-24T00:00:00.000Z\",\"2007-11-25T00:00:00.000Z\",\"2007-11-26T00:00:00.000Z\",\"2007-11-27T00:00:00.000Z\",\"2007-11-28T00:00:00.000Z\",\"2007-11-29T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-01T00:00:00.000Z\",\"2007-12-02T00:00:00.000Z\",\"2007-12-03T00:00:00.000Z\",\"2007-12-04T00:00:00.000Z\",\"2007-12-05T00:00:00.000Z\",\"2007-12-06T00:00:00.000Z\",\"2007-12-07T00:00:00.000Z\",\"2007-12-08T00:00:00.000Z\",\"2007-12-09T00:00:00.000Z\",\"2007-12-10T00:00:00.000Z\",\"2007-12-11T00:00:00.000Z\",\"2007-12-12T00:00:00.000Z\",\"2007-12-13T00:00:00.000Z\",\"2007-12-14T00:00:00.000Z\",\"2007-12-15T00:00:00.000Z\",\"2007-12-16T00:00:00.000Z\",\"2007-12-17T00:00:00.000Z\",\"2007-12-18T00:00:00.000Z\",\"2007-12-19T00:00:00.000Z\",\"2007-12-20T00:00:00.000Z\",\"2007-12-21T00:00:00.000Z\",\"2007-12-22T00:00:00.000Z\",\"2007-12-23T00:00:00.000Z\",\"2007-12-24T00:00:00.000Z\",\"2007-12-25T00:00:00.000Z\",\"2007-12-26T00:00:00.000Z\",\"2007-12-27T00:00:00.000Z\",\"2007-12-28T00:00:00.000Z\",\"2007-12-29T00:00:00.000Z\",\"2007-12-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-01T00:00:00.000Z\",\"2008-01-02T00:00:00.000Z\",\"2008-01-03T00:00:00.000Z\",\"2008-01-04T00:00:00.000Z\",\"2008-01-05T00:00:00.000Z\",\"2008-01-06T00:00:00.000Z\",\"2008-01-07T00:00:00.000Z\",\"2008-01-08T00:00:00.000Z\",\"2008-01-09T00:00:00.000Z\",\"2008-01-10T00:00:00.000Z\",\"2008-01-11T00:00:00.000Z\",\"2008-01-12T00:00:00.000Z\",\"2008-01-13T00:00:00.000Z\",\"2008-01-14T00:00:00.000Z\",\"2008-01-15T00:00:00.000Z\",\"2008-01-16T00:00:00.000Z\",\"2008-01-17T00:00:00.000Z\",\"2008-01-18T00:00:00.000Z\",\"2008-01-19T00:00:00.000Z\",\"2008-01-20T00:00:00.000Z\",\"2008-01-21T00:00:00.000Z\",\"2008-01-22T00:00:00.000Z\",\"2008-01-23T00:00:00.000Z\",\"2008-01-24T00:00:00.000Z\",\"2008-01-25T00:00:00.000Z\",\"2008-01-26T00:00:00.000Z\",\"2008-01-27T00:00:00.000Z\",\"2008-01-28T00:00:00.000Z\",\"2008-01-29T00:00:00.000Z\",\"2008-01-30T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-01T00:00:00.000Z\",\"2008-02-02T00:00:00.000Z\",\"2008-02-03T00:00:00.000Z\",\"2008-02-04T00:00:00.000Z\",\"2008-02-05T00:00:00.000Z\",\"2008-02-06T00:00:00.000Z\",\"2008-02-07T00:00:00.000Z\",\"2008-02-08T00:00:00.000Z\",\"2008-02-09T00:00:00.000Z\",\"2008-02-10T00:00:00.000Z\",\"2008-02-11T00:00:00.000Z\",\"2008-02-12T00:00:00.000Z\",\"2008-02-13T00:00:00.000Z\",\"2008-02-14T00:00:00.000Z\",\"2008-02-15T00:00:00.000Z\",\"2008-02-16T00:00:00.000Z\",\"2008-02-17T00:00:00.000Z\",\"2008-02-18T00:00:00.000Z\",\"2008-02-19T00:00:00.000Z\",\"2008-02-20T00:00:00.000Z\",\"2008-02-21T00:00:00.000Z\",\"2008-02-22T00:00:00.000Z\",\"2008-02-23T00:00:00.000Z\",\"2008-02-24T00:00:00.000Z\",\"2008-02-25T00:00:00.000Z\",\"2008-02-26T00:00:00.000Z\",\"2008-02-27T00:00:00.000Z\",\"2008-02-28T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-01T00:00:00.000Z\",\"2008-03-02T00:00:00.000Z\",\"2008-03-03T00:00:00.000Z\",\"2008-03-04T00:00:00.000Z\",\"2008-03-05T00:00:00.000Z\",\"2008-03-06T00:00:00.000Z\",\"2008-03-07T00:00:00.000Z\",\"2008-03-08T00:00:00.000Z\",\"2008-03-09T00:00:00.000Z\",\"2008-03-10T00:00:00.000Z\",\"2008-03-11T00:00:00.000Z\",\"2008-03-12T00:00:00.000Z\",\"2008-03-13T00:00:00.000Z\",\"2008-03-14T00:00:00.000Z\",\"2008-03-15T00:00:00.000Z\",\"2008-03-16T00:00:00.000Z\",\"2008-03-17T00:00:00.000Z\",\"2008-03-18T00:00:00.000Z\",\"2008-03-19T00:00:00.000Z\",\"2008-03-20T00:00:00.000Z\",\"2008-03-21T00:00:00.000Z\",\"2008-03-22T00:00:00.000Z\",\"2008-03-23T00:00:00.000Z\",\"2008-03-24T00:00:00.000Z\",\"2008-03-25T00:00:00.000Z\",\"2008-03-26T00:00:00.000Z\",\"2008-03-27T00:00:00.000Z\",\"2008-03-28T00:00:00.000Z\",\"2008-03-29T00:00:00.000Z\",\"2008-03-30T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-01T00:00:00.000Z\",\"2008-04-02T00:00:00.000Z\",\"2008-04-03T00:00:00.000Z\",\"2008-04-04T00:00:00.000Z\",\"2008-04-05T00:00:00.000Z\",\"2008-04-06T00:00:00.000Z\",\"2008-04-07T00:00:00.000Z\",\"2008-04-08T00:00:00.000Z\",\"2008-04-09T00:00:00.000Z\",\"2008-04-10T00:00:00.000Z\",\"2008-04-11T00:00:00.000Z\",\"2008-04-12T00:00:00.000Z\",\"2008-04-13T00:00:00.000Z\",\"2008-04-14T00:00:00.000Z\",\"2008-04-15T00:00:00.000Z\",\"2008-04-16T00:00:00.000Z\",\"2008-04-17T00:00:00.000Z\",\"2008-04-18T00:00:00.000Z\",\"2008-04-19T00:00:00.000Z\",\"2008-04-20T00:00:00.000Z\",\"2008-04-21T00:00:00.000Z\",\"2008-04-22T00:00:00.000Z\",\"2008-04-23T00:00:00.000Z\",\"2008-04-24T00:00:00.000Z\",\"2008-04-25T00:00:00.000Z\",\"2008-04-26T00:00:00.000Z\",\"2008-04-27T00:00:00.000Z\",\"2008-04-28T00:00:00.000Z\",\"2008-04-29T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-01T00:00:00.000Z\",\"2008-05-02T00:00:00.000Z\",\"2008-05-03T00:00:00.000Z\",\"2008-05-04T00:00:00.000Z\",\"2008-05-05T00:00:00.000Z\",\"2008-05-06T00:00:00.000Z\",\"2008-05-07T00:00:00.000Z\",\"2008-05-08T00:00:00.000Z\",\"2008-05-09T00:00:00.000Z\",\"2008-05-10T00:00:00.000Z\",\"2008-05-11T00:00:00.000Z\",\"2008-05-12T00:00:00.000Z\",\"2008-05-13T00:00:00.000Z\",\"2008-05-14T00:00:00.000Z\",\"2008-05-15T00:00:00.000Z\",\"2008-05-16T00:00:00.000Z\",\"2008-05-17T00:00:00.000Z\",\"2008-05-18T00:00:00.000Z\",\"2008-05-19T00:00:00.000Z\",\"2008-05-20T00:00:00.000Z\",\"2008-05-21T00:00:00.000Z\",\"2008-05-22T00:00:00.000Z\",\"2008-05-23T00:00:00.000Z\",\"2008-05-24T00:00:00.000Z\",\"2008-05-25T00:00:00.000Z\",\"2008-05-26T00:00:00.000Z\",\"2008-05-27T00:00:00.000Z\",\"2008-05-28T00:00:00.000Z\",\"2008-05-29T00:00:00.000Z\",\"2008-05-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-01T00:00:00.000Z\",\"2008-06-02T00:00:00.000Z\",\"2008-06-03T00:00:00.000Z\",\"2008-06-04T00:00:00.000Z\",\"2008-06-05T00:00:00.000Z\",\"2008-06-06T00:00:00.000Z\",\"2008-06-07T00:00:00.000Z\",\"2008-06-08T00:00:00.000Z\",\"2008-06-09T00:00:00.000Z\",\"2008-06-10T00:00:00.000Z\",\"2008-06-11T00:00:00.000Z\",\"2008-06-12T00:00:00.000Z\",\"2008-06-13T00:00:00.000Z\",\"2008-06-14T00:00:00.000Z\",\"2008-06-15T00:00:00.000Z\",\"2008-06-16T00:00:00.000Z\",\"2008-06-17T00:00:00.000Z\",\"2008-06-18T00:00:00.000Z\",\"2008-06-19T00:00:00.000Z\",\"2008-06-20T00:00:00.000Z\",\"2008-06-21T00:00:00.000Z\",\"2008-06-22T00:00:00.000Z\",\"2008-06-23T00:00:00.000Z\",\"2008-06-24T00:00:00.000Z\",\"2008-06-25T00:00:00.000Z\",\"2008-06-26T00:00:00.000Z\",\"2008-06-27T00:00:00.000Z\",\"2008-06-28T00:00:00.000Z\",\"2008-06-29T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-01T00:00:00.000Z\",\"2008-07-02T00:00:00.000Z\",\"2008-07-03T00:00:00.000Z\",\"2008-07-04T00:00:00.000Z\",\"2008-07-05T00:00:00.000Z\",\"2008-07-06T00:00:00.000Z\",\"2008-07-07T00:00:00.000Z\",\"2008-07-08T00:00:00.000Z\",\"2008-07-09T00:00:00.000Z\",\"2008-07-10T00:00:00.000Z\",\"2008-07-11T00:00:00.000Z\",\"2008-07-12T00:00:00.000Z\",\"2008-07-13T00:00:00.000Z\",\"2008-07-14T00:00:00.000Z\",\"2008-07-15T00:00:00.000Z\",\"2008-07-16T00:00:00.000Z\",\"2008-07-17T00:00:00.000Z\",\"2008-07-18T00:00:00.000Z\",\"2008-07-19T00:00:00.000Z\",\"2008-07-20T00:00:00.000Z\",\"2008-07-21T00:00:00.000Z\",\"2008-07-22T00:00:00.000Z\",\"2008-07-23T00:00:00.000Z\",\"2008-07-24T00:00:00.000Z\",\"2008-07-25T00:00:00.000Z\",\"2008-07-26T00:00:00.000Z\",\"2008-07-27T00:00:00.000Z\",\"2008-07-28T00:00:00.000Z\",\"2008-07-29T00:00:00.000Z\",\"2008-07-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-01T00:00:00.000Z\",\"2008-08-02T00:00:00.000Z\",\"2008-08-03T00:00:00.000Z\",\"2008-08-04T00:00:00.000Z\",\"2008-08-05T00:00:00.000Z\",\"2008-08-06T00:00:00.000Z\",\"2008-08-07T00:00:00.000Z\",\"2008-08-08T00:00:00.000Z\",\"2008-08-09T00:00:00.000Z\",\"2008-08-10T00:00:00.000Z\",\"2008-08-11T00:00:00.000Z\",\"2008-08-12T00:00:00.000Z\",\"2008-08-13T00:00:00.000Z\",\"2008-08-14T00:00:00.000Z\",\"2008-08-15T00:00:00.000Z\",\"2008-08-16T00:00:00.000Z\",\"2008-08-17T00:00:00.000Z\",\"2008-08-18T00:00:00.000Z\",\"2008-08-19T00:00:00.000Z\",\"2008-08-20T00:00:00.000Z\",\"2008-08-21T00:00:00.000Z\",\"2008-08-22T00:00:00.000Z\",\"2008-08-23T00:00:00.000Z\",\"2008-08-24T00:00:00.000Z\",\"2008-08-25T00:00:00.000Z\",\"2008-08-26T00:00:00.000Z\",\"2008-08-27T00:00:00.000Z\",\"2008-08-28T00:00:00.000Z\",\"2008-08-29T00:00:00.000Z\",\"2008-08-30T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-01T00:00:00.000Z\",\"2008-09-02T00:00:00.000Z\",\"2008-09-03T00:00:00.000Z\",\"2008-09-04T00:00:00.000Z\",\"2008-09-05T00:00:00.000Z\",\"2008-09-06T00:00:00.000Z\",\"2008-09-07T00:00:00.000Z\",\"2008-09-08T00:00:00.000Z\",\"2008-09-09T00:00:00.000Z\",\"2008-09-10T00:00:00.000Z\",\"2008-09-11T00:00:00.000Z\",\"2008-09-12T00:00:00.000Z\",\"2008-09-13T00:00:00.000Z\",\"2008-09-14T00:00:00.000Z\",\"2008-09-15T00:00:00.000Z\",\"2008-09-16T00:00:00.000Z\",\"2008-09-17T00:00:00.000Z\",\"2008-09-18T00:00:00.000Z\",\"2008-09-19T00:00:00.000Z\",\"2008-09-20T00:00:00.000Z\",\"2008-09-21T00:00:00.000Z\",\"2008-09-22T00:00:00.000Z\",\"2008-09-23T00:00:00.000Z\",\"2008-09-24T00:00:00.000Z\",\"2008-09-25T00:00:00.000Z\",\"2008-09-26T00:00:00.000Z\",\"2008-09-27T00:00:00.000Z\",\"2008-09-28T00:00:00.000Z\",\"2008-09-29T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-01T00:00:00.000Z\",\"2008-10-02T00:00:00.000Z\",\"2008-10-03T00:00:00.000Z\",\"2008-10-04T00:00:00.000Z\",\"2008-10-05T00:00:00.000Z\",\"2008-10-06T00:00:00.000Z\",\"2008-10-07T00:00:00.000Z\",\"2008-10-08T00:00:00.000Z\",\"2008-10-09T00:00:00.000Z\",\"2008-10-10T00:00:00.000Z\",\"2008-10-11T00:00:00.000Z\",\"2008-10-12T00:00:00.000Z\",\"2008-10-13T00:00:00.000Z\",\"2008-10-14T00:00:00.000Z\",\"2008-10-15T00:00:00.000Z\",\"2008-10-16T00:00:00.000Z\",\"2008-10-17T00:00:00.000Z\",\"2008-10-18T00:00:00.000Z\",\"2008-10-19T00:00:00.000Z\",\"2008-10-20T00:00:00.000Z\",\"2008-10-21T00:00:00.000Z\",\"2008-10-22T00:00:00.000Z\",\"2008-10-23T00:00:00.000Z\",\"2008-10-24T00:00:00.000Z\",\"2008-10-25T00:00:00.000Z\",\"2008-10-26T00:00:00.000Z\",\"2008-10-27T00:00:00.000Z\",\"2008-10-28T00:00:00.000Z\",\"2008-10-29T00:00:00.000Z\",\"2008-10-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-01T00:00:00.000Z\",\"2008-11-02T00:00:00.000Z\",\"2008-11-03T00:00:00.000Z\",\"2008-11-04T00:00:00.000Z\",\"2008-11-05T00:00:00.000Z\",\"2008-11-06T00:00:00.000Z\",\"2008-11-07T00:00:00.000Z\",\"2008-11-08T00:00:00.000Z\",\"2008-11-09T00:00:00.000Z\",\"2008-11-10T00:00:00.000Z\",\"2008-11-11T00:00:00.000Z\",\"2008-11-12T00:00:00.000Z\",\"2008-11-13T00:00:00.000Z\",\"2008-11-14T00:00:00.000Z\",\"2008-11-15T00:00:00.000Z\",\"2008-11-16T00:00:00.000Z\",\"2008-11-17T00:00:00.000Z\",\"2008-11-18T00:00:00.000Z\",\"2008-11-19T00:00:00.000Z\",\"2008-11-20T00:00:00.000Z\",\"2008-11-21T00:00:00.000Z\",\"2008-11-22T00:00:00.000Z\",\"2008-11-23T00:00:00.000Z\",\"2008-11-24T00:00:00.000Z\",\"2008-11-25T00:00:00.000Z\",\"2008-11-26T00:00:00.000Z\",\"2008-11-27T00:00:00.000Z\",\"2008-11-28T00:00:00.000Z\",\"2008-11-29T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-01T00:00:00.000Z\",\"2008-12-02T00:00:00.000Z\",\"2008-12-03T00:00:00.000Z\",\"2008-12-04T00:00:00.000Z\",\"2008-12-05T00:00:00.000Z\",\"2008-12-06T00:00:00.000Z\",\"2008-12-07T00:00:00.000Z\",\"2008-12-08T00:00:00.000Z\",\"2008-12-09T00:00:00.000Z\",\"2008-12-10T00:00:00.000Z\",\"2008-12-11T00:00:00.000Z\",\"2008-12-12T00:00:00.000Z\",\"2008-12-13T00:00:00.000Z\",\"2008-12-14T00:00:00.000Z\",\"2008-12-15T00:00:00.000Z\",\"2008-12-16T00:00:00.000Z\",\"2008-12-17T00:00:00.000Z\",\"2008-12-18T00:00:00.000Z\",\"2008-12-19T00:00:00.000Z\",\"2008-12-20T00:00:00.000Z\",\"2008-12-21T00:00:00.000Z\",\"2008-12-22T00:00:00.000Z\",\"2008-12-23T00:00:00.000Z\",\"2008-12-24T00:00:00.000Z\",\"2008-12-25T00:00:00.000Z\",\"2008-12-26T00:00:00.000Z\",\"2008-12-27T00:00:00.000Z\",\"2008-12-28T00:00:00.000Z\",\"2008-12-29T00:00:00.000Z\",\"2008-12-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-01T00:00:00.000Z\",\"2009-01-02T00:00:00.000Z\",\"2009-01-03T00:00:00.000Z\",\"2009-01-04T00:00:00.000Z\",\"2009-01-05T00:00:00.000Z\",\"2009-01-06T00:00:00.000Z\",\"2009-01-07T00:00:00.000Z\",\"2009-01-08T00:00:00.000Z\",\"2009-01-09T00:00:00.000Z\",\"2009-01-10T00:00:00.000Z\",\"2009-01-11T00:00:00.000Z\",\"2009-01-12T00:00:00.000Z\",\"2009-01-13T00:00:00.000Z\",\"2009-01-14T00:00:00.000Z\",\"2009-01-15T00:00:00.000Z\",\"2009-01-16T00:00:00.000Z\",\"2009-01-17T00:00:00.000Z\",\"2009-01-18T00:00:00.000Z\",\"2009-01-19T00:00:00.000Z\",\"2009-01-20T00:00:00.000Z\",\"2009-01-21T00:00:00.000Z\",\"2009-01-22T00:00:00.000Z\",\"2009-01-23T00:00:00.000Z\",\"2009-01-24T00:00:00.000Z\",\"2009-01-25T00:00:00.000Z\",\"2009-01-26T00:00:00.000Z\",\"2009-01-27T00:00:00.000Z\",\"2009-01-28T00:00:00.000Z\",\"2009-01-29T00:00:00.000Z\",\"2009-01-30T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-01T00:00:00.000Z\",\"2009-02-02T00:00:00.000Z\",\"2009-02-03T00:00:00.000Z\",\"2009-02-04T00:00:00.000Z\",\"2009-02-05T00:00:00.000Z\",\"2009-02-06T00:00:00.000Z\",\"2009-02-07T00:00:00.000Z\",\"2009-02-08T00:00:00.000Z\",\"2009-02-09T00:00:00.000Z\",\"2009-02-10T00:00:00.000Z\",\"2009-02-11T00:00:00.000Z\",\"2009-02-12T00:00:00.000Z\",\"2009-02-13T00:00:00.000Z\",\"2009-02-14T00:00:00.000Z\",\"2009-02-15T00:00:00.000Z\",\"2009-02-16T00:00:00.000Z\",\"2009-02-17T00:00:00.000Z\",\"2009-02-18T00:00:00.000Z\",\"2009-02-19T00:00:00.000Z\",\"2009-02-20T00:00:00.000Z\",\"2009-02-21T00:00:00.000Z\",\"2009-02-22T00:00:00.000Z\",\"2009-02-23T00:00:00.000Z\",\"2009-02-24T00:00:00.000Z\",\"2009-02-25T00:00:00.000Z\",\"2009-02-26T00:00:00.000Z\",\"2009-02-27T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-01T00:00:00.000Z\",\"2009-03-02T00:00:00.000Z\",\"2009-03-03T00:00:00.000Z\",\"2009-03-04T00:00:00.000Z\",\"2009-03-05T00:00:00.000Z\",\"2009-03-06T00:00:00.000Z\",\"2009-03-07T00:00:00.000Z\",\"2009-03-08T00:00:00.000Z\",\"2009-03-09T00:00:00.000Z\",\"2009-03-10T00:00:00.000Z\",\"2009-03-11T00:00:00.000Z\",\"2009-03-12T00:00:00.000Z\",\"2009-03-13T00:00:00.000Z\",\"2009-03-14T00:00:00.000Z\",\"2009-03-15T00:00:00.000Z\",\"2009-03-16T00:00:00.000Z\",\"2009-03-17T00:00:00.000Z\",\"2009-03-18T00:00:00.000Z\",\"2009-03-19T00:00:00.000Z\",\"2009-03-20T00:00:00.000Z\",\"2009-03-21T00:00:00.000Z\",\"2009-03-22T00:00:00.000Z\",\"2009-03-23T00:00:00.000Z\",\"2009-03-24T00:00:00.000Z\",\"2009-03-25T00:00:00.000Z\",\"2009-03-26T00:00:00.000Z\",\"2009-03-27T00:00:00.000Z\",\"2009-03-28T00:00:00.000Z\",\"2009-03-29T00:00:00.000Z\",\"2009-03-30T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-01T00:00:00.000Z\",\"2009-04-02T00:00:00.000Z\",\"2009-04-03T00:00:00.000Z\",\"2009-04-04T00:00:00.000Z\",\"2009-04-05T00:00:00.000Z\",\"2009-04-06T00:00:00.000Z\",\"2009-04-07T00:00:00.000Z\",\"2009-04-08T00:00:00.000Z\",\"2009-04-09T00:00:00.000Z\",\"2009-04-10T00:00:00.000Z\",\"2009-04-11T00:00:00.000Z\",\"2009-04-12T00:00:00.000Z\",\"2009-04-13T00:00:00.000Z\",\"2009-04-14T00:00:00.000Z\",\"2009-04-15T00:00:00.000Z\",\"2009-04-16T00:00:00.000Z\",\"2009-04-17T00:00:00.000Z\",\"2009-04-18T00:00:00.000Z\",\"2009-04-19T00:00:00.000Z\",\"2009-04-20T00:00:00.000Z\",\"2009-04-21T00:00:00.000Z\",\"2009-04-22T00:00:00.000Z\",\"2009-04-23T00:00:00.000Z\",\"2009-04-24T00:00:00.000Z\",\"2009-04-25T00:00:00.000Z\",\"2009-04-26T00:00:00.000Z\",\"2009-04-27T00:00:00.000Z\",\"2009-04-28T00:00:00.000Z\",\"2009-04-29T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-01T00:00:00.000Z\",\"2009-05-02T00:00:00.000Z\",\"2009-05-03T00:00:00.000Z\",\"2009-05-04T00:00:00.000Z\",\"2009-05-05T00:00:00.000Z\",\"2009-05-06T00:00:00.000Z\",\"2009-05-07T00:00:00.000Z\",\"2009-05-08T00:00:00.000Z\",\"2009-05-09T00:00:00.000Z\",\"2009-05-10T00:00:00.000Z\",\"2009-05-11T00:00:00.000Z\",\"2009-05-12T00:00:00.000Z\",\"2009-05-13T00:00:00.000Z\",\"2009-05-14T00:00:00.000Z\",\"2009-05-15T00:00:00.000Z\",\"2009-05-16T00:00:00.000Z\",\"2009-05-17T00:00:00.000Z\",\"2009-05-18T00:00:00.000Z\",\"2009-05-19T00:00:00.000Z\",\"2009-05-20T00:00:00.000Z\",\"2009-05-21T00:00:00.000Z\",\"2009-05-22T00:00:00.000Z\",\"2009-05-23T00:00:00.000Z\",\"2009-05-24T00:00:00.000Z\",\"2009-05-25T00:00:00.000Z\",\"2009-05-26T00:00:00.000Z\",\"2009-05-27T00:00:00.000Z\",\"2009-05-28T00:00:00.000Z\",\"2009-05-29T00:00:00.000Z\",\"2009-05-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-01T00:00:00.000Z\",\"2009-06-02T00:00:00.000Z\",\"2009-06-03T00:00:00.000Z\",\"2009-06-04T00:00:00.000Z\",\"2009-06-05T00:00:00.000Z\",\"2009-06-06T00:00:00.000Z\",\"2009-06-07T00:00:00.000Z\",\"2009-06-08T00:00:00.000Z\",\"2009-06-09T00:00:00.000Z\",\"2009-06-10T00:00:00.000Z\",\"2009-06-11T00:00:00.000Z\",\"2009-06-12T00:00:00.000Z\",\"2009-06-13T00:00:00.000Z\",\"2009-06-14T00:00:00.000Z\",\"2009-06-15T00:00:00.000Z\",\"2009-06-16T00:00:00.000Z\",\"2009-06-17T00:00:00.000Z\",\"2009-06-18T00:00:00.000Z\",\"2009-06-19T00:00:00.000Z\",\"2009-06-20T00:00:00.000Z\",\"2009-06-21T00:00:00.000Z\",\"2009-06-22T00:00:00.000Z\",\"2009-06-23T00:00:00.000Z\",\"2009-06-24T00:00:00.000Z\",\"2009-06-25T00:00:00.000Z\",\"2009-06-26T00:00:00.000Z\",\"2009-06-27T00:00:00.000Z\",\"2009-06-28T00:00:00.000Z\",\"2009-06-29T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-01T00:00:00.000Z\",\"2009-07-02T00:00:00.000Z\",\"2009-07-03T00:00:00.000Z\",\"2009-07-04T00:00:00.000Z\",\"2009-07-05T00:00:00.000Z\",\"2009-07-06T00:00:00.000Z\",\"2009-07-07T00:00:00.000Z\",\"2009-07-08T00:00:00.000Z\",\"2009-07-09T00:00:00.000Z\",\"2009-07-10T00:00:00.000Z\",\"2009-07-11T00:00:00.000Z\",\"2009-07-12T00:00:00.000Z\",\"2009-07-13T00:00:00.000Z\",\"2009-07-14T00:00:00.000Z\",\"2009-07-15T00:00:00.000Z\",\"2009-07-16T00:00:00.000Z\",\"2009-07-17T00:00:00.000Z\",\"2009-07-18T00:00:00.000Z\",\"2009-07-19T00:00:00.000Z\",\"2009-07-20T00:00:00.000Z\",\"2009-07-21T00:00:00.000Z\",\"2009-07-22T00:00:00.000Z\",\"2009-07-23T00:00:00.000Z\",\"2009-07-24T00:00:00.000Z\",\"2009-07-25T00:00:00.000Z\",\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\"],[1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 89 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 3219 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 327 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 855 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.epf\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2006-02-28T00:00:00.000Z\",\"2006-03-31T00:00:00.000Z\",\"2006-04-30T00:00:00.000Z\",\"2006-05-31T00:00:00.000Z\",\"2006-06-30T00:00:00.000Z\",\"2006-07-31T00:00:00.000Z\",\"2006-08-31T00:00:00.000Z\",\"2006-09-30T00:00:00.000Z\",\"2006-10-31T00:00:00.000Z\",\"2006-11-30T00:00:00.000Z\",\"2006-12-31T00:00:00.000Z\",\"2007-01-31T00:00:00.000Z\",\"2007-02-28T00:00:00.000Z\",\"2007-03-31T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\"],[3,52,100,144,272,236,117,202,85,96,129,99,105,171,230,145,90,51,45,34,56,19,5,19,25,28,61,28,33,65,62,37,47,14,12,9,12,8,4,6,9,11,20,10,3,2,0,9,5,2,5,3,2,3,10,6,11,5,0,7,2,10,6,4,3,2,2,0,5,10,5,1,0,4,3,8,2,2,4,5,2,5,2,1,1,1,0,1,2,0,0,2,3,2,5,1,1,1,0,0,0,0,0,1,1,0,0,1,0,2,1,1,0,1,0,0,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,2,1,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,0,0,0,0,0,1,0,0,0,0,3,1,2,0,0,0,0,0,0,0,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 28 weeks.\n// jsData function gvisDataColumnChartID1f9d5ad492d8 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"1.0\", 964 ], [ \"1.2\", 525 ], [ \"unspecified\", 487 ], [ \"0.9\", 467 ], [ \"1.5\", 238 ], [ \"1.0.1\", 75 ], [ \"1.0.2\", 73 ], [ \"1.2.0.2\", 62 ], [ \"1.5.0.1\", 55 ], [ \"2.0\", 35 ], [ \"1.1\", 32 ], [ \"1.2.0.3\", 26 ], [ \"1.2.0.1\", 25 ], [ \"1.0.1.1\", 23 ], [ \"10.0\", 20 ], [ \"1.5.1.4\", 15 ], [ \"1.5.1.6\", 14 ], [ \"1.0.1.2\", 12 ], [ \"1.5.1.5\", 12 ], [ \"1.5.1\", 10 ], [ \"1.5.1.1\", 10 ], [ \"1.5.1.3\", 9 ], [ \"1.5.1.2\", 8 ], [ \"1.5.2\", 8 ], [ \"1.5 RC1\", 5 ], [ \"1.5.1.8\", 4 ], [ \"1.5.1.7\", 3 ], [ \"1.3\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f9d5ad492d8() { var data = gvisDataColumnChartID1f9d5ad492d8(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f9d5ad492d8') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 6 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1f9d22ac09a3 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Tool\", 2003 ], [ \"Content\", 997 ], [ \"EPFWiki\", 111 ], [ \"Documentation\", 49 ], [ \"Website\", 42 ], [ \"Content Translation\", 17 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1f9d22ac09a3() { var data = gvisDataColumnChartID1f9d22ac09a3(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1f9d22ac09a3') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 3231 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.epf\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2006-01-16T19:44:10.000Z\",\"2006-01-28T18:53:08.000Z\",\"2006-02-04T11:22:16.000Z\",\"2006-02-10T23:27:57.000Z\",\"2006-02-18T16:30:17.000Z\",\"2006-02-26T17:15:32.000Z\",\"2006-03-02T18:12:33.000Z\",\"2006-03-12T21:39:14.000Z\",\"2006-03-15T02:31:22.000Z\",\"2006-03-25T14:22:10.000Z\",\"2006-03-31T22:54:10.000Z\",\"2006-04-08T00:09:09.000Z\",\"2006-04-15T17:25:39.000Z\",\"2006-04-20T09:42:11.000Z\",\"2006-04-28T09:33:35.000Z\",\"2006-05-05T23:37:18.000Z\",\"2006-05-13T23:20:48.000Z\",\"2006-05-20T10:34:02.000Z\",\"2006-05-26T23:33:02.000Z\",\"2006-06-04T23:59:59.000Z\",\"2006-06-08T17:14:07.000Z\",\"2006-06-16T22:22:46.000Z\",\"2006-06-25T17:43:36.000Z\",\"2006-06-29T15:31:13.000Z\",\"2006-07-05T23:36:30.000Z\",\"2006-07-15T00:18:53.000Z\",\"2006-07-18T01:30:43.000Z\",\"2006-07-27T01:48:47.000Z\",\"2006-07-31T19:44:10.000Z\",\"2006-08-13T11:47:13.000Z\",\"2006-08-20T14:41:41.000Z\",\"2006-08-21T19:44:10.000Z\",\"2006-09-01T20:23:16.000Z\",\"2006-09-10T17:14:20.000Z\",\"2006-09-15T22:04:23.000Z\",\"2006-09-22T22:02:54.000Z\",\"2006-10-01T18:57:44.000Z\",\"2006-10-06T13:41:08.000Z\",\"2006-10-14T00:45:06.000Z\",\"2006-10-21T16:32:11.000Z\",\"2006-10-27T21:52:43.000Z\",\"2006-11-05T20:01:21.000Z\",\"2006-11-12T21:21:08.000Z\",\"2006-11-18T22:42:55.000Z\",\"2006-11-24T15:32:54.000Z\",\"2006-12-02T17:21:26.000Z\",\"2006-12-08T16:16:25.000Z\",\"2006-12-12T22:32:16.000Z\",\"2006-12-19T22:28:47.000Z\",\"2006-12-26T07:12:43.000Z\",\"2007-01-05T19:30:45.000Z\",\"2007-01-12T23:03:16.000Z\",\"2007-01-18T21:18:48.000Z\",\"2007-01-26T22:34:22.000Z\",\"2007-02-02T16:35:51.000Z\",\"2007-02-09T01:07:41.000Z\",\"2007-02-16T07:07:35.000Z\",\"2007-02-24T17:14:57.000Z\",\"2007-03-02T02:48:55.000Z\",\"2007-03-09T18:09:40.000Z\",\"2007-03-15T09:49:10.000Z\",\"2007-03-23T11:04:52.000Z\",\"2007-03-30T16:07:31.000Z\",\"2007-04-04T07:23:24.000Z\",\"2007-04-15T09:36:59.000Z\",\"2007-04-21T13:14:00.000Z\",\"2007-04-27T15:48:03.000Z\",\"2007-05-04T22:23:27.000Z\",\"2007-05-09T07:44:53.000Z\",\"2007-05-19T10:15:17.000Z\",\"2007-05-23T23:11:02.000Z\",\"2007-05-31T19:17:09.000Z\",\"2007-06-07T18:56:08.000Z\",\"2007-06-15T07:59:54.000Z\",\"2007-06-22T17:08:00.000Z\",\"2007-07-01T20:12:36.000Z\",\"2007-07-08T21:14:52.000Z\",\"2007-07-15T20:33:12.000Z\",\"2007-07-22T13:44:45.000Z\",\"2007-07-27T13:02:42.000Z\",\"2007-08-03T16:11:44.000Z\",\"2007-08-12T23:51:16.000Z\",\"2007-08-19T03:00:19.000Z\",\"2007-08-26T21:42:14.000Z\",\"2007-09-02T11:04:54.000Z\",\"2007-09-09T04:27:58.000Z\",\"2007-09-16T14:54:51.000Z\",\"2007-09-21T03:50:58.000Z\",\"2007-09-29T17:58:51.000Z\",\"2007-10-07T18:00:50.000Z\",\"2007-10-13T22:00:42.000Z\",\"2007-10-19T20:01:50.000Z\",\"2007-10-26T16:58:16.000Z\",\"2007-11-01T19:25:06.000Z\",\"2007-11-09T12:00:21.000Z\",\"2007-11-14T18:49:19.000Z\",\"2007-11-23T21:01:56.000Z\",\"2007-11-30T10:26:40.000Z\",\"2007-12-05T14:27:38.000Z\",\"2007-12-15T16:34:51.000Z\",\"2007-12-22T23:50:05.000Z\",\"2007-12-28T04:06:31.000Z\",\"2008-01-06T00:31:55.000Z\",\"2008-01-10T19:22:36.000Z\",\"2008-01-15T20:56:56.000Z\",\"2008-01-21T19:50:51.000Z\",\"2008-01-31T19:08:13.000Z\",\"2008-02-10T01:04:22.000Z\",\"2008-02-14T14:41:53.000Z\",\"2008-02-23T09:30:38.000Z\",\"2008-02-26T10:46:32.000Z\",\"2008-03-09T00:57:04.000Z\",\"2008-03-11T16:16:42.000Z\",\"2008-03-17T21:06:41.000Z\",\"2008-03-25T15:24:38.000Z\",\"2008-04-04T12:19:40.000Z\",\"2008-04-11T08:41:50.000Z\",\"2008-04-16T13:42:19.000Z\",\"2008-04-25T16:21:45.000Z\",\"2008-05-02T16:28:37.000Z\",\"2008-05-09T13:55:21.000Z\",\"2008-05-16T14:38:15.000Z\",\"2008-05-19T19:44:10.000Z\",\"2008-05-31T16:20:10.000Z\",\"2008-06-08T07:09:32.000Z\",\"2008-06-14T18:51:45.000Z\",\"2008-06-20T12:47:06.000Z\",\"2008-06-27T17:14:18.000Z\",\"2008-07-04T08:12:16.000Z\",\"2008-07-10T14:33:08.000Z\",\"2008-07-18T20:19:01.000Z\",\"2008-07-22T15:39:11.000Z\",\"2008-08-01T09:57:19.000Z\",\"2008-08-06T08:08:41.000Z\",\"2008-08-17T19:38:12.000Z\",\"2008-08-23T18:57:45.000Z\",\"2008-08-27T17:46:28.000Z\",\"2008-09-03T16:19:14.000Z\",\"2008-09-11T11:47:54.000Z\",\"2008-09-19T13:50:31.000Z\",\"2008-09-22T19:44:10.000Z\",\"2008-10-02T15:39:35.000Z\",\"2008-10-08T16:15:32.000Z\",\"2008-10-15T22:08:08.000Z\",\"2008-10-22T00:06:47.000Z\",\"2008-10-30T17:59:31.000Z\",\"2008-11-07T14:35:45.000Z\",\"2008-11-12T12:27:12.000Z\",\"2008-11-22T19:55:31.000Z\",\"2008-11-27T16:56:04.000Z\",\"2008-12-01T19:44:10.000Z\",\"2008-12-08T19:44:10.000Z\",\"2008-12-18T17:09:14.000Z\",\"2008-12-22T19:44:10.000Z\",\"2009-01-01T21:48:00.000Z\",\"2009-01-09T10:01:29.000Z\",\"2009-01-16T21:58:45.000Z\",\"2009-01-19T19:44:10.000Z\",\"2009-01-31T20:25:08.000Z\",\"2009-02-02T19:44:10.000Z\",\"2009-02-14T16:03:34.000Z\",\"2009-02-19T17:55:19.000Z\",\"2009-02-27T17:22:55.000Z\",\"2009-03-07T15:50:08.000Z\",\"2009-03-11T18:33:49.000Z\",\"2009-03-20T13:36:10.000Z\",\"2009-03-27T17:51:38.000Z\",\"2009-04-03T11:07:30.000Z\",\"2009-04-10T13:10:54.000Z\",\"2009-04-15T07:40:27.000Z\",\"2009-04-23T12:26:23.000Z\",\"2009-04-29T09:55:15.000Z\",\"2009-05-07T17:31:40.000Z\",\"2009-05-12T09:55:17.000Z\",\"2009-05-18T19:44:10.000Z\",\"2009-05-30T09:58:36.000Z\",\"2009-06-02T12:55:51.000Z\",\"2009-06-13T12:44:22.000Z\",\"2009-06-17T09:50:55.000Z\",\"2009-06-25T22:11:59.000Z\",\"2009-07-02T16:31:30.000Z\",\"2009-07-06T19:44:10.000Z\",\"2009-07-16T18:38:10.000Z\",\"2009-07-21T07:58:30.000Z\",\"2009-07-28T07:25:30.000Z\",\"2009-08-03T19:44:10.000Z\",\"2009-08-12T19:53:39.000Z\",\"2009-08-17T19:44:10.000Z\",\"2009-08-29T11:16:03.000Z\",\"2009-09-04T12:38:41.000Z\",\"2009-09-11T09:16:51.000Z\",\"2009-09-16T16:18:43.000Z\",\"2009-09-22T13:28:29.000Z\",\"2009-09-28T19:44:10.000Z\",\"2009-10-06T12:50:07.000Z\",\"2009-10-16T09:18:48.000Z\",\"2009-10-22T20:37:33.000Z\",\"2009-10-30T22:45:57.000Z\",\"2009-11-04T09:27:44.000Z\",\"2009-11-14T12:14:12.000Z\",\"2009-11-16T19:44:10.000Z\",\"2009-11-26T10:27:37.000Z\",\"2009-12-03T18:03:27.000Z\",\"2009-12-09T07:56:16.000Z\",\"2009-12-14T19:44:10.000Z\",\"2009-12-21T19:44:10.000Z\",\"2009-12-28T19:44:10.000Z\",\"2010-01-07T16:23:14.000Z\",\"2010-01-14T01:46:11.000Z\",\"2010-01-23T22:56:59.000Z\",\"2010-01-25T19:44:10.000Z\",\"2010-02-04T16:57:27.000Z\",\"2010-02-11T06:15:12.000Z\",\"2010-02-18T17:43:14.000Z\",\"2010-02-23T15:36:33.000Z\",\"2010-03-03T11:12:44.000Z\",\"2010-03-12T17:30:00.000Z\",\"2010-03-17T16:55:46.000Z\",\"2010-03-26T21:16:14.000Z\",\"2010-04-02T09:59:52.000Z\",\"2010-04-07T08:00:47.000Z\",\"2010-04-18T16:44:14.000Z\",\"2010-04-23T09:23:22.000Z\",\"2010-04-26T19:44:10.000Z\",\"2010-05-07T21:19:22.000Z\",\"2010-05-10T21:08:46.000Z\",\"2010-05-22T14:40:16.000Z\",\"2010-05-26T11:25:17.000Z\",\"2010-05-31T19:44:10.000Z\",\"2010-06-07T19:44:10.000Z\",\"2010-06-14T19:44:10.000Z\",\"2010-06-21T19:44:10.000Z\",\"2010-07-01T11:50:01.000Z\",\"2010-07-09T12:36:48.000Z\",\"2010-07-12T19:44:10.000Z\",\"2010-07-19T19:44:10.000Z\",\"2010-07-26T19:44:10.000Z\",\"2010-08-02T19:44:10.000Z\",\"2010-08-12T12:04:43.000Z\",\"2010-08-16T19:44:10.000Z\",\"2010-08-25T17:01:54.000Z\",\"2010-08-30T19:44:10.000Z\",\"2010-09-06T19:44:10.000Z\",\"2010-09-16T13:05:41.000Z\",\"2010-09-20T19:44:10.000Z\",\"2010-10-01T19:37:54.000Z\",\"2010-10-06T23:13:51.000Z\",\"2010-10-11T19:44:10.000Z\",\"2010-10-18T19:44:10.000Z\",\"2010-10-25T19:44:10.000Z\",\"2010-11-01T19:44:10.000Z\",\"2010-11-14T16:01:53.000Z\",\"2010-11-17T23:16:20.000Z\",\"2010-11-22T19:44:10.000Z\",\"2010-12-02T13:07:06.000Z\",\"2010-12-09T00:31:34.000Z\",\"2010-12-13T19:44:10.000Z\",\"2010-12-20T19:44:10.000Z\",\"2010-12-27T19:44:10.000Z\",\"2011-01-03T19:44:10.000Z\",\"2011-01-11T10:12:54.000Z\",\"2011-01-19T13:48:55.000Z\",\"2011-01-30T21:10:02.000Z\",\"2011-02-01T20:01:35.000Z\",\"2011-02-10T08:29:15.000Z\",\"2011-02-15T07:46:42.000Z\",\"2011-02-27T14:27:48.000Z\",\"2011-02-28T19:44:10.000Z\",\"2011-03-09T12:51:13.000Z\",\"2011-03-14T19:44:10.000Z\",\"2011-03-22T12:04:08.000Z\",\"2011-04-01T18:27:07.000Z\",\"2011-04-04T19:44:10.000Z\",\"2011-04-11T19:44:10.000Z\",\"2011-04-18T19:44:10.000Z\",\"2011-04-29T08:27:53.000Z\",\"2011-05-05T15:35:02.000Z\",\"2011-05-13T11:02:36.000Z\",\"2011-05-19T06:45:45.000Z\",\"2011-05-25T12:44:24.000Z\",\"2011-05-30T19:44:10.000Z\",\"2011-06-10T20:00:22.000Z\",\"2011-06-14T15:21:20.000Z\",\"2011-06-22T04:13:45.000Z\",\"2011-07-01T12:54:05.000Z\",\"2011-07-05T00:27:52.000Z\",\"2011-07-15T17:15:17.000Z\",\"2011-07-18T19:44:10.000Z\",\"2011-07-25T19:44:10.000Z\",\"2011-08-06T04:52:31.000Z\",\"2011-08-11T09:59:27.000Z\",\"2011-08-19T07:16:01.000Z\",\"2011-08-22T19:44:10.000Z\",\"2011-09-02T13:45:52.000Z\",\"2011-09-06T07:37:37.000Z\",\"2011-09-13T16:00:22.000Z\",\"2011-09-25T21:14:16.000Z\",\"2011-09-27T03:38:18.000Z\",\"2011-10-09T17:32:11.000Z\",\"2011-10-10T20:42:47.000Z\",\"2011-10-17T19:44:10.000Z\",\"2011-10-28T02:16:23.000Z\",\"2011-10-31T19:44:10.000Z\",\"2011-11-07T19:44:10.000Z\",\"2011-11-18T16:54:04.000Z\",\"2011-11-21T19:44:10.000Z\",\"2011-11-28T19:44:10.000Z\",\"2011-12-05T19:44:10.000Z\",\"2011-12-12T19:44:10.000Z\",\"2011-12-21T16:20:35.000Z\",\"2011-12-30T02:57:22.000Z\",\"2012-01-02T19:44:10.000Z\",\"2012-01-12T11:56:22.000Z\",\"2012-01-16T19:44:10.000Z\",\"2012-01-24T13:10:02.000Z\",\"2012-01-30T19:44:10.000Z\",\"2012-02-06T19:44:10.000Z\",\"2012-02-16T13:20:14.000Z\",\"2012-02-20T19:44:10.000Z\",\"2012-02-27T19:44:10.000Z\",\"2012-03-05T19:44:10.000Z\",\"2012-03-16T02:39:05.000Z\",\"2012-03-24T09:06:24.000Z\",\"2012-03-26T19:44:10.000Z\",\"2012-04-02T20:11:19.000Z\",\"2012-04-12T12:35:39.000Z\",\"2012-04-16T19:44:10.000Z\",\"2012-04-26T07:32:43.000Z\",\"2012-04-30T19:44:10.000Z\",\"2012-05-07T19:44:10.000Z\",\"2012-05-14T19:44:10.000Z\",\"2012-05-21T19:44:10.000Z\",\"2012-06-01T18:22:31.000Z\",\"2012-06-05T06:10:11.000Z\",\"2012-06-13T05:39:26.000Z\",\"2012-06-24T17:17:34.000Z\",\"2012-06-29T01:58:47.000Z\",\"2012-07-06T09:41:02.000Z\",\"2012-07-13T13:22:19.000Z\",\"2012-07-20T10:24:17.000Z\",\"2012-07-23T19:44:10.000Z\",\"2012-07-30T19:44:10.000Z\",\"2012-08-08T11:58:50.000Z\",\"2012-08-17T09:10:40.000Z\",\"2012-08-23T19:06:49.000Z\",\"2012-09-02T11:20:15.000Z\",\"2012-09-03T19:44:10.000Z\",\"2012-09-12T12:18:22.000Z\",\"2012-09-18T07:22:59.000Z\",\"2012-09-29T16:58:31.000Z\",\"2012-10-02T08:32:55.000Z\",\"2012-10-10T11:00:35.000Z\",\"2012-10-15T19:44:10.000Z\",\"2012-10-22T19:44:10.000Z\",\"2012-10-30T17:38:52.000Z\",\"2012-11-08T03:56:21.000Z\",\"2012-11-12T19:44:10.000Z\",\"2012-11-20T15:11:39.000Z\",\"2012-11-26T19:44:10.000Z\",\"2012-12-03T19:44:10.000Z\",\"2012-12-11T05:39:05.000Z\",\"2012-12-23T11:16:46.000Z\",\"2012-12-24T19:44:10.000Z\",\"2013-01-06T18:49:12.000Z\",\"2013-01-08T12:51:02.000Z\",\"2013-01-14T19:44:10.000Z\",\"2013-01-26T12:00:19.000Z\",\"2013-01-29T11:56:30.000Z\",\"2013-02-04T19:44:10.000Z\",\"2013-02-11T19:44:10.000Z\",\"2013-02-18T19:44:10.000Z\",\"2013-02-26T18:52:47.000Z\",\"2013-03-04T19:44:10.000Z\",\"2013-03-17T21:23:33.000Z\",\"2013-03-20T18:05:27.000Z\",\"2013-03-29T13:03:50.000Z\",\"2013-04-01T19:44:10.000Z\",\"2013-04-08T19:44:10.000Z\",\"2013-04-15T19:44:10.000Z\",\"2013-04-22T19:44:10.000Z\",\"2013-05-03T09:55:56.000Z\",\"2013-05-06T19:44:10.000Z\",\"2013-05-13T19:44:10.000Z\",\"2013-05-22T17:29:53.000Z\",\"2013-05-27T19:44:10.000Z\",\"2013-06-03T19:44:10.000Z\",\"2013-06-10T19:44:10.000Z\",\"2013-06-17T19:44:10.000Z\",\"2013-06-30T00:23:19.000Z\",\"2013-07-04T18:56:55.000Z\",\"2013-07-13T19:40:48.000Z\",\"2013-07-15T19:44:10.000Z\",\"2013-07-26T14:28:14.000Z\",\"2013-08-02T15:29:28.000Z\",\"2013-08-08T17:36:48.000Z\",\"2013-08-15T00:06:17.000Z\",\"2013-08-22T06:28:53.000Z\",\"2013-08-26T19:44:10.000Z\",\"2013-09-02T19:44:10.000Z\",\"2013-09-09T19:44:10.000Z\",\"2013-09-16T19:44:10.000Z\",\"2013-09-27T20:33:43.000Z\",\"2013-10-05T18:50:50.000Z\",\"2013-10-11T09:19:26.000Z\",\"2013-10-14T19:44:10.000Z\",\"2013-10-25T19:31:59.000Z\",\"2013-10-28T19:44:10.000Z\",\"2013-11-04T19:44:10.000Z\",\"2013-11-12T15:17:39.000Z\",\"2013-11-18T19:44:10.000Z\",\"2013-11-25T19:44:10.000Z\",\"2013-12-02T19:44:10.000Z\",\"2013-12-09T19:44:10.000Z\",\"2013-12-19T20:01:06.000Z\",\"2013-12-23T19:44:10.000Z\",\"2013-12-30T19:44:10.000Z\",\"2014-01-06T19:44:10.000Z\",\"2014-01-17T14:25:28.000Z\",\"2014-01-20T19:44:10.000Z\",\"2014-01-27T19:44:10.000Z\",\"2014-02-03T19:44:10.000Z\",\"2014-02-14T04:57:51.000Z\",\"2014-02-21T10:08:12.000Z\",\"2014-02-24T19:44:10.000Z\",\"2014-03-07T01:05:06.000Z\",\"2014-03-10T19:44:10.000Z\",\"2014-03-22T20:10:28.000Z\",\"2014-03-24T19:44:10.000Z\",\"2014-04-01T05:27:30.000Z\",\"2014-04-07T19:44:10.000Z\",\"2014-04-14T19:44:10.000Z\",\"2014-04-21T19:44:10.000Z\",\"2014-04-28T19:44:10.000Z\",\"2014-05-05T19:44:10.000Z\",\"2014-05-12T19:44:10.000Z\",\"2014-05-19T19:44:10.000Z\",\"2014-05-26T19:44:10.000Z\",\"2014-06-05T14:48:43.000Z\",\"2014-06-12T09:10:35.000Z\",\"2014-06-16T19:44:10.000Z\",\"2014-06-23T19:44:10.000Z\",\"2014-06-30T19:44:10.000Z\",\"2014-07-11T15:02:11.000Z\",\"2014-07-19T14:01:04.000Z\",\"2014-07-25T15:19:22.000Z\",\"2014-08-03T12:54:11.000Z\",\"2014-08-06T00:28:47.000Z\",\"2014-08-14T16:20:12.000Z\",\"2014-08-18T19:44:10.000Z\",\"2014-08-25T19:44:10.000Z\",\"2014-09-05T22:33:08.000Z\",\"2014-09-08T19:44:10.000Z\",\"2014-09-19T21:53:23.000Z\",\"2014-09-26T10:19:41.000Z\",\"2014-10-05T14:44:01.000Z\",\"2014-10-08T02:59:58.000Z\",\"2014-10-13T19:44:10.000Z\",\"2014-10-21T21:26:58.000Z\",\"2014-10-27T19:44:10.000Z\",\"2014-11-09T23:21:03.000Z\",\"2014-11-10T19:44:10.000Z\",\"2014-11-20T08:45:00.000Z\",\"2014-11-24T19:44:10.000Z\",\"2014-12-01T19:44:10.000Z\",\"2014-12-13T04:46:01.000Z\",\"2014-12-15T19:44:10.000Z\",\"2014-12-22T19:44:10.000Z\",\"2014-12-29T19:44:10.000Z\",\"2015-01-05T19:44:10.000Z\",\"2015-01-12T19:44:10.000Z\",\"2015-01-22T13:29:51.000Z\",\"2015-01-28T15:08:51.000Z\",\"2015-02-02T19:44:10.000Z\",\"2015-02-11T08:50:15.000Z\",\"2015-02-19T16:22:04.000Z\",\"2015-02-23T19:44:10.000Z\",\"2015-03-07T22:35:59.000Z\",\"2015-03-09T19:44:10.000Z\",\"2015-03-16T19:44:10.000Z\",\"2015-03-23T19:44:10.000Z\",\"2015-03-30T19:44:10.000Z\",\"2015-04-06T19:44:10.000Z\",\"2015-04-15T07:24:03.000Z\",\"2015-04-22T19:55:36.000Z\",\"2015-04-27T19:44:10.000Z\",\"2015-05-04T19:44:10.000Z\",\"2015-05-11T19:44:10.000Z\",\"2015-05-18T19:44:10.000Z\",\"2015-05-25T19:44:10.000Z\",\"2015-06-03T01:09:36.000Z\",\"2015-06-08T19:44:10.000Z\",\"2015-06-15T19:44:10.000Z\",\"2015-06-22T19:44:10.000Z\",\"2015-06-30T07:39:06.000Z\",\"2015-07-06T19:44:10.000Z\",\"2015-07-13T19:44:10.000Z\",\"2015-07-22T17:35:35.000Z\",\"2015-07-27T19:44:10.000Z\",\"2015-08-03T19:44:10.000Z\",\"2015-08-10T19:44:10.000Z\",\"2015-08-17T19:44:10.000Z\",\"2015-08-24T19:44:10.000Z\",\"2015-08-31T19:44:10.000Z\",\"2015-09-07T19:44:10.000Z\",\"2015-09-14T19:44:10.000Z\",\"2015-09-21T19:44:10.000Z\",\"2015-09-28T19:44:10.000Z\",\"2015-10-10T00:27:17.000Z\",\"2015-10-12T19:44:10.000Z\",\"2015-10-19T19:44:10.000Z\",\"2015-10-26T19:44:10.000Z\",\"2015-11-02T19:44:10.000Z\",\"2015-11-09T19:44:10.000Z\",\"2015-11-16T19:44:10.000Z\",\"2015-11-23T19:44:10.000Z\",\"2015-11-30T19:44:10.000Z\",\"2015-12-07T19:44:10.000Z\",\"2015-12-17T14:30:57.000Z\",\"2015-12-21T19:44:10.000Z\",\"2015-12-28T19:44:10.000Z\",\"2016-01-05T08:43:29.000Z\",\"2016-01-11T19:44:10.000Z\",\"2016-01-18T19:44:10.000Z\",\"2016-01-25T19:44:10.000Z\",\"2016-02-01T19:44:10.000Z\",\"2016-02-10T22:58:06.000Z\",\"2016-02-15T19:44:10.000Z\",\"2016-02-22T19:44:10.000Z\",\"2016-02-29T19:44:10.000Z\",\"2016-03-11T11:27:38.000Z\",\"2016-03-14T19:44:10.000Z\",\"2016-03-21T19:44:10.000Z\",\"2016-03-28T19:44:10.000Z\",\"2016-04-08T06:39:42.000Z\",\"2016-04-11T19:44:10.000Z\",\"2016-04-18T19:44:10.000Z\",\"2016-04-25T19:44:10.000Z\",\"2016-05-06T15:35:30.000Z\",\"2016-05-09T19:44:10.000Z\",\"2016-05-16T19:44:10.000Z\",\"2016-05-23T19:44:10.000Z\",\"2016-06-03T20:05:30.000Z\",\"2016-06-06T19:44:10.000Z\",\"2016-06-13T19:44:10.000Z\",\"2016-06-20T19:44:10.000Z\",\"2016-06-27T19:44:10.000Z\",\"2016-07-04T19:44:10.000Z\",\"2016-07-11T19:44:10.000Z\",\"2016-07-18T19:44:10.000Z\",\"2016-07-25T19:44:10.000Z\",\"2016-08-01T19:44:10.000Z\",\"2016-08-08T19:44:10.000Z\",\"2016-08-15T19:44:10.000Z\",\"2016-08-22T19:44:10.000Z\",\"2016-08-31T18:44:04.000Z\",\"2016-09-05T19:44:10.000Z\",\"2016-09-12T19:44:10.000Z\",\"2016-09-19T19:44:10.000Z\",\"2016-09-26T19:44:10.000Z\",\"2016-10-03T19:44:10.000Z\",\"2016-10-10T19:44:10.000Z\",\"2016-10-17T19:44:10.000Z\",\"2016-10-24T19:44:10.000Z\",\"2016-10-31T19:44:10.000Z\",\"2016-11-09T12:34:18.000Z\",\"2016-11-14T19:44:10.000Z\",\"2016-11-21T19:44:10.000Z\",\"2016-11-28T19:44:10.000Z\",\"2016-12-05T19:44:10.000Z\",\"2016-12-12T19:44:10.000Z\",\"2016-12-19T19:44:10.000Z\",\"2016-12-26T19:44:10.000Z\",\"2017-01-02T19:44:10.000Z\",\"2017-01-09T19:44:10.000Z\",\"2017-01-16T19:44:10.000Z\",\"2017-01-23T19:44:10.000Z\",\"2017-01-30T19:44:10.000Z\",\"2017-02-06T19:44:10.000Z\",\"2017-02-17T07:24:38.000Z\",\"2017-02-20T19:44:10.000Z\",\"2017-02-27T23:51:23.000Z\",\"2017-03-06T19:44:10.000Z\",\"2017-03-13T19:44:10.000Z\",\"2017-03-20T19:44:10.000Z\",\"2017-03-27T19:44:10.000Z\",\"2017-04-03T19:44:10.000Z\",\"2017-04-10T19:44:10.000Z\",\"2017-04-17T19:44:10.000Z\",\"2017-04-24T19:44:10.000Z\",\"2017-05-01T19:44:10.000Z\",\"2017-05-08T19:44:10.000Z\",\"2017-05-15T19:44:10.000Z\",\"2017-05-22T19:44:10.000Z\",\"2017-05-29T19:44:10.000Z\",\"2017-06-05T19:44:10.000Z\",\"2017-06-12T19:44:10.000Z\",\"2017-06-19T19:44:10.000Z\",\"2017-06-26T19:44:10.000Z\",\"2017-07-03T19:44:10.000Z\",\"2017-07-10T19:44:10.000Z\",\"2017-07-17T19:44:10.000Z\",\"2017-07-24T19:44:10.000Z\",\"2017-07-31T19:44:10.000Z\",\"2017-08-07T19:44:10.000Z\",\"2017-08-14T19:44:10.000Z\",\"2017-08-21T19:44:10.000Z\",\"2017-08-31T22:22:05.000Z\",\"2017-09-04T20:09:14.000Z\",\"2017-09-11T19:44:10.000Z\",\"2017-09-18T19:44:10.000Z\",\"2017-09-25T19:44:10.000Z\",\"2017-10-02T19:44:10.000Z\",\"2017-10-09T19:44:10.000Z\",\"2017-10-16T19:44:10.000Z\",\"2017-10-23T19:44:10.000Z\",\"2017-10-30T19:44:10.000Z\",\"2017-11-06T19:44:10.000Z\",\"2017-11-13T19:44:10.000Z\",\"2017-11-20T19:44:10.000Z\",\"2017-11-27T19:44:10.000Z\",\"2017-12-07T02:11:52.000Z\",\"2017-12-11T19:44:10.000Z\",\"2017-12-18T19:44:10.000Z\",\"2017-12-25T19:44:10.000Z\",\"2018-01-01T19:44:10.000Z\",\"2018-01-08T19:44:10.000Z\",\"2018-01-15T19:44:10.000Z\",\"2018-01-22T19:44:10.000Z\",\"2018-01-29T19:44:10.000Z\",\"2018-02-05T19:44:10.000Z\",\"2018-02-12T19:44:10.000Z\",\"2018-02-19T19:44:10.000Z\",\"2018-02-26T19:44:10.000Z\",\"2018-03-08T09:43:00.000Z\",\"2018-03-12T19:44:10.000Z\",\"2018-03-19T19:44:10.000Z\",\"2018-03-26T19:44:10.000Z\",\"2018-04-02T19:44:10.000Z\",\"2018-04-09T19:44:10.000Z\",\"2018-04-16T19:44:10.000Z\",\"2018-04-25T16:46:13.000Z\",\"2018-04-30T19:44:10.000Z\",\"2018-05-07T19:44:10.000Z\",\"2018-05-14T19:44:10.000Z\",\"2018-05-21T19:44:10.000Z\",\"2018-05-31T16:36:00.000Z\",\"2018-06-06T05:27:57.000Z\",\"2018-06-11T19:44:10.000Z\",\"2018-06-18T19:44:10.000Z\",\"2018-06-26T15:01:20.000Z\",\"2018-07-02T19:44:10.000Z\",\"2018-07-09T19:44:10.000Z\",\"2018-07-16T19:44:10.000Z\",\"2018-07-24T10:11:39.000Z\",\"2018-08-01T12:32:33.000Z\",\"2018-08-06T19:44:10.000Z\",\"2018-08-13T19:44:10.000Z\",\"2018-08-20T19:44:10.000Z\",\"2018-08-27T19:44:10.000Z\",\"2018-09-03T19:44:10.000Z\",\"2018-09-11T13:45:35.000Z\",\"2018-09-17T19:44:10.000Z\",\"2018-09-30T16:57:41.000Z\",\"2018-10-01T19:44:10.000Z\",\"2018-10-08T19:44:10.000Z\",\"2018-10-15T19:44:10.000Z\",\"2018-10-22T19:44:10.000Z\",\"2018-11-03T10:17:24.000Z\",\"2018-11-05T19:44:10.000Z\",\"2018-11-12T19:44:10.000Z\",\"2018-11-19T19:44:10.000Z\",\"2018-11-27T20:48:01.000Z\",\"2018-12-05T11:20:19.000Z\",\"2018-12-10T19:44:10.000Z\",\"2018-12-17T19:44:10.000Z\",\"2018-12-24T19:44:10.000Z\",\"2019-01-02T06:59:35.000Z\",\"2019-01-09T12:27:07.000Z\",\"2019-01-14T19:44:10.000Z\",\"2019-01-21T19:44:10.000Z\",\"2019-01-28T19:44:10.000Z\",\"2019-02-09T15:33:03.000Z\",\"2019-02-12T12:23:08.000Z\",\"2019-02-18T19:44:10.000Z\",\"2019-02-25T19:44:10.000Z\",\"2019-03-04T19:44:10.000Z\",\"2019-03-11T19:44:10.000Z\",\"2019-03-18T19:44:10.000Z\",\"2019-03-25T19:44:10.000Z\",\"2019-04-01T19:44:10.000Z\",\"2019-04-08T19:44:10.000Z\",\"2019-04-15T19:44:10.000Z\",\"2019-04-22T19:44:10.000Z\",\"2019-04-29T19:44:10.000Z\",\"2019-05-06T19:44:10.000Z\",\"2019-05-18T02:43:16.000Z\",\"2019-05-23T20:52:16.000Z\",\"2019-05-27T19:44:10.000Z\",\"2019-06-03T19:44:10.000Z\",\"2019-06-11T15:26:00.000Z\",\"2019-06-17T19:44:10.000Z\",\"2019-06-24T19:44:10.000Z\",\"2019-07-01T19:44:10.000Z\",\"2019-07-08T19:44:10.000Z\",\"2019-07-15T19:44:10.000Z\",\"2019-07-22T19:44:10.000Z\",\"2019-07-29T19:44:10.000Z\",\"2019-08-05T19:44:10.000Z\",\"2019-08-12T19:44:10.000Z\",\"2019-08-19T19:44:10.000Z\",\"2019-08-26T19:44:10.000Z\",\"2019-09-02T19:44:10.000Z\",\"2019-09-09T19:44:10.000Z\",\"2019-09-16T19:44:10.000Z\",\"2019-09-23T19:44:10.000Z\",\"2019-09-30T19:44:10.000Z\",\"2019-10-07T19:44:10.000Z\",\"2019-10-17T22:42:12.000Z\",\"2019-10-21T19:44:10.000Z\",\"2019-11-02T00:14:44.000Z\",\"2019-11-05T17:00:25.000Z\",\"2019-11-11T19:44:10.000Z\",\"2019-11-18T19:44:10.000Z\",\"2019-11-25T19:44:10.000Z\",\"2019-12-06T17:20:48.000Z\",\"2019-12-10T13:04:52.000Z\",\"2019-12-16T19:44:10.000Z\",\"2019-12-23T19:44:10.000Z\",\"2019-12-30T19:44:10.000Z\",\"2020-01-06T19:44:10.000Z\",\"2020-01-13T19:44:10.000Z\",\"2020-01-20T19:44:10.000Z\",\"2020-01-27T19:44:10.000Z\",\"2020-02-03T19:44:10.000Z\",\"2020-02-10T19:44:10.000Z\",\"2020-02-17T19:44:10.000Z\",\"2020-02-24T19:44:10.000Z\",\"2020-03-02T19:44:10.000Z\",\"2020-03-09T19:44:10.000Z\",\"2020-03-16T19:44:10.000Z\",\"2020-03-23T19:44:10.000Z\",\"2020-03-30T19:44:10.000Z\",\"2020-04-06T19:44:10.000Z\",\"2020-04-13T19:44:10.000Z\",\"2020-04-20T19:44:10.000Z\",\"2020-04-27T19:44:10.000Z\",\"2020-05-04T19:44:10.000Z\",\"2020-05-11T19:44:10.000Z\",\"2020-05-18T19:44:10.000Z\",\"2020-05-25T19:44:10.000Z\",\"2020-06-01T19:44:10.000Z\",\"2020-06-08T19:44:10.000Z\",\"2020-06-15T19:44:10.000Z\",\"2020-06-22T19:44:10.000Z\",\"2020-06-29T19:44:10.000Z\",\"2020-07-06T19:44:10.000Z\",\"2020-07-13T19:44:10.000Z\",\"2020-07-23T20:47:57.000Z\",\"2020-07-27T19:44:10.000Z\",\"2020-08-03T19:44:10.000Z\",\"2020-08-10T19:44:10.000Z\",\"2020-08-17T19:44:10.000Z\",\"2020-08-24T19:44:10.000Z\",\"2020-08-31T19:44:10.000Z\",\"2020-09-07T19:44:10.000Z\",\"2020-09-16T04:00:31.000Z\"],[1,7,11,7,29,13,17,17,9,3,7,5,33,13,15,13,17,3,3,39,9,13,25,9,5,3,5,17,1,7,5,3,19,9,21,23,23,27,19,13,21,17,55,27,27,35,17,7,9,3,5,35,13,31,37,17,25,15,11,13,9,13,17,3,15,11,9,13,23,23,13,15,5,3,13,33,25,31,47,15,21,71,35,19,37,77,23,23,49,77,81,45,15,13,27,23,11,7,9,19,9,3,5,15,5,3,45,15,19,13,5,17,5,3,3,15,15,11,41,29,7,9,3,7,9,17,31,19,15,11,17,13,7,7,21,19,11,11,25,13,1,11,7,7,13,5,11,13,13,13,3,1,7,1,5,5,7,3,17,1,7,9,7,17,7,21,13,7,3,3,9,5,7,3,1,3,3,7,3,11,3,1,3,5,3,1,3,1,5,9,3,7,5,1,3,3,5,7,9,13,1,3,5,5,1,1,1,5,7,17,1,3,15,5,3,13,5,5,5,5,3,5,7,1,5,5,5,3,1,1,1,1,3,5,1,1,1,1,5,1,3,1,1,3,1,2,8,1,3,2,1,4,3,1,2,2,1,1,1,1,2,3,3,2,3,2,7,1,2,1,2,3,1,1,2,4,3,2,2,2,1,3,8,3,4,2,3,2,1,2,2,2,1,2,3,3,3,2,3,3,5,2,1,1,2,1,1,1,1,3,2,1,6,1,4,1,1,5,1,1,1,2,5,1,2,11,1,6,2,1,1,2,5,2,3,2,2,11,4,4,2,1,3,8,3,9,1,4,5,2,3,2,1,1,4,2,1,3,1,1,4,4,1,17,4,1,2,2,1,4,1,2,1,4,6,4,1,1,1,1,3,1,1,2,1,1,1,1,5,3,5,1,2,5,5,3,2,1,1,1,1,2,7,2,2,2,2,1,8,1,1,1,1,4,1,1,1,4,1,1,2,2,2,1,2,1,5,1,2,1,1,1,1,1,1,1,1,2,5,1,1,1,2,3,3,3,2,3,1,1,5,1,10,4,6,3,2,4,2,2,1,2,1,1,3,1,1,1,1,1,2,2,1,2,4,1,5,1,1,1,1,1,3,8,1,1,1,1,1,2,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,6,2,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,2,1,1,1,2,4,1,1,3,1,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,2,1,2,3,1,1,2,1,1,1,3,2,1,1,1,1,1,2,1,2,1,1,1,1,2,1,1,1,3,2,2,1,1,2,2,1,1,1,4,2,1,1,1,1,1,1,1,1,1,1,1,1,4,4,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,5,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.epf forum.    ID   Subject   Post date   Post author     1832307   Generate static HTML and host on GitHub Pages?   2020-09-16 04:00:31   230115     1830352   Re: Where are the project downloads?   2020-07-23 20:47:57   229654     1818224   Re: SAFe in Composer format   2019-12-10 13:04:52   205578     1818129   SAFe in Composer format   2019-12-06 17:20:48   215631     1816728   Re: EPF Composer Resources   2019-11-05 17:00:25   205578     1816727   Re: Composer is down again   2019-11-05 16:57:10   205578     1816690   Re: Composer is down again   2019-11-05 06:22:57   215631     1816678   Re: Composer is down again   2019-11-04 20:00:45   205578     1816634   Composer is down again   2019-11-02 00:14:44   215631     1816042   Re: EPF Composer Resources   2019-10-17 22:42:12   215631    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 1186 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.epf forum.    ID   Subject   Last post date   Last post author   Replies   Views     1105215   Generate static HTML and host on GitHub Pages?   2020-09-16 04:00:31   1832307   0   1974     1101617   SAFe in Composer format   2019-12-10 13:04:52   1818224   1   6168     1101173   Composer is down again   2019-11-05 16:57:10   1816727   3   1260     1099034   EPF Composer in AMASS Platform   2019-11-05 17:00:25   1816728   3   36722     1098887   Where are the project downloads?   2020-07-23 20:47:57   1830352   5   6211     1097487   Current EPF Composer Usage   2019-02-12 12:23:08   1802593   3   1903     1096871   Knowing the effected files when a task/Capability pattern is modified in EPF Composer   2019-01-09 12:27:07   1800889   1   2237     1096576   Inheriting glossaries using variability in customs categories   2018-12-10 18:13:50   1799594   0   2041     1096501   Can models be collaboratively developed with EPF Composer using git repositories?   2018-12-05 11:20:19   1799345   0   1857     1096386   How can I import modeled content into EPF Composer?   2018-11-27 20:48:01   1798950   0   2264      PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.epf .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=EPF   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=EPF   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/epf-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/epf/general/developers\\_documentation.php   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/epf/downloads/downloads.php   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://www.eclipse.org/forums/eclipse.technology.epf   OK. Forum \\[eclipse.technology.epf\\] correctly defined.\\\\OK: Forum \\[eclipse.technology.epf\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/epf/general/getting\\_started.php   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/epf/plan/epf\\_1-5-1-8\\_project\\_plan.xml   OK: Plan URL could be successfully fetched.    ","href":"/projects/technology.epf/datasets_report/","title":"technology.epf"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.jgit\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.jgit.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 2427 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.jgit\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\"],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,2,2,6,9,0,4,2,6,1,3,0,0,1,1,0,1,0,0,0,3,0,0,0,0,1,0,0,0,1,0,0,1,5,0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,4,0,0,0,0,1,0,2,2,8,2,0,0,3,0,3,0,3,0,2,1,0,0,0,1,1,8,1,1,0,1,2,0,0,0,1,7,3,1,0,0,0,1,9,5,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,7,2,1,0,0,0,0,0,4,1,2,2,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,1,1,1,1,8,1,0,0,1,0,0,1,0,0,5,2,0,0,1,1,0,0,1,0,0,1,1,0,0,3,0,3,2,1,4,0,0,4,1,0,0,0,1,0,0,1,6,0,0,0,0,3,1,1,1,0,2,1,0,0,1,1,9,10,2,2,0,2,5,0,0,6,5,16,3,11,4,14,7,4,7,9,7,3,0,1,8,3,15,6,0,4,2,1,2,4,0,0,0,5,3,5,0,1,0,2,2,13,3,5,2,1,3,3,4,1,1,0,1,1,1,0,4,0,0,2,3,1,0,9,8,0,0,9,9,6,6,2,1,1,4,10,18,6,3,2,0,6,1,6,5,0,3,0,1,1,7,0,5,0,1,0,9,2,1,4,2,0,0,1,0,0,0,0,0,1,0,7,4,3,1,4,4,1,2,6,1,0,1,2,2,1,0,0,3,0,1,2,2,4,8,5,0,0,4,3,1,11,1,3,2,2,8,8,6,1,0,3,0,0,0,3,0,0,3,0,1,3,2,0,0,1,2,4,1,12,2,0,6,5,12,8,3,0,0,8,1,2,4,3,0,1,4,1,3,0,0,0,0,0,5,0,6,4,1,3,2,1,1,1,2,0,0,3,0,7,0,2,0,0,1,1,2,0,2,1,1,0,4,10,1,7,0,3,7,2,4,1,1,0,10,2,4,4,0,2,1,1,3,5,2,2,2,5,2,1,2,4,3,1,1,0,3,6,3,3,3,2,0,11,3,8,4,2,0,0,15,4,4,7,9,0,0,3,3,1,2,2,0,3,3,2,3,0,0,3,1,2,0,4,0,1,2,0,0,2,0,1,0,1,0,0,1,0,1,0,0,0,1,2,1,0,2,0,1,6,1,2,5,1,0,0,2,2,0,0,5,0,1,2,1,3,8,3,0,1,4,3,1,0,7,0,3,2,1,2,1,0,0,3,0,1,5,4,3,0,1,0,1,0,0,0,0,3,1,0,0,0,3,0,0,0,0,6,1,1,1,0,1,1,4,1,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,4,0,0,0,0,0,2,0,0,1,1,0,3,1,0,0,0,0,1,1,5,3,1,0,0,0,1,0,4,1,0,2,0,0,1,1,3,0,2,4,1,2,2,4,1,0,0,0,1,3,3,1,0,2,0,0,0,0,0,2,0,0,2,1,2,0,0,0,0,0,1,0,1,1,4,0,0,0,0,1,0,1,1,0,3,1,0,1,1,0,2,3,2,1,0,1,2,0,0,6,3,1,0,1,3,0,4,0,0,0,0,0,5,4,0,0,0,0,4,3,0,0,1,1,2,4,0,4,3,0,0,0,5,2,5,3,0,0,1,2,2,3,1,1,1,3,0,0,2,0,0,0,0,2,0,0,1,0,0,6,3,1,0,0,1,1,6,0,0,1,0,1,4,3,1,0,0,1,0,1,2,0,2,0,1,0,0,0,0,0,1,0,0,0,0,1,3,0,0,0,2,2,2,4,0,0,0,0,0,2,2,1,0,0,1,5,0,4,0,7,1,0,3,2,5,1,9,2,0,3,2,1,4,0,0,1,0,3,1,2,2,0,1,2,3,1,0,0,1,1,4,1,0,2,0,0,0,0,0,0,0,2,0,0,4,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1,1,1,1,1,1,8,2,2,0,0,0,0,2,0,3,2,2,3,4,3,0,0,2,0,0,0,4,0,0,0,4,2,5,7,6,1,0,0,2,4,5,4,6,0,0,1,0,2,0,0,1,0,2,1,2,1,0,0,0,0,0,1,0,0,0,1,1,1,0,1,2,0,1,2,1,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,3,0,0,2,2,1,0,0,0,2,0,2,0,2,1,2,3,1,0,3,0,0,0,1,1,2,2,0,0,1,2,0,2,0,2,0,0,2,1,1,1,2,2,4,0,1,3,2,4,4,1,7,3,1,1,4,0,1,1,0,0,1,2,0,0,2,3,1,0,1,0,0,2,0,0,1,3,0,1,2,0,1,1,0,1,0,0,3,3,2,0,2,1,1,2,0,0,0,1,0,0,3,0,1,2,0,3,0,1,0,0,0,0,0,2,3,0,2,0,2,0,1,0,5,2,0,1,2,0,0,1,0,2,1,1,3,0,0,0,1,2,0,1,0,0,1,0,4,0,0,2,1,3,0,1,2,1,0,0,0,6,4,3,1,0,0,4,0,3,1,1,1,0,3,2,1,0,0,0,2,1,4,1,3,0,0,2,0,2,0,2,0,0,0,1,7,1,1,0,0,2,1,3,3,1,2,0,2,0,0,1,1,0,1,3,0,5,2,5,3,0,1,1,1,4,4,0,1,2,6,1,1,3,1,2,1,2,0,2,2,2,1,0,1,1,10,5,1,2,2,3,6,8,3,1,1,2,3,1,4,2,0,0,2,0,0,2,3,7,0,0,3,3,1,6,1,2,4,0,3,2,1,0,0,0,1,0,1,0,2,2,0,1,1,4,2,4,1,3,3,5,0,2,5,0,0,3,0,2,2,0,1,1,0,0,2,2,0,5,0,4,1,1,4,1,0,2,0,0,0,2,0,2,0,0,0,2,2,0,0,4,0,8,1,0,0,0,1,0,2,2,1,1,2,0,0,0,3,1,0,0,0,1,0,0,0,0,2,3,0,2,1,0,1,0,2,0,0,0,1,0,1,0,0,0,0,0,0,0,2,1,1,0,2,0,0,0,0,4,0,0,0,0,0,0,2,0,0,0,1,3,0,0,1,0,0,0,0,3,1,0,3,0,0,0,0,1,2,0,0,0,2,2,3,5,1,0,0,0,0,1,0,0,0,1,1,2,0,1,0,0,0,0,0,2,0,13,1,0,0,3,2,0,2,5,0,2,2,4,0,1,0,0,2,1,0,4,0,0,0,0,0,2,3,2,0,1,1,2,0,1,1,0,0,1,3,0,0,0,0,1,0,1,3,0,1,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,2,3,0,0,0,0,2,0,7,1,1,1,1,0,3,1,0,1,1,0,0,0,1,3,2,1,0,1,0,1,1,1,0,0,0,1,2,0,0,3,0,0,0,4,1,2,0,0,0,8,1,1,0,6,1,1,1,2,4,0,1,3,2,0,2,12,4,2,1,0,1,0,0,0,1,0,0,6,2,3,2,1,4,3,0,0,0,5,1,0,0,0,0,0,0,1,0,2,0,0,1,5,3,0,7,0,0,0,2,3,4,3,0,0,0,1,2,2,0,5,0,2,2,0,0,1,0,1,0,1,3,0,1,2,0,7,1,1,0,2,1,1,3,0,2,0,0,1,0,3,4,2,0,0,1,2,2,3,0,0,5,0,0,1,1,2,0,0,0,0,0,1,0,6,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,12,1,0,1,2,0,0,0,1,1,2,0,1,1,1,6,0,1,1,2,0,2,0,2,5,1,0,1,1,4,0,4,0,2,3,1,0,1,0,0,0,0,0,2,0,3,0,0,2,0,0,2,0,0,2,1,0,1,0,0,0,0,0,0,3,0,0,0,0,2,1,1,6,2,0,0,1,0,0,0,0,0,0,1,0,0,3,0,0,1,4,0,0,0,4,0,1,0,1,1,0,0,0,0,0,0,0,1,3,1,0,2,1,3,4,2,3,1,1,2,4,1,0,0,0,0,1,0,1,1,0,3,6,13,2,0,1,1,3,2,0,0,2,1,2,0,0,2,4,3,2,0,1,1,0,1,2,0,0,0,3,2,1,0,0,0,1,0,0,0,0,0,1,1,0,1,1,0,0,0,1,0,2,1,1,0,0,0,0,0,6,0,0,0,1,6,3,0,1,1,0,0,1,1,1,0,1,0,0,1,2,0,0,0,0,1,1,0,0,0,0,0,0,3,1,1,1,4,1,0,0,0,1,0,0,0,0,2,8,5,7,2,0,0,1,3,5,1,0,0,0,1,0,2,0,0,1,0,0,1,21,12,12,0,0,0,1,0,1,6,7,1,0,1,1,1,0,0,0,0,0,3,3,13,1,2,0,0,0,2,0,0,0,4,2,2,0,4,3,5,0,1,0,1,5,0,0,2,11,2,2,1,0,2,6,2,3,2,5,0,0,2,7,2,4,3,0,0,2,9,12,0,2,0,0,6,2,4,4,0,1,0,0,0,3,0,0,0,1,1,6,4,1,1,0,0,1,4,0,2,2,1,1,7,1,3,6,3,0,1,1,0,0,1,3,0,1,0,1,0,0,0,1,1,2,0,0,0,0,0,1,0,1,0,3,2,0,4,0,1,3,0,1,0,0,0,1,1,0,1,0,0,2,0,1,1,1,0,0,0,1,2,1,0,0,0,3,0,3,1,3,0,0,2,1,1,1,2,2,0,4,0,2,4,1,0,0,1,1,0,2,1,2,0,0,1,1,0,0,0,1,1,2,4,3,0,1,0,0,2,7,3,1,2,1,0,6,9,1,0,3,0,7,5,7,3,2,0,4,1,3,2,3,4,0,0,0,2,2,0,5,8,1,1,1,3,1,4,0,0,1,2,1,0,0,0,0,2,5,3,0,2,0,0,2,1,0,5,0,0,0,8,5,4,2,5,3,5,0,0,5,0,0,4,1,1,3,4,12,5,0,0,2,7,6,14,8,2,1,8,2,1,0,0,0,0,0,5,3,1,19,0,0,0,0,0,0,22,0,2,20,1,1,3,0,0,0,0,0,0,2,1,0,0,0,2,0,0,1,0,0,1,0,0,0,3,0,0,0,0,0,0,5,0,0,0,1,1,0,1,0,0,0,1,0,0,0,0,0,2,2,0,5,3,0,0,0,2,4,0,1,1,0,0,2,2,1,0,0,0,2,0,1,1,4,0,0,2,4,6,2,2,1,0,1,0,1,0,0,0,0,0,0,2,5,2,2,0,1,1,4,0,0,0,0,1,3,7,3,4,0,0,0,2,0,0,1,0,0,0,0,2,0,2,0,2,0,1,0,1,0,1,3,2,0,1,1,0,0,2,4,12,0,2,0,0,1,0,0,1,6,4,0,0,0,1,1,3,5,0,0,1,1,0,3,3,0,0,1,2,4,1,1,1,1,6,3,0,0,2,1,0,1,0,1,1,4,0,1,2,1,4,1,5,0,0,5,1,0,0,1,1,1,0,0,0,0,0,1,0,1,0,2,0,0,0,0,1,1,10,4,1,1,1,2,1,0,0,1,1,0,0,0,0,0,1,0,1,1,3,1,2,2,0,0,2,5,4,1,0,1,0,3,0,4,0,0,0,0,1,0,0,0,3,0,1,1,1,2,0,1,2,6,8,1,2,0,1,0,0,0,3,4,3,0,0,0,0,0,0,1,0,0,0,0,1,0,2,1,0,0,0,1,0,0,0,0,10,2,1,0,0,0,4,0,1,2,3,5,1,0,0,0,3,1,0,1,0,0,0,1,0,0,4,2,1,2,0,0,2,4,1,2,3,5,1,5,8,2,1,1,1,1,1,0,0,0,2,1,4,3,9,0,0,4,0,3,4,0,2,1,7,1,1,1,2,2,3,0,1,0,0,0,1,0,0,3,0,4,1,0,0,1,1,1,0,0,4,1,4,1,3,2,3,3,1,0,2,1,3,4,2,2,0,3,5,4,2,1,3,0,1,0,1,3,0,0,1,0,0,1,1,1,0,1,0,0,0,0,2,0,0,0,1,0,0,0,0,1,0,5,1,0,4,0,0,0,2,1,3,0,0,4,0,1,0,0,0,1,0,1,0,1,0,0,1,0,0,2,2,1,2,3,2,1,1,1,3,0,0,0,2,4,0,0,0,0,0,1,1,0,0,0,0,1,4,8,2,7,0,1,0,0,5,3,1,1,1,7,0,13,1,4,2,0,4,3,1,2,2,0,0,0,6,2,0,0,1,1,1,1,1,3,2,4,1,4,1,1,3,0,1,0,0,2,1,1,5,3,2,0,8,6,6,3,2,1,2,5,2,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,4,1,0,0,2,0,0,1,2,2,1,0,3,1,0,0,0,2,1,1,1,0,0,2,3,2,1,1,0,0,0,1,5,3,1,1,0,0,2,2,1,2,2,0,1,5,2,2,1,3,0,3,0,5,0,4,0,0,1,1,1,0,3,0,5,0,4,8,10,2,2,2,1,0,9,4,4,6,11,29,12,3,9,1,1,0,0,1,1,0,0,2,3,0,0,2,1,2,0,0,2,1,3,2,1,0,0,1,1,1,4,1,0,0,1,0,2,0,0,1,0,0,9,0,2,2,0,2,2,3,0,0,1,0,2,1,0,6,0,0,2,2,4,0,2,5,4,1,6,4,5,3,2,6,1,2,29,32,5,6,18,0,0,1,17,14,7,0,0,1,5,4,0,0,1,2,0,2,2,0,1,0,0,0,0,0,0,0,3,0,0,0,0,3,4,0,0,0,1,0,1,1,1,0,0,2,5,3,3,4,0,0,3,0,5,1,1,0,0,0,0,0,0,1,0,1,4,3,4,0,4,0,0,1,6,5,1,0,0,0,1,2,7,0,1,0,1,0,2,1,1,6,1,1,1,3,4,0,2,0,0,1,0,1,6,1,0,0,1,2,2,0,0,0,0,1,1,0,0,0,2,1,0,3,0,2,0,0,0,1,2,1,1,1,1,0,1,4,0,3,0,0,1,0,6,0,0,0,3,0,1,1,1,1,1,0,2,2,1,3,2,1,3,7,0,2,1,10,8,2,7,2,6,8,3,3,1,0,2,4,3,1,0,1,8,3,3,3,1,3,3,1,6,12,0,0,2,2,2,1,10,2,2,0,13,3,6,4,1,10,6,6,3,5,8,4,3,2,1,0,3,6,4,3,7,4,2,0,0,1,0,1,3,2,4,3,1,4,1,0,0,3,2,2,4,2,0,3,1,0,2,1,2,1,0,2,2,3,1,0,0,3,0,0,6,0,1,0,5,3,0,3,2,1,3,0,1,0,0,1,0,3,0,1,9,7,3,4,2,1,12,3,5,7,1,2,0,1,1,0,1,1,3,0,2,0,1,2,1,2,0,2,2,6,7,1,0,50,31,4,1,1,2,0,2,0,1,1,0,0,0,0,1,0,0,0,0,0,0,3,0,1,0,2,0,1,3,1,0,0,1,3,5,1,2,0,0,2,0,3,5,5,8,0,3,2,2,0,6,8,1,3,1,0,6,0,2,2,2,0,0,3,2,4,1,0,1,2,0,3,3,2,1,8,0,2,2,1,2,2,0,2,2,5,0,3,1,2,1,5,2,0,0,0,2,1,0,1,0,1,0,0,3,1,2,6,3,0,0,0,2,1,2,2,0,1,0,3,5,7,4,0,2,4,0,0,1,4,3,0,8,2,2,4,0,5,11,1,2,2,13,2,2,4,13,2,10,1,4,7,2,0,0,1,2,0,0,0,0,0,2,1,2,0,1,0,4,2,4,2,4,2,0,2,4,2,4,3,1,2,0,3,3,1,1,0,0,2,2,2,1,0,1,2,2,4,2,10,9,8,4,7,2,3,3,4,0,0,2,2,8,4,6,1,5,2,0,3,4,1,1,0,1,9,2,4,3,3,7,1,1,3,1,1,0,0,0,0,2,1,1,1,0,4,1,1,1,1,0,0,0,3,4,1,3,0,1,5,1,3,0,4,1,2,2,2,1,2,2,0,1,6,5,0,1,4,2,0,1,2,0,0,0,1,1,3,2,1,0,11,1,0,0,4,3,6,0,3,6,1,3,1,0,0,0,0,3,7,2,2,0,1,0,1,1,4,8,0,0,0,2,1,3,0,3,5,0,2,1,2,1,1,0,1,0,1,3,0,0,0,0,0,1,0,1,2,8,1,0,0,0,2,1,0,1,1,1,3,2,0,0,0,1,4,1,0,2,0,1,4,0,6,1,1,1,1,1,2,0,0,0,0,0,1,7,2,3,3,0,0,2,1,6,0,0,1,2,1,3,3,5,1,0,0,2,0,1,2,0,0,0,4,1,5,3,2,0,0,0,2,1,0,2,0,0,1,1,4,0,0,1,1,0,0,0,3,0,4,0,1,2,0,0,0,0,0,0,3,0,1,2,0,0,1,0,4,4,2,0,2,5,1,2,1,1,0,1,3,0,4,3,0,0,0,1,0,1,0,0,0,2,1,1,2,0,4,0,0,0,3,1,1,2,0,2,0,0,1,6,4,0,0,0,6,2,0,0,0,4,0,0,2,3,1,1,1,1,2,0,1,3,1,0,0,0,0,0,1,1,0,0,0,1,0,0,1,0,0,2,0,0,1,0,2,0,1,0,0,0,2,1,0,1,0,2,0,1,2,1,1,0,1,0,1,0,1,0,6,0,1,1,0,1,0,0,2,0,1,0,0,2,1,3,0,0,3,5,0,1,1,0,3,0,1,4,1,1,1,0,1,0,0,1,0,0,0,0,1,0,0,3,0,1,0,0,0,0,2,3,0,0,2,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,0,1,0,2,2,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,5,1,0,0,2,0,5,4,3,3,6,5,1,8,5,15,4,0,1,4,0,0,0,1,0,0,4,0,3,0,0,0,0,1,0,9,0,1,1,2,1,2,0,0,0,5,1,0,1,2,1,0,0,1,2,0,0,1,0,1,1,0,0,1,2,1,2,4,1,1,0,4,1,0,0,0,3,2,1,0,3,0,3,0,4,0,1,0,0,1,0,2,1,2,0,1,4,2,0,1,0,0,3,0,1,3,0,0,2,0,4,1,2,0,1,0,0,0,0,1,4,6,0,1,0,1,0,3,2,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 113072 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 1475 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 485 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 1128 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.jgit\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\"],[0,11,5,3,16,11,16,10,15,16,16,14,9,10,13,7,13,18,17,13,25,12,12,13,15,9,5,11,19,12,15,13,12,6,3,8,12,14,13,10,6,8,11,12,8,7,14,4,6,19,11,9,14,11,10,3,15,11,20,12,12,8,14,9,16,10,11,12,8,18,11,17,14,12,11,13,11,9,19,8,6,8,11,13,7,4,12,8,8,3,12,6,6,7,9,11,6,7,6,10,11,8,7,6,14,12,10,14,8,7,15,5,10,14,14,9,15,16,11,18,6,10,14,2,9,12,13,8,15,13,10,10,3,4,4,5,6,6,10,4]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 72 weeks.\n// jsData function gvisDataColumnChartID1fc42f6396a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 474 ], [ \"4.2\", 38 ], [ \"4.8\", 32 ], [ \"5.4\", 32 ], [ \"0.11\", 31 ], [ \"2.0\", 31 ], [ \"2.2\", 31 ], [ \"4.1\", 31 ], [ \"5.3\", 31 ], [ \"5.6\", 31 ], [ \"3.7\", 30 ], [ \"4.0\", 28 ], [ \"0.10.0\", 26 ], [ \"1.1\", 25 ], [ \"0.9.0\", 24 ], [ \"3.2\", 24 ], [ \"3.0\", 23 ], [ \"3.6\", 23 ], [ \"5.8\", 22 ], [ \"5.7\", 21 ], [ \"2.3\", 20 ], [ \"3.1\", 20 ], [ \"5.2\", 20 ], [ \"1.3\", 19 ], [ \"3.4\", 19 ], [ \"3.5\", 19 ], [ \"4.6\", 18 ], [ \"4.9\", 18 ], [ \"1.0\", 17 ], [ \"3.3\", 17 ], [ \"4.4\", 17 ], [ \"5.1\", 17 ], [ \"2.1\", 16 ], [ \"4.7\", 16 ], [ \"0.12\", 15 ], [ \"3.4.1\", 15 ], [ \"4.10\", 14 ], [ \"4.5\", 14 ], [ \"1.2\", 13 ], [ \"4.11\", 13 ], [ \"5.10\", 13 ], [ \"5.5\", 13 ], [ \"4.3\", 12 ], [ \"0.7.1\", 10 ], [ \"2.4\", 7 ], [ \"4.1.1\", 7 ], [ \"5.0\", 7 ], [ \"5.11\", 6 ], [ \"5.9\", 5 ], [ \"0.8.1\", 4 ], [ \"3.5.2\", 4 ], [ \"4.6.1\", 4 ], [ \"5.0.1\", 4 ], [ \"5.5.1\", 4 ], [ \"3.3.2\", 3 ], [ \"3.5.1\", 3 ], [ \"4.0.1\", 3 ], [ \"5.0.2\", 3 ], [ \"3.0.2\", 2 ], [ \"3.4.2\", 2 ], [ \"5.12\", 2 ], [ \"5.8.1\", 2 ], [ \"0.7.0\", 1 ], [ \"3.5.3\", 1 ], [ \"4.0.3\", 1 ], [ \"4.1.2\", 1 ], [ \"4.11.1\", 1 ], [ \"5.1.1\", 1 ], [ \"5.1.11\", 1 ], [ \"5.1.3\", 1 ], [ \"5.3.5\", 1 ], [ \"5.4.2\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1fc42f6396a() { var data = gvisDataColumnChartID1fc42f6396a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1fc42f6396a') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 1 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1fc4132f2acc () { var data = new google.visualization.DataTable(); var datajson = [ [ \"JGit\", 1475 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1fc4132f2acc() { var data = gvisDataColumnChartID1fc4132f2acc(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1fc4132f2acc') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 7993 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.jgit\",\"labels\":[\"month\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2009-04-09T04:01:01.000Z\",\"2009-04-18T14:48:33.000Z\",\"2009-04-26T08:35:35.000Z\",\"2009-04-30T21:33:33.000Z\",\"2009-05-10T13:22:23.000Z\",\"2009-05-14T04:01:01.000Z\",\"2009-05-21T04:01:01.000Z\",\"2009-05-29T17:17:14.000Z\",\"2009-06-04T04:01:01.000Z\",\"2009-06-11T20:12:57.000Z\",\"2009-06-21T18:20:20.000Z\",\"2009-06-26T01:42:32.000Z\",\"2009-07-02T04:01:01.000Z\",\"2009-07-09T04:01:01.000Z\",\"2009-07-17T08:42:09.000Z\",\"2009-07-26T05:19:05.000Z\",\"2009-08-02T17:29:55.000Z\",\"2009-08-06T04:01:01.000Z\",\"2009-08-13T04:01:01.000Z\",\"2009-08-21T21:34:49.000Z\",\"2009-08-27T19:46:22.000Z\",\"2009-09-03T04:01:01.000Z\",\"2009-09-13T21:03:41.000Z\",\"2009-09-17T04:01:01.000Z\",\"2009-09-24T04:01:01.000Z\",\"2009-10-01T22:23:43.000Z\",\"2009-10-08T15:07:12.000Z\",\"2009-10-18T10:10:46.000Z\",\"2009-10-25T20:35:04.000Z\",\"2009-10-29T17:04:17.000Z\",\"2009-11-07T15:43:41.000Z\",\"2009-11-12T14:31:13.000Z\",\"2009-11-20T14:13:14.000Z\",\"2009-11-29T23:32:09.000Z\",\"2009-12-03T04:01:01.000Z\",\"2009-12-11T23:11:52.000Z\",\"2009-12-19T04:44:42.000Z\",\"2009-12-24T04:01:01.000Z\",\"2010-01-03T08:50:45.000Z\",\"2010-01-09T04:09:37.000Z\",\"2010-01-14T04:01:01.000Z\",\"2010-01-23T16:13:39.000Z\",\"2010-01-30T23:52:30.000Z\",\"2010-02-04T21:47:07.000Z\",\"2010-02-12T05:07:50.000Z\",\"2010-02-18T13:19:16.000Z\",\"2010-02-25T23:15:34.000Z\",\"2010-03-07T23:59:40.000Z\",\"2010-03-12T11:57:44.000Z\",\"2010-03-21T02:59:18.000Z\",\"2010-03-28T17:49:50.000Z\",\"2010-04-04T10:23:34.000Z\",\"2010-04-11T15:13:48.000Z\",\"2010-04-15T18:19:40.000Z\",\"2010-04-25T19:16:27.000Z\",\"2010-04-30T15:28:05.000Z\",\"2010-05-08T13:50:34.000Z\",\"2010-05-15T23:52:35.000Z\",\"2010-05-23T13:02:03.000Z\",\"2010-05-30T18:11:08.000Z\",\"2010-06-06T18:00:05.000Z\",\"2010-06-13T11:35:17.000Z\",\"2010-06-20T12:04:26.000Z\",\"2010-06-24T04:01:01.000Z\",\"2010-07-03T06:20:28.000Z\",\"2010-07-08T22:32:18.000Z\",\"2010-07-16T10:21:50.000Z\",\"2010-07-22T06:41:26.000Z\",\"2010-07-31T05:10:39.000Z\",\"2010-08-05T14:38:36.000Z\",\"2010-08-12T04:01:01.000Z\",\"2010-08-19T21:31:44.000Z\",\"2010-08-27T07:59:40.000Z\",\"2010-09-02T16:47:34.000Z\",\"2010-09-10T11:29:17.000Z\",\"2010-09-19T17:25:07.000Z\",\"2010-09-24T17:56:29.000Z\",\"2010-10-03T13:08:13.000Z\",\"2010-10-08T23:00:24.000Z\",\"2010-10-17T11:57:21.000Z\",\"2010-10-24T12:33:53.000Z\",\"2010-10-29T08:49:03.000Z\",\"2010-11-07T22:04:33.000Z\",\"2010-11-13T07:38:23.000Z\",\"2010-11-21T21:54:47.000Z\",\"2010-11-25T15:35:56.000Z\",\"2010-12-02T04:01:01.000Z\",\"2010-12-12T09:32:23.000Z\",\"2010-12-19T01:55:43.000Z\",\"2010-12-25T20:58:37.000Z\",\"2010-12-30T23:57:54.000Z\",\"2011-01-09T15:28:23.000Z\",\"2011-01-15T11:30:13.000Z\",\"2011-01-23T09:10:52.000Z\",\"2011-01-30T11:30:12.000Z\",\"2011-02-06T21:58:05.000Z\",\"2011-02-13T18:19:38.000Z\",\"2011-02-20T19:20:59.000Z\",\"2011-02-27T12:25:05.000Z\",\"2011-03-06T10:08:28.000Z\",\"2011-03-11T17:08:56.000Z\",\"2011-03-18T21:51:20.000Z\",\"2011-03-27T18:28:22.000Z\",\"2011-04-03T20:37:02.000Z\",\"2011-04-07T11:00:59.000Z\",\"2011-04-17T19:29:18.000Z\",\"2011-04-23T08:29:19.000Z\",\"2011-05-01T21:43:59.000Z\",\"2011-05-06T11:27:29.000Z\",\"2011-05-15T18:31:20.000Z\",\"2011-05-22T23:28:22.000Z\",\"2011-05-27T22:50:28.000Z\",\"2011-06-05T20:58:34.000Z\",\"2011-06-10T20:01:36.000Z\",\"2011-06-19T05:11:49.000Z\",\"2011-06-24T18:52:44.000Z\",\"2011-07-02T22:57:59.000Z\",\"2011-07-10T17:42:36.000Z\",\"2011-07-17T20:56:22.000Z\",\"2011-07-23T14:54:06.000Z\",\"2011-07-31T21:28:36.000Z\",\"2011-08-07T20:45:35.000Z\",\"2011-08-14T20:52:23.000Z\",\"2011-08-21T14:53:27.000Z\",\"2011-08-27T18:00:07.000Z\",\"2011-09-03T12:41:46.000Z\",\"2011-09-11T19:07:30.000Z\",\"2011-09-17T22:20:21.000Z\",\"2011-09-24T13:13:56.000Z\",\"2011-10-02T14:44:04.000Z\",\"2011-10-09T23:35:10.000Z\",\"2011-10-15T18:34:43.000Z\",\"2011-10-21T17:44:57.000Z\",\"2011-10-30T17:08:23.000Z\",\"2011-11-06T17:19:46.000Z\",\"2011-11-13T21:11:28.000Z\",\"2011-11-20T16:08:51.000Z\",\"2011-11-27T20:53:08.000Z\",\"2011-12-04T07:43:13.000Z\",\"2011-12-11T19:44:23.000Z\",\"2011-12-18T22:04:28.000Z\",\"2011-12-23T10:32:36.000Z\",\"2011-12-30T21:11:16.000Z\",\"2012-01-06T10:20:42.000Z\",\"2012-01-15T18:43:07.000Z\",\"2012-01-20T22:51:50.000Z\",\"2012-01-28T08:47:44.000Z\",\"2012-02-05T15:27:50.000Z\",\"2012-02-12T20:24:48.000Z\",\"2012-02-18T09:52:37.000Z\",\"2012-02-26T22:50:15.000Z\",\"2012-03-04T13:53:26.000Z\",\"2012-03-11T21:51:21.000Z\",\"2012-03-18T12:50:08.000Z\",\"2012-03-25T10:11:21.000Z\",\"2012-03-31T15:22:35.000Z\",\"2012-04-06T11:53:15.000Z\",\"2012-04-15T20:57:47.000Z\",\"2012-04-22T16:25:07.000Z\",\"2012-04-29T08:09:07.000Z\",\"2012-05-05T02:26:32.000Z\",\"2012-05-12T10:18:36.000Z\",\"2012-05-20T15:55:24.000Z\",\"2012-05-27T23:48:02.000Z\",\"2012-06-03T11:46:47.000Z\",\"2012-06-10T12:31:41.000Z\",\"2012-06-17T21:54:17.000Z\",\"2012-06-22T07:18:48.000Z\",\"2012-06-30T18:09:46.000Z\",\"2012-07-08T14:09:33.000Z\",\"2012-07-15T21:03:53.000Z\",\"2012-07-21T11:42:06.000Z\",\"2012-07-27T17:52:21.000Z\",\"2012-08-03T20:17:18.000Z\",\"2012-08-11T20:59:22.000Z\",\"2012-08-19T23:43:48.000Z\",\"2012-08-24T16:20:56.000Z\",\"2012-09-02T12:18:36.000Z\",\"2012-09-07T10:26:28.000Z\",\"2012-09-16T21:27:28.000Z\",\"2012-09-23T21:00:47.000Z\",\"2012-09-28T21:14:38.000Z\",\"2012-10-07T17:38:52.000Z\",\"2012-10-12T15:55:23.000Z\",\"2012-10-21T14:42:52.000Z\",\"2012-10-28T22:13:16.000Z\",\"2012-11-02T20:49:28.000Z\",\"2012-11-10T17:25:55.000Z\",\"2012-11-17T22:39:56.000Z\",\"2012-11-25T09:14:23.000Z\",\"2012-12-02T21:58:47.000Z\",\"2012-12-09T20:08:37.000Z\",\"2012-12-15T14:07:23.000Z\",\"2012-12-23T22:00:21.000Z\",\"2012-12-28T21:11:38.000Z\",\"2013-01-06T20:49:17.000Z\",\"2013-01-13T00:07:35.000Z\",\"2013-01-20T21:55:30.000Z\",\"2013-01-27T22:52:54.000Z\",\"2013-02-03T19:33:16.000Z\",\"2013-02-10T21:41:28.000Z\",\"2013-02-17T06:10:19.000Z\",\"2013-02-24T12:13:51.000Z\",\"2013-02-28T17:44:17.000Z\",\"2013-03-07T22:02:57.000Z\",\"2013-03-17T07:13:57.000Z\",\"2013-03-24T10:33:10.000Z\",\"2013-03-31T00:02:22.000Z\",\"2013-04-06T12:00:31.000Z\",\"2013-04-14T16:14:29.000Z\",\"2013-04-18T15:29:39.000Z\",\"2013-04-28T23:20:57.000Z\",\"2013-05-02T15:09:58.000Z\",\"2013-05-12T18:43:11.000Z\",\"2013-05-16T09:32:03.000Z\",\"2013-05-26T21:21:13.000Z\",\"2013-06-01T01:26:46.000Z\",\"2013-06-09T15:52:49.000Z\",\"2013-06-16T23:36:52.000Z\",\"2013-06-23T21:33:13.000Z\",\"2013-06-29T15:08:51.000Z\",\"2013-07-05T22:01:27.000Z\",\"2013-07-12T12:50:00.000Z\",\"2013-07-21T22:51:01.000Z\",\"2013-07-25T04:01:01.000Z\",\"2013-08-04T22:36:42.000Z\",\"2013-08-08T12:54:36.000Z\",\"2013-08-16T16:20:57.000Z\",\"2013-08-25T19:46:04.000Z\",\"2013-08-31T11:26:29.000Z\",\"2013-09-06T04:30:36.000Z\",\"2013-09-15T11:49:53.000Z\",\"2013-09-19T04:01:01.000Z\",\"2013-09-27T12:38:49.000Z\",\"2013-10-04T12:01:40.000Z\",\"2013-10-10T04:01:01.000Z\",\"2013-10-18T14:54:46.000Z\",\"2013-10-27T18:21:27.000Z\",\"2013-11-03T07:23:31.000Z\",\"2013-11-10T21:23:56.000Z\",\"2013-11-17T19:42:50.000Z\",\"2013-11-24T16:52:00.000Z\",\"2013-12-01T17:46:12.000Z\",\"2013-12-06T23:43:39.000Z\",\"2013-12-14T23:31:42.000Z\",\"2013-12-21T12:33:05.000Z\",\"2013-12-27T10:44:07.000Z\",\"2014-01-03T18:40:07.000Z\",\"2014-01-11T23:19:38.000Z\",\"2014-01-19T12:29:36.000Z\",\"2014-01-25T21:52:00.000Z\",\"2014-02-02T09:12:27.000Z\",\"2014-02-09T23:41:06.000Z\",\"2014-02-16T19:11:34.000Z\",\"2014-02-20T04:01:01.000Z\",\"2014-03-01T00:58:28.000Z\",\"2014-03-08T22:23:43.000Z\",\"2014-03-16T21:01:41.000Z\",\"2014-03-21T20:18:28.000Z\",\"2014-03-28T15:48:48.000Z\",\"2014-04-05T13:11:57.000Z\",\"2014-04-10T12:47:25.000Z\",\"2014-04-20T14:15:01.000Z\",\"2014-04-27T23:08:47.000Z\",\"2014-05-02T02:23:56.000Z\",\"2014-05-11T10:25:03.000Z\",\"2014-05-15T04:01:01.000Z\",\"2014-05-25T07:12:02.000Z\",\"2014-05-30T12:39:09.000Z\",\"2014-06-07T20:54:19.000Z\",\"2014-06-13T12:41:13.000Z\",\"2014-06-21T20:50:49.000Z\",\"2014-06-27T19:23:32.000Z\",\"2014-07-06T17:08:13.000Z\",\"2014-07-11T22:17:59.000Z\",\"2014-07-18T15:55:00.000Z\",\"2014-07-25T15:57:40.000Z\",\"2014-08-02T06:19:26.000Z\",\"2014-08-08T20:32:15.000Z\",\"2014-08-17T08:45:14.000Z\",\"2014-08-21T15:57:57.000Z\",\"2014-08-31T22:06:20.000Z\",\"2014-09-07T20:59:13.000Z\",\"2014-09-13T21:09:51.000Z\",\"2014-09-18T04:01:01.000Z\",\"2014-09-28T19:59:17.000Z\",\"2014-10-04T00:01:53.000Z\",\"2014-10-12T20:48:42.000Z\",\"2014-10-19T16:41:25.000Z\",\"2014-10-24T22:45:38.000Z\",\"2014-11-02T02:51:30.000Z\",\"2014-11-07T19:35:26.000Z\",\"2014-11-15T09:24:38.000Z\",\"2014-11-21T21:29:58.000Z\",\"2014-11-27T04:01:01.000Z\",\"2014-12-04T04:01:01.000Z\",\"2014-12-12T19:13:03.000Z\",\"2014-12-21T14:28:58.000Z\",\"2014-12-25T23:46:46.000Z\",\"2015-01-01T04:01:01.000Z\",\"2015-01-09T05:34:11.000Z\",\"2015-01-17T00:38:17.000Z\",\"2015-01-25T11:17:48.000Z\",\"2015-01-31T18:56:35.000Z\",\"2015-02-06T07:32:30.000Z\",\"2015-02-14T12:46:25.000Z\",\"2015-02-22T16:10:37.000Z\",\"2015-02-26T08:41:50.000Z\",\"2015-03-08T20:27:43.000Z\",\"2015-03-12T04:01:01.000Z\",\"2015-03-21T16:38:27.000Z\",\"2015-03-29T14:11:44.000Z\",\"2015-04-03T19:36:58.000Z\",\"2015-04-12T20:54:37.000Z\",\"2015-04-17T19:52:00.000Z\",\"2015-04-26T20:43:35.000Z\",\"2015-04-30T20:56:53.000Z\",\"2015-05-10T03:26:17.000Z\",\"2015-05-14T04:01:01.000Z\",\"2015-05-21T15:49:57.000Z\",\"2015-05-29T08:43:47.000Z\",\"2015-06-04T10:12:05.000Z\",\"2015-06-13T12:04:42.000Z\",\"2015-06-20T01:46:22.000Z\",\"2015-06-26T20:01:51.000Z\",\"2015-07-02T04:01:01.000Z\",\"2015-07-12T13:37:00.000Z\",\"2015-07-17T06:40:15.000Z\",\"2015-07-24T10:19:48.000Z\",\"2015-08-02T13:16:31.000Z\",\"2015-08-06T10:02:48.000Z\",\"2015-08-13T11:11:21.000Z\",\"2015-08-21T13:56:13.000Z\",\"2015-08-27T04:01:01.000Z\",\"2015-09-06T18:02:13.000Z\",\"2015-09-10T04:01:01.000Z\",\"2015-09-18T09:00:39.000Z\",\"2015-09-24T17:57:35.000Z\",\"2015-10-03T06:28:47.000Z\",\"2015-10-10T15:02:28.000Z\",\"2015-10-17T04:54:45.000Z\",\"2015-10-23T17:49:00.000Z\",\"2015-11-01T14:06:00.000Z\",\"2015-11-07T08:54:34.000Z\",\"2015-11-13T15:20:42.000Z\",\"2015-11-21T15:54:21.000Z\",\"2015-11-27T15:37:49.000Z\",\"2015-12-06T07:46:02.000Z\",\"2015-12-13T19:29:04.000Z\",\"2015-12-18T13:45:15.000Z\",\"2015-12-25T02:40:33.000Z\",\"2015-12-31T19:20:32.000Z\",\"2016-01-07T04:01:01.000Z\",\"2016-01-14T04:01:01.000Z\",\"2016-01-22T16:27:24.000Z\",\"2016-01-30T14:31:58.000Z\",\"2016-02-05T12:53:42.000Z\",\"2016-02-14T21:44:26.000Z\",\"2016-02-18T04:01:01.000Z\",\"2016-02-28T19:27:10.000Z\",\"2016-03-03T15:35:45.000Z\",\"2016-03-13T21:26:49.000Z\",\"2016-03-18T15:50:16.000Z\",\"2016-03-24T11:24:33.000Z\",\"2016-04-02T10:13:20.000Z\",\"2016-04-09T14:45:02.000Z\",\"2016-04-15T09:42:55.000Z\",\"2016-04-22T18:55:16.000Z\",\"2016-05-01T09:46:32.000Z\",\"2016-05-06T17:03:48.000Z\",\"2016-05-15T19:19:48.000Z\",\"2016-05-22T09:35:31.000Z\",\"2016-05-29T22:19:51.000Z\",\"2016-06-05T09:17:18.000Z\",\"2016-06-12T22:39:20.000Z\",\"2016-06-19T21:59:01.000Z\",\"2016-06-24T13:12:59.000Z\",\"2016-07-01T10:18:14.000Z\",\"2016-07-07T20:57:20.000Z\",\"2016-07-15T17:25:43.000Z\",\"2016-07-23T08:13:41.000Z\",\"2016-07-31T11:23:36.000Z\",\"2016-08-06T23:08:25.000Z\",\"2016-08-14T19:22:42.000Z\",\"2016-08-18T20:43:08.000Z\",\"2016-08-25T21:34:15.000Z\",\"2016-09-01T19:11:43.000Z\",\"2016-09-09T16:22:30.000Z\",\"2016-09-16T07:44:44.000Z\",\"2016-09-24T23:00:55.000Z\",\"2016-10-02T21:25:12.000Z\",\"2016-10-08T20:06:56.000Z\",\"2016-10-13T04:01:01.000Z\",\"2016-10-22T12:59:30.000Z\",\"2016-10-29T02:42:18.000Z\",\"2016-11-03T04:01:01.000Z\",\"2016-11-12T00:56:28.000Z\",\"2016-11-17T04:01:01.000Z\",\"2016-11-27T19:00:15.000Z\",\"2016-12-02T18:29:06.000Z\",\"2016-12-10T18:39:27.000Z\",\"2016-12-17T01:42:41.000Z\",\"2016-12-24T10:49:46.000Z\",\"2016-12-30T13:47:35.000Z\",\"2017-01-05T04:01:01.000Z\",\"2017-01-14T18:51:52.000Z\",\"2017-01-22T16:23:27.000Z\",\"2017-01-27T07:01:28.000Z\",\"2017-02-02T04:01:01.000Z\",\"2017-02-12T05:45:57.000Z\",\"2017-02-16T04:01:01.000Z\",\"2017-02-24T13:49:19.000Z\",\"2017-03-05T03:22:25.000Z\",\"2017-03-10T14:02:08.000Z\",\"2017-03-18T14:08:24.000Z\",\"2017-03-26T11:11:55.000Z\",\"2017-03-31T18:56:48.000Z\",\"2017-04-06T04:01:01.000Z\",\"2017-04-13T04:01:01.000Z\",\"2017-04-22T23:46:10.000Z\",\"2017-04-29T22:47:26.000Z\",\"2017-05-07T09:22:55.000Z\",\"2017-05-13T15:41:13.000Z\",\"2017-05-19T13:03:31.000Z\",\"2017-05-28T22:18:26.000Z\",\"2017-06-03T09:55:50.000Z\",\"2017-06-10T13:32:26.000Z\",\"2017-06-17T18:36:47.000Z\",\"2017-06-22T21:49:04.000Z\",\"2017-06-29T11:12:17.000Z\",\"2017-07-07T18:41:16.000Z\",\"2017-07-14T13:02:04.000Z\",\"2017-07-20T04:01:01.000Z\",\"2017-07-28T07:59:17.000Z\",\"2017-08-04T08:44:11.000Z\",\"2017-08-13T17:16:23.000Z\",\"2017-08-17T04:01:01.000Z\",\"2017-08-25T19:28:37.000Z\",\"2017-09-03T20:23:33.000Z\",\"2017-09-09T02:38:32.000Z\",\"2017-09-17T09:42:29.000Z\",\"2017-09-21T14:14:01.000Z\",\"2017-09-30T14:56:16.000Z\",\"2017-10-05T04:01:01.000Z\",\"2017-10-15T09:46:09.000Z\",\"2017-10-21T06:25:20.000Z\",\"2017-10-29T10:55:17.000Z\",\"2017-11-02T04:01:01.000Z\",\"2017-11-09T14:49:20.000Z\",\"2017-11-19T05:08:01.000Z\",\"2017-11-24T07:09:18.000Z\",\"2017-12-01T11:53:27.000Z\",\"2017-12-07T04:01:01.000Z\",\"2017-12-14T04:01:01.000Z\",\"2017-12-21T04:01:01.000Z\",\"2017-12-28T04:01:01.000Z\",\"2018-01-07T06:16:59.000Z\",\"2018-01-14T19:19:14.000Z\",\"2018-01-18T04:01:01.000Z\",\"2018-01-28T19:13:52.000Z\",\"2018-02-03T10:09:41.000Z\",\"2018-02-09T21:05:57.000Z\",\"2018-02-15T10:52:44.000Z\",\"2018-02-24T16:46:47.000Z\",\"2018-03-01T04:01:01.000Z\",\"2018-03-11T04:16:40.000Z\",\"2018-03-15T13:19:19.000Z\",\"2018-03-25T19:58:59.000Z\",\"2018-04-01T09:12:41.000Z\",\"2018-04-08T08:41:14.000Z\",\"2018-04-13T17:11:48.000Z\",\"2018-04-19T04:01:01.000Z\",\"2018-04-29T13:48:09.000Z\",\"2018-05-03T23:46:21.000Z\",\"2018-05-12T22:18:47.000Z\",\"2018-05-18T16:14:21.000Z\",\"2018-05-27T21:18:13.000Z\",\"2018-06-01T23:40:31.000Z\",\"2018-06-07T16:28:49.000Z\",\"2018-06-17T15:47:46.000Z\",\"2018-06-21T04:01:01.000Z\",\"2018-07-01T12:44:19.000Z\",\"2018-07-05T04:01:01.000Z\",\"2018-07-12T04:01:01.000Z\",\"2018-07-20T06:57:10.000Z\",\"2018-07-29T04:06:35.000Z\",\"2018-08-02T04:01:01.000Z\",\"2018-08-09T04:01:01.000Z\",\"2018-08-18T20:57:29.000Z\",\"2018-08-24T15:53:46.000Z\",\"2018-08-31T14:31:10.000Z\",\"2018-09-09T17:40:04.000Z\",\"2018-09-13T04:01:01.000Z\",\"2018-09-21T09:55:19.000Z\",\"2018-09-28T16:46:18.000Z\",\"2018-10-06T02:03:37.000Z\",\"2018-10-12T21:38:01.000Z\",\"2018-10-20T15:01:32.000Z\",\"2018-10-25T04:01:01.000Z\",\"2018-11-04T02:28:18.000Z\",\"2018-11-08T04:01:01.000Z\",\"2018-11-15T04:01:01.000Z\",\"2018-11-23T13:06:32.000Z\",\"2018-12-01T14:20:04.000Z\",\"2018-12-09T20:23:06.000Z\",\"2018-12-14T20:06:36.000Z\",\"2018-12-20T23:31:35.000Z\",\"2018-12-27T04:01:01.000Z\",\"2019-01-03T07:21:48.000Z\",\"2019-01-11T19:27:01.000Z\",\"2019-01-17T22:09:52.000Z\",\"2019-01-26T11:35:05.000Z\",\"2019-02-01T18:24:11.000Z\",\"2019-02-07T04:01:01.000Z\",\"2019-02-14T21:36:54.000Z\",\"2019-02-22T14:42:02.000Z\",\"2019-02-28T04:01:01.000Z\",\"2019-03-08T12:58:15.000Z\",\"2019-03-14T04:01:01.000Z\",\"2019-03-24T17:32:37.000Z\",\"2019-03-29T10:33:14.000Z\",\"2019-04-07T18:07:11.000Z\",\"2019-04-12T16:38:51.000Z\",\"2019-04-18T04:01:01.000Z\",\"2019-04-25T04:01:01.000Z\",\"2019-05-04T21:19:49.000Z\",\"2019-05-09T10:34:30.000Z\",\"2019-05-18T21:14:43.000Z\",\"2019-05-26T17:13:30.000Z\",\"2019-05-30T04:01:01.000Z\",\"2019-06-06T09:42:09.000Z\",\"2019-06-14T06:54:14.000Z\",\"2019-06-23T12:10:27.000Z\",\"2019-06-30T16:55:41.000Z\",\"2019-07-06T16:33:42.000Z\",\"2019-07-11T04:01:01.000Z\",\"2019-07-21T09:43:17.000Z\",\"2019-07-25T08:01:29.000Z\",\"2019-08-01T08:34:10.000Z\",\"2019-08-09T07:40:41.000Z\",\"2019-08-17T17:40:54.000Z\",\"2019-08-25T09:53:43.000Z\",\"2019-08-31T17:26:08.000Z\",\"2019-09-08T19:33:08.000Z\",\"2019-09-15T14:23:22.000Z\",\"2019-09-20T11:11:23.000Z\",\"2019-09-29T09:07:31.000Z\",\"2019-10-06T18:27:04.000Z\",\"2019-10-10T04:01:01.000Z\",\"2019-10-17T18:00:33.000Z\",\"2019-10-25T18:21:39.000Z\",\"2019-10-31T04:01:01.000Z\",\"2019-11-08T04:16:18.000Z\",\"2019-11-17T19:26:54.000Z\",\"2019-11-23T18:33:39.000Z\",\"2019-11-28T04:01:01.000Z\",\"2019-12-06T14:45:44.000Z\",\"2019-12-12T13:31:27.000Z\",\"2019-12-20T09:57:31.000Z\",\"2019-12-26T04:01:01.000Z\",\"2020-01-02T15:11:19.000Z\",\"2020-01-09T16:16:27.000Z\",\"2020-01-17T11:11:53.000Z\",\"2020-01-25T21:42:33.000Z\",\"2020-01-30T20:43:16.000Z\",\"2020-02-09T09:32:13.000Z\",\"2020-02-14T10:50:30.000Z\",\"2020-02-20T20:06:02.000Z\",\"2020-02-29T17:43:44.000Z\",\"2020-03-06T10:58:44.000Z\",\"2020-03-15T17:54:10.000Z\",\"2020-03-22T17:47:36.000Z\",\"2020-03-29T15:22:16.000Z\",\"2020-04-05T21:45:39.000Z\",\"2020-04-09T04:01:01.000Z\",\"2020-04-16T20:45:22.000Z\",\"2020-04-24T20:31:10.000Z\",\"2020-05-03T16:24:06.000Z\",\"2020-05-07T04:01:01.000Z\",\"2020-05-16T09:18:03.000Z\",\"2020-05-21T04:01:01.000Z\",\"2020-05-31T21:50:26.000Z\",\"2020-06-04T08:59:44.000Z\",\"2020-06-14T17:49:23.000Z\",\"2020-06-20T19:34:55.000Z\",\"2020-06-25T04:01:01.000Z\",\"2020-07-05T02:34:31.000Z\",\"2020-07-12T11:22:13.000Z\",\"2020-07-17T08:04:19.000Z\",\"2020-07-26T20:37:02.000Z\",\"2020-07-30T04:01:01.000Z\",\"2020-08-09T01:53:32.000Z\",\"2020-08-13T04:01:01.000Z\",\"2020-08-20T04:01:01.000Z\",\"2020-08-27T04:01:01.000Z\",\"2020-09-06T16:41:50.000Z\",\"2020-09-10T21:58:58.000Z\",\"2020-09-17T10:35:46.000Z\",\"2020-09-25T20:08:42.000Z\",\"2020-10-01T04:01:01.000Z\",\"2020-10-08T04:01:01.000Z\",\"2020-10-15T04:01:01.000Z\",\"2020-10-22T04:01:01.000Z\",\"2020-10-30T22:32:18.000Z\",\"2020-11-05T04:01:01.000Z\",\"2020-11-15T11:24:19.000Z\",\"2020-11-19T14:02:38.000Z\",\"2020-11-28T15:36:39.000Z\",\"2020-12-05T16:39:57.000Z\",\"2020-12-10T07:03:02.000Z\",\"2020-12-17T21:02:38.000Z\",\"2020-12-27T04:25:25.000Z\",\"2020-12-31T04:01:01.000Z\",\"2021-01-07T04:01:01.000Z\",\"2021-01-16T11:48:34.000Z\",\"2021-01-23T17:14:39.000Z\",\"2021-01-29T22:37:50.000Z\",\"2021-02-05T20:46:02.000Z\",\"2021-02-11T04:01:01.000Z\",\"2021-02-21T21:10:51.000Z\",\"2021-02-25T04:01:01.000Z\",\"2021-03-07T11:48:20.000Z\",\"2021-03-12T16:00:40.000Z\",\"2021-03-21T12:53:40.000Z\",\"2021-03-28T19:33:35.000Z\",\"2021-04-02T12:34:22.000Z\",\"2021-04-11T19:09:33.000Z\",\"2021-04-15T08:37:19.000Z\"],[13,15,39,25,51,1,1,3,3,5,31,9,1,1,5,19,7,11,1,7,5,9,11,1,3,11,11,49,21,9,5,3,7,39,13,51,15,3,7,5,1,5,21,11,37,15,7,31,21,17,33,11,51,41,9,29,19,25,19,23,59,33,24,5,19,17,5,17,27,3,3,7,9,3,3,16,8,16,5,16,12,14,19,28,9,10,6,12,22,16,7,18,14,31,16,34,31,37,25,28,24,26,18,35,21,45,26,9,29,12,11,13,18,22,27,6,26,19,15,31,25,16,28,38,18,41,29,23,41,41,37,17,10,74,19,80,43,32,44,20,16,32,10,17,39,12,57,55,21,19,13,31,32,38,38,13,6,20,27,26,11,19,11,17,6,13,26,3,26,24,23,61,6,11,23,17,29,13,21,8,9,22,44,31,16,17,19,21,16,19,24,23,26,22,15,20,52,13,18,42,14,17,15,18,10,11,7,11,18,4,5,9,4,188,17,18,9,10,5,16,12,10,9,6,9,27,9,12,10,7,5,8,4,7,4,4,19,6,6,30,37,13,25,21,19,8,3,11,9,16,7,14,21,9,6,8,14,15,6,14,5,8,7,22,12,5,7,12,14,21,15,14,5,12,38,8,16,14,27,10,3,11,3,45,2,10,14,12,11,8,23,27,18,12,1,2,6,3,2,6,8,22,16,11,3,5,16,24,29,2,20,22,4,19,10,21,9,15,10,3,5,14,15,8,14,6,9,11,11,9,4,2,7,2,4,15,5,16,3,15,10,8,7,34,13,26,37,19,44,13,4,17,2,2,22,7,33,18,6,20,12,4,7,9,6,8,18,19,10,15,33,7,11,13,11,17,9,11,14,6,6,12,6,15,8,5,8,11,21,7,24,12,5,2,15,3,6,4,4,23,10,8,6,7,3,20,2,12,3,4,2,6,25,16,10,18,12,2,7,17,20,4,23,11,10,9,40,15,3,12,8,19,3,7,8,7,1,4,9,9,7,5,4,2,7,23,9,1,11,11,12,7,4,1,3,2,26,16,2,24,14,11,8,6,20,6,3,15,11,8,4,2,7,8,15,6,6,13,9,7,2,12,2,2,6,2,3,2,4,6,8,4,9,6,3,5,9,5,4,10,4,9,5,12,13,8,2,1,2,6,9,2,7,8,12,11,3,4,4,4,2,3,3,1,4,7,4,8,10,2,5,3,4,8,8,6,6,3,3,10,19,9,19,19,38,11,13,18,2,2,3,4,21,21,11,4,2,4,5,1,7,10,8,4,8,11,13,7,10,8,13,29,24,21,8,3,22,7,8,9,6,17,14,13,15,6,14,8,8,3,9,4,1,2,1,8,5,4,13,7,1,1,7,7,1,10,2,4,9,3,5,2,2,1,2,21,20,6,2,12,6,11,13,8,9,6,4,10]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.jgit forum.    ID   Subject   Post date   Post author     1840436   Re: Unable to clone repo in ssh or https in 5.12   2021-04-15 08:37:19   213855     1840415   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 19:38:04   231272     1840414   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 18:31:40   213855     1840413   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 18:17:25   213855     1840409   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 17:12:42   231272     1840406   Re: Unable to clone repo in ssh or https in 5.12   2021-04-14 15:38:20   213855     1840404   Unable to clone repo in ssh or https in 5.12   2021-04-14 14:22:52   231272     1840324   Re: Overriding Git config file without a file based config   2021-04-12 13:32:21   213855     1840313   Re: Overriding Git config file without a file based config   2021-04-12 10:36:40   231934     1840292   Re: Warning message in JGit for pull and push   2021-04-11 19:09:33   231450    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 1986 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.jgit forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107674   Unable to clone repo in ssh or https in 5.12   2021-04-15 08:37:19   1840436   6   265     1107615   Overriding Git config file without a file based config   2021-04-12 13:32:21   1840324   3   187     1107487   Warning message in JGit for pull and push   2021-04-11 19:09:33   1840292   7   571     1107389   After upgrade to 2021-03 I cannot log in anymore using ssh   2021-03-21 12:53:40   1839436   2   406     1107356   Unable to tell when a file has changed   2021-03-19 19:16:43   1839393   2   120     1107282   ReceivePack and preReceiveHook   2021-03-12 13:11:26   1839071   1   85     1107150   change view in compare   2021-03-12 13:38:40   1839077   4   262     1107138   Applying personal access tokens   2021-03-12 13:12:57   1839072   5   236     1107054   integrated git console for EGit   2021-03-02 18:40:54   1838641   2   1042     1107041   Clone LFS exception   2021-02-22 10:33:24   1838319   0   976      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 180 commits.\n  ID   Name   Time   Result     342   jgit \\#342   1.619292e+12   SUCCESS     341   jgit \\#341   1.618793e+12   SUCCESS     340   jgit \\#340   1.618418e+12   SUCCESS     339   jgit \\#339   1.618091e+12   SUCCESS     338   jgit \\#338   1.617963e+12   SUCCESS     337   jgit \\#337   1.617837e+12   SUCCESS     336   jgit \\#336   1.617728e+12   SUCCESS     335   jgit \\#335   1.617707e+12   ABORTED     334   jgit \\#334   1.617365e+12   SUCCESS     333   jgit \\#333   1.617362e+12   FAILURE    // jsData function gvisDataPieChartID1fc4259ec0c9 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 1 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 127 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 52 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1fc4259ec0c9() { var data = gvisDataPieChartID1fc4259ec0c9(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.jgit \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1fc4259ec0c9') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1fc4259ec0c9); })(); function displayChartPieChartID1fc4259ec0c9() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 11 commits.\n  Name   Colour   Last build time   Health report     jgit   blue   1.619292e+12   100     jgit.bazel   disabled   1.497561e+12   0     jgit.old   disabled   1.582496e+12   100     jgit.windows   disabled   0.000000e+00   0     stable   UNKNOWN   0.000000e+00   0     test   blue   1.562684e+12   100     test.windows   disabled   1.552000e+12   40     thomas-test   disabled   1.561285e+12   100     webmaster-test   disabled   1.557489e+12   80     webmaster-windows-test   disabled   1.597747e+12   40    // jsData function gvisDataPieChartID1fc4b2343a6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 2 ], [ \u0026ldquo;disabled\u0026rdquo;, 8 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 1 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1fc4b2343a6() { var data = gvisDataPieChartID1fc4b2343a6(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.jgit \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1fc4b2343a6') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1fc4b2343a6); })(); function displayChartPieChartID1fc4b2343a6() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.jgit .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=JGit   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=JGit   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/jgit   OK. Fetched CI URL.\\\\OK. CI URL is a Hudson instance. Title is \\[master\\]     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/jgit-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/jgit/documentation/   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/jgit/download/   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   https://eclipse.org/forums/eclipse.egit   OK. Forum \\[JGit and EGit forum\\] correctly defined.\\\\OK: Forum \\[JGit and EGit forum\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for gettingstarted\\_url.     Checks if the Mailing lists URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/jgit-build   OK. \\[jgit-build\\] ML correctly defined with email.\\\\OK: \\[jgit-build\\] ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.    ","href":"/projects/technology.jgit/datasets_report/","title":"technology.jgit"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.paho\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.paho.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 432 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.paho\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\"],[3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,3,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,0,0,0,3,0,0,0,0,0,1,0,1,2,2,0,0,0,2,2,2,0,0,0,0,1,0,1,2,0,1,4,0,3,1,0,0,0,2,1,3,1,0,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,1,0,3,0,0,0,0,5,0,0,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,1,2,3,0,1,0,0,0,0,2,0,0,0,1,0,2,2,1,0,1,0,1,0,0,0,0,0,0,0,0,1,0,3,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,3,0,2,1,1,0,0,1,1,1,2,0,1,1,3,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,4,7,8,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,3,2,0,0,0,0,0,1,0,0,1,4,0,0,7,1,0,0,9,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,2,2,0,0,0,0,4,0,1,2,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,5,0,0,1,1,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,1,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,3,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,3,0,1,0,0,1,0,1,0,2,0,0,0,0,2,1,5,0,0,1,3,0,3,6,0,0,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,2,0,0,0,0,0,0,1,0,0,0,4,0,0,0,0,0,0,2,0,0,2,1,0,0,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,2,3,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,2,0,0,0,1,0,0,0,0,1,0,0,0,0,0,4,1,2,1,0,0,0,0,1,3,0,0,0,0,1,0,5,0,0,0,2,0,0,0,2,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,3,1,0,0,0,1,0,0,0,3,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,4,0,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,9,1,0,0,0,0,0,3,0,0,0,0,0,0,3,2,0,1,0,0,0,2,1,0,5,0,0,4,2,0,0,0,0,0,1,3,1,0,2,0,0,0,1,6,0,0,0,0,4,1,8,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,3,1,2,1,1,0,0,0,0,0,0,0,0,0,1,1,0,2,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,1,0,0,0,0,0,1,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,3,3,0,0,0,1,0,0,5,6,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5,5,0,8,0,0,4,3,0,0,0,0,0,1,0,0,0,0,0,2,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,2,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,0,2,0,4,2,0,0,0,0,2,2,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,1,0,0,0,0,0,0,1,0,0,0,0,0,2,5,0,2,0,0,3,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 6972 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 124 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 45 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 103 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.paho\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\"],[1,3,0,0,4,3,1,0,1,3,10,7,3,1,0,0,2,2,0,2,0,0,0,3,0,1,2,7,2,2,0,0,0,2,0,0,1,0,1,1,0,2,2,0,0,6,3,0,1,3,0,4,0,0,1,0,0,2,2,3,1,0,1,2,1,0,0,2,1,0,0,1,1,0,1,0,0,3,0,0,1,2,1,0,0,0,0,1,1,0,0,1,1,0,0,3,0,2,0,0,0,0,0,1,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 7 weeks.\n// jsData function gvisDataColumnChartID1fea58d608e1 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 59 ], [ \"v0.5\", 17 ], [ \"future\", 16 ], [ \"1.0\", 12 ], [ \"1.2\", 10 ], [ \"1.1\", 8 ], [ \"0.9\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1fea58d608e1() { var data = gvisDataColumnChartID1fea58d608e1(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1fea58d608e1') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 8 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID1fea4c4bf5c5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"MQTT\", 73 ], [ \"Website\", 18 ], [ \"Samples\", 10 ], [ \"M2MQTT\", 6 ], [ \"MQTT-Lua\", 6 ], [ \"MQTT-C++\", 5 ], [ \"Sandbox\", 5 ], [ \"MQTT-Obj-C\", 1 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID1fea4c4bf5c5() { var data = gvisDataColumnChartID1fea4c4bf5c5(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID1fea4c4bf5c5') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 658 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.paho\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2012-01-20T15:55:02.000Z\",\"2012-01-27T15:55:02.000Z\",\"2012-02-03T15:55:02.000Z\",\"2012-02-10T15:55:02.000Z\",\"2012-02-17T15:55:02.000Z\",\"2012-02-24T15:55:02.000Z\",\"2012-03-02T15:55:02.000Z\",\"2012-03-09T15:55:02.000Z\",\"2012-03-16T15:55:02.000Z\",\"2012-03-23T15:55:02.000Z\",\"2012-03-30T15:55:02.000Z\",\"2012-04-06T15:55:02.000Z\",\"2012-04-13T15:55:02.000Z\",\"2012-04-20T15:55:02.000Z\",\"2012-04-27T15:55:02.000Z\",\"2012-05-04T15:55:02.000Z\",\"2012-05-11T15:55:02.000Z\",\"2012-05-18T15:55:02.000Z\",\"2012-05-25T15:55:02.000Z\",\"2012-06-01T15:55:02.000Z\",\"2012-06-08T15:55:02.000Z\",\"2012-06-15T15:55:02.000Z\",\"2012-06-22T15:55:02.000Z\",\"2012-06-29T15:55:02.000Z\",\"2012-07-06T15:55:02.000Z\",\"2012-07-13T15:55:02.000Z\",\"2012-07-20T15:55:02.000Z\",\"2012-07-27T15:55:02.000Z\",\"2012-08-03T15:55:02.000Z\",\"2012-08-10T15:55:02.000Z\",\"2012-08-17T15:55:02.000Z\",\"2012-08-24T15:55:02.000Z\",\"2012-08-31T15:55:02.000Z\",\"2012-09-07T15:55:02.000Z\",\"2012-09-14T15:55:02.000Z\",\"2012-09-23T10:21:29.000Z\",\"2012-09-28T15:55:02.000Z\",\"2012-10-05T15:55:02.000Z\",\"2012-10-12T15:55:02.000Z\",\"2012-10-19T15:55:02.000Z\",\"2012-10-26T15:55:02.000Z\",\"2012-11-02T15:55:02.000Z\",\"2012-11-09T15:55:02.000Z\",\"2012-11-16T15:55:02.000Z\",\"2012-11-23T15:55:02.000Z\",\"2012-11-30T15:55:02.000Z\",\"2012-12-07T15:55:02.000Z\",\"2012-12-16T20:07:23.000Z\",\"2012-12-21T15:55:02.000Z\",\"2012-12-28T15:55:02.000Z\",\"2013-01-04T15:55:02.000Z\",\"2013-01-11T15:55:02.000Z\",\"2013-01-18T15:55:02.000Z\",\"2013-01-25T15:55:02.000Z\",\"2013-02-01T15:55:02.000Z\",\"2013-02-08T15:55:02.000Z\",\"2013-02-15T15:55:02.000Z\",\"2013-02-22T15:55:02.000Z\",\"2013-03-01T15:55:02.000Z\",\"2013-03-08T15:55:02.000Z\",\"2013-03-15T15:55:02.000Z\",\"2013-03-22T15:55:02.000Z\",\"2013-03-29T15:55:02.000Z\",\"2013-04-05T15:55:02.000Z\",\"2013-04-12T15:55:02.000Z\",\"2013-04-19T15:55:02.000Z\",\"2013-04-26T15:55:02.000Z\",\"2013-05-03T15:55:02.000Z\",\"2013-05-10T15:55:02.000Z\",\"2013-05-17T15:55:02.000Z\",\"2013-05-24T15:55:02.000Z\",\"2013-05-31T15:55:02.000Z\",\"2013-06-07T15:55:02.000Z\",\"2013-06-14T15:55:02.000Z\",\"2013-06-21T15:55:02.000Z\",\"2013-06-28T15:55:02.000Z\",\"2013-07-05T15:55:02.000Z\",\"2013-07-12T15:55:02.000Z\",\"2013-07-19T15:55:02.000Z\",\"2013-07-26T15:55:02.000Z\",\"2013-08-02T15:55:02.000Z\",\"2013-08-09T15:55:02.000Z\",\"2013-08-16T15:55:02.000Z\",\"2013-08-23T15:55:02.000Z\",\"2013-08-30T15:55:02.000Z\",\"2013-09-06T15:55:02.000Z\",\"2013-09-15T15:01:14.000Z\",\"2013-09-20T15:55:02.000Z\",\"2013-09-27T15:55:02.000Z\",\"2013-10-04T15:55:02.000Z\",\"2013-10-11T15:55:02.000Z\",\"2013-10-18T15:55:02.000Z\",\"2013-10-25T15:55:02.000Z\",\"2013-11-01T15:55:02.000Z\",\"2013-11-09T07:50:49.000Z\",\"2013-11-15T15:55:02.000Z\",\"2013-11-22T15:55:02.000Z\",\"2013-11-29T15:55:02.000Z\",\"2013-12-06T15:55:02.000Z\",\"2013-12-13T15:55:02.000Z\",\"2013-12-20T15:55:02.000Z\",\"2013-12-27T15:55:02.000Z\",\"2014-01-03T15:55:02.000Z\",\"2014-01-10T15:55:02.000Z\",\"2014-01-19T22:29:17.000Z\",\"2014-01-24T15:55:02.000Z\",\"2014-01-31T15:55:02.000Z\",\"2014-02-07T15:55:02.000Z\",\"2014-02-14T15:55:02.000Z\",\"2014-02-21T15:55:02.000Z\",\"2014-02-28T15:55:02.000Z\",\"2014-03-07T15:55:02.000Z\",\"2014-03-15T21:06:23.000Z\",\"2014-03-21T15:55:02.000Z\",\"2014-03-28T15:55:02.000Z\",\"2014-04-04T15:55:02.000Z\",\"2014-04-11T15:55:02.000Z\",\"2014-04-18T15:55:02.000Z\",\"2014-04-25T23:45:06.000Z\",\"2014-05-02T15:55:02.000Z\",\"2014-05-09T15:55:02.000Z\",\"2014-05-16T15:55:02.000Z\",\"2014-05-23T15:55:02.000Z\",\"2014-05-30T15:55:02.000Z\",\"2014-06-06T15:55:02.000Z\",\"2014-06-13T15:55:02.000Z\",\"2014-06-20T15:55:02.000Z\",\"2014-06-27T15:55:02.000Z\",\"2014-07-04T20:43:36.000Z\",\"2014-07-11T15:55:02.000Z\",\"2014-07-18T15:55:02.000Z\",\"2014-07-25T15:55:02.000Z\",\"2014-08-01T15:55:02.000Z\",\"2014-08-08T15:55:02.000Z\",\"2014-08-15T15:55:02.000Z\",\"2014-08-22T15:55:02.000Z\",\"2014-08-29T15:55:02.000Z\",\"2014-09-05T15:55:02.000Z\",\"2014-09-12T15:55:02.000Z\",\"2014-09-19T15:55:02.000Z\",\"2014-09-26T15:55:02.000Z\",\"2014-10-03T15:55:02.000Z\",\"2014-10-10T15:55:02.000Z\",\"2014-10-17T15:55:02.000Z\",\"2014-10-24T15:55:02.000Z\",\"2014-10-31T15:55:02.000Z\",\"2014-11-07T15:55:02.000Z\",\"2014-11-14T15:55:02.000Z\",\"2014-11-21T15:55:02.000Z\",\"2014-11-28T15:55:02.000Z\",\"2014-12-05T15:55:02.000Z\",\"2014-12-12T15:55:02.000Z\",\"2014-12-19T15:55:02.000Z\",\"2014-12-26T15:55:02.000Z\",\"2015-01-02T15:55:02.000Z\",\"2015-01-09T15:55:02.000Z\",\"2015-01-16T15:55:02.000Z\",\"2015-01-23T15:55:02.000Z\",\"2015-01-30T15:55:02.000Z\",\"2015-02-06T15:55:02.000Z\",\"2015-02-13T15:55:02.000Z\",\"2015-02-20T15:55:02.000Z\",\"2015-02-27T19:11:01.000Z\",\"2015-03-06T15:55:02.000Z\",\"2015-03-13T15:55:02.000Z\",\"2015-03-20T15:55:02.000Z\",\"2015-03-27T15:55:02.000Z\",\"2015-04-03T15:55:02.000Z\",\"2015-04-10T15:55:02.000Z\",\"2015-04-17T15:55:02.000Z\",\"2015-04-24T15:55:02.000Z\",\"2015-05-01T15:55:02.000Z\",\"2015-05-08T15:55:02.000Z\",\"2015-05-16T08:05:49.000Z\",\"2015-05-22T15:55:02.000Z\",\"2015-05-29T15:55:02.000Z\",\"2015-06-05T15:55:02.000Z\",\"2015-06-12T15:55:02.000Z\",\"2015-06-19T15:55:02.000Z\",\"2015-06-26T15:55:02.000Z\",\"2015-07-04T22:43:57.000Z\",\"2015-07-10T18:16:14.000Z\",\"2015-07-17T15:55:02.000Z\",\"2015-07-25T13:40:11.000Z\",\"2015-07-31T15:55:02.000Z\",\"2015-08-07T15:55:02.000Z\",\"2015-08-15T10:25:22.000Z\",\"2015-08-21T15:55:02.000Z\",\"2015-08-28T16:27:36.000Z\",\"2015-09-04T15:55:02.000Z\",\"2015-09-11T15:55:02.000Z\",\"2015-09-20T14:08:57.000Z\",\"2015-09-25T15:55:02.000Z\",\"2015-10-04T16:41:08.000Z\",\"2015-10-09T15:55:02.000Z\",\"2015-10-17T23:02:42.000Z\",\"2015-10-23T15:55:02.000Z\",\"2015-10-30T15:55:02.000Z\",\"2015-11-06T15:55:02.000Z\",\"2015-11-13T15:55:02.000Z\",\"2015-11-20T15:55:02.000Z\",\"2015-11-27T15:55:02.000Z\",\"2015-12-04T15:55:02.000Z\",\"2015-12-11T15:55:02.000Z\",\"2015-12-18T15:55:02.000Z\",\"2015-12-26T15:21:46.000Z\",\"2016-01-01T15:55:02.000Z\",\"2016-01-08T15:55:02.000Z\",\"2016-01-15T15:55:02.000Z\",\"2016-01-23T21:37:25.000Z\",\"2016-01-29T15:55:02.000Z\",\"2016-02-05T15:55:02.000Z\",\"2016-02-12T15:55:02.000Z\",\"2016-02-19T15:55:02.000Z\",\"2016-02-26T23:36:31.000Z\",\"2016-03-04T15:55:02.000Z\",\"2016-03-11T15:55:02.000Z\",\"2016-03-18T17:52:01.000Z\",\"2016-03-25T15:55:02.000Z\",\"2016-04-01T15:55:02.000Z\",\"2016-04-08T15:55:02.000Z\",\"2016-04-16T00:02:54.000Z\",\"2016-04-22T15:55:02.000Z\",\"2016-04-29T15:55:02.000Z\",\"2016-05-06T15:55:02.000Z\",\"2016-05-13T15:55:02.000Z\",\"2016-05-20T15:55:02.000Z\",\"2016-05-27T15:55:02.000Z\",\"2016-06-03T15:55:02.000Z\",\"2016-06-10T15:55:02.000Z\",\"2016-06-17T15:55:02.000Z\",\"2016-06-24T15:55:02.000Z\",\"2016-07-01T15:55:02.000Z\",\"2016-07-08T15:55:02.000Z\",\"2016-07-15T15:55:02.000Z\",\"2016-07-22T15:55:02.000Z\",\"2016-07-29T15:55:02.000Z\",\"2016-08-05T15:55:02.000Z\",\"2016-08-12T15:55:02.000Z\",\"2016-08-19T15:55:02.000Z\",\"2016-08-26T15:55:02.000Z\",\"2016-09-02T15:55:02.000Z\",\"2016-09-09T15:55:02.000Z\",\"2016-09-16T15:55:02.000Z\",\"2016-09-23T21:22:14.000Z\",\"2016-10-02T19:16:36.000Z\",\"2016-10-07T15:55:02.000Z\",\"2016-10-14T15:55:02.000Z\",\"2016-10-21T15:55:02.000Z\",\"2016-10-28T15:55:02.000Z\",\"2016-11-05T08:58:54.000Z\",\"2016-11-11T15:55:02.000Z\",\"2016-11-20T02:18:38.000Z\",\"2016-11-25T15:55:02.000Z\",\"2016-12-03T05:34:31.000Z\",\"2016-12-09T15:55:02.000Z\",\"2016-12-16T15:55:02.000Z\",\"2016-12-23T15:55:02.000Z\",\"2016-12-30T15:55:02.000Z\",\"2017-01-07T09:51:17.000Z\",\"2017-01-13T15:55:02.000Z\",\"2017-01-20T15:55:02.000Z\",\"2017-01-27T15:55:02.000Z\",\"2017-02-03T20:03:59.000Z\",\"2017-02-10T15:55:02.000Z\",\"2017-02-17T15:55:02.000Z\",\"2017-02-25T22:33:10.000Z\",\"2017-03-05T16:58:21.000Z\",\"2017-03-10T15:55:02.000Z\",\"2017-03-17T15:55:02.000Z\",\"2017-03-24T15:55:02.000Z\",\"2017-03-31T15:55:02.000Z\",\"2017-04-07T15:55:02.000Z\",\"2017-04-14T15:55:02.000Z\",\"2017-04-21T15:55:02.000Z\",\"2017-04-28T19:24:40.000Z\",\"2017-05-05T15:55:02.000Z\",\"2017-05-12T15:55:02.000Z\",\"2017-05-19T15:55:02.000Z\",\"2017-05-28T15:02:01.000Z\",\"2017-06-02T15:55:02.000Z\",\"2017-06-09T15:55:02.000Z\",\"2017-06-16T15:55:02.000Z\",\"2017-06-24T02:36:15.000Z\",\"2017-06-30T15:55:02.000Z\",\"2017-07-07T19:33:40.000Z\",\"2017-07-14T15:55:02.000Z\",\"2017-07-21T15:55:02.000Z\",\"2017-07-28T15:55:02.000Z\",\"2017-08-04T15:55:02.000Z\",\"2017-08-11T15:55:02.000Z\",\"2017-08-18T15:55:02.000Z\",\"2017-08-25T15:55:02.000Z\",\"2017-09-01T15:55:02.000Z\",\"2017-09-08T15:55:02.000Z\",\"2017-09-15T15:55:02.000Z\",\"2017-09-22T18:17:49.000Z\",\"2017-09-29T15:55:02.000Z\",\"2017-10-06T15:55:02.000Z\",\"2017-10-13T15:55:02.000Z\",\"2017-10-20T15:55:02.000Z\",\"2017-10-27T15:55:02.000Z\",\"2017-11-03T15:55:02.000Z\",\"2017-11-10T15:55:02.000Z\",\"2017-11-17T15:55:02.000Z\",\"2017-11-24T15:55:02.000Z\",\"2017-12-01T15:55:02.000Z\",\"2017-12-08T15:55:02.000Z\",\"2017-12-15T15:57:03.000Z\",\"2017-12-22T15:55:02.000Z\",\"2017-12-29T15:55:02.000Z\",\"2018-01-05T15:55:02.000Z\",\"2018-01-12T15:55:02.000Z\",\"2018-01-19T15:55:02.000Z\",\"2018-01-27T07:45:42.000Z\",\"2018-02-02T15:55:02.000Z\",\"2018-02-09T15:55:02.000Z\",\"2018-02-16T15:55:02.000Z\",\"2018-02-23T15:55:02.000Z\",\"2018-03-02T15:55:02.000Z\",\"2018-03-09T15:55:02.000Z\",\"2018-03-16T15:55:02.000Z\",\"2018-03-23T15:55:02.000Z\",\"2018-03-30T15:55:02.000Z\",\"2018-04-06T15:55:02.000Z\",\"2018-04-13T15:55:02.000Z\",\"2018-04-20T15:55:02.000Z\",\"2018-04-27T15:55:02.000Z\",\"2018-05-04T15:55:02.000Z\",\"2018-05-11T15:55:02.000Z\",\"2018-05-19T10:30:29.000Z\",\"2018-05-27T14:18:23.000Z\",\"2018-06-01T15:55:02.000Z\",\"2018-06-08T15:55:02.000Z\",\"2018-06-15T15:55:02.000Z\",\"2018-06-22T15:55:02.000Z\",\"2018-06-29T15:55:02.000Z\",\"2018-07-06T15:55:02.000Z\",\"2018-07-13T19:42:13.000Z\",\"2018-07-20T15:55:02.000Z\",\"2018-07-27T15:55:02.000Z\",\"2018-08-03T15:55:02.000Z\",\"2018-08-10T15:55:02.000Z\",\"2018-08-17T15:55:02.000Z\",\"2018-08-24T15:55:02.000Z\",\"2018-08-31T15:55:02.000Z\",\"2018-09-07T16:15:36.000Z\",\"2018-09-14T15:55:02.000Z\",\"2018-09-21T15:55:02.000Z\",\"2018-09-28T15:55:02.000Z\",\"2018-10-05T15:55:02.000Z\",\"2018-10-13T07:48:33.000Z\",\"2018-10-19T15:55:02.000Z\",\"2018-10-26T15:55:02.000Z\",\"2018-11-02T15:55:02.000Z\",\"2018-11-09T15:55:02.000Z\",\"2018-11-16T15:55:02.000Z\",\"2018-11-25T13:23:01.000Z\",\"2018-11-30T15:55:02.000Z\",\"2018-12-07T15:55:02.000Z\",\"2018-12-14T15:55:02.000Z\",\"2018-12-21T15:55:02.000Z\",\"2018-12-28T15:55:02.000Z\",\"2019-01-04T15:55:02.000Z\",\"2019-01-11T15:55:02.000Z\",\"2019-01-18T15:55:02.000Z\",\"2019-01-26T01:33:07.000Z\",\"2019-02-01T15:55:02.000Z\",\"2019-02-08T15:55:02.000Z\",\"2019-02-15T15:55:02.000Z\",\"2019-02-22T15:55:02.000Z\",\"2019-03-01T15:55:02.000Z\",\"2019-03-08T15:55:02.000Z\",\"2019-03-15T15:55:02.000Z\",\"2019-03-22T15:55:02.000Z\",\"2019-03-29T15:55:02.000Z\",\"2019-04-05T15:55:02.000Z\",\"2019-04-12T15:55:02.000Z\",\"2019-04-19T15:55:02.000Z\",\"2019-04-26T15:55:02.000Z\",\"2019-05-03T15:55:02.000Z\",\"2019-05-10T15:55:02.000Z\",\"2019-05-17T15:55:02.000Z\",\"2019-05-24T15:55:02.000Z\",\"2019-05-31T15:55:02.000Z\",\"2019-06-07T15:55:02.000Z\",\"2019-06-14T15:55:02.000Z\",\"2019-06-21T15:55:02.000Z\",\"2019-06-28T15:55:02.000Z\",\"2019-07-05T15:55:02.000Z\",\"2019-07-12T15:55:02.000Z\",\"2019-07-19T15:55:02.000Z\",\"2019-07-26T15:55:02.000Z\",\"2019-08-02T15:55:02.000Z\",\"2019-08-09T15:55:02.000Z\",\"2019-08-16T15:55:02.000Z\",\"2019-08-23T15:55:02.000Z\",\"2019-08-30T15:55:02.000Z\",\"2019-09-06T15:55:02.000Z\",\"2019-09-13T15:55:02.000Z\",\"2019-09-20T15:55:02.000Z\",\"2019-09-27T15:55:02.000Z\",\"2019-10-04T15:55:02.000Z\",\"2019-10-11T15:55:02.000Z\",\"2019-10-18T15:55:02.000Z\",\"2019-10-25T15:55:02.000Z\",\"2019-11-01T15:55:02.000Z\",\"2019-11-08T15:55:02.000Z\",\"2019-11-16T21:33:09.000Z\",\"2019-11-22T15:55:02.000Z\",\"2019-11-29T15:55:02.000Z\",\"2019-12-06T15:55:02.000Z\",\"2019-12-13T15:55:02.000Z\",\"2019-12-20T15:55:02.000Z\",\"2019-12-27T15:55:02.000Z\",\"2020-01-03T15:55:02.000Z\",\"2020-01-10T15:55:02.000Z\",\"2020-01-17T15:55:02.000Z\",\"2020-01-24T15:55:02.000Z\",\"2020-01-31T15:55:02.000Z\",\"2020-02-07T15:55:02.000Z\",\"2020-02-14T15:55:02.000Z\",\"2020-02-21T15:55:02.000Z\",\"2020-02-28T15:55:02.000Z\",\"2020-03-06T15:55:02.000Z\",\"2020-03-13T15:55:02.000Z\",\"2020-03-20T15:55:02.000Z\",\"2020-03-27T17:24:03.000Z\",\"2020-04-03T15:55:02.000Z\",\"2020-04-10T16:42:17.000Z\",\"2020-04-17T15:55:02.000Z\",\"2020-04-24T15:55:02.000Z\",\"2020-05-01T15:55:02.000Z\",\"2020-05-08T15:55:02.000Z\",\"2020-05-15T15:55:02.000Z\",\"2020-05-24T12:27:35.000Z\",\"2020-05-29T15:55:02.000Z\",\"2020-06-05T15:55:02.000Z\",\"2020-06-12T15:55:02.000Z\",\"2020-06-19T15:55:02.000Z\",\"2020-06-26T15:55:02.000Z\",\"2020-07-04T14:27:21.000Z\",\"2020-07-10T15:55:02.000Z\",\"2020-07-17T15:55:02.000Z\",\"2020-07-24T15:55:02.000Z\",\"2020-07-31T15:55:02.000Z\",\"2020-08-07T15:55:02.000Z\",\"2020-08-14T15:55:02.000Z\",\"2020-08-21T15:55:02.000Z\",\"2020-08-28T15:55:02.000Z\",\"2020-09-04T15:55:02.000Z\",\"2020-09-11T15:55:02.000Z\",\"2020-09-18T15:55:02.000Z\",\"2020-09-25T15:55:02.000Z\",\"2020-10-03T22:05:33.000Z\",\"2020-10-09T15:55:02.000Z\",\"2020-10-16T15:55:02.000Z\",\"2020-10-23T15:55:02.000Z\",\"2020-10-30T15:55:02.000Z\",\"2020-11-06T15:55:02.000Z\",\"2020-11-13T15:55:02.000Z\",\"2020-11-20T15:55:02.000Z\",\"2020-11-27T15:55:02.000Z\",\"2020-12-05T21:45:04.000Z\",\"2020-12-12T19:59:47.000Z\",\"2020-12-18T15:55:02.000Z\",\"2020-12-25T15:55:02.000Z\",\"2021-01-02T15:16:16.000Z\",\"2021-01-08T15:55:02.000Z\",\"2021-01-16T10:14:47.000Z\",\"2021-01-22T15:55:02.000Z\",\"2021-01-29T15:55:02.000Z\",\"2021-02-05T15:55:02.000Z\",\"2021-02-13T15:04:32.000Z\",\"2021-02-19T15:55:02.000Z\",\"2021-02-26T15:55:02.000Z\",\"2021-03-05T15:55:02.000Z\",\"2021-03-12T16:41:53.000Z\",\"2021-03-19T15:55:02.000Z\",\"2021-03-26T15:55:02.000Z\",\"2021-04-02T15:55:02.000Z\",\"2021-04-09T15:55:02.000Z\",\"2021-04-18T09:17:21.000Z\",\"2021-04-19T22:15:37.000Z\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,16,1,1,1,1,2,1,1,2,1,2,1,1,1,1,1,1,2,3,2,1,3,2,1,1,1,1,1,1,1,3,1,1,2,1,1,1,3,1,1,1,1,2,1,1,1,1,1,1,2,2,1,1,2,1,1,1,10,3,1,1,2,1,5,1,1,1,2,7,1,1,1,1,1,4,2,6,2,1,1,1,4,11,1,1,1,1,1,2,1,2,2,4,2,1,1,2,1,1,1,1,1,2,1,1,1,6,2,1,1,1,2,4,3,1,1,1,1,5,1,3,4,2,2,3,2,3,3,2,1,2,2,7,3,3,1,4,9,6,1,2,1,2,3,2,1,5,3,1,6,8,8,7,3,10,1,15,17,3,5,1,1,2,2,3,3,1,4,4,3,1,4,5,8,5,4,3,13,1,4,9,3,3,1,2,2,1,5,3,4,2,2,1,1,1,1,2,4,1,2,5,1,2,1,1,1,3,6,7,2,1,3,1,8,6,4,4,5,3,3,2,4,7,4,13,3,6,4,1,4,5,3,5,1,1,7,1,2,6,2,1,2,10,5,3,3,2,1,3,4,3,1,1,2,3,4,1,1,1,2,2,2,1,1,1,1,1,1,1,2,2,4,1,1,2,4,11,5,6,2,1,3,1,2,1,1,3,1,2,2,1,2,7,2,4,4,2,2,2,1,1,3,1,1,1,2,2,2,3,4,2,7,2,2,13,4,2,9,2,2,2,3,2,1,3,1,2,1,1,2,1,1,1,1,2,3,1,2,2,1,2,1,1,1,1,1,1,2,1,2,2,1,1,4,1,2,1,1,1,4,2,2,1,1,1,1,1,1,1,1,1,2,2,3,1,1,1,1,1,1,1,2,3,1,2,3,2,2,2,1,2,2,2,1,1,4,1,1,9,1,2,1,1,4,7,1,2,3,1,3,1,1,1,1,1,1,1,5,5,1,1,1,2,1,1,2,3,2,2,2,3,1,3,1,1,2,3,1,1,2,4,1,2,1,2,5,1]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.paho forum.    ID   Subject   Post date   Post author     1840586   Problem connecting mqtt for smart watch   2021-04-19 22:15:37   232014     1840538   Re: Testing MQTT for dot net sample from two windows computer   2021-04-18 09:17:21   231999     1840537   Re: Testing MQTT for dot net sample from two windows computer   2021-04-18 09:17:04   231999     1840536   Re: Testing MQTT for dot net sample from two windows computer   2021-04-18 08:50:57   132006     1840517   Testing MQTT for dot net sample from two windows computer   2021-04-17 09:16:47   231999     1840122   Java paho tls\\_set equivalent like in python   2021-04-07 07:08:29   231908     1839525   Paho in 4DIAC FORTE on Raspberry Pi 4B - won’t initialise   2021-03-23 11:16:14   214320     1839085   Re: control publish rate of generated persistent messages   2021-03-12 16:41:53   231153     1839026   Re: control publish rate of generated persistent messages   2021-03-11 13:56:07   231666     1838912   Re: control publish rate of generated persistent messages   2021-03-09 07:43:35   231639    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 282 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.paho forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107727   Problem connecting mqtt for smart watch   2021-04-19 22:15:37   1840586   0   845     1107706   Testing MQTT for dot net sample from two windows computer   2021-04-18 09:17:21   1840538   3   276     1107584   Java paho tls\\_set equivalent like in python   2021-04-07 07:08:29   1840122   0   1065     1107419   Paho in 4DIAC FORTE on Raspberry Pi 4B - won’t initialise   2021-03-23 11:16:14   1839525   0   1254     1107139   Publish On Azure   2021-03-02 17:01:24   1838630   0   1301     1106961   control publish rate of generated persistent messages   2021-03-12 16:41:53   1839085   3   3934     1106955   TLS 1.3 support with C client   2021-02-13 00:03:40   1838012   0   3730     1106858   Paho Java Client disoconnects and reconnects constantly   2021-02-04 18:30:42   1837723   0   9717     1106620   How to publish N messages per second from paho c publisher   2021-01-16 10:14:47   1836869   0   2578     1106590   MqttAsyncClient connect () infinite loop    2021-01-13 13:14:22   1836764   0   1135      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 116 commits.\n  ID   Name   Time   Result     2016-10-10\\_10-19-27   AndroidNightlyFixTest \\#16   1.476109e+12   SUCCESS     2016-10-10\\_10-17-41   AndroidNightlyFixTest \\#15   1.476109e+12   FAILURE     2016-10-10\\_10-16-29   AndroidNightlyFixTest \\#14   1.476109e+12   FAILURE     2016-10-10\\_10-15-11   AndroidNightlyFixTest \\#13   1.476109e+12   ABORTED     2016-10-10\\_10-03-19   AndroidNightlyFixTest \\#12   1.476108e+12   FAILURE     12   paho-1.2-build \\#12   1.543503e+12   FAILURE     11   paho-1.2-build \\#11   1.543503e+12   FAILURE     10   paho-1.2-build \\#10   1.543502e+12   FAILURE     9   paho-1.2-build \\#9   1.543502e+12   FAILURE     8   paho-1.2-build \\#8   1.543502e+12   FAILURE    // jsData function gvisDataPieChartID1fea79fdfffe () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 4 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 72 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 40 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1fea79fdfffe() { var data = gvisDataPieChartID1fea79fdfffe(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.paho \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1fea79fdfffe') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1fea79fdfffe); })(); function displayChartPieChartID1fea79fdfffe() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 21 commits.\n  Name   Colour   Last build time   Health report     AndroidNightlyFixTest   blue   1.476109e+12   25     paho-1.2-build   red   1.543503e+12   0     paho-c-develop   blue   1.500286e+12   75     paho-c-master   red   1.522937e+12   80     paho-golang-develop   red   1.417710e+12   0     paho-java-build-verify   red   1.594677e+12   0     paho-java-dev-nightly   red   1.607663e+12   60     paho-java-dev-test   red   1.607663e+12   0     paho-java-experimental   blue   1.594680e+12   100     paho-java-master-nightly   aborted   1.618892e+12   35    // jsData function gvisDataPieChartID1fea118f9bf0 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 1 ], [ \u0026ldquo;blue\u0026rdquo;, 8 ], [ \u0026ldquo;red\u0026rdquo;, 12 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID1fea118f9bf0() { var data = gvisDataPieChartID1fea118f9bf0(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.paho \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID1fea118f9bf0') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID1fea118f9bf0); })(); function displayChartPieChartID1fea118f9bf0() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.paho .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Paho   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Paho   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/paho-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for documentation\\_url.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/paho/downloads.php   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.paho   OK. Forum \\[Paho discussion forum\\] correctly defined.\\\\OK: Forum \\[Paho discussion forum\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://wiki.eclipse.org/Paho\\#Quick\\_Start\\_Guides   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.    ","href":"/projects/technology.paho/datasets_report/","title":"technology.paho"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.scout\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.scout.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 2571 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.scout\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\"],[1,9,0,0,4,4,7,1,2,0,0,3,2,6,3,2,0,0,2,3,6,7,5,0,0,7,9,8,2,0,0,0,0,1,1,0,0,1,3,2,1,9,2,1,0,1,4,2,2,1,1,1,0,2,0,0,0,0,0,0,4,1,0,4,2,0,21,1,4,2,7,5,0,0,1,9,10,8,4,0,0,11,0,12,5,1,0,3,11,5,5,6,4,0,0,3,3,7,3,6,0,0,6,0,3,15,11,0,0,19,4,5,1,11,0,0,0,0,4,0,0,0,0,2,0,1,1,4,0,0,10,0,4,2,4,0,0,1,3,1,4,6,0,0,4,2,0,0,0,0,0,0,4,3,9,14,0,0,11,18,13,10,7,0,2,10,15,5,4,2,0,0,2,6,2,0,3,0,0,4,5,4,1,2,0,0,10,1,5,1,3,0,0,2,3,1,5,0,0,0,2,5,7,4,10,0,9,2,2,11,0,8,0,7,11,13,17,10,7,0,0,1,2,0,4,0,0,0,3,1,4,0,8,0,0,7,1,3,0,7,0,0,8,4,0,4,7,0,0,0,0,1,7,9,0,0,1,1,10,2,4,0,0,1,4,4,1,0,0,0,7,1,13,7,2,0,0,5,2,0,1,1,0,0,2,4,0,4,0,0,0,0,4,2,0,0,0,0,2,0,14,0,0,0,0,1,2,4,10,4,0,0,2,3,1,0,0,0,0,1,2,4,1,2,0,0,5,7,3,9,2,0,0,0,2,4,2,5,1,0,6,2,0,6,2,0,0,0,0,12,4,3,0,0,2,5,0,0,4,0,0,3,3,8,5,5,0,0,1,5,2,2,9,0,1,5,4,4,3,2,1,0,0,8,3,6,0,0,0,1,4,3,1,11,0,0,0,1,1,2,0,0,0,0,2,0,4,2,0,0,5,9,10,10,7,0,0,5,6,2,9,8,0,0,3,2,9,4,6,2,0,8,7,3,0,2,0,0,2,14,8,6,0,0,0,8,3,3,3,7,0,2,8,9,9,6,17,0,0,4,5,11,10,6,0,0,14,9,2,1,1,0,0,12,6,3,6,5,2,0,0,10,4,4,14,0,0,10,8,10,0,2,0,0,2,3,3,2,0,0,0,0,2,3,4,4,0,0,4,5,0,6,4,0,1,9,8,6,5,9,0,0,3,8,3,6,3,0,0,5,2,0,5,0,1,0,3,7,3,1,2,0,0,4,9,9,4,6,0,0,0,3,5,5,5,0,0,7,1,8,2,3,0,0,8,5,6,3,9,0,0,3,3,1,5,0,0,0,1,4,3,16,3,0,0,5,4,10,4,21,0,0,2,5,13,30,8,0,0,3,1,2,2,3,0,0,14,2,6,7,6,0,0,0,0,0,3,7,0,0,2,7,5,6,2,0,0,0,12,8,12,3,0,0,12,0,2,0,8,1,0,5,6,3,0,12,0,0,4,3,2,8,5,0,0,4,10,10,4,4,0,0,8,4,0,5,2,0,0,4,12,6,7,8,0,0,2,4,0,4,8,0,0,0,0,0,4,2,0,0,2,8,4,10,3,0,0,3,0,0,2,7,2,0,6,2,0,8,3,0,0,5,1,6,0,3,0,0,3,8,5,2,4,0,0,0,4,3,5,3,0,0,9,14,7,7,2,0,0,12,16,5,7,7,0,1,5,4,7,14,2,0,0,4,5,6,5,8,0,0,0,0,0,1,0,0,1,7,4,1,0,0,0,0,7,1,7,7,2,0,0,10,4,10,6,7,0,0,11,19,0,1,3,0,0,0,9,0,3,4,0,1,3,6,5,2,3,0,0,2,4,3,8,7,0,0,3,5,6,4,1,0,0,2,0,2,0,1,0,3,4,1,2,1,0,0,1,5,2,5,1,4,2,0,8,3,0,0,1,1,1,3,1,1,2,0,0,2,0,5,0,7,2,0,0,1,1,3,0,2,0,0,6,2,2,1,1,1,0,1,0,0,4,2,0,1,1,1,0,1,3,0,0,9,10,7,0,1,0,0,2,1,1,2,2,0,0,0,10,0,0,2,0,0,1,4,1,1,0,0,0,2,2,4,2,0,0,0,5,1,2,0,0,0,1,0,1,0,0,1,0,0,0,1,6,3,0,0,0,0,4,0,7,5,0,0,2,0,0,1,0,0,0,1,1,1,1,8,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,3,2,2,1,2,0,0,1,8,1,4,2,0,0,6,16,6,0,3,0,0,0,6,2,0,3,0,0,3,2,6,2,0,0,0,6,1,4,2,4,0,0,2,3,3,2,0,0,0,2,2,0,1,2,0,0,1,5,3,1,3,0,0,2,1,0,2,0,0,0,4,5,2,1,2,0,0,4,4,4,1,1,0,0,1,3,2,2,3,0,0,2,2,6,5,2,0,0,3,3,1,2,1,0,0,1,1,1,0,0,0,0,4,5,0,3,4,0,0,4,3,1,5,0,0,0,2,4,4,6,2,0,0,3,2,2,1,3,0,0,0,0,0,0,0,0,0,0,2,2,1,2,0,1,5,5,1,5,7,1,0,3,3,1,2,4,0,0,2,7,9,4,5,0,0,5,6,2,4,1,0,0,3,3,3,0,0,0,0,2,3,9,4,8,0,0,7,14,12,10,12,6,1,6,8,6,12,6,0,0,6,8,12,4,6,0,0,9,3,8,13,4,0,2,5,3,4,8,7,0,0,1,3,5,8,6,1,2,0,10,6,7,6,0,1,4,4,6,6,3,0,1,3,3,2,5,0,0,0,3,3,3,3,5,0,1,7,8,6,1,5,0,0,5,9,7,8,9,0,0,4,3,3,9,11,0,0,6,9,11,21,23,1,0,4,12,14,3,0,0,3,2,18,16,14,14,0,0,0,5,13,12,12,0,0,3,7,5,1,16,0,0,6,3,7,5,3,0,0,12,4,11,2,8,0,1,4,6,6,10,6,0,0,6,2,5,0,2,0,0,1,11,2,8,11,0,0,5,6,5,4,5,0,0,8,3,2,12,8,0,2,6,8,7,12,8,3,0,6,9,6,3,7,0,0,7,6,5,9,6,0,0,9,6,3,10,2,0,0,4,9,5,2,7,0,0,3,10,7,10,12,0,0,1,6,9,4,7,0,0,9,2,14,2,8,0,0,7,10,7,4,15,0,0,6,5,13,6,1,0,0,12,32,4,5,26,0,0,1,11,2,6,8,0,0,10,6,10,9,7,8,0,15,8,20,11,12,2,0,10,11,9,6,10,0,0,21,21,12,19,27,0,0,8,12,7,54,31,1,0,24,11,10,27,21,0,0,31,21,30,9,6,1,4,8,7,0,0,0,0,0,2,2,2,6,0,0,0,21,12,11,14,20,0,1,14,20,6,19,18,0,0,17,20,8,16,8,0,0,11,12,10,19,9,0,0,12,14,15,12,14,0,0,18,18,36,21,5,0,1,15,17,17,18,27,0,0,19,24,44,45,25,5,4,25,19,6,12,24,0,2,20,31,34,18,26,0,0,25,27,27,26,30,0,7,38,36,14,28,18,2,1,26,27,20,31,6,0,0,0,24,15,38,32,0,8,12,40,24,16,24,0,0,29,23,26,13,29,0,0,23,25,20,28,10,3,0,26,22,7,20,10,0,0,27,26,37,6,13,0,0,27,30,14,22,16,0,0,4,18,17,39,19,0,4,22,12,20,17,12,0,1,16,19,20,20,22,0,1,10,36,19,25,26,0,0,22,28,27,28,30,2,1,27,39,41,42,35,0,0,37,30,28,31,33,0,0,43,22,37,23,18,0,4,13,28,15,30,16,0,0,6,24,13,24,18,0,0,17,25,28,29,28,2,0,14,19,17,28,22,0,0,23,5,33,31,32,0,0,23,20,28,16,17,0,3,18,26,12,13,10,0,2,13,18,19,15,21,0,0,25,19,14,11,10,0,0,12,18,18,23,11,1,0,6,10,11,19,14,0,0,12,8,14,18,11,0,0,22,12,9,17,26,0,0,27,15,23,24,20,0,0,26,34,8,35,16,2,0,26,12,18,29,27,0,0,25,14,12,11,16,0,1,26,19,16,12,12,0,2,26,35,28,19,13,0,0,22,20,17,23,15,0,0,14,14,27,10,17,0,1,20,25,24,16,14,0,1,19,21,14,1,0,3,1,6,0,1,0,0,0,3,13,16,17,11,23,0,0,21,31,27,21,19,0,3,12,12,15,7,17,0,0,16,9,22,7,27,0,0,17,18,13,11,5,0,5,14,12,13,15,15,0,0,8,12,13,13,13,0,0,9,7,14,7,8,0,0,6,10,4,13,3,0,0,13,9,15,15,3,0,0,14,7,11,12,8,1,0,13,10,11,6,0,0,0,0,11,8,11,11,0,0,5,18,4,9,19,0,0,9,7,20,15,6,0,0,3,12,9,8,8,1,0,13,18,17,19,13,0,0,11,8,10,0,4,0,0,12,8,6,2,10,0,0,0,8,7,9,0,0,0,8,1,7,0,9,0,0,6,14,8,6,6,0,0,12,8,7,6,4,0,0,6,3,6,7,11,0,0,4,5,3,8,5,0,0,1,4,3,6,8,0,0,5,10,8,11,10,0,0,4,12,6,17,17,0,0,11,14,3,2,8,0,0,8,4,6,5,16,0,1,0,7,14,11,21,0,0,4,13,7,14,10,0,0,11,7,11,7,9,0,0,16,13,12,17,23,1,2,15,8,14,14,21,0,0,9,14,10,18,15,0,0,5,14,6,9,19,0,0,2,8,5,3,14,0,0,5,3,9,11,15,0,0,3,6,6,4,8,0,0,14,5,7,5,16,0,0,6,12,5,18,24,0,0,3,5,2,6,8,0,0,8,3,11,8,13,0,3,19,7,10,7,13,0,0,12,11,5,0,6,0,0,10,6,8,0,8,0,0,6,7,10,19,8,0,0,12,2,8,4,9,0,0,9,4,5,1,0,0,0,4,11,15,7,5,0,0,0,0,1,3,0,0,0,0,8,8,9,12,0,0,7,21,11,7,3,0,0,11,4,14,13,7,0,2,12,13,19,10,8,1,0,16,5,8,7,3,0,0,6,9,12,6,2,0,0,13,11,13,15,7,0,0,7,8,21,11,6,0,0,7,7,10,10,7,0,0,6,13,8,6,12,0,0,21,8,17,22,5,0,0,17,11,3,7,2,0,0,4,1,2,4,5,0,0,16,9,18,21,5,0,0,14,9,4,11,0,0,0,2,19,11,24,26,0,0,11,8,15,17,17,0,0,7,6,5,12,14,0,0,11,9,12,17,12,0,0,8,14,18,21,22,0,0,11,8,11,0,5,0,0,7,4,10,22,13,0,0,1,6,12,12,22,0,0,30,10,9,9,4,0,0,1,17,8,0,1,0,0,2,4,12,7,4,0,0,7,5,24,9,3,0,0,12,7,17,15,16,0,0,14,10,5,17,10,0,0,0,7,4,19,15,0,0,24,0,5,13,10,0,0,9,25,6,7,12,0,0,11,22,30,11,8,0,0,9,21,9,6,16,0,0,2,9,20,29,22,0,0,19,7,15,14,9,0,0,12,11,9,3,4,0,0,1,0,12,21,9,0,0,2,0,5,13,11,0,0,22,11,9,11,2,0,0,7,15,17,17,6,0,0,5,3,3,5,1,1,0,2,8,4,10,2,0,0,8,7,10,17,10,0,0,2,7,11,5,4,0,0,19,7,3,4,6,0,0,6,5,4,11,13,0,0,6,4,8,6,3,0,0,13,2,5,4,8,0,0,6,6,15,7,5,0,0,15,2,6,4,12,0,0,0,0,9,8,9,0,0,0,0,7,9,9,0,0,6,9,9,14,2,0,0,15,10,6,11,5,0,6,3,6,11,12,5,0,0,8,6,11,6,10,0,0,1,2,4,6,13,0,0,6,3,8,6,4,0,0,15,9,5,8,7,0,0,7,4,10,13,14,0,0,2,8,2,13,13,0,1,18,18,11,14,11,1,0,12,4,5,10,7,0,0,8,9,4,9,5,0,0,0,5,7,16,14,0,0,7,9,13,14,11,0,0,10,6,8,5,8,0,0,4,4,10,11,4,0,0,3,4,9,9,9,0,0,6,5,11,19,0,0,0,11,11,5,12,4,0,0,1,9,6,10,4,0,0,12,7,9,3,5,0,0,0,8,15,2,7,0,1,7,5,3,11,12,0,0,14,4,7,5,7,0,0,3,2,9,12,6,0,0,2,4,3,3,4,0,0,1,0,1,0,1,0,0,2,8,5,4,3,0,0,2,5,2,5,6,0,0,4,0,4,2,8,0,0,3,4,5,2,4,0,0,3,3,5,5,3,0,0,1,2,3,3,4,0,0,5,1,4,2,3,0,0,4,1,3,1,12,0,0,0,7,17,3,0,0,0,0,4,4,0,2,0,0,6,8,5,13,15,0,0,1,0,14,4,6,0,0,5,2,0,4,2,0,0,4,9,14,16,14,0,0,13,5,7,4,9,1,0,15,4,9,4,7,0,0,6,6,12,1,6,0,0,1,8,16,6,7,0,0,2,3,0,2,7,0,0,6,7,0,13,5,0,1,0,5,4,4,3,0,0,3,4,2,3,0,0,0,10,12,12,6,3,0,0,0,0,0,3,0,0,0,0,0,0,4,3,0,0,7,6,11,16,7,0,0,8,11,6,9,9,0,1,3,8,16,5,10,0,0,12,3,6,2,6,0,0,6,13,10,13,5,1,5,15,16,20,15,7,0,0,4,5,11,14,6,0,0,12,14,11,6,22,0,0,19,13,5,16,17,0,1,14,20,28,11,7,0,0,13,14,15,21,11,0,0,1,7,17,23,17,0,0,9,2,5,18,8,0,0,7,18,14,17,20,0,0,11,11,14,19,0,0,0,0,0,21,2,8,6,0,0,12,5,19,3,0,0,8,0,15,11,13,0,0,5,10,20,16,26,0,1,8,10,13,5,5,0,0,12,10,11,0,0,0,0,3,12,3,19,17,0,0,1,7,8,4,4,0,0,10,16,14,1,11,0,0,7,6,8,12,12,0,0,16,4,16,13,3,0,0,5,6,6,2,7,0,0,12,7,9,2,7,0,0,4,9,1,6,2,0,0,2,5,14,0,10,0,1,17,10,6,2,3,5,1,9,2,5,3,9,0,0,5,3,5,7,4,0,0,7,12,18,12,13,1,0,17,16,7,13,19,13,11,20,18,2,7,2,10,10,11,8,15,13,9,3,0,5,0,17,14,12,0,0,18,18,14,5,9,1,0,4,7,5,10,8,0,0,15,5,5,3,7,0,0,11,7,14,23,4,0,0,8,6,5,7,34,20,4,9,8,14,27,5,1,0,1,11,6,11,3,1,0,2,11,16,8,10,0,0,7,12,8,11,4,0,0,8,15,14,9,1,0,0,7,15,4,6,6,0,0,2,15,3,3,6,0,0,3,0,0,0,0,0,0,0,0,0,0,7,0,0,0,4,2,9,8,0,0,10,7,13,10,12,0,0,2,15,10,6,2,0,0,4,11,7,16,4,0,0,5,6,12,11,3,0,0,17,9,5,7,7,0,0,5,15,12,7,0,0,0,6,15,6,8,2,0,0,1,11,3,15,2,0,0,8,2,8,5,4,0,0,6,7,3,7,14,1,0,7,10,8,13,8,0,0,9,1,9,10,8,0,0,9,7,3,5,0,0,0,2,4,11,4,2,5,0,14,13,3,3,5,2,0,0,5,7,18,2,0,0,1,0,3,7,6,0,0,11,2,4,2,5,2,0,1,2,9,0,1,0,1,2,5,8,3,7,0,0,0,2,1,6,4,0,0,4,4,4,0,0,0,0,2,13,1,0,4,0,0,6,6,2,8,7,0,0,3,5,1,2,3,0,0,2,0,0,0,0,0,0,5,0,4,3,1,0,0,0,7,1,3,1,3,2,2,3,7,3,1,0,0,2,1,2,2,2,0,0,2,2,3,3,0,0,0,7,3,2,4,0,0,0,0,0,6,2,3,0,0,1,4,2,9,1,0,0,8,3,3,3,1,0,0,4,5,9,6,4,0,0,2,2,2,4,9,2,0,4,1,2,2,9,0,0,0,7,0,8,5,1,0,0,5,6,2,1,0,0,6,2,4,2,12,0,0,1,9,1,9,17,0,0,2,5,4,4,9,0,0,3,1,1,4,0,0,0,2,7,2,4,4,0,0,2,3,2,7,4,0,0,2,5,7,7,0,0,0,7,5,4,6,0,2,0,1,3,3,5,0,0,0,2,8,2,0,0,0,0,2,0,0,0,0,0,1,6,7,8,10,3,0,0,2,4,2,4,4,0,0,1,3,9,6,5,2,0,11,1,10,6,6,0,0,6,8,5,5,4,0,0,3,2,7,2,3,0,0,0,4,0,2,12,0,0,0,7,8,0,8,0,0,7,3,10,4,6,0,0,1,0,1,13,2,0,0,4,7,4,5,6,0,0,1,0,2,0,2,0,0,3,5,8,0,0,0,0,0,0,6,3,4,0,0,0,10,8,1,6,0,0,3,1,1,1,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 135195 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 1988 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 9 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 905 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.scout\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\"],[1,0,1,0,0,3,0,0,1,1,119,36,19,39,35,41,40,20,29,40,51,30,33,50,39,47,37,37,38,40,51,45,51,27,50,26,25,37,42,71,63,42,56,26,32,38,33,39,36,26,27,37,28,30,30,19,12,12,11,8,7,9,7,8,7,3,1,3,4,4,7,1,1,1,4,0,0,1,1,3,2,0,0,0,0,3,1,4,3,3,1,3,0,1,1,3,1,0,1,0,1,3,2,0,0,0,1,0,1,2,0,0,2,0,0,0,2,2,2,1,1,2,1,2,1,0,0,0,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 13 weeks.\n// jsData function gvisDataColumnChartID20743e5d0ce6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 487 ], [ \"3.8.0\", 374 ], [ \"4.0.0\", 333 ], [ \"3.10.0\", 257 ], [ \"3.7.0\", 248 ], [ \"3.9.0\", 173 ], [ \"6.0.0\", 44 ], [ \"5.0.0\", 35 ], [ \"7.0.0\", 12 ], [ \"9.0.0\", 12 ], [ \"8.0.0\", 6 ], [ \"10.0\", 5 ], [ \"11.0\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID20743e5d0ce6() { var data = gvisDataColumnChartID20743e5d0ce6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID20743e5d0ce6') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 3 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID2074285571d7 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Scout\", 1658 ], [ \"Scout SDK\", 299 ], [ \"Scout Docs\", 31 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID2074285571d7() { var data = gvisDataColumnChartID2074285571d7(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID2074285571d7') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 7437 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.scout\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2010-02-17T00:08:08.000Z\",\"2010-02-24T00:08:08.000Z\",\"2010-03-06T14:44:16.000Z\",\"2010-03-10T21:54:41.000Z\",\"2010-03-20T11:23:17.000Z\",\"2010-03-25T18:01:01.000Z\",\"2010-03-31T00:08:08.000Z\",\"2010-04-09T15:08:26.000Z\",\"2010-04-14T00:08:08.000Z\",\"2010-04-25T18:45:09.000Z\",\"2010-04-28T00:08:08.000Z\",\"2010-05-07T11:36:05.000Z\",\"2010-05-13T19:20:06.000Z\",\"2010-05-23T08:03:51.000Z\",\"2010-05-26T00:08:08.000Z\",\"2010-06-04T22:13:48.000Z\",\"2010-06-09T00:08:08.000Z\",\"2010-06-16T00:08:08.000Z\",\"2010-06-23T00:08:08.000Z\",\"2010-07-03T01:35:19.000Z\",\"2010-07-07T12:30:12.000Z\",\"2010-07-14T00:08:08.000Z\",\"2010-07-21T00:08:08.000Z\",\"2010-07-30T06:41:07.000Z\",\"2010-08-04T00:08:08.000Z\",\"2010-08-11T00:08:08.000Z\",\"2010-08-18T00:08:08.000Z\",\"2010-08-25T00:08:08.000Z\",\"2010-09-01T00:08:08.000Z\",\"2010-09-08T00:08:08.000Z\",\"2010-09-15T00:08:08.000Z\",\"2010-09-22T08:19:26.000Z\",\"2010-09-29T00:08:08.000Z\",\"2010-10-10T13:49:48.000Z\",\"2010-10-15T22:52:03.000Z\",\"2010-10-20T00:08:08.000Z\",\"2010-10-27T00:08:08.000Z\",\"2010-11-03T00:08:08.000Z\",\"2010-11-10T00:08:08.000Z\",\"2010-11-17T00:08:08.000Z\",\"2010-11-24T00:08:08.000Z\",\"2010-12-04T13:00:25.000Z\",\"2010-12-08T00:08:08.000Z\",\"2010-12-17T12:24:05.000Z\",\"2010-12-22T00:08:08.000Z\",\"2010-12-29T00:08:08.000Z\",\"2011-01-05T12:51:35.000Z\",\"2011-01-16T07:01:07.000Z\",\"2011-01-19T00:08:08.000Z\",\"2011-01-26T16:33:00.000Z\",\"2011-02-02T00:08:08.000Z\",\"2011-02-13T12:10:09.000Z\",\"2011-02-16T00:08:08.000Z\",\"2011-02-23T00:08:08.000Z\",\"2011-03-02T00:08:08.000Z\",\"2011-03-09T00:08:08.000Z\",\"2011-03-16T00:08:08.000Z\",\"2011-03-23T00:08:08.000Z\",\"2011-03-30T19:57:24.000Z\",\"2011-04-06T00:08:08.000Z\",\"2011-04-13T00:08:08.000Z\",\"2011-04-20T00:08:08.000Z\",\"2011-04-29T22:10:59.000Z\",\"2011-05-04T00:08:08.000Z\",\"2011-05-15T21:50:22.000Z\",\"2011-05-18T00:08:08.000Z\",\"2011-05-27T17:25:16.000Z\",\"2011-06-05T09:25:52.000Z\",\"2011-06-08T18:26:00.000Z\",\"2011-06-17T21:43:16.000Z\",\"2011-06-22T17:04:48.000Z\",\"2011-07-01T19:38:48.000Z\",\"2011-07-06T17:35:35.000Z\",\"2011-07-16T20:48:32.000Z\",\"2011-07-20T09:45:57.000Z\",\"2011-07-27T15:01:36.000Z\",\"2011-08-07T14:04:14.000Z\",\"2011-08-12T21:27:34.000Z\",\"2011-08-21T13:15:02.000Z\",\"2011-08-26T16:57:21.000Z\",\"2011-09-03T15:32:07.000Z\",\"2011-09-11T13:27:19.000Z\",\"2011-09-17T16:52:57.000Z\",\"2011-09-23T19:09:45.000Z\",\"2011-09-29T10:40:42.000Z\",\"2011-10-05T00:08:08.000Z\",\"2011-10-16T23:40:33.000Z\",\"2011-10-23T12:56:02.000Z\",\"2011-10-30T20:34:30.000Z\",\"2011-11-02T14:18:10.000Z\",\"2011-11-13T17:18:30.000Z\",\"2011-11-20T13:12:37.000Z\",\"2011-11-27T09:14:35.000Z\",\"2011-12-04T19:54:04.000Z\",\"2011-12-10T15:16:04.000Z\",\"2011-12-18T17:25:14.000Z\",\"2011-12-24T14:18:39.000Z\",\"2011-12-31T09:43:20.000Z\",\"2012-01-08T21:07:34.000Z\",\"2012-01-15T14:13:15.000Z\",\"2012-01-21T22:13:15.000Z\",\"2012-01-29T21:53:10.000Z\",\"2012-02-05T12:50:21.000Z\",\"2012-02-08T00:08:08.000Z\",\"2012-02-17T12:49:15.000Z\",\"2012-02-25T12:20:49.000Z\",\"2012-03-02T09:10:45.000Z\",\"2012-03-09T17:09:03.000Z\",\"2012-03-15T21:57:03.000Z\",\"2012-03-24T11:55:32.000Z\",\"2012-03-30T05:39:40.000Z\",\"2012-04-07T13:31:58.000Z\",\"2012-04-13T09:19:48.000Z\",\"2012-04-18T00:08:08.000Z\",\"2012-04-27T17:28:24.000Z\",\"2012-05-02T00:08:08.000Z\",\"2012-05-11T17:29:22.000Z\",\"2012-05-16T05:50:40.000Z\",\"2012-05-26T10:46:56.000Z\",\"2012-06-01T07:58:41.000Z\",\"2012-06-09T07:32:04.000Z\",\"2012-06-13T00:08:08.000Z\",\"2012-06-22T05:32:20.000Z\",\"2012-07-01T16:54:51.000Z\",\"2012-07-08T14:05:37.000Z\",\"2012-07-14T11:17:44.000Z\",\"2012-07-22T15:39:09.000Z\",\"2012-07-27T15:06:26.000Z\",\"2012-08-04T10:12:42.000Z\",\"2012-08-09T16:29:40.000Z\",\"2012-08-18T09:22:04.000Z\",\"2012-08-26T15:21:54.000Z\",\"2012-08-31T21:03:03.000Z\",\"2012-09-09T19:20:44.000Z\",\"2012-09-16T19:38:37.000Z\",\"2012-09-23T19:55:45.000Z\",\"2012-09-29T21:49:40.000Z\",\"2012-10-07T21:45:35.000Z\",\"2012-10-14T16:08:04.000Z\",\"2012-10-21T15:25:24.000Z\",\"2012-10-28T09:18:53.000Z\",\"2012-11-04T19:53:47.000Z\",\"2012-11-11T20:32:07.000Z\",\"2012-11-18T18:59:51.000Z\",\"2012-11-25T13:38:58.000Z\",\"2012-12-02T14:58:43.000Z\",\"2012-12-05T23:58:33.000Z\",\"2012-12-16T00:42:36.000Z\",\"2012-12-23T11:19:18.000Z\",\"2012-12-30T13:01:40.000Z\",\"2013-01-05T08:53:42.000Z\",\"2013-01-11T11:41:40.000Z\",\"2013-01-20T21:57:26.000Z\",\"2013-01-25T08:07:17.000Z\",\"2013-02-03T15:12:30.000Z\",\"2013-02-08T17:20:00.000Z\",\"2013-02-14T08:09:18.000Z\",\"2013-02-24T17:06:31.000Z\",\"2013-03-03T20:02:10.000Z\",\"2013-03-10T11:47:11.000Z\",\"2013-03-16T13:11:02.000Z\",\"2013-03-22T21:04:06.000Z\",\"2013-03-29T11:56:17.000Z\",\"2013-04-06T08:14:44.000Z\",\"2013-04-14T21:08:37.000Z\",\"2013-04-19T04:33:55.000Z\",\"2013-04-25T05:19:04.000Z\",\"2013-05-05T15:55:06.000Z\",\"2013-05-12T18:19:17.000Z\",\"2013-05-18T23:14:26.000Z\",\"2013-05-26T17:44:34.000Z\",\"2013-05-31T16:05:30.000Z\",\"2013-06-09T13:36:05.000Z\",\"2013-06-16T10:33:50.000Z\",\"2013-06-22T09:11:42.000Z\",\"2013-06-29T10:29:36.000Z\",\"2013-07-07T14:22:39.000Z\",\"2013-07-12T13:38:45.000Z\",\"2013-07-21T15:46:48.000Z\",\"2013-07-27T15:41:06.000Z\",\"2013-08-04T18:39:37.000Z\",\"2013-08-10T05:48:26.000Z\",\"2013-08-18T09:48:10.000Z\",\"2013-08-25T15:52:15.000Z\",\"2013-09-01T22:28:32.000Z\",\"2013-09-07T14:22:57.000Z\",\"2013-09-15T17:51:33.000Z\",\"2013-09-20T10:44:47.000Z\",\"2013-09-28T11:07:17.000Z\",\"2013-10-06T12:17:16.000Z\",\"2013-10-13T12:27:38.000Z\",\"2013-10-18T12:20:20.000Z\",\"2013-10-27T12:35:54.000Z\",\"2013-11-03T19:16:59.000Z\",\"2013-11-10T15:26:04.000Z\",\"2013-11-17T02:47:36.000Z\",\"2013-11-22T14:43:00.000Z\",\"2013-11-29T20:06:48.000Z\",\"2013-12-06T11:18:15.000Z\",\"2013-12-13T13:19:34.000Z\",\"2013-12-21T10:47:33.000Z\",\"2013-12-29T17:57:57.000Z\",\"2014-01-05T13:21:46.000Z\",\"2014-01-12T00:40:59.000Z\",\"2014-01-19T18:53:06.000Z\",\"2014-01-26T21:13:04.000Z\",\"2014-01-31T14:01:25.000Z\",\"2014-02-07T15:30:45.000Z\",\"2014-02-14T17:38:27.000Z\",\"2014-02-21T13:36:58.000Z\",\"2014-02-28T12:39:11.000Z\",\"2014-03-07T17:57:35.000Z\",\"2014-03-15T14:19:29.000Z\",\"2014-03-22T13:37:00.000Z\",\"2014-03-28T16:42:23.000Z\",\"2014-04-05T10:24:44.000Z\",\"2014-04-13T18:25:17.000Z\",\"2014-04-18T17:34:12.000Z\",\"2014-04-23T19:21:15.000Z\",\"2014-05-04T17:59:39.000Z\",\"2014-05-10T11:50:03.000Z\",\"2014-05-17T14:11:05.000Z\",\"2014-05-23T09:43:52.000Z\",\"2014-05-30T16:02:39.000Z\",\"2014-06-06T04:55:58.000Z\",\"2014-06-13T13:57:08.000Z\",\"2014-06-19T04:16:44.000Z\",\"2014-06-29T21:44:22.000Z\",\"2014-07-06T20:14:09.000Z\",\"2014-07-13T18:18:37.000Z\",\"2014-07-18T14:54:25.000Z\",\"2014-07-26T09:29:40.000Z\",\"2014-08-02T15:15:11.000Z\",\"2014-08-08T05:46:01.000Z\",\"2014-08-17T16:09:38.000Z\",\"2014-08-22T13:03:38.000Z\",\"2014-08-30T07:24:27.000Z\",\"2014-09-05T10:03:10.000Z\",\"2014-09-14T19:38:27.000Z\",\"2014-09-21T16:11:17.000Z\",\"2014-09-28T16:41:21.000Z\",\"2014-10-03T13:21:22.000Z\",\"2014-10-12T11:20:10.000Z\",\"2014-10-18T07:12:51.000Z\",\"2014-10-24T13:07:35.000Z\",\"2014-11-01T18:32:14.000Z\",\"2014-11-07T14:48:55.000Z\",\"2014-11-13T14:35:54.000Z\",\"2014-11-23T09:51:51.000Z\",\"2014-11-29T10:53:55.000Z\",\"2014-12-05T13:46:36.000Z\",\"2014-12-14T19:06:41.000Z\",\"2014-12-21T06:46:55.000Z\",\"2014-12-28T15:52:15.000Z\",\"2015-01-04T19:39:36.000Z\",\"2015-01-11T15:22:17.000Z\",\"2015-01-18T15:32:48.000Z\",\"2015-01-25T04:42:26.000Z\",\"2015-02-01T14:47:29.000Z\",\"2015-02-08T14:30:28.000Z\",\"2015-02-15T10:46:33.000Z\",\"2015-02-21T22:48:41.000Z\",\"2015-03-01T09:47:13.000Z\",\"2015-03-07T17:51:40.000Z\",\"2015-03-14T04:12:00.000Z\",\"2015-03-22T07:51:05.000Z\",\"2015-03-28T04:10:43.000Z\",\"2015-04-04T21:20:24.000Z\",\"2015-04-12T12:23:12.000Z\",\"2015-04-16T09:10:58.000Z\",\"2015-04-26T20:35:05.000Z\",\"2015-04-30T18:48:14.000Z\",\"2015-05-10T10:32:36.000Z\",\"2015-05-17T08:20:01.000Z\",\"2015-05-24T09:21:13.000Z\",\"2015-05-30T12:10:56.000Z\",\"2015-06-04T07:00:19.000Z\",\"2015-06-13T12:35:28.000Z\",\"2015-06-19T13:23:06.000Z\",\"2015-06-27T13:21:19.000Z\",\"2015-07-03T15:24:16.000Z\",\"2015-07-11T20:54:03.000Z\",\"2015-07-17T05:17:17.000Z\",\"2015-07-25T12:33:02.000Z\",\"2015-07-30T14:02:40.000Z\",\"2015-08-07T07:10:51.000Z\",\"2015-08-15T12:01:04.000Z\",\"2015-08-19T08:07:08.000Z\",\"2015-08-27T13:24:07.000Z\",\"2015-09-06T16:40:27.000Z\",\"2015-09-11T11:33:20.000Z\",\"2015-09-20T08:37:40.000Z\",\"2015-09-27T10:50:34.000Z\",\"2015-10-04T13:29:19.000Z\",\"2015-10-08T09:14:12.000Z\",\"2015-10-16T13:55:46.000Z\",\"2015-10-25T07:49:45.000Z\",\"2015-10-31T05:35:39.000Z\",\"2015-11-08T18:23:59.000Z\",\"2015-11-15T19:02:21.000Z\",\"2015-11-21T19:50:57.000Z\",\"2015-11-29T12:24:17.000Z\",\"2015-12-06T09:22:06.000Z\",\"2015-12-13T12:45:02.000Z\",\"2015-12-18T16:34:54.000Z\",\"2015-12-26T10:41:06.000Z\",\"2015-12-30T08:48:12.000Z\",\"2016-01-08T12:41:49.000Z\",\"2016-01-17T18:33:16.000Z\",\"2016-01-22T09:06:35.000Z\",\"2016-01-31T18:32:01.000Z\",\"2016-02-06T11:24:56.000Z\",\"2016-02-12T16:58:47.000Z\",\"2016-02-21T14:18:20.000Z\",\"2016-02-28T20:46:30.000Z\",\"2016-03-04T13:34:56.000Z\",\"2016-03-13T10:49:15.000Z\",\"2016-03-20T17:02:20.000Z\",\"2016-03-26T11:04:37.000Z\",\"2016-04-03T13:12:36.000Z\",\"2016-04-09T19:00:04.000Z\",\"2016-04-16T13:36:24.000Z\",\"2016-04-20T06:53:07.000Z\",\"2016-04-29T14:44:37.000Z\",\"2016-05-06T13:22:04.000Z\",\"2016-05-15T14:21:53.000Z\",\"2016-05-21T18:09:25.000Z\",\"2016-05-29T11:30:35.000Z\",\"2016-06-02T13:20:51.000Z\",\"2016-06-12T09:31:31.000Z\",\"2016-06-18T15:17:18.000Z\",\"2016-06-22T04:49:45.000Z\",\"2016-07-01T09:30:11.000Z\",\"2016-07-08T15:59:56.000Z\",\"2016-07-15T07:19:15.000Z\",\"2016-07-21T21:56:05.000Z\",\"2016-07-30T11:08:28.000Z\",\"2016-08-05T20:24:04.000Z\",\"2016-08-14T21:23:20.000Z\",\"2016-08-20T15:41:31.000Z\",\"2016-08-24T00:08:08.000Z\",\"2016-09-03T07:18:24.000Z\",\"2016-09-08T09:52:30.000Z\",\"2016-09-17T12:11:01.000Z\",\"2016-09-24T16:55:06.000Z\",\"2016-09-30T13:19:24.000Z\",\"2016-10-07T11:28:21.000Z\",\"2016-10-16T20:27:43.000Z\",\"2016-10-23T16:52:01.000Z\",\"2016-10-29T17:31:07.000Z\",\"2016-11-03T10:45:19.000Z\",\"2016-11-12T02:25:39.000Z\",\"2016-11-20T11:24:08.000Z\",\"2016-11-25T08:48:05.000Z\",\"2016-12-04T17:39:16.000Z\",\"2016-12-09T17:42:20.000Z\",\"2016-12-16T08:43:02.000Z\",\"2016-12-23T09:51:26.000Z\",\"2017-01-01T14:08:23.000Z\",\"2017-01-07T07:04:51.000Z\",\"2017-01-15T10:46:39.000Z\",\"2017-01-22T09:50:30.000Z\",\"2017-01-29T15:42:38.000Z\",\"2017-02-03T16:48:21.000Z\",\"2017-02-12T23:31:29.000Z\",\"2017-02-17T12:14:12.000Z\",\"2017-02-23T10:38:01.000Z\",\"2017-03-03T07:34:05.000Z\",\"2017-03-11T18:19:05.000Z\",\"2017-03-17T13:17:43.000Z\",\"2017-03-25T11:55:11.000Z\",\"2017-03-31T15:51:33.000Z\",\"2017-04-08T00:50:56.000Z\",\"2017-04-13T08:02:35.000Z\",\"2017-04-20T13:21:38.000Z\",\"2017-04-28T18:57:18.000Z\",\"2017-05-04T12:25:45.000Z\",\"2017-05-13T13:41:02.000Z\",\"2017-05-21T13:36:44.000Z\",\"2017-05-27T17:47:57.000Z\",\"2017-06-04T15:54:46.000Z\",\"2017-06-09T20:24:20.000Z\",\"2017-06-17T22:15:19.000Z\",\"2017-06-23T07:00:08.000Z\",\"2017-06-28T09:58:09.000Z\",\"2017-07-09T09:52:11.000Z\",\"2017-07-14T18:00:09.000Z\",\"2017-07-21T12:40:27.000Z\",\"2017-07-27T15:50:11.000Z\",\"2017-08-02T00:08:08.000Z\",\"2017-08-10T16:38:33.000Z\",\"2017-08-16T15:59:26.000Z\",\"2017-08-24T06:20:06.000Z\",\"2017-08-30T00:08:08.000Z\",\"2017-09-07T15:14:26.000Z\",\"2017-09-13T00:08:08.000Z\",\"2017-09-22T09:54:42.000Z\",\"2017-09-29T13:12:35.000Z\",\"2017-10-08T18:24:11.000Z\",\"2017-10-13T15:34:06.000Z\",\"2017-10-22T20:57:14.000Z\",\"2017-10-27T19:50:41.000Z\",\"2017-11-05T09:29:29.000Z\",\"2017-11-12T18:23:48.000Z\",\"2017-11-19T14:46:45.000Z\",\"2017-11-24T08:36:12.000Z\",\"2017-12-01T09:18:29.000Z\",\"2017-12-06T00:08:08.000Z\",\"2017-12-15T10:35:12.000Z\",\"2017-12-24T17:58:01.000Z\",\"2017-12-27T00:08:08.000Z\",\"2018-01-05T16:41:42.000Z\",\"2018-01-10T00:08:08.000Z\",\"2018-01-19T15:27:19.000Z\",\"2018-01-27T13:42:24.000Z\",\"2018-01-31T00:08:08.000Z\",\"2018-02-07T08:33:03.000Z\",\"2018-02-14T11:46:13.000Z\",\"2018-02-24T16:51:42.000Z\",\"2018-02-28T07:48:41.000Z\",\"2018-03-11T06:08:49.000Z\",\"2018-03-17T18:03:26.000Z\",\"2018-03-23T05:15:42.000Z\",\"2018-03-28T08:56:54.000Z\",\"2018-04-04T00:08:08.000Z\",\"2018-04-11T00:08:08.000Z\",\"2018-04-18T00:08:08.000Z\",\"2018-04-25T00:08:08.000Z\",\"2018-05-03T04:58:18.000Z\",\"2018-05-09T04:04:05.000Z\",\"2018-05-19T22:27:53.000Z\",\"2018-05-23T00:08:08.000Z\",\"2018-05-30T00:08:08.000Z\",\"2018-06-09T19:48:30.000Z\",\"2018-06-14T18:38:43.000Z\",\"2018-06-22T09:12:41.000Z\",\"2018-06-30T07:39:26.000Z\",\"2018-07-04T00:08:08.000Z\",\"2018-07-14T19:19:31.000Z\",\"2018-07-18T00:08:08.000Z\",\"2018-07-25T00:08:08.000Z\",\"2018-08-02T15:21:06.000Z\",\"2018-08-12T13:09:21.000Z\",\"2018-08-16T11:09:27.000Z\",\"2018-08-24T09:15:42.000Z\",\"2018-08-29T00:08:08.000Z\",\"2018-09-05T00:08:08.000Z\",\"2018-09-14T08:56:51.000Z\",\"2018-09-19T00:08:08.000Z\",\"2018-09-27T11:15:56.000Z\",\"2018-10-05T09:11:48.000Z\",\"2018-10-10T00:08:08.000Z\",\"2018-10-19T13:09:17.000Z\",\"2018-10-27T10:28:25.000Z\",\"2018-11-02T16:08:22.000Z\",\"2018-11-11T17:58:28.000Z\",\"2018-11-14T22:09:50.000Z\",\"2018-11-23T08:54:28.000Z\",\"2018-11-30T14:53:57.000Z\",\"2018-12-05T00:08:08.000Z\",\"2018-12-12T00:08:08.000Z\",\"2018-12-23T23:57:58.000Z\",\"2018-12-26T00:08:08.000Z\",\"2019-01-03T12:18:51.000Z\",\"2019-01-11T10:10:36.000Z\",\"2019-01-18T12:02:39.000Z\",\"2019-01-25T14:08:40.000Z\",\"2019-01-31T07:43:29.000Z\",\"2019-02-07T14:36:33.000Z\",\"2019-02-13T00:08:08.000Z\",\"2019-02-22T14:32:53.000Z\",\"2019-02-27T19:21:00.000Z\",\"2019-03-06T00:08:08.000Z\",\"2019-03-13T00:08:08.000Z\",\"2019-03-22T09:40:19.000Z\",\"2019-03-29T07:30:48.000Z\",\"2019-04-04T10:30:47.000Z\",\"2019-04-12T06:38:26.000Z\",\"2019-04-17T00:08:08.000Z\",\"2019-04-27T18:34:38.000Z\",\"2019-05-01T05:47:14.000Z\",\"2019-05-10T15:01:17.000Z\",\"2019-05-17T14:10:38.000Z\",\"2019-05-23T07:23:12.000Z\",\"2019-05-31T14:48:43.000Z\",\"2019-06-08T12:57:13.000Z\",\"2019-06-12T00:08:08.000Z\",\"2019-06-19T14:14:51.000Z\",\"2019-06-28T13:09:49.000Z\",\"2019-07-03T00:08:08.000Z\",\"2019-07-12T20:50:09.000Z\",\"2019-07-19T09:17:11.000Z\",\"2019-07-25T11:12:21.000Z\",\"2019-08-02T18:00:28.000Z\",\"2019-08-09T13:03:27.000Z\",\"2019-08-16T06:11:27.000Z\",\"2019-08-24T06:35:43.000Z\",\"2019-08-30T06:48:24.000Z\",\"2019-09-07T11:15:33.000Z\",\"2019-09-12T11:32:47.000Z\",\"2019-09-19T10:35:02.000Z\",\"2019-09-25T12:00:19.000Z\",\"2019-10-05T18:55:59.000Z\",\"2019-10-13T19:07:04.000Z\",\"2019-10-16T00:08:08.000Z\",\"2019-10-24T18:23:34.000Z\",\"2019-10-31T13:40:24.000Z\",\"2019-11-08T22:41:21.000Z\",\"2019-11-13T15:50:44.000Z\",\"2019-11-23T18:32:48.000Z\",\"2019-11-28T18:04:03.000Z\",\"2019-12-06T07:15:26.000Z\",\"2019-12-13T14:12:07.000Z\",\"2019-12-19T10:39:15.000Z\",\"2019-12-25T00:08:08.000Z\",\"2020-01-01T12:42:19.000Z\",\"2020-01-08T00:08:08.000Z\",\"2020-01-19T10:10:31.000Z\",\"2020-01-22T00:08:08.000Z\",\"2020-02-02T21:07:05.000Z\",\"2020-02-07T15:07:00.000Z\",\"2020-02-14T09:27:35.000Z\",\"2020-02-21T14:15:52.000Z\",\"2020-02-29T17:00:16.000Z\",\"2020-03-04T00:08:08.000Z\",\"2020-03-13T14:01:40.000Z\",\"2020-03-18T00:08:08.000Z\",\"2020-03-27T07:01:30.000Z\",\"2020-04-03T14:46:50.000Z\",\"2020-04-09T11:35:21.000Z\",\"2020-04-17T06:01:32.000Z\",\"2020-04-24T11:45:02.000Z\",\"2020-05-03T19:28:57.000Z\",\"2020-05-08T14:31:46.000Z\",\"2020-05-13T20:09:43.000Z\",\"2020-05-24T09:56:54.000Z\",\"2020-05-31T12:41:23.000Z\",\"2020-06-07T14:56:49.000Z\",\"2020-06-12T07:04:45.000Z\",\"2020-06-18T08:51:25.000Z\",\"2020-06-25T18:33:07.000Z\",\"2020-07-01T08:29:30.000Z\",\"2020-07-08T00:08:08.000Z\",\"2020-07-17T19:24:01.000Z\",\"2020-07-26T21:23:12.000Z\",\"2020-08-01T09:29:32.000Z\",\"2020-08-08T15:22:25.000Z\",\"2020-08-13T11:38:01.000Z\",\"2020-08-21T12:29:22.000Z\",\"2020-08-28T08:49:02.000Z\",\"2020-09-04T20:11:26.000Z\",\"2020-09-09T00:08:08.000Z\",\"2020-09-17T17:32:17.000Z\",\"2020-09-24T15:28:17.000Z\",\"2020-10-01T23:12:54.000Z\",\"2020-10-08T11:40:31.000Z\",\"2020-10-15T08:11:12.000Z\",\"2020-10-22T14:34:01.000Z\",\"2020-11-01T16:28:50.000Z\",\"2020-11-08T23:14:55.000Z\",\"2020-11-15T19:21:57.000Z\",\"2020-11-21T20:18:03.000Z\",\"2020-11-28T21:19:44.000Z\",\"2020-12-06T19:46:09.000Z\",\"2020-12-09T00:08:08.000Z\",\"2020-12-17T08:58:34.000Z\",\"2020-12-23T09:20:40.000Z\",\"2020-12-30T00:08:08.000Z\",\"2021-01-06T00:08:08.000Z\",\"2021-01-15T15:40:09.000Z\",\"2021-01-22T13:45:39.000Z\",\"2021-01-29T10:09:20.000Z\",\"2021-02-06T12:01:49.000Z\",\"2021-02-10T09:55:07.000Z\",\"2021-02-19T14:43:26.000Z\",\"2021-02-26T19:12:37.000Z\",\"2021-03-05T16:09:09.000Z\",\"2021-03-12T14:15:29.000Z\",\"2021-03-19T11:51:43.000Z\",\"2021-03-26T14:55:36.000Z\",\"2021-04-03T19:56:12.000Z\",\"2021-04-11T08:09:41.000Z\",\"2021-04-18T11:56:54.000Z\",\"2021-04-23T22:31:41.000Z\"],[1,1,15,9,63,9,13,25,3,3,1,15,11,17,1,7,1,1,5,3,25,1,1,5,1,1,1,1,1,1,1,4,1,3,2,2,1,1,1,1,1,8,1,5,1,1,2,2,2,3,1,16,2,1,1,1,2,1,3,1,1,1,3,2,7,1,3,4,3,9,3,8,3,4,2,3,3,5,7,21,14,5,4,9,4,4,27,12,18,9,9,20,14,15,23,6,13,4,5,17,14,18,10,3,6,11,14,7,15,13,19,6,16,1,3,3,11,4,15,12,26,4,15,34,19,27,14,17,11,8,21,30,20,34,4,23,10,31,39,22,32,26,6,32,14,26,16,33,39,13,27,3,25,66,38,30,21,45,41,39,39,22,33,27,27,36,14,23,34,62,27,35,35,39,32,46,25,29,30,32,44,14,29,29,36,42,31,25,29,27,28,26,24,22,21,10,23,12,15,28,34,13,10,30,38,58,27,10,17,18,17,16,34,31,62,36,28,25,4,16,31,34,8,28,44,17,4,26,38,50,61,72,48,42,6,15,42,34,22,35,51,26,36,22,29,17,14,23,15,32,13,23,20,13,52,38,35,30,24,14,38,9,32,24,11,19,14,11,12,8,17,12,18,16,10,17,3,14,7,8,13,13,6,7,6,4,10,13,14,19,10,5,5,15,12,18,24,35,48,20,25,14,23,22,20,24,7,18,8,21,7,17,21,9,21,22,24,16,26,25,32,18,5,8,3,7,19,14,9,13,13,4,8,4,6,11,5,8,7,10,3,29,18,5,19,10,9,7,13,7,11,18,13,20,31,13,9,5,7,17,51,19,36,12,36,9,12,18,15,8,23,6,20,18,13,18,12,15,9,9,12,4,18,17,6,21,21,18,3,1,9,3,4,1,3,2,3,11,11,7,5,15,9,7,10,13,5,2,10,3,1,2,3,5,8,6,5,8,10,5,7,3,4,11,1,1,1,1,8,5,5,1,1,10,12,3,7,1,5,1,3,5,4,9,4,3,2,2,2,18,8,3,4,16,6,32,14,7,10,7,1,9,2,3,7,8,2,5,4,2,4,5,1,2,6,3,15,8,1,7,5,14,3,6,8,4,2,3,3,1,4,7,4,24,7,6,6,9,8,12,4,2,9,4,2,5,10,12,4,7,4,2,5,2,2,2,4,3,1,16,12,6,11,4,2,10,7,11,20,7,18,14,5,7,4,6,8,20,14,10,12,2,1,5,21,12,29,13,11,14,13,7,2,4,3,4,5,9,9,13,9,23,16,8,2,8,11,1,1,11,11,3,8,17,11,10,3,9,17,14,24,9,13,21]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.scout forum.    ID   Subject   Post date   Post author     1840798   Re: NullPointerException in AbstractRestClientHelper derived class   2021-04-23 22:31:41   231363     1840797   Re: NullPointerException in AbstractRestClientHelper derived class   2021-04-23 22:26:34   231363     1840793   Re: NullPointerException in AbstractRestClientHelper derived class   2021-04-23 18:31:12   215671     1840781   Re: Session Unload Error Page   2021-04-23 14:46:49   77727     1840769   Re: NullPointerException in AbstractRestClientHelper derived class   2021-04-23 13:52:22   152412     1840755   NullPointerException in AbstractRestClientHelper derived class   2021-04-23 12:26:54   231363     1840707   Re: Site page error after upgrading from Scout 9 to 10   2021-04-22 09:52:09   232030     1840706   Re: Session Unload Error Page   2021-04-22 09:36:36   228949     1840694   Re: Site page error after upgrading from Scout 9 to 10   2021-04-22 07:31:28   152412     1840690   Re: Site page error after upgrading from Scout 9 to 10   2021-04-22 07:12:35   232030    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 1654 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.scout forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107775   NullPointerException in AbstractRestClientHelper derived class   2021-04-23 22:31:41   1840798   4   141     1107748   Site page error after upgrading from Scout 9 to 10   2021-04-22 09:52:09   1840707   4   389     1107743   Session Unload Error Page   2021-04-23 14:46:49   1840781   3   514     1107711   Registration page   2021-04-19 09:28:28   1840552   2   318     1107684   Errors while using CodeType   2021-04-19 08:29:24   1840551   4   382     1107627   Filechooser: how to get the directory containing the file(s)   2021-04-12 06:43:18   1840301   1   264     1107612   AbstractChartControl - how to show chart   2021-04-21 07:20:42   1840636   7   1340     1107518   Error java.sql.SQLException: No suitable driver found for jdbc:mysql:XXXXXXXXXXXX    2021-04-01 15:25:26   1839943   4   258     1107508   JS - Java questions   2021-03-30 17:10:40   1839872   4   338     1107506   Scout Content Assist does not work anymore with 2021.03   2021-04-07 07:58:17   1840127   6   395      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 662 commits.\n  ID   Name   Time   Result     5   Change permissions recursively to 0664 (rw-rw-r) \\#5   1.571155e+12   SUCCESS     2017-12-19\\_02-12-59   Change permissions recursively to 0664 (rw-rw-r) \\#4   1.513668e+12   FAILURE     2017-06-23\\_05-39-12   Change permissions recursively to 0664 (rw-rw-r) \\#3   1.498211e+12   SUCCESS     2017-06-23\\_05-39-04   Change permissions recursively to 0664 (rw-rw-r) \\#2   1.498211e+12   SUCCESS     2017-06-23\\_05-38-32   Change permissions recursively to 0664 (rw-rw-r) \\#1   1.498211e+12   FAILURE     58   Copy to archive.eclipse.org \\#58   1.553066e+12   SUCCESS     57   Copy to archive.eclipse.org \\#57   1.553066e+12   SUCCESS     56   Copy to archive.eclipse.org \\#56   1.553066e+12   SUCCESS     55   Delete from download.eclipse.org \\#55   1.575653e+12   SUCCESS     54   Delete from download.eclipse.org \\#54   1.572969e+12   SUCCESS    // jsData function gvisDataPieChartID20741ff5ff5a () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 27 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 97 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 448 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 90 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID20741ff5ff5a() { var data = gvisDataPieChartID20741ff5ff5a(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.scout \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID20741ff5ff5a') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID20741ff5ff5a); })(); function displayChartPieChartID20741ff5ff5a() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 66 commits.\n  Name   Colour   Last build time   Health report     Change permissions recursively to 0664 (rw-rw-r)   blue   1.571155e+12   60     Copy to archive.eclipse.org   blue   1.553066e+12   100     Delete from download.eclipse.org   blue   1.575653e+12   100     org.eclipse.scout.rt.branch-10.0\\_continuous   blue   1.619024e+12   100     org.eclipse.scout.rt.branch-10.0\\_continuous\\_pipeline   blue   1.596454e+12   100     org.eclipse.scout.rt.branch-11.0\\_continuous\\_pipeline   blue   1.619024e+12   100     org.eclipse.scout.rt.branch-22.0\\_continuous\\_pipeline   yellow   1.619023e+12   99     org.eclipse.scout.rt.branch-6.0\\_continuous   blue   1.595511e+12   60     org.eclipse.scout.rt.branch-6.1\\_continuous   blue   1.593102e+12   100     org.eclipse.scout.rt.branch-7.0\\_continuous   blue   1.589200e+12   100    // jsData function gvisDataPieChartID2074442b9fa4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 41 ], [ \u0026ldquo;disabled\u0026rdquo;, 21 ], [ \u0026ldquo;red\u0026rdquo;, 3 ], [ \u0026ldquo;yellow\u0026rdquo;, 1 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID2074442b9fa4() { var data = gvisDataPieChartID2074442b9fa4(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.scout \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID2074442b9fa4') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID2074442b9fa4); })(); function displayChartPieChartID2074442b9fa4() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.scout .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Scout   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Scout   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/scout-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://eclipsescout.github.io/   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://www.eclipse.org/downloads/eclipse-packages/   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://www.eclipse.org/forums/eclipse.scout   OK. Forum \\[eclipse.scout\\] correctly defined.\\\\OK: Forum \\[eclipse.scout\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://eclipsescout.github.io/10.0/beginners-guide.html   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 18 commits.\n  Author   Count     unknown   5740     BSI Business Systems Integration AG - initial   46     Andreas Hoegger   38     Matthias Villiger   8     BSI AG   4     Ivan Motsch   2     Adrian Moser   1     DateField.js   1     Henry Algus    1     Tim Down    1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID207462ae0605 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5740 ], [ \"BSI Business Systems Integration AG - initial\", 46 ], [ \"Andreas Hoegger\", 38 ], [ \"Matthias Villiger\", 8 ], [ \"BSI AG\", 4 ], [ \"Ivan Motsch\", 2 ], [ \"Adrian Moser\", 1 ], [ \"DateField.js\", 1 ], [ \"Henry Algus \", 1 ], [ \"Tim Down \", 1 ], [ \"a team of people\", 1 ], [ \"authorship. All Font Software\", 1 ], [ \"link IOutline\", 1 ], [ \"link Locale\", 1 ], [ \"notification.js\", 1 ], [ \"other contributors\", 1 ], [ \"setScrollable. Update\", 1 ], [ \"the Android team\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID207462ae0605() { var data = gvisDataPieChartID207462ae0605(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project technology.scout \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID207462ae0605') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 16 commits.\n  Copyrights   Count     Copyright (c) BSI Business Systems Integration AG.   4648     unknown   1124     Copyright (c) year BSI Business Systems Integration   46     Copyright (c) year BSI Business Systems Integration AG.   46     Copyright The Android Open Source Project   16     Copyright (c) Pivotal Labs   5     Copyright (c) license.git.copyrightYears BSI Business Systems Integration AG.   2     Copyright Tim Down   2     Copyright jQuery Foundation and other contributors   2     BSI Business Systems Integration AG   1      suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID207469ea0510 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Copyright (c) BSI Business Systems Integration AG.\", 4648 ], [ \"unknown\", 1124 ], [ \"Copyright (c) year BSI Business Systems Integration\", 46 ], [ \"Copyright (c) year BSI Business Systems Integration AG.\", 46 ], [ \"Copyright The Android Open Source Project\", 16 ], [ \"Copyright (c) Pivotal Labs\", 5 ], [ \"Copyright (c) license.git.copyrightYears BSI Business Systems Integration AG.\", 2 ], [ \"Copyright Tim Down\", 2 ], [ \"Copyright jQuery Foundation and other contributors\", 2 ], [ \"(c) BSI Business Systems Integration AG\", 1 ], [ \"Copyright (c) BSI Business Systems Integration AG \", 1 ], [ \"Copyright (c) Henry Algus\", 1 ], [ \"Copyright (c) Wojciech Zawistowski, Travis Jeffery\", 1 ], [ \"Copyright JS Foundation and other contributors\", 1 ], [ \"copyright (c) SIL International\", 1 ], [ \"copyright The Financial Times Limited\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID207469ea0510() { var data = gvisDataPieChartID207469ea0510(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project technology.scout \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID207469ea0510') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 14 commits.\n  Holders   Count     BSI Business Systems Integration AG.   4650     unknown   1124     \\$ year BSI Business Systems Integration AG.   46     \\$ year BSI Business Systems Integration AG.\u0026 13   46     The Android Open Source Project, Inc.   16     Pivotal Labs   5     \\$ license.git.copyrightYears BSI Business Systems Integration AG.   2     Tim Down   2     jQuery Foundation and other contributors   2     Henry Algus   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID207458ac1a3d () { var data = new google.visualization.DataTable(); var datajson = [ [ \"BSI Business Systems Integration AG.\", 4650 ], [ \"unknown\", 1124 ], [ \"$ year BSI Business Systems Integration AG.\", 46 ], [ \"$ year BSI Business Systems Integration AG.\u0026 13\", 46 ], [ \"The Android Open Source Project, Inc.\", 16 ], [ \"Pivotal Labs\", 5 ], [ \"$ license.git.copyrightYears BSI Business Systems Integration AG.\", 2 ], [ \"Tim Down\", 2 ], [ \"jQuery Foundation and other contributors\", 2 ], [ \"Henry Algus\", 1 ], [ \"JS Foundation and other contributors\", 1 ], [ \"SIL International\", 1 ], [ \"The Financial Times Limited\", 1 ], [ \"Wojciech Zawistowski, Travis Jeffery\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID207458ac1a3d() { var data = gvisDataPieChartID207458ac1a3d(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project technology.scout \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID207458ac1a3d') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 13 commits.\n  Licence   Count     epl-1.0   4741     unknown   1100     cpl-1.0 AND other-permissive   27     apache-2.0   20     ofl-1.1   14     mit   12     unknown   8     epl-2.0   2     proprietary-license   2     public-domain   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID207425124d64 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-1.0\", 4741 ], [ \"unknown\", 1100 ], [ \"cpl-1.0 AND other-permissive\", 27 ], [ \"apache-2.0\", 20 ], [ \"ofl-1.1\", 14 ], [ \"mit\", 12 ], [ \"unknown\", 8 ], [ \"epl-2.0\", 2 ], [ \"proprietary-license\", 2 ], [ \"public-domain\", 2 ], [ \"apache-2.0 OR epl-2.0\", 1 ], [ \"json\", 1 ], [ \"unknown-license-reference\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID207425124d64() { var data = gvisDataPieChartID207425124d64(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project technology.scout \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID207425124d64') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 8 commits.\n  Programming Language   Count     Java   3563     unknown   1282     JavaScript   819     LessCss   124     HTML   46     Bash   8     CSS   4     Python   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20744d44235b () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 3563 ], [ \"unknown\", 1282 ], [ \"JavaScript\", 819 ], [ \"LessCss\", 124 ], [ \"HTML\", 46 ], [ \"Bash\", 8 ], [ \"CSS\", 4 ], [ \"Python\", 2 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20744d44235b() { var data = gvisDataPieChartID20744d44235b(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project technology.scout \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20744d44235b') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 60 commits.\n  Holders   Type     pom.xml   manifest     README.md   readme     license\\_files/copyright.txt   legal     org.eclipse.scout.dev.jetty/pom.xml   manifest     org.eclipse.scout.dev.jetty.test/pom.xml   manifest     org.eclipse.scout.dev.jetty.test.affix/pom.xml   manifest     org.eclipse.scout.dev.jetty.test.affix/README.txt   readme     org.eclipse.scout.jaxws.apt/pom.xml   manifest     org.eclipse.scout.json/LICENSE   legal     org.eclipse.scout.json/NOTICE   legal    ","href":"/projects/technology.scout/datasets_report/","title":"technology.scout"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;technology.tycho\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/technology.tycho.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 942 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for technology.tycho\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\"],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,3,3,0,2,3,0,0,5,3,2,0,2,0,0,3,3,0,1,1,0,0,0,2,1,1,1,0,3,2,0,1,0,0,0,0,0,1,2,1,0,0,0,3,2,0,0,0,0,0,1,2,0,0,2,0,0,1,1,1,1,2,0,0,2,2,2,0,0,0,0,0,0,2,0,3,0,0,1,2,0,1,0,0,0,2,0,3,0,1,0,0,3,5,0,0,3,0,0,0,2,2,2,1,0,0,1,1,0,1,0,0,0,0,0,0,2,1,0,0,1,2,0,2,1,1,0,0,1,1,0,1,0,0,8,4,0,0,2,0,0,0,0,1,0,1,0,0,0,0,1,3,1,0,0,0,1,1,2,3,0,0,1,0,0,0,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,1,3,1,0,0,0,0,4,7,5,3,1,0,3,8,1,1,5,1,0,2,6,2,0,3,0,0,7,4,2,2,8,0,3,6,8,2,3,4,1,0,1,9,2,3,0,2,0,1,0,0,5,10,0,0,3,3,2,2,0,3,0,5,1,1,5,3,2,1,2,1,2,1,3,3,0,0,0,1,0,2,4,1,0,2,8,4,6,1,0,7,1,1,0,0,0,0,0,1,4,0,3,0,0,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,0,0,2,8,0,1,5,2,2,2,0,0,0,2,0,1,0,0,0,1,2,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,4,5,4,3,2,3,3,0,1,3,2,1,0,0,2,3,0,1,4,0,2,1,0,1,1,3,2,0,2,1,3,0,4,0,6,1,1,0,0,2,0,1,3,1,0,0,0,1,0,0,0,0,0,1,0,0,2,0,0,0,2,0,0,1,0,0,3,3,2,1,2,1,0,1,1,0,0,0,0,1,3,1,0,0,0,1,0,2,2,1,0,2,0,2,2,3,0,0,3,3,1,2,3,0,2,0,2,0,0,0,0,0,4,1,0,0,0,0,0,1,0,0,0,0,2,0,2,1,0,0,0,0,0,0,1,0,1,7,0,0,1,3,0,5,4,0,0,6,0,2,4,0,0,0,0,0,0,0,0,0,2,1,0,2,0,5,3,0,1,7,2,1,1,2,0,0,0,0,1,1,0,0,0,0,2,0,0,0,0,0,1,3,1,3,0,0,0,0,0,0,2,0,0,6,0,0,0,0,0,0,0,0,1,1,1,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,5,1,0,8,0,0,0,0,0,1,0,0,0,2,1,0,0,1,0,0,1,0,0,0,0,0,0,2,1,0,0,2,0,0,0,0,0,0,3,0,0,1,2,0,0,9,0,0,2,1,1,1,0,0,0,2,0,0,3,0,0,0,1,2,0,4,0,0,0,2,1,3,0,0,1,0,0,0,1,2,0,0,0,0,1,1,1,0,0,0,0,0,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,5,0,0,0,0,1,0,3,0,0,0,0,0,3,0,0,5,0,0,4,1,0,0,0,0,0,0,1,1,0,2,0,0,5,0,0,1,1,0,0,2,0,1,1,1,0,0,1,0,0,0,0,0,0,2,3,3,0,2,4,0,3,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,2,0,1,0,0,0,3,1,0,0,1,0,0,1,0,0,2,0,0,0,1,0,1,0,3,0,0,0,0,0,3,3,0,0,2,3,4,3,9,0,0,9,0,0,0,2,0,0,2,0,0,2,0,1,1,1,1,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,3,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,5,0,0,2,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,3,3,0,0,2,0,0,0,7,0,0,0,0,0,2,1,3,0,2,0,1,0,0,0,0,3,2,0,1,0,0,0,0,0,0,0,2,0,0,1,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,2,2,0,0,1,0,0,0,4,0,0,2,0,0,2,3,0,0,7,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,4,0,0,3,5,2,4,3,0,0,2,1,0,0,2,0,0,5,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,1,0,0,0,0,1,4,0,0,0,2,1,0,0,2,0,0,0,0,0,0,0,0,0,1,3,0,0,2,0,0,0,0,0,3,1,0,0,0,2,1,0,0,0,0,1,0,0,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0,2,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,1,3,1,2,0,0,5,0,0,1,0,0,0,2,0,1,0,0,0,0,1,0,1,1,1,0,1,1,1,0,0,2,0,0,0,0,0,1,1,0,0,0,4,0,0,1,1,1,0,0,0,0,3,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,1,2,0,0,1,0,0,2,0,0,0,1,0,1,0,1,1,0,0,1,2,1,1,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,6,6,4,1,0,0,1,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0,0,1,0,0,0,1,0,0,0,2,0,5,0,0,0,0,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,3,0,1,0,2,0,0,0,2,0,0,4,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,6,0,0,0,2,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,0,2,0,0,1,1,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,3,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,2,4,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,1,0,0,0,1,1,0,6,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,1,1,1,1,0,0,1,1,2,1,0,0,0,0,0,2,3,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,6,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,3,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,0,0,0,8,0,0,3,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,11,0,0,0,0,0,0,0,6,1,3,0,5,0,2,0,4,1,0,3,0,0,3,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,0,0,0,7,0,0,4,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,2,1,1,0,0,0,3,2,3,2,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,2,1,0,0,0,0,0,1,0,2,0,0,0,0,4,1,0,2,0,1,0,0,0,0,0,0,0,0,0,3,1,6,0,0,0,2,1,0,0,2,1,1,0,1,1,3,4,0,0,1,0,1,11,3,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,2,6,4,6,6,0,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,1,0,0,2,0,0,0,0,0,0,0,1,7,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,4,2,0,3,0,1,0,0,2,4,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,0,0,1,0,0,0,0,3,0,4,2,5,0,0,0,0,0,0,0,3,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,2,4,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,3,2,0,0,0,0,0,0,2,0,0,0,0,3,0,8,3,1,0,5,10,1,1,1,0,0,0,1,0,7,0,0,0,2,3,2,1,4,0,1,0,1,0,5,0,0,0,1,3,1,0,2,0,0,0,1,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0,0,8,1,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,1,1,0,0,1,0,1,0,3,1,1,0,0,0,5,0,0,0,0,0,1,0,0,0,1,0,1,2,2,1,3,0,0,1,4,0,0,0,0,0,0,3,2,2,0,1,0,1,9,1,1,2,2,0,0,0,0,0,1,1,0,0,0,0,0,1,6,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,1,2,3,3,0,0,5,1,0,1,2,0,1,0,10,1,1,0,0,0,0,0,1,0,0,2,0,2,1,1,0,1,0,0,1,1,0,0,3,1,0,0,1,0,2,1,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,5,0,1,2,0,0,0,3,2,0,0,0,0,2,0,2,1,4,0,0,0,2,1,4,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 24419 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 1515 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 290 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 1079 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for technology.tycho\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\"],[0,0,2,26,22,34,28,24,24,21,34,29,21,33,26,19,33,19,21,19,15,22,22,10,20,28,27,17,20,19,18,10,9,17,8,9,13,10,14,16,11,17,11,16,11,7,13,13,9,14,22,14,7,15,16,11,5,11,9,4,9,10,5,8,6,6,6,1,5,6,5,4,10,6,5,7,5,5,5,7,5,6,6,4,8,3,7,10,8,4,8,6,5,9,9,6,7,4,9,8,11,5,6,19,6,14,22,3,7,6,7,10,10,18,11,6,7,12,17,16,15,12,19,7]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 32 weeks.\n// jsData function gvisDataColumnChartID209a23a1dcd () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 395 ], [ \"0.13.0\", 127 ], [ \"0.14.0\", 98 ], [ \"0.16.0\", 75 ], [ \"0.15.0\", 70 ], [ \"0.17.0\", 61 ], [ \"1.0.0\", 60 ], [ \"0.23.0\", 58 ], [ \"0.22.0\", 53 ], [ \"0.19.0\", 48 ], [ \"1.4.0\", 48 ], [ \"0.18.0\", 44 ], [ \"0.21.0\", 44 ], [ \"0.24.0\", 37 ], [ \"0.11.0\", 34 ], [ \"1.2.0\", 31 ], [ \"1.7.0\", 26 ], [ \"0.12.0\", 24 ], [ \"0.20.0\", 24 ], [ \"1.3.0\", 21 ], [ \"1.6.0\", 18 ], [ \"2.1.0\", 18 ], [ \"2.2.0\", 18 ], [ \"2.0.0\", 16 ], [ \"0.26.0\", 15 ], [ \"1.5.1\", 15 ], [ \"1.5.0\", 11 ], [ \"0.11.1\", 9 ], [ \"0.27.0\", 9 ], [ \"2.3.0\", 4 ], [ \"0.25.0\", 3 ], [ \"2.4.0\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID209a23a1dcd() { var data = gvisDataColumnChartID209a23a1dcd(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID209a23a1dcd') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 4 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID209a136e5339 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 1446 ], [ \"Pom-less\", 41 ], [ \"Nexus Plugins\", 25 ], [ \"Target Editor\", 3 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID209a136e5339() { var data = gvisDataColumnChartID209a136e5339(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID209a136e5339') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 130 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for technology.tycho\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2010-04-16T20:52:47.000Z\",\"2010-04-20T04:01:01.000Z\",\"2010-04-27T04:01:01.000Z\",\"2010-05-09T02:17:01.000Z\",\"2010-05-13T09:14:37.000Z\",\"2010-05-19T16:26:59.000Z\",\"2010-05-25T04:01:01.000Z\",\"2010-06-01T04:01:01.000Z\",\"2010-06-08T04:01:01.000Z\",\"2010-06-15T04:01:01.000Z\",\"2010-06-22T04:01:01.000Z\",\"2010-06-29T04:01:01.000Z\",\"2010-07-06T04:01:01.000Z\",\"2010-07-18T21:24:52.000Z\",\"2010-07-24T21:10:57.000Z\",\"2010-07-27T18:36:01.000Z\",\"2010-08-03T04:01:01.000Z\",\"2010-08-10T04:01:01.000Z\",\"2010-08-19T16:39:03.000Z\",\"2010-08-24T04:01:01.000Z\",\"2010-08-31T04:01:01.000Z\",\"2010-09-12T16:47:06.000Z\",\"2010-09-14T04:01:01.000Z\",\"2010-09-26T18:46:51.000Z\",\"2010-10-03T11:53:42.000Z\",\"2010-10-08T17:20:07.000Z\",\"2010-10-12T04:01:01.000Z\",\"2010-10-22T13:25:46.000Z\",\"2010-10-26T04:01:01.000Z\",\"2010-11-02T04:01:01.000Z\",\"2010-11-12T08:33:48.000Z\",\"2010-11-16T04:01:01.000Z\",\"2010-11-24T16:04:28.000Z\",\"2010-12-01T16:05:13.000Z\",\"2010-12-07T16:47:01.000Z\",\"2010-12-14T04:01:01.000Z\",\"2010-12-21T04:01:01.000Z\",\"2010-12-29T18:47:34.000Z\",\"2011-01-08T13:28:31.000Z\",\"2011-01-11T04:01:01.000Z\",\"2011-01-18T04:01:01.000Z\",\"2011-01-25T04:01:01.000Z\",\"2011-02-01T04:01:01.000Z\",\"2011-02-08T04:01:01.000Z\",\"2011-02-19T19:39:03.000Z\",\"2011-02-22T04:01:01.000Z\",\"2011-03-01T04:01:01.000Z\",\"2011-03-08T04:01:01.000Z\",\"2011-03-18T14:14:45.000Z\",\"2011-03-22T11:51:00.000Z\",\"2011-03-30T17:41:01.000Z\",\"2011-04-05T04:01:01.000Z\",\"2011-04-12T04:01:01.000Z\",\"2011-04-19T04:01:01.000Z\",\"2011-04-26T04:01:01.000Z\",\"2011-05-03T04:01:01.000Z\",\"2011-05-10T04:01:01.000Z\",\"2011-05-17T04:01:01.000Z\",\"2011-05-24T04:01:01.000Z\",\"2011-06-01T19:54:38.000Z\",\"2011-06-07T04:01:01.000Z\",\"2011-06-14T04:01:01.000Z\",\"2011-06-21T04:01:01.000Z\",\"2011-06-28T04:01:01.000Z\",\"2011-07-05T04:01:01.000Z\",\"2011-07-12T04:01:01.000Z\",\"2011-07-19T04:01:01.000Z\",\"2011-07-26T04:01:01.000Z\",\"2011-08-02T04:01:01.000Z\",\"2011-08-09T04:01:01.000Z\",\"2011-08-16T04:01:01.000Z\",\"2011-08-23T04:01:01.000Z\",\"2011-09-01T13:31:42.000Z\",\"2011-09-09T13:43:57.000Z\",\"2011-09-16T19:10:03.000Z\",\"2011-09-21T00:01:27.000Z\",\"2011-09-27T04:01:01.000Z\",\"2011-10-04T04:01:01.000Z\",\"2011-10-11T04:01:01.000Z\",\"2011-10-18T04:01:01.000Z\",\"2011-10-25T04:01:01.000Z\",\"2011-11-01T04:01:01.000Z\",\"2011-11-08T04:01:01.000Z\",\"2011-11-15T04:01:01.000Z\",\"2011-11-22T04:01:01.000Z\",\"2011-11-29T04:01:01.000Z\",\"2011-12-06T04:01:01.000Z\",\"2011-12-13T04:01:01.000Z\",\"2011-12-20T04:01:01.000Z\",\"2011-12-27T04:01:01.000Z\",\"2012-01-03T04:01:01.000Z\",\"2012-01-10T04:01:01.000Z\",\"2012-01-17T04:01:01.000Z\",\"2012-01-24T04:01:01.000Z\",\"2012-01-31T04:01:01.000Z\",\"2012-02-07T04:01:01.000Z\",\"2012-02-14T04:01:01.000Z\",\"2012-02-21T04:01:01.000Z\",\"2012-02-28T04:01:01.000Z\",\"2012-03-06T04:01:01.000Z\",\"2012-03-13T04:01:01.000Z\",\"2012-03-20T04:01:01.000Z\",\"2012-03-27T04:01:01.000Z\",\"2012-04-03T04:01:01.000Z\",\"2012-04-10T04:01:01.000Z\",\"2012-04-17T04:01:01.000Z\",\"2012-04-24T04:01:01.000Z\",\"2012-05-01T04:01:01.000Z\",\"2012-05-08T04:01:01.000Z\",\"2012-05-15T04:01:01.000Z\",\"2012-05-22T04:01:01.000Z\",\"2012-05-29T04:01:01.000Z\",\"2012-06-05T04:01:01.000Z\",\"2012-06-12T04:01:01.000Z\",\"2012-06-19T04:01:01.000Z\",\"2012-06-26T04:01:01.000Z\",\"2012-07-03T04:01:01.000Z\",\"2012-07-10T04:01:01.000Z\",\"2012-07-17T04:01:01.000Z\",\"2012-07-24T04:01:01.000Z\",\"2012-07-31T04:01:01.000Z\",\"2012-08-07T04:01:01.000Z\",\"2012-08-14T04:01:01.000Z\",\"2012-08-21T04:01:01.000Z\",\"2012-08-28T04:01:01.000Z\",\"2012-09-04T04:01:01.000Z\",\"2012-09-11T04:01:01.000Z\",\"2012-09-18T04:01:01.000Z\",\"2012-09-25T04:01:01.000Z\",\"2012-10-02T04:01:01.000Z\",\"2012-10-09T04:01:01.000Z\",\"2012-10-16T04:01:01.000Z\",\"2012-10-23T04:01:01.000Z\",\"2012-10-30T04:01:01.000Z\",\"2012-11-06T17:19:43.000Z\",\"2012-11-13T04:01:01.000Z\",\"2012-11-23T05:17:25.000Z\",\"2012-11-27T04:01:01.000Z\",\"2012-12-04T04:01:01.000Z\",\"2012-12-11T04:01:01.000Z\",\"2012-12-18T04:01:01.000Z\",\"2012-12-25T04:01:01.000Z\",\"2013-01-01T04:01:01.000Z\",\"2013-01-08T04:01:01.000Z\",\"2013-01-15T04:01:01.000Z\",\"2013-01-22T04:01:01.000Z\",\"2013-01-29T04:01:01.000Z\",\"2013-02-05T04:01:01.000Z\",\"2013-02-12T04:01:01.000Z\",\"2013-02-19T04:01:01.000Z\",\"2013-02-26T04:01:01.000Z\",\"2013-03-05T04:01:01.000Z\",\"2013-03-12T04:01:01.000Z\",\"2013-03-19T04:01:01.000Z\",\"2013-03-26T04:01:01.000Z\",\"2013-04-02T04:01:01.000Z\",\"2013-04-09T04:01:01.000Z\",\"2013-04-16T04:01:01.000Z\",\"2013-04-23T04:01:01.000Z\",\"2013-04-30T04:01:01.000Z\",\"2013-05-07T04:01:01.000Z\",\"2013-05-14T04:01:01.000Z\",\"2013-05-21T04:01:01.000Z\",\"2013-05-28T04:01:01.000Z\",\"2013-06-04T04:01:01.000Z\",\"2013-06-11T04:01:01.000Z\",\"2013-06-18T04:01:01.000Z\",\"2013-06-25T04:01:01.000Z\",\"2013-07-02T04:01:01.000Z\",\"2013-07-09T04:01:01.000Z\",\"2013-07-16T04:01:01.000Z\",\"2013-07-23T04:01:01.000Z\",\"2013-07-30T04:01:01.000Z\",\"2013-08-06T04:01:01.000Z\",\"2013-08-13T04:01:01.000Z\",\"2013-08-20T04:01:01.000Z\",\"2013-08-27T04:01:01.000Z\",\"2013-09-03T04:01:01.000Z\",\"2013-09-10T04:01:01.000Z\",\"2013-09-17T04:01:01.000Z\",\"2013-09-24T04:01:01.000Z\",\"2013-10-01T04:01:01.000Z\",\"2013-10-08T04:01:01.000Z\",\"2013-10-15T04:01:01.000Z\",\"2013-10-22T04:01:01.000Z\",\"2013-10-29T04:01:01.000Z\",\"2013-11-05T04:01:01.000Z\",\"2013-11-12T04:01:01.000Z\",\"2013-11-19T04:01:01.000Z\",\"2013-11-26T04:01:01.000Z\",\"2013-12-03T04:01:01.000Z\",\"2013-12-10T04:01:01.000Z\",\"2013-12-17T04:01:01.000Z\",\"2013-12-24T04:01:01.000Z\",\"2013-12-31T04:01:01.000Z\",\"2014-01-07T04:01:01.000Z\",\"2014-01-14T04:01:01.000Z\",\"2014-01-21T04:01:01.000Z\",\"2014-01-28T04:01:01.000Z\",\"2014-02-04T04:01:01.000Z\",\"2014-02-11T04:01:01.000Z\",\"2014-02-18T04:01:01.000Z\",\"2014-02-25T04:01:01.000Z\",\"2014-03-04T04:01:01.000Z\",\"2014-03-11T04:01:01.000Z\",\"2014-03-18T04:01:01.000Z\",\"2014-03-25T04:01:01.000Z\",\"2014-04-01T04:01:01.000Z\",\"2014-04-08T04:01:01.000Z\",\"2014-04-15T04:01:01.000Z\",\"2014-04-22T04:01:01.000Z\",\"2014-04-29T04:01:01.000Z\",\"2014-05-06T04:01:01.000Z\",\"2014-05-13T04:01:01.000Z\",\"2014-05-20T04:01:01.000Z\",\"2014-05-27T04:01:01.000Z\",\"2014-06-03T04:01:01.000Z\",\"2014-06-10T04:01:01.000Z\",\"2014-06-17T04:01:01.000Z\",\"2014-06-24T04:01:01.000Z\",\"2014-07-01T04:01:01.000Z\",\"2014-07-08T04:01:01.000Z\",\"2014-07-15T04:01:01.000Z\",\"2014-07-22T04:01:01.000Z\",\"2014-07-29T04:01:01.000Z\",\"2014-08-05T04:01:01.000Z\",\"2014-08-12T04:01:01.000Z\",\"2014-08-19T04:01:01.000Z\",\"2014-08-26T04:01:01.000Z\",\"2014-09-02T04:01:01.000Z\",\"2014-09-09T04:01:01.000Z\",\"2014-09-16T04:01:01.000Z\",\"2014-09-23T04:01:01.000Z\",\"2014-09-30T04:01:01.000Z\",\"2014-10-07T04:01:01.000Z\",\"2014-10-14T04:01:01.000Z\",\"2014-10-21T04:01:01.000Z\",\"2014-10-28T04:01:01.000Z\",\"2014-11-04T04:01:01.000Z\",\"2014-11-11T04:01:01.000Z\",\"2014-11-18T04:01:01.000Z\",\"2014-11-25T04:01:01.000Z\",\"2014-12-02T04:01:01.000Z\",\"2014-12-09T04:01:01.000Z\",\"2014-12-16T04:01:01.000Z\",\"2014-12-23T04:01:01.000Z\",\"2014-12-30T04:01:01.000Z\",\"2015-01-06T04:01:01.000Z\",\"2015-01-13T04:01:01.000Z\",\"2015-01-20T04:01:01.000Z\",\"2015-01-27T04:01:01.000Z\",\"2015-02-03T04:01:01.000Z\",\"2015-02-10T04:01:01.000Z\",\"2015-02-17T04:01:01.000Z\",\"2015-02-24T04:01:01.000Z\",\"2015-03-03T04:01:01.000Z\",\"2015-03-10T04:01:01.000Z\",\"2015-03-17T04:01:01.000Z\",\"2015-03-24T04:01:01.000Z\",\"2015-03-31T04:01:01.000Z\",\"2015-04-07T04:01:01.000Z\",\"2015-04-14T04:01:01.000Z\",\"2015-04-21T04:01:01.000Z\",\"2015-04-28T04:01:01.000Z\",\"2015-05-05T04:01:01.000Z\",\"2015-05-12T04:01:01.000Z\",\"2015-05-19T04:01:01.000Z\",\"2015-05-26T04:01:01.000Z\",\"2015-06-02T04:01:01.000Z\",\"2015-06-09T04:01:01.000Z\",\"2015-06-16T04:01:01.000Z\",\"2015-06-23T04:01:01.000Z\",\"2015-06-30T04:01:01.000Z\",\"2015-07-07T04:01:01.000Z\",\"2015-07-14T04:01:01.000Z\",\"2015-07-21T04:01:01.000Z\",\"2015-07-28T04:01:01.000Z\",\"2015-08-04T04:01:01.000Z\",\"2015-08-11T04:01:01.000Z\",\"2015-08-18T04:01:01.000Z\",\"2015-08-25T04:01:01.000Z\",\"2015-09-01T04:01:01.000Z\",\"2015-09-08T04:01:01.000Z\",\"2015-09-15T04:01:01.000Z\",\"2015-09-22T04:01:01.000Z\",\"2015-09-29T04:01:01.000Z\",\"2015-10-06T04:01:01.000Z\",\"2015-10-13T04:01:01.000Z\",\"2015-10-20T04:01:01.000Z\",\"2015-10-27T04:01:01.000Z\",\"2015-11-03T04:01:01.000Z\",\"2015-11-10T04:01:01.000Z\",\"2015-11-17T04:01:01.000Z\",\"2015-11-24T04:01:01.000Z\",\"2015-12-01T04:01:01.000Z\",\"2015-12-08T04:01:01.000Z\",\"2015-12-15T04:01:01.000Z\",\"2015-12-22T04:01:01.000Z\",\"2015-12-29T04:01:01.000Z\",\"2016-01-05T04:01:01.000Z\",\"2016-01-12T04:01:01.000Z\",\"2016-01-19T04:01:01.000Z\",\"2016-01-26T04:01:01.000Z\",\"2016-02-02T04:01:01.000Z\",\"2016-02-09T04:01:01.000Z\",\"2016-02-16T04:01:01.000Z\",\"2016-02-23T04:01:01.000Z\",\"2016-03-01T04:01:01.000Z\",\"2016-03-08T04:01:01.000Z\",\"2016-03-15T04:01:01.000Z\",\"2016-03-22T04:01:01.000Z\",\"2016-03-29T04:01:01.000Z\",\"2016-04-05T04:01:01.000Z\",\"2016-04-12T04:01:01.000Z\",\"2016-04-19T04:01:01.000Z\",\"2016-04-26T04:01:01.000Z\",\"2016-05-03T04:01:01.000Z\",\"2016-05-10T04:01:01.000Z\",\"2016-05-17T04:01:01.000Z\",\"2016-05-24T04:01:01.000Z\",\"2016-05-31T04:01:01.000Z\",\"2016-06-07T04:01:01.000Z\",\"2016-06-14T04:01:01.000Z\",\"2016-06-21T04:01:01.000Z\",\"2016-06-28T04:01:01.000Z\",\"2016-07-05T04:01:01.000Z\",\"2016-07-12T04:01:01.000Z\",\"2016-07-19T04:01:01.000Z\",\"2016-07-26T04:01:01.000Z\",\"2016-08-02T04:01:01.000Z\",\"2016-08-09T04:01:01.000Z\",\"2016-08-16T04:01:01.000Z\",\"2016-08-23T04:01:01.000Z\",\"2016-08-30T04:01:01.000Z\",\"2016-09-06T04:01:01.000Z\",\"2016-09-13T04:01:01.000Z\",\"2016-09-20T04:01:01.000Z\",\"2016-09-27T04:01:01.000Z\",\"2016-10-04T04:01:01.000Z\",\"2016-10-11T04:01:01.000Z\",\"2016-10-18T04:01:01.000Z\",\"2016-10-25T04:01:01.000Z\",\"2016-11-01T04:01:01.000Z\",\"2016-11-08T04:01:01.000Z\",\"2016-11-15T04:01:01.000Z\",\"2016-11-22T04:01:01.000Z\",\"2016-11-29T04:01:01.000Z\",\"2016-12-06T04:01:01.000Z\",\"2016-12-13T04:01:01.000Z\",\"2016-12-20T04:01:01.000Z\",\"2016-12-27T04:01:01.000Z\",\"2017-01-03T04:01:01.000Z\",\"2017-01-10T04:01:01.000Z\",\"2017-01-17T04:01:01.000Z\",\"2017-01-24T04:01:01.000Z\",\"2017-01-31T04:01:01.000Z\",\"2017-02-07T04:01:01.000Z\",\"2017-02-14T04:01:01.000Z\",\"2017-02-21T04:01:01.000Z\",\"2017-02-28T04:01:01.000Z\",\"2017-03-07T04:01:01.000Z\",\"2017-03-14T04:01:01.000Z\",\"2017-03-21T04:01:01.000Z\",\"2017-03-28T04:01:01.000Z\",\"2017-04-04T04:01:01.000Z\",\"2017-04-11T04:01:01.000Z\",\"2017-04-18T04:01:01.000Z\",\"2017-04-25T04:01:01.000Z\",\"2017-05-02T04:01:01.000Z\",\"2017-05-09T04:01:01.000Z\",\"2017-05-16T04:01:01.000Z\",\"2017-05-23T04:01:01.000Z\",\"2017-05-30T04:01:01.000Z\",\"2017-06-06T04:01:01.000Z\",\"2017-06-13T04:01:01.000Z\",\"2017-06-20T04:01:01.000Z\",\"2017-06-27T04:01:01.000Z\",\"2017-07-04T04:01:01.000Z\",\"2017-07-11T04:01:01.000Z\",\"2017-07-18T04:01:01.000Z\",\"2017-07-25T04:01:01.000Z\",\"2017-08-01T04:01:01.000Z\",\"2017-08-08T04:01:01.000Z\",\"2017-08-15T04:01:01.000Z\",\"2017-08-22T04:01:01.000Z\",\"2017-08-29T04:01:01.000Z\",\"2017-09-05T04:01:01.000Z\",\"2017-09-12T04:01:01.000Z\",\"2017-09-19T04:01:01.000Z\",\"2017-09-26T04:01:01.000Z\",\"2017-10-03T04:01:01.000Z\",\"2017-10-10T04:01:01.000Z\",\"2017-10-17T04:01:01.000Z\",\"2017-10-24T09:14:30.000Z\"],[3,1,1,7,3,3,1,1,1,1,1,1,1,9,15,7,1,1,5,1,1,5,5,4,4,4,1,11,2,1,4,1,3,7,3,1,1,3,3,3,1,1,1,1,2,2,1,1,4,5,9,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,5,4,2,5,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on technology.tycho forum.    ID   Subject   Post date   Post author     1775058   RCP product multi-platform build relying on Tycho ?   2017-10-24 09:14:30   212802     987037   Re: The type org.eclipse.swt.widgets.Button cannot be resolved. It is indirectly referenced from req   2012-11-23 05:17:25   1148     987036   Re: Create feature including sources   2012-11-23 05:16:45   1148     986283   Create feature including sources   2012-11-19 17:41:46   125257     973854   The type org.eclipse.swt.widgets.Button cannot be resolved. It is indirectly referenced from require   2012-11-06 17:19:43   147105     727325   Re: better eclipse-plugin examples with dependencies?   2011-09-21 00:01:27   125135     727324   Re: better eclipse-plugin examples with dependencies?   2011-09-21 00:00:53   125135     726202   Re: better eclipse-plugin examples with dependencies?   2011-09-16 19:10:03   84588     725567   Re: better eclipse-plugin examples with dependencies?   2011-09-15 08:27:02   8367     725107   Re: Possible to use bundles as dependencies for maven jar projects?   2011-09-14 00:19:28   125135    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 50 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on technology.tycho forum.    ID   Subject   Last post date   Last post author   Replies   Views     1089611   RCP product multi-platform build relying on Tycho ?   2017-10-24 09:14:30   1775058   0   5357     440343   Create feature including sources   2012-11-23 05:16:45   987036   1   3803     429488   The type org.eclipse.swt.widgets.Button cannot be resolved. It is indirectly referenced from require   2012-11-23 05:17:25   987037   1   25492     239964   better eclipse-plugin examples with dependencies?   2011-09-21 00:01:27   727325   4   16599     239270   adding eclipselink   2011-09-09 13:43:57   723790   0   4080     238007   Interactive SplashHandler   2011-09-01 13:31:42   721325   1   5821     237581   Missing root directory in created zip-file   2011-08-30 12:40:04   720352   0   4633     236270   Eclipse Default Bundles/Plugin   2011-08-22 21:46:25   717975   2   5851     210526   Features versions in .product file   2011-06-01 19:54:38   675885   0   4907     206933   Forum Closure   2011-03-30 17:41:01   662459   0   5682      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 322 commits.\n  ID   Name   Time   Result     1362   tycho-build \\#1362   1.617872e+12   SUCCESS     1361   tycho-build \\#1361   1.617800e+12   SUCCESS     1360   tycho-build \\#1360   1.617712e+12   SUCCESS     1359   tycho-build \\#1359   1.617693e+12   SUCCESS     1358   tycho-build \\#1358   1.617615e+12   SUCCESS     1357   tycho-build \\#1357   1.617370e+12   SUCCESS     1356   tycho-build \\#1356   1.617367e+12   SUCCESS     1355   tycho-build \\#1355   1.617365e+12   SUCCESS     1354   tycho-build \\#1354   1.617362e+12   SUCCESS     1353   tycho-build \\#1353   1.617260e+12   ABORTED    // jsData function gvisDataPieChartID209a1c25d1ee () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 10 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 54 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 245 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 13 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID209a1c25d1ee() { var data = gvisDataPieChartID209a1c25d1ee(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project technology.tycho \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID209a1c25d1ee') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID209a1c25d1ee); })(); function displayChartPieChartID209a1c25d1ee() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 11 commits.\n  Name   Colour   Last build time   Health report     tycho-build   disabled   1.617872e+12   100     tycho-build-with-maven-snapshots   yellow   1.618508e+12   99     tycho-deploy-dependencies   blue   1.539328e+12   60     tycho-gerrit   red   1.618567e+12   80     tycho-github   UNKNOWN   0.000000e+00   0     tycho-its   blue   1.617872e+12   100     tycho-sitedocs   blue   1.619034e+12   100     tycho.nexus-gerrit   blue   1.421324e+12   80     tycho.nexus-nightly   blue   1.516350e+12   60     tycho.targeteditor-gerrit   blue   1.394025e+12   100    // jsData function gvisDataPieChartID209a42fdc66f () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 7 ], [ \u0026ldquo;disabled\u0026rdquo;, 1 ], [ \u0026ldquo;red\u0026rdquo;, 1 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 1 ], [ \u0026ldquo;yellow\u0026rdquo;, 1 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID209a42fdc66f() { var data = gvisDataPieChartID209a42fdc66f(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project technology.tycho \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID209a42fdc66f') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID209a42fdc66f); })(); function displayChartPieChartID209a42fdc66f() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for technology.tycho .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Tycho   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Tycho   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://ci.eclipse.org/tycho   OK. Fetched CI URL.\\\\OK. CI URL is a Hudson instance. Title is \\[master\\]     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/tycho-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for documentation\\_url.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for download\\_url.     Checks if the Forums URL can be fetched using a simple get query.     Failed: no forums defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for gettingstarted\\_url.     Checks if the Mailing lists URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/tycho-user   OK. \\[tycho-user\\] ML correctly defined with email.\\\\OK: \\[tycho-user\\] ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 14 commits.\n  Author   Count     unknown   4620     the Apache Software Foundation   10     the Apache Software Foundation. Therefore   10     Christoph Laubrich   4     JUnit.org   1     Jan Sievers (SAP)   1     Jens Reimann   1     eclipse.org   1     http://www.junit.org/’ JUnit.org . The JUnit   1     ZnXLFRXOScqeeYv0@I1rHRke1fkTyfzIv   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID209ac950043 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 4620 ], [ \"the Apache Software Foundation\", 10 ], [ \"the Apache Software Foundation. Therefore\", 10 ], [ \"Christoph Laubrich\", 4 ], [ \"JUnit.org\", 1 ], [ \"Jan Sievers (SAP)\", 1 ], [ \"Jens Reimann\", 1 ], [ \"eclipse.org\", 1 ], [ \"http://www.junit.org/' JUnit.org . The JUnit\", 1 ], [ \"ZnXLFRXOScqeeYv0@I1rHRke1fkTyfzIv\", 1 ], [ \"the Apache Commons Compress project at http://commons.apache.org/proper/commons-compress/' http://commons.apache.org/proper/commons-compress/ . A copy\", 1 ], [ \"the Eclipse Tycho project\", 1 ], [ \"the Spring Framework Project (http://www.springframework.org)\", 1 ], [ \"the Writer\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID209ac950043() { var data = gvisDataPieChartID209ac950043(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project technology.tycho \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID209ac950043') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 39 commits.\n  Copyrights   Count     unknown   3233     Copyright (c) Sonatype Inc. and others   567     Copyright (c) SAP SE and others   297     Copyright (c) SAP AG and others   247     Copyright (c) IBM Corporation and others   74     Copyright (c) Red Hat Inc. and others   36     Copyright (c) Christoph Laubrich and others   32     Copyright The Apache Software Foundation   27     Copyright (c) Bachmann electronic GmbH and others   20     Copyright (c) Sonatype, Inc.   18    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID209a5f47a04c () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3233 ], [ \"Copyright (c) Sonatype Inc. and others\", 567 ], [ \"Copyright (c) SAP SE and others\", 297 ], [ \"Copyright (c) SAP AG and others\", 247 ], [ \"Copyright (c) IBM Corporation and others\", 74 ], [ \"Copyright (c) Red Hat Inc. and others\", 36 ], [ \"Copyright (c) Christoph Laubrich and others\", 32 ], [ \"Copyright The Apache Software Foundation\", 27 ], [ \"Copyright (c) Bachmann electronic GmbH and others\", 20 ], [ \"Copyright (c) Sonatype, Inc.\", 18 ], [ \"Copyright (c) Rapicorp, Inc. and others\", 10 ], [ \"Copyright (c) SAP AG\", 9 ], [ \"Copyright (c) Lablicate GmbH and others\", 8 ], [ \"Copyright (c) Guillaume Dufour and others\", 7 ], [ \"Copyright (c) IBH SYSTEMS GmbH and others\", 7 ], [ \"Copyright (c) bachmann electronics GmbH and others\", 7 ], [ \"Copyright (c) Igor Fedorenko\", 6 ], [ \"Copyright (c) Sebastien Arod and others\", 6 ], [ \"Copyright (c) Red Hat Inc.\", 4 ], [ \"Copyright (c) Bachmann electronic and others\", 3 ], [ \"Copyright (c) VDS Rail and others\", 3 ], [ \"Copyright (c) BSB and others\", 2 ], [ \"Copyright (c) Eclipse Foundation\", 2 ], [ \"Copyright (c) Salesforce and others\", 2 ], [ \"Copyright (c) $$ currentDate:date yyyy $$ user and others\", 1 ], [ \"Copyright (c) Alexander Aumann and others\", 1 ], [ \"Copyright (c) Darmstadt University of Technology\", 1 ], [ \"Copyright (c) Eclipse Foundation and others\", 1 ], [ \"Copyright (c) Inventage AG\", 1 ], [ \"Copyright (c) Marc-Andre Laperle and others\", 1 ], [ \"Copyright (c) Obeo and others\", 1 ], [ \"Copyright (c) SAP\", 1 ], [ \"Copyright (c) SAP SE\", 1 ], [ \"Copyright (c) Sebastien Arod\", 1 ], [ \"Copyright (c) Simeon Andreev and others\", 1 ], [ \"Copyright (c) Tasktop Technologies and others\", 1 ], [ \"Copyright (c) Wind River and others\", 1 ], [ \"Copyright (c) www.hamcrest.org\", 1 ], [ \"copyright Bundle-Vendor eclipse.org Bundle-Version\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID209a5f47a04c() { var data = gvisDataPieChartID209a5f47a04c(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project technology.tycho \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID209a5f47a04c') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 40 commits.\n  Holders   Count     unknown   3233     Sonatype Inc. and others   567     SAP SE and others   297     SAP AG and others   247     IBM Corporation and others   74     Red Hat Inc. and others   36     Christoph Laubrich and others   32     The Apache Software Foundation   27     Bachmann electronic GmbH and others   20     Sonatype, Inc.   18    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID209a529d4dca () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3233 ], [ \"Sonatype Inc. and others\", 567 ], [ \"SAP SE and others\", 297 ], [ \"SAP AG and others\", 247 ], [ \"IBM Corporation and others\", 74 ], [ \"Red Hat Inc. and others\", 36 ], [ \"Christoph Laubrich and others\", 32 ], [ \"The Apache Software Foundation\", 27 ], [ \"Bachmann electronic GmbH and others\", 20 ], [ \"Sonatype, Inc.\", 18 ], [ \"Rapicorp, Inc. and others\", 10 ], [ \"SAP AG\", 9 ], [ \"Lablicate GmbH and others\", 8 ], [ \"Guillaume Dufour and others\", 7 ], [ \"IBH SYSTEMS GmbH and others\", 7 ], [ \"bachmann electronics GmbH and others\", 7 ], [ \"Igor Fedorenko\", 6 ], [ \"Sebastien Arod and others\", 6 ], [ \"Red Hat, Inc.\", 4 ], [ \"Bachmann electronic and others\", 3 ], [ \"VDS Rail and others\", 3 ], [ \"BSB and others\", 2 ], [ \"Salesforce and others\", 2 ], [ \"The Eclipse Foundation\", 2 ], [ \"$$ currentDate:date 'yyyy $$ user and others\", 1 ], [ \"Alexander Aumann and others\", 1 ], [ \"Bundle-Copyright Eclipse-SystemBundle\", 1 ], [ \"Bundle-Vendor eclipse.org Bundle-Version\", 1 ], [ \"Darmstadt University of Technology\", 1 ], [ \"Eclipse Foundation and others\", 1 ], [ \"Inventage AG\", 1 ], [ \"Marc-Andre Laperle and others\", 1 ], [ \"Obeo and others\", 1 ], [ \"SAP\", 1 ], [ \"SAP SE\", 1 ], [ \"Sebastien Arod\", 1 ], [ \"Simeon Andreev and others\", 1 ], [ \"Tasktop Technologies and others\", 1 ], [ \"Wind River and others\", 1 ], [ \"www.hamcrest.org\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID209a529d4dca() { var data = gvisDataPieChartID209a529d4dca(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project technology.tycho \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID209a529d4dca') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 23 commits.\n  Licence   Count     unknown   3187     epl-2.0   1056     epl-2.0 OR apache-2.0   1028     epl-1.0   416     apache-2.0   202     unknown   33     bsd-new   26     apache-2.0 OR apache-1.1   20     apache-1.1   15     public-domain   13    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID209a46a26470 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3187 ], [ \"epl-2.0\", 1056 ], [ \"epl-2.0 OR apache-2.0\", 1028 ], [ \"epl-1.0\", 416 ], [ \"apache-2.0\", 202 ], [ \"unknown\", 33 ], [ \"bsd-new\", 26 ], [ \"apache-2.0 OR apache-1.1\", 20 ], [ \"apache-1.1\", 15 ], [ \"public-domain\", 13 ], [ \"cpl-1.0\", 10 ], [ \"mit\", 10 ], [ \"eclipse-sua-2005\", 4 ], [ \"cpl-1.0 AND other-permissive\", 3 ], [ \"epl-1.0 AND bsd-new\", 3 ], [ \"proprietary-license\", 3 ], [ \"(mit OR apache-2.0) AND other-permissive\", 2 ], [ \"apache-2.0 OR mit\", 2 ], [ \"generic-export-compliance\", 2 ], [ \"unlicense\", 2 ], [ \"apache-2.0 OR epl-2.0\", 1 ], [ \"bsd-simplified\", 1 ], [ \"other-permissive\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID209a46a26470() { var data = gvisDataPieChartID209a46a26470(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project technology.tycho \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID209a46a26470') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 9 commits.\n  Programming Language   Count     unknown   3116     Java   1301     PHP   151     HTML   41     Groovy   22     Bash   6     Python   2     AspectJ   1     Objective-C   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID209a560270eb () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3116 ], [ \"Java\", 1301 ], [ \"PHP\", 151 ], [ \"HTML\", 41 ], [ \"Groovy\", 22 ], [ \"Bash\", 6 ], [ \"Python\", 2 ], [ \"AspectJ\", 1 ], [ \"Objective-C\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID209a560270eb() { var data = gvisDataPieChartID209a560270eb(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project technology.tycho \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID209a560270eb') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 1383 commits.\n  Holders   Type     LICENSE   legal     NOTICE   legal     pom.xml   manifest     README.md   readme     setup/README.md   readme     sisu-equinox/pom.xml   manifest     sisu-equinox/sisu-equinox-api/pom.xml   manifest     sisu-equinox/sisu-equinox-embedder/pom.xml   manifest     sisu-equinox/sisu-equinox-launching/pom.xml   manifest     target-platform-configuration/pom.xml   manifest    ","href":"/projects/technology.tycho/datasets_report/","title":"technology.tycho"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;tools.cdt\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/tools.cdt.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 5300 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for tools.cdt\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2002-06-26T00:00:00.000Z\",\"2002-06-27T00:00:00.000Z\",\"2002-06-28T00:00:00.000Z\",\"2002-06-29T00:00:00.000Z\",\"2002-06-30T00:00:00.000Z\",\"2002-07-01T00:00:00.000Z\",\"2002-07-02T00:00:00.000Z\",\"2002-07-03T00:00:00.000Z\",\"2002-07-04T00:00:00.000Z\",\"2002-07-05T00:00:00.000Z\",\"2002-07-06T00:00:00.000Z\",\"2002-07-07T00:00:00.000Z\",\"2002-07-08T00:00:00.000Z\",\"2002-07-09T00:00:00.000Z\",\"2002-07-10T00:00:00.000Z\",\"2002-07-11T00:00:00.000Z\",\"2002-07-12T00:00:00.000Z\",\"2002-07-13T00:00:00.000Z\",\"2002-07-14T00:00:00.000Z\",\"2002-07-15T00:00:00.000Z\",\"2002-07-16T00:00:00.000Z\",\"2002-07-17T00:00:00.000Z\",\"2002-07-18T00:00:00.000Z\",\"2002-07-19T00:00:00.000Z\",\"2002-07-20T00:00:00.000Z\",\"2002-07-21T00:00:00.000Z\",\"2002-07-22T00:00:00.000Z\",\"2002-07-23T00:00:00.000Z\",\"2002-07-24T00:00:00.000Z\",\"2002-07-25T00:00:00.000Z\",\"2002-07-26T00:00:00.000Z\",\"2002-07-27T00:00:00.000Z\",\"2002-07-28T00:00:00.000Z\",\"2002-07-29T00:00:00.000Z\",\"2002-07-30T00:00:00.000Z\",\"2002-07-31T00:00:00.000Z\",\"2002-08-01T00:00:00.000Z\",\"2002-08-02T00:00:00.000Z\",\"2002-08-03T00:00:00.000Z\",\"2002-08-04T00:00:00.000Z\",\"2002-08-05T00:00:00.000Z\",\"2002-08-06T00:00:00.000Z\",\"2002-08-07T00:00:00.000Z\",\"2002-08-08T00:00:00.000Z\",\"2002-08-09T00:00:00.000Z\",\"2002-08-10T00:00:00.000Z\",\"2002-08-11T00:00:00.000Z\",\"2002-08-12T00:00:00.000Z\",\"2002-08-13T00:00:00.000Z\",\"2002-08-14T00:00:00.000Z\",\"2002-08-15T00:00:00.000Z\",\"2002-08-16T00:00:00.000Z\",\"2002-08-17T00:00:00.000Z\",\"2002-08-18T00:00:00.000Z\",\"2002-08-19T00:00:00.000Z\",\"2002-08-20T00:00:00.000Z\",\"2002-08-21T00:00:00.000Z\",\"2002-08-22T00:00:00.000Z\",\"2002-08-23T00:00:00.000Z\",\"2002-08-24T00:00:00.000Z\",\"2002-08-25T00:00:00.000Z\",\"2002-08-26T00:00:00.000Z\",\"2002-08-27T00:00:00.000Z\",\"2002-08-28T00:00:00.000Z\",\"2002-08-29T00:00:00.000Z\",\"2002-08-30T00:00:00.000Z\",\"2002-08-31T00:00:00.000Z\",\"2002-09-01T00:00:00.000Z\",\"2002-09-02T00:00:00.000Z\",\"2002-09-03T00:00:00.000Z\",\"2002-09-04T00:00:00.000Z\",\"2002-09-05T00:00:00.000Z\",\"2002-09-06T00:00:00.000Z\",\"2002-09-07T00:00:00.000Z\",\"2002-09-08T00:00:00.000Z\",\"2002-09-09T00:00:00.000Z\",\"2002-09-10T00:00:00.000Z\",\"2002-09-11T00:00:00.000Z\",\"2002-09-12T00:00:00.000Z\",\"2002-09-13T00:00:00.000Z\",\"2002-09-14T00:00:00.000Z\",\"2002-09-15T00:00:00.000Z\",\"2002-09-16T00:00:00.000Z\",\"2002-09-17T00:00:00.000Z\",\"2002-09-18T00:00:00.000Z\",\"2002-09-19T00:00:00.000Z\",\"2002-09-20T00:00:00.000Z\",\"2002-09-21T00:00:00.000Z\",\"2002-09-22T00:00:00.000Z\",\"2002-09-23T00:00:00.000Z\",\"2002-09-24T00:00:00.000Z\",\"2002-09-25T00:00:00.000Z\",\"2002-09-26T00:00:00.000Z\",\"2002-09-27T00:00:00.000Z\",\"2002-09-28T00:00:00.000Z\",\"2002-09-29T00:00:00.000Z\",\"2002-09-30T00:00:00.000Z\",\"2002-10-01T00:00:00.000Z\",\"2002-10-02T00:00:00.000Z\",\"2002-10-03T00:00:00.000Z\",\"2002-10-04T00:00:00.000Z\",\"2002-10-05T00:00:00.000Z\",\"2002-10-06T00:00:00.000Z\",\"2002-10-07T00:00:00.000Z\",\"2002-10-08T00:00:00.000Z\",\"2002-10-09T00:00:00.000Z\",\"2002-10-10T00:00:00.000Z\",\"2002-10-11T00:00:00.000Z\",\"2002-10-12T00:00:00.000Z\",\"2002-10-13T00:00:00.000Z\",\"2002-10-14T00:00:00.000Z\",\"2002-10-15T00:00:00.000Z\",\"2002-10-16T00:00:00.000Z\",\"2002-10-17T00:00:00.000Z\",\"2002-10-18T00:00:00.000Z\",\"2002-10-19T00:00:00.000Z\",\"2002-10-20T00:00:00.000Z\",\"2002-10-21T00:00:00.000Z\",\"2002-10-22T00:00:00.000Z\",\"2002-10-23T00:00:00.000Z\",\"2002-10-24T00:00:00.000Z\",\"2002-10-25T00:00:00.000Z\",\"2002-10-26T00:00:00.000Z\",\"2002-10-27T00:00:00.000Z\",\"2002-10-28T00:00:00.000Z\",\"2002-10-29T00:00:00.000Z\",\"2002-10-30T00:00:00.000Z\",\"2002-10-31T00:00:00.000Z\",\"2002-11-01T00:00:00.000Z\",\"2002-11-02T00:00:00.000Z\",\"2002-11-03T00:00:00.000Z\",\"2002-11-04T00:00:00.000Z\",\"2002-11-05T00:00:00.000Z\",\"2002-11-06T00:00:00.000Z\",\"2002-11-07T00:00:00.000Z\",\"2002-11-08T00:00:00.000Z\",\"2002-11-09T00:00:00.000Z\",\"2002-11-10T00:00:00.000Z\",\"2002-11-11T00:00:00.000Z\",\"2002-11-12T00:00:00.000Z\",\"2002-11-13T00:00:00.000Z\",\"2002-11-14T00:00:00.000Z\",\"2002-11-15T00:00:00.000Z\",\"2002-11-16T00:00:00.000Z\",\"2002-11-17T00:00:00.000Z\",\"2002-11-18T00:00:00.000Z\",\"2002-11-19T00:00:00.000Z\",\"2002-11-20T00:00:00.000Z\",\"2002-11-21T00:00:00.000Z\",\"2002-11-22T00:00:00.000Z\",\"2002-11-23T00:00:00.000Z\",\"2002-11-24T00:00:00.000Z\",\"2002-11-25T00:00:00.000Z\",\"2002-11-26T00:00:00.000Z\",\"2002-11-27T00:00:00.000Z\",\"2002-11-28T00:00:00.000Z\",\"2002-11-29T00:00:00.000Z\",\"2002-11-30T00:00:00.000Z\",\"2002-12-01T00:00:00.000Z\",\"2002-12-02T00:00:00.000Z\",\"2002-12-03T00:00:00.000Z\",\"2002-12-04T00:00:00.000Z\",\"2002-12-05T00:00:00.000Z\",\"2002-12-06T00:00:00.000Z\",\"2002-12-07T00:00:00.000Z\",\"2002-12-08T00:00:00.000Z\",\"2002-12-09T00:00:00.000Z\",\"2002-12-10T00:00:00.000Z\",\"2002-12-11T00:00:00.000Z\",\"2002-12-12T00:00:00.000Z\",\"2002-12-13T00:00:00.000Z\",\"2002-12-14T00:00:00.000Z\",\"2002-12-15T00:00:00.000Z\",\"2002-12-16T00:00:00.000Z\",\"2002-12-17T00:00:00.000Z\",\"2002-12-18T00:00:00.000Z\",\"2002-12-19T00:00:00.000Z\",\"2002-12-20T00:00:00.000Z\",\"2002-12-21T00:00:00.000Z\",\"2002-12-22T00:00:00.000Z\",\"2002-12-23T00:00:00.000Z\",\"2002-12-24T00:00:00.000Z\",\"2002-12-25T00:00:00.000Z\",\"2002-12-26T00:00:00.000Z\",\"2002-12-27T00:00:00.000Z\",\"2002-12-28T00:00:00.000Z\",\"2002-12-29T00:00:00.000Z\",\"2002-12-30T00:00:00.000Z\",\"2002-12-31T00:00:00.000Z\",\"2003-01-01T00:00:00.000Z\",\"2003-01-02T00:00:00.000Z\",\"2003-01-03T00:00:00.000Z\",\"2003-01-04T00:00:00.000Z\",\"2003-01-05T00:00:00.000Z\",\"2003-01-06T00:00:00.000Z\",\"2003-01-07T00:00:00.000Z\",\"2003-01-08T00:00:00.000Z\",\"2003-01-09T00:00:00.000Z\",\"2003-01-10T00:00:00.000Z\",\"2003-01-11T00:00:00.000Z\",\"2003-01-12T00:00:00.000Z\",\"2003-01-13T00:00:00.000Z\",\"2003-01-14T00:00:00.000Z\",\"2003-01-15T00:00:00.000Z\",\"2003-01-16T00:00:00.000Z\",\"2003-01-17T00:00:00.000Z\",\"2003-01-18T00:00:00.000Z\",\"2003-01-19T00:00:00.000Z\",\"2003-01-20T00:00:00.000Z\",\"2003-01-21T00:00:00.000Z\",\"2003-01-22T00:00:00.000Z\",\"2003-01-23T00:00:00.000Z\",\"2003-01-24T00:00:00.000Z\",\"2003-01-25T00:00:00.000Z\",\"2003-01-26T00:00:00.000Z\",\"2003-01-27T00:00:00.000Z\",\"2003-01-28T00:00:00.000Z\",\"2003-01-29T00:00:00.000Z\",\"2003-01-30T00:00:00.000Z\",\"2003-01-31T00:00:00.000Z\",\"2003-02-01T00:00:00.000Z\",\"2003-02-02T00:00:00.000Z\",\"2003-02-03T00:00:00.000Z\",\"2003-02-04T00:00:00.000Z\",\"2003-02-05T00:00:00.000Z\",\"2003-02-06T00:00:00.000Z\",\"2003-02-07T00:00:00.000Z\",\"2003-02-08T00:00:00.000Z\",\"2003-02-09T00:00:00.000Z\",\"2003-02-10T00:00:00.000Z\",\"2003-02-11T00:00:00.000Z\",\"2003-02-12T00:00:00.000Z\",\"2003-02-13T00:00:00.000Z\",\"2003-02-14T00:00:00.000Z\",\"2003-02-15T00:00:00.000Z\",\"2003-02-16T00:00:00.000Z\",\"2003-02-17T00:00:00.000Z\",\"2003-02-18T00:00:00.000Z\",\"2003-02-19T00:00:00.000Z\",\"2003-02-20T00:00:00.000Z\",\"2003-02-21T00:00:00.000Z\",\"2003-02-22T00:00:00.000Z\",\"2003-02-23T00:00:00.000Z\",\"2003-02-24T00:00:00.000Z\",\"2003-02-25T00:00:00.000Z\",\"2003-02-26T00:00:00.000Z\",\"2003-02-27T00:00:00.000Z\",\"2003-02-28T00:00:00.000Z\",\"2003-03-01T00:00:00.000Z\",\"2003-03-02T00:00:00.000Z\",\"2003-03-03T00:00:00.000Z\",\"2003-03-04T00:00:00.000Z\",\"2003-03-05T00:00:00.000Z\",\"2003-03-06T00:00:00.000Z\",\"2003-03-07T00:00:00.000Z\",\"2003-03-08T00:00:00.000Z\",\"2003-03-09T00:00:00.000Z\",\"2003-03-10T00:00:00.000Z\",\"2003-03-11T00:00:00.000Z\",\"2003-03-12T00:00:00.000Z\",\"2003-03-13T00:00:00.000Z\",\"2003-03-14T00:00:00.000Z\",\"2003-03-15T00:00:00.000Z\",\"2003-03-16T00:00:00.000Z\",\"2003-03-17T00:00:00.000Z\",\"2003-03-18T00:00:00.000Z\",\"2003-03-19T00:00:00.000Z\",\"2003-03-20T00:00:00.000Z\",\"2003-03-21T00:00:00.000Z\",\"2003-03-22T00:00:00.000Z\",\"2003-03-23T00:00:00.000Z\",\"2003-03-24T00:00:00.000Z\",\"2003-03-25T00:00:00.000Z\",\"2003-03-26T00:00:00.000Z\",\"2003-03-27T00:00:00.000Z\",\"2003-03-28T00:00:00.000Z\",\"2003-03-29T00:00:00.000Z\",\"2003-03-30T00:00:00.000Z\",\"2003-03-31T00:00:00.000Z\",\"2003-04-01T00:00:00.000Z\",\"2003-04-02T00:00:00.000Z\",\"2003-04-03T00:00:00.000Z\",\"2003-04-04T00:00:00.000Z\",\"2003-04-05T00:00:00.000Z\",\"2003-04-06T00:00:00.000Z\",\"2003-04-07T00:00:00.000Z\",\"2003-04-08T00:00:00.000Z\",\"2003-04-09T00:00:00.000Z\",\"2003-04-10T00:00:00.000Z\",\"2003-04-11T00:00:00.000Z\",\"2003-04-12T00:00:00.000Z\",\"2003-04-13T00:00:00.000Z\",\"2003-04-14T00:00:00.000Z\",\"2003-04-15T00:00:00.000Z\",\"2003-04-16T00:00:00.000Z\",\"2003-04-17T00:00:00.000Z\",\"2003-04-18T00:00:00.000Z\",\"2003-04-19T00:00:00.000Z\",\"2003-04-20T00:00:00.000Z\",\"2003-04-21T00:00:00.000Z\",\"2003-04-22T00:00:00.000Z\",\"2003-04-23T00:00:00.000Z\",\"2003-04-24T00:00:00.000Z\",\"2003-04-25T00:00:00.000Z\",\"2003-04-26T00:00:00.000Z\",\"2003-04-27T00:00:00.000Z\",\"2003-04-28T00:00:00.000Z\",\"2003-04-29T00:00:00.000Z\",\"2003-04-30T00:00:00.000Z\",\"2003-05-01T00:00:00.000Z\",\"2003-05-02T00:00:00.000Z\",\"2003-05-03T00:00:00.000Z\",\"2003-05-04T00:00:00.000Z\",\"2003-05-05T00:00:00.000Z\",\"2003-05-06T00:00:00.000Z\",\"2003-05-07T00:00:00.000Z\",\"2003-05-08T00:00:00.000Z\",\"2003-05-09T00:00:00.000Z\",\"2003-05-10T00:00:00.000Z\",\"2003-05-11T00:00:00.000Z\",\"2003-05-12T00:00:00.000Z\",\"2003-05-13T00:00:00.000Z\",\"2003-05-14T00:00:00.000Z\",\"2003-05-15T00:00:00.000Z\",\"2003-05-16T00:00:00.000Z\",\"2003-05-17T00:00:00.000Z\",\"2003-05-18T00:00:00.000Z\",\"2003-05-19T00:00:00.000Z\",\"2003-05-20T00:00:00.000Z\",\"2003-05-21T00:00:00.000Z\",\"2003-05-22T00:00:00.000Z\",\"2003-05-23T00:00:00.000Z\",\"2003-05-24T00:00:00.000Z\",\"2003-05-25T00:00:00.000Z\",\"2003-05-26T00:00:00.000Z\",\"2003-05-27T00:00:00.000Z\",\"2003-05-28T00:00:00.000Z\",\"2003-05-29T00:00:00.000Z\",\"2003-05-30T00:00:00.000Z\",\"2003-05-31T00:00:00.000Z\",\"2003-06-01T00:00:00.000Z\",\"2003-06-02T00:00:00.000Z\",\"2003-06-03T00:00:00.000Z\",\"2003-06-04T00:00:00.000Z\",\"2003-06-05T00:00:00.000Z\",\"2003-06-06T00:00:00.000Z\",\"2003-06-07T00:00:00.000Z\",\"2003-06-08T00:00:00.000Z\",\"2003-06-09T00:00:00.000Z\",\"2003-06-10T00:00:00.000Z\",\"2003-06-11T00:00:00.000Z\",\"2003-06-12T00:00:00.000Z\",\"2003-06-13T00:00:00.000Z\",\"2003-06-14T00:00:00.000Z\",\"2003-06-15T00:00:00.000Z\",\"2003-06-16T00:00:00.000Z\",\"2003-06-17T00:00:00.000Z\",\"2003-06-18T00:00:00.000Z\",\"2003-06-19T00:00:00.000Z\",\"2003-06-20T00:00:00.000Z\",\"2003-06-21T00:00:00.000Z\",\"2003-06-22T00:00:00.000Z\",\"2003-06-23T00:00:00.000Z\",\"2003-06-24T00:00:00.000Z\",\"2003-06-25T00:00:00.000Z\",\"2003-06-26T00:00:00.000Z\",\"2003-06-27T00:00:00.000Z\",\"2003-06-28T00:00:00.000Z\",\"2003-06-29T00:00:00.000Z\",\"2003-06-30T00:00:00.000Z\",\"2003-07-01T00:00:00.000Z\",\"2003-07-02T00:00:00.000Z\",\"2003-07-03T00:00:00.000Z\",\"2003-07-04T00:00:00.000Z\",\"2003-07-05T00:00:00.000Z\",\"2003-07-06T00:00:00.000Z\",\"2003-07-07T00:00:00.000Z\",\"2003-07-08T00:00:00.000Z\",\"2003-07-09T00:00:00.000Z\",\"2003-07-10T00:00:00.000Z\",\"2003-07-11T00:00:00.000Z\",\"2003-07-12T00:00:00.000Z\",\"2003-07-13T00:00:00.000Z\",\"2003-07-14T00:00:00.000Z\",\"2003-07-15T00:00:00.000Z\",\"2003-07-16T00:00:00.000Z\",\"2003-07-17T00:00:00.000Z\",\"2003-07-18T00:00:00.000Z\",\"2003-07-19T00:00:00.000Z\",\"2003-07-20T00:00:00.000Z\",\"2003-07-21T00:00:00.000Z\",\"2003-07-22T00:00:00.000Z\",\"2003-07-23T00:00:00.000Z\",\"2003-07-24T00:00:00.000Z\",\"2003-07-25T00:00:00.000Z\",\"2003-07-26T00:00:00.000Z\",\"2003-07-27T00:00:00.000Z\",\"2003-07-28T00:00:00.000Z\",\"2003-07-29T00:00:00.000Z\",\"2003-07-30T00:00:00.000Z\",\"2003-07-31T00:00:00.000Z\",\"2003-08-01T00:00:00.000Z\",\"2003-08-02T00:00:00.000Z\",\"2003-08-03T00:00:00.000Z\",\"2003-08-04T00:00:00.000Z\",\"2003-08-05T00:00:00.000Z\",\"2003-08-06T00:00:00.000Z\",\"2003-08-07T00:00:00.000Z\",\"2003-08-08T00:00:00.000Z\",\"2003-08-09T00:00:00.000Z\",\"2003-08-10T00:00:00.000Z\",\"2003-08-11T00:00:00.000Z\",\"2003-08-12T00:00:00.000Z\",\"2003-08-13T00:00:00.000Z\",\"2003-08-14T00:00:00.000Z\",\"2003-08-15T00:00:00.000Z\",\"2003-08-16T00:00:00.000Z\",\"2003-08-17T00:00:00.000Z\",\"2003-08-18T00:00:00.000Z\",\"2003-08-19T00:00:00.000Z\",\"2003-08-20T00:00:00.000Z\",\"2003-08-21T00:00:00.000Z\",\"2003-08-22T00:00:00.000Z\",\"2003-08-23T00:00:00.000Z\",\"2003-08-24T00:00:00.000Z\",\"2003-08-25T00:00:00.000Z\",\"2003-08-26T00:00:00.000Z\",\"2003-08-27T00:00:00.000Z\",\"2003-08-28T00:00:00.000Z\",\"2003-08-29T00:00:00.000Z\",\"2003-08-30T00:00:00.000Z\",\"2003-08-31T00:00:00.000Z\",\"2003-09-01T00:00:00.000Z\",\"2003-09-02T00:00:00.000Z\",\"2003-09-03T00:00:00.000Z\",\"2003-09-04T00:00:00.000Z\",\"2003-09-05T00:00:00.000Z\",\"2003-09-06T00:00:00.000Z\",\"2003-09-07T00:00:00.000Z\",\"2003-09-08T00:00:00.000Z\",\"2003-09-09T00:00:00.000Z\",\"2003-09-10T00:00:00.000Z\",\"2003-09-11T00:00:00.000Z\",\"2003-09-12T00:00:00.000Z\",\"2003-09-13T00:00:00.000Z\",\"2003-09-14T00:00:00.000Z\",\"2003-09-15T00:00:00.000Z\",\"2003-09-16T00:00:00.000Z\",\"2003-09-17T00:00:00.000Z\",\"2003-09-18T00:00:00.000Z\",\"2003-09-19T00:00:00.000Z\",\"2003-09-20T00:00:00.000Z\",\"2003-09-21T00:00:00.000Z\",\"2003-09-22T00:00:00.000Z\",\"2003-09-23T00:00:00.000Z\",\"2003-09-24T00:00:00.000Z\",\"2003-09-25T00:00:00.000Z\",\"2003-09-26T00:00:00.000Z\",\"2003-09-27T00:00:00.000Z\",\"2003-09-28T00:00:00.000Z\",\"2003-09-29T00:00:00.000Z\",\"2003-09-30T00:00:00.000Z\",\"2003-10-01T00:00:00.000Z\",\"2003-10-02T00:00:00.000Z\",\"2003-10-03T00:00:00.000Z\",\"2003-10-04T00:00:00.000Z\",\"2003-10-05T00:00:00.000Z\",\"2003-10-06T00:00:00.000Z\",\"2003-10-07T00:00:00.000Z\",\"2003-10-08T00:00:00.000Z\",\"2003-10-09T00:00:00.000Z\",\"2003-10-10T00:00:00.000Z\",\"2003-10-11T00:00:00.000Z\",\"2003-10-12T00:00:00.000Z\",\"2003-10-13T00:00:00.000Z\",\"2003-10-14T00:00:00.000Z\",\"2003-10-15T00:00:00.000Z\",\"2003-10-16T00:00:00.000Z\",\"2003-10-17T00:00:00.000Z\",\"2003-10-18T00:00:00.000Z\",\"2003-10-19T00:00:00.000Z\",\"2003-10-20T00:00:00.000Z\",\"2003-10-21T00:00:00.000Z\",\"2003-10-22T00:00:00.000Z\",\"2003-10-23T00:00:00.000Z\",\"2003-10-24T00:00:00.000Z\",\"2003-10-25T00:00:00.000Z\",\"2003-10-26T00:00:00.000Z\",\"2003-10-27T00:00:00.000Z\",\"2003-10-28T00:00:00.000Z\",\"2003-10-29T00:00:00.000Z\",\"2003-10-30T00:00:00.000Z\",\"2003-10-31T00:00:00.000Z\",\"2003-11-01T00:00:00.000Z\",\"2003-11-02T00:00:00.000Z\",\"2003-11-03T00:00:00.000Z\",\"2003-11-04T00:00:00.000Z\",\"2003-11-05T00:00:00.000Z\",\"2003-11-06T00:00:00.000Z\",\"2003-11-07T00:00:00.000Z\",\"2003-11-08T00:00:00.000Z\",\"2003-11-09T00:00:00.000Z\",\"2003-11-10T00:00:00.000Z\",\"2003-11-11T00:00:00.000Z\",\"2003-11-12T00:00:00.000Z\",\"2003-11-13T00:00:00.000Z\",\"2003-11-14T00:00:00.000Z\",\"2003-11-15T00:00:00.000Z\",\"2003-11-16T00:00:00.000Z\",\"2003-11-17T00:00:00.000Z\",\"2003-11-18T00:00:00.000Z\",\"2003-11-19T00:00:00.000Z\",\"2003-11-20T00:00:00.000Z\",\"2003-11-21T00:00:00.000Z\",\"2003-11-22T00:00:00.000Z\",\"2003-11-23T00:00:00.000Z\",\"2003-11-24T00:00:00.000Z\",\"2003-11-25T00:00:00.000Z\",\"2003-11-26T00:00:00.000Z\",\"2003-11-27T00:00:00.000Z\",\"2003-11-28T00:00:00.000Z\",\"2003-11-29T00:00:00.000Z\",\"2003-11-30T00:00:00.000Z\",\"2003-12-01T00:00:00.000Z\",\"2003-12-02T00:00:00.000Z\",\"2003-12-03T00:00:00.000Z\",\"2003-12-04T00:00:00.000Z\",\"2003-12-05T00:00:00.000Z\",\"2003-12-06T00:00:00.000Z\",\"2003-12-07T00:00:00.000Z\",\"2003-12-08T00:00:00.000Z\",\"2003-12-09T00:00:00.000Z\",\"2003-12-10T00:00:00.000Z\",\"2003-12-11T00:00:00.000Z\",\"2003-12-12T00:00:00.000Z\",\"2003-12-13T00:00:00.000Z\",\"2003-12-14T00:00:00.000Z\",\"2003-12-15T00:00:00.000Z\",\"2003-12-16T00:00:00.000Z\",\"2003-12-17T00:00:00.000Z\",\"2003-12-18T00:00:00.000Z\",\"2003-12-19T00:00:00.000Z\",\"2003-12-20T00:00:00.000Z\",\"2003-12-21T00:00:00.000Z\",\"2003-12-22T00:00:00.000Z\",\"2003-12-23T00:00:00.000Z\",\"2003-12-24T00:00:00.000Z\",\"2003-12-25T00:00:00.000Z\",\"2003-12-26T00:00:00.000Z\",\"2003-12-27T00:00:00.000Z\",\"2003-12-28T00:00:00.000Z\",\"2003-12-29T00:00:00.000Z\",\"2003-12-30T00:00:00.000Z\",\"2003-12-31T00:00:00.000Z\",\"2004-01-01T00:00:00.000Z\",\"2004-01-02T00:00:00.000Z\",\"2004-01-03T00:00:00.000Z\",\"2004-01-04T00:00:00.000Z\",\"2004-01-05T00:00:00.000Z\",\"2004-01-06T00:00:00.000Z\",\"2004-01-07T00:00:00.000Z\",\"2004-01-08T00:00:00.000Z\",\"2004-01-09T00:00:00.000Z\",\"2004-01-10T00:00:00.000Z\",\"2004-01-11T00:00:00.000Z\",\"2004-01-12T00:00:00.000Z\",\"2004-01-13T00:00:00.000Z\",\"2004-01-14T00:00:00.000Z\",\"2004-01-15T00:00:00.000Z\",\"2004-01-16T00:00:00.000Z\",\"2004-01-17T00:00:00.000Z\",\"2004-01-18T00:00:00.000Z\",\"2004-01-19T00:00:00.000Z\",\"2004-01-20T00:00:00.000Z\",\"2004-01-21T00:00:00.000Z\",\"2004-01-22T00:00:00.000Z\",\"2004-01-23T00:00:00.000Z\",\"2004-01-24T00:00:00.000Z\",\"2004-01-25T00:00:00.000Z\",\"2004-01-26T00:00:00.000Z\",\"2004-01-27T00:00:00.000Z\",\"2004-01-28T00:00:00.000Z\",\"2004-01-29T00:00:00.000Z\",\"2004-01-30T00:00:00.000Z\",\"2004-01-31T00:00:00.000Z\",\"2004-02-01T00:00:00.000Z\",\"2004-02-02T00:00:00.000Z\",\"2004-02-03T00:00:00.000Z\",\"2004-02-04T00:00:00.000Z\",\"2004-02-05T00:00:00.000Z\",\"2004-02-06T00:00:00.000Z\",\"2004-02-07T00:00:00.000Z\",\"2004-02-08T00:00:00.000Z\",\"2004-02-09T00:00:00.000Z\",\"2004-02-10T00:00:00.000Z\",\"2004-02-11T00:00:00.000Z\",\"2004-02-12T00:00:00.000Z\",\"2004-02-13T00:00:00.000Z\",\"2004-02-14T00:00:00.000Z\",\"2004-02-15T00:00:00.000Z\",\"2004-02-16T00:00:00.000Z\",\"2004-02-17T00:00:00.000Z\",\"2004-02-18T00:00:00.000Z\",\"2004-02-19T00:00:00.000Z\",\"2004-02-20T00:00:00.000Z\",\"2004-02-21T00:00:00.000Z\",\"2004-02-22T00:00:00.000Z\",\"2004-02-23T00:00:00.000Z\",\"2004-02-24T00:00:00.000Z\",\"2004-02-25T00:00:00.000Z\",\"2004-02-26T00:00:00.000Z\",\"2004-02-27T00:00:00.000Z\",\"2004-02-28T00:00:00.000Z\",\"2004-02-29T00:00:00.000Z\",\"2004-03-01T00:00:00.000Z\",\"2004-03-02T00:00:00.000Z\",\"2004-03-03T00:00:00.000Z\",\"2004-03-04T00:00:00.000Z\",\"2004-03-05T00:00:00.000Z\",\"2004-03-06T00:00:00.000Z\",\"2004-03-07T00:00:00.000Z\",\"2004-03-08T00:00:00.000Z\",\"2004-03-09T00:00:00.000Z\",\"2004-03-10T00:00:00.000Z\",\"2004-03-11T00:00:00.000Z\",\"2004-03-12T00:00:00.000Z\",\"2004-03-13T00:00:00.000Z\",\"2004-03-14T00:00:00.000Z\",\"2004-03-15T00:00:00.000Z\",\"2004-03-16T00:00:00.000Z\",\"2004-03-17T00:00:00.000Z\",\"2004-03-18T00:00:00.000Z\",\"2004-03-19T00:00:00.000Z\",\"2004-03-20T00:00:00.000Z\",\"2004-03-21T00:00:00.000Z\",\"2004-03-22T00:00:00.000Z\",\"2004-03-23T00:00:00.000Z\",\"2004-03-24T00:00:00.000Z\",\"2004-03-25T00:00:00.000Z\",\"2004-03-26T00:00:00.000Z\",\"2004-03-27T00:00:00.000Z\",\"2004-03-28T00:00:00.000Z\",\"2004-03-29T00:00:00.000Z\",\"2004-03-30T00:00:00.000Z\",\"2004-03-31T00:00:00.000Z\",\"2004-04-01T00:00:00.000Z\",\"2004-04-02T00:00:00.000Z\",\"2004-04-03T00:00:00.000Z\",\"2004-04-04T00:00:00.000Z\",\"2004-04-05T00:00:00.000Z\",\"2004-04-06T00:00:00.000Z\",\"2004-04-07T00:00:00.000Z\",\"2004-04-08T00:00:00.000Z\",\"2004-04-09T00:00:00.000Z\",\"2004-04-10T00:00:00.000Z\",\"2004-04-11T00:00:00.000Z\",\"2004-04-12T00:00:00.000Z\",\"2004-04-13T00:00:00.000Z\",\"2004-04-14T00:00:00.000Z\",\"2004-04-15T00:00:00.000Z\",\"2004-04-16T00:00:00.000Z\",\"2004-04-17T00:00:00.000Z\",\"2004-04-18T00:00:00.000Z\",\"2004-04-19T00:00:00.000Z\",\"2004-04-20T00:00:00.000Z\",\"2004-04-21T00:00:00.000Z\",\"2004-04-22T00:00:00.000Z\",\"2004-04-23T00:00:00.000Z\",\"2004-04-24T00:00:00.000Z\",\"2004-04-25T00:00:00.000Z\",\"2004-04-26T00:00:00.000Z\",\"2004-04-27T00:00:00.000Z\",\"2004-04-28T00:00:00.000Z\",\"2004-04-29T00:00:00.000Z\",\"2004-04-30T00:00:00.000Z\",\"2004-05-01T00:00:00.000Z\",\"2004-05-02T00:00:00.000Z\",\"2004-05-03T00:00:00.000Z\",\"2004-05-04T00:00:00.000Z\",\"2004-05-05T00:00:00.000Z\",\"2004-05-06T00:00:00.000Z\",\"2004-05-07T00:00:00.000Z\",\"2004-05-08T00:00:00.000Z\",\"2004-05-09T00:00:00.000Z\",\"2004-05-10T00:00:00.000Z\",\"2004-05-11T00:00:00.000Z\",\"2004-05-12T00:00:00.000Z\",\"2004-05-13T00:00:00.000Z\",\"2004-05-14T00:00:00.000Z\",\"2004-05-15T00:00:00.000Z\",\"2004-05-16T00:00:00.000Z\",\"2004-05-17T00:00:00.000Z\",\"2004-05-18T00:00:00.000Z\",\"2004-05-19T00:00:00.000Z\",\"2004-05-20T00:00:00.000Z\",\"2004-05-21T00:00:00.000Z\",\"2004-05-22T00:00:00.000Z\",\"2004-05-23T00:00:00.000Z\",\"2004-05-24T00:00:00.000Z\",\"2004-05-25T00:00:00.000Z\",\"2004-05-26T00:00:00.000Z\",\"2004-05-27T00:00:00.000Z\",\"2004-05-28T00:00:00.000Z\",\"2004-05-29T00:00:00.000Z\",\"2004-05-30T00:00:00.000Z\",\"2004-05-31T00:00:00.000Z\",\"2004-06-01T00:00:00.000Z\",\"2004-06-02T00:00:00.000Z\",\"2004-06-03T00:00:00.000Z\",\"2004-06-04T00:00:00.000Z\",\"2004-06-05T00:00:00.000Z\",\"2004-06-06T00:00:00.000Z\",\"2004-06-07T00:00:00.000Z\",\"2004-06-08T00:00:00.000Z\",\"2004-06-09T00:00:00.000Z\",\"2004-06-10T00:00:00.000Z\",\"2004-06-11T00:00:00.000Z\",\"2004-06-12T00:00:00.000Z\",\"2004-06-13T00:00:00.000Z\",\"2004-06-14T00:00:00.000Z\",\"2004-06-15T00:00:00.000Z\",\"2004-06-16T00:00:00.000Z\",\"2004-06-17T00:00:00.000Z\",\"2004-06-18T00:00:00.000Z\",\"2004-06-19T00:00:00.000Z\",\"2004-06-20T00:00:00.000Z\",\"2004-06-21T00:00:00.000Z\",\"2004-06-22T00:00:00.000Z\",\"2004-06-23T00:00:00.000Z\",\"2004-06-24T00:00:00.000Z\",\"2004-06-25T00:00:00.000Z\",\"2004-06-26T00:00:00.000Z\",\"2004-06-27T00:00:00.000Z\",\"2004-06-28T00:00:00.000Z\",\"2004-06-29T00:00:00.000Z\",\"2004-06-30T00:00:00.000Z\",\"2004-07-01T00:00:00.000Z\",\"2004-07-02T00:00:00.000Z\",\"2004-07-03T00:00:00.000Z\",\"2004-07-04T00:00:00.000Z\",\"2004-07-05T00:00:00.000Z\",\"2004-07-06T00:00:00.000Z\",\"2004-07-07T00:00:00.000Z\",\"2004-07-08T00:00:00.000Z\",\"2004-07-09T00:00:00.000Z\",\"2004-07-10T00:00:00.000Z\",\"2004-07-11T00:00:00.000Z\",\"2004-07-12T00:00:00.000Z\",\"2004-07-13T00:00:00.000Z\",\"2004-07-14T00:00:00.000Z\",\"2004-07-15T00:00:00.000Z\",\"2004-07-16T00:00:00.000Z\",\"2004-07-17T00:00:00.000Z\",\"2004-07-18T00:00:00.000Z\",\"2004-07-19T00:00:00.000Z\",\"2004-07-20T00:00:00.000Z\",\"2004-07-21T00:00:00.000Z\",\"2004-07-22T00:00:00.000Z\",\"2004-07-23T00:00:00.000Z\",\"2004-07-24T00:00:00.000Z\",\"2004-07-25T00:00:00.000Z\",\"2004-07-26T00:00:00.000Z\",\"2004-07-27T00:00:00.000Z\",\"2004-07-28T00:00:00.000Z\",\"2004-07-29T00:00:00.000Z\",\"2004-07-30T00:00:00.000Z\",\"2004-07-31T00:00:00.000Z\",\"2004-08-01T00:00:00.000Z\",\"2004-08-02T00:00:00.000Z\",\"2004-08-03T00:00:00.000Z\",\"2004-08-04T00:00:00.000Z\",\"2004-08-05T00:00:00.000Z\",\"2004-08-06T00:00:00.000Z\",\"2004-08-07T00:00:00.000Z\",\"2004-08-08T00:00:00.000Z\",\"2004-08-09T00:00:00.000Z\",\"2004-08-10T00:00:00.000Z\",\"2004-08-11T00:00:00.000Z\",\"2004-08-12T00:00:00.000Z\",\"2004-08-13T00:00:00.000Z\",\"2004-08-14T00:00:00.000Z\",\"2004-08-15T00:00:00.000Z\",\"2004-08-16T00:00:00.000Z\",\"2004-08-17T00:00:00.000Z\",\"2004-08-18T00:00:00.000Z\",\"2004-08-19T00:00:00.000Z\",\"2004-08-20T00:00:00.000Z\",\"2004-08-21T00:00:00.000Z\",\"2004-08-22T00:00:00.000Z\",\"2004-08-23T00:00:00.000Z\",\"2004-08-24T00:00:00.000Z\",\"2004-08-25T00:00:00.000Z\",\"2004-08-26T00:00:00.000Z\",\"2004-08-27T00:00:00.000Z\",\"2004-08-28T00:00:00.000Z\",\"2004-08-29T00:00:00.000Z\",\"2004-08-30T00:00:00.000Z\",\"2004-08-31T00:00:00.000Z\",\"2004-09-01T00:00:00.000Z\",\"2004-09-02T00:00:00.000Z\",\"2004-09-03T00:00:00.000Z\",\"2004-09-04T00:00:00.000Z\",\"2004-09-05T00:00:00.000Z\",\"2004-09-06T00:00:00.000Z\",\"2004-09-07T00:00:00.000Z\",\"2004-09-08T00:00:00.000Z\",\"2004-09-09T00:00:00.000Z\",\"2004-09-10T00:00:00.000Z\",\"2004-09-11T00:00:00.000Z\",\"2004-09-12T00:00:00.000Z\",\"2004-09-13T00:00:00.000Z\",\"2004-09-14T00:00:00.000Z\",\"2004-09-15T00:00:00.000Z\",\"2004-09-16T00:00:00.000Z\",\"2004-09-17T00:00:00.000Z\",\"2004-09-18T00:00:00.000Z\",\"2004-09-19T00:00:00.000Z\",\"2004-09-20T00:00:00.000Z\",\"2004-09-21T00:00:00.000Z\",\"2004-09-22T00:00:00.000Z\",\"2004-09-23T00:00:00.000Z\",\"2004-09-24T00:00:00.000Z\",\"2004-09-25T00:00:00.000Z\",\"2004-09-26T00:00:00.000Z\",\"2004-09-27T00:00:00.000Z\",\"2004-09-28T00:00:00.000Z\",\"2004-09-29T00:00:00.000Z\",\"2004-09-30T00:00:00.000Z\",\"2004-10-01T00:00:00.000Z\",\"2004-10-02T00:00:00.000Z\",\"2004-10-03T00:00:00.000Z\",\"2004-10-04T00:00:00.000Z\",\"2004-10-05T00:00:00.000Z\",\"2004-10-06T00:00:00.000Z\",\"2004-10-07T00:00:00.000Z\",\"2004-10-08T00:00:00.000Z\",\"2004-10-09T00:00:00.000Z\",\"2004-10-10T00:00:00.000Z\",\"2004-10-11T00:00:00.000Z\",\"2004-10-12T00:00:00.000Z\",\"2004-10-13T00:00:00.000Z\",\"2004-10-14T00:00:00.000Z\",\"2004-10-15T00:00:00.000Z\",\"2004-10-16T00:00:00.000Z\",\"2004-10-17T00:00:00.000Z\",\"2004-10-18T00:00:00.000Z\",\"2004-10-19T00:00:00.000Z\",\"2004-10-20T00:00:00.000Z\",\"2004-10-21T00:00:00.000Z\",\"2004-10-22T00:00:00.000Z\",\"2004-10-23T00:00:00.000Z\",\"2004-10-24T00:00:00.000Z\",\"2004-10-25T00:00:00.000Z\",\"2004-10-26T00:00:00.000Z\",\"2004-10-27T00:00:00.000Z\",\"2004-10-28T00:00:00.000Z\",\"2004-10-29T00:00:00.000Z\",\"2004-10-30T00:00:00.000Z\",\"2004-10-31T00:00:00.000Z\",\"2004-11-01T00:00:00.000Z\",\"2004-11-02T00:00:00.000Z\",\"2004-11-03T00:00:00.000Z\",\"2004-11-04T00:00:00.000Z\",\"2004-11-05T00:00:00.000Z\",\"2004-11-06T00:00:00.000Z\",\"2004-11-07T00:00:00.000Z\",\"2004-11-08T00:00:00.000Z\",\"2004-11-09T00:00:00.000Z\",\"2004-11-10T00:00:00.000Z\",\"2004-11-11T00:00:00.000Z\",\"2004-11-12T00:00:00.000Z\",\"2004-11-13T00:00:00.000Z\",\"2004-11-14T00:00:00.000Z\",\"2004-11-15T00:00:00.000Z\",\"2004-11-16T00:00:00.000Z\",\"2004-11-17T00:00:00.000Z\",\"2004-11-18T00:00:00.000Z\",\"2004-11-19T00:00:00.000Z\",\"2004-11-20T00:00:00.000Z\",\"2004-11-21T00:00:00.000Z\",\"2004-11-22T00:00:00.000Z\",\"2004-11-23T00:00:00.000Z\",\"2004-11-24T00:00:00.000Z\",\"2004-11-25T00:00:00.000Z\",\"2004-11-26T00:00:00.000Z\",\"2004-11-27T00:00:00.000Z\",\"2004-11-28T00:00:00.000Z\",\"2004-11-29T00:00:00.000Z\",\"2004-11-30T00:00:00.000Z\",\"2004-12-01T00:00:00.000Z\",\"2004-12-02T00:00:00.000Z\",\"2004-12-03T00:00:00.000Z\",\"2004-12-04T00:00:00.000Z\",\"2004-12-05T00:00:00.000Z\",\"2004-12-06T00:00:00.000Z\",\"2004-12-07T00:00:00.000Z\",\"2004-12-08T00:00:00.000Z\",\"2004-12-09T00:00:00.000Z\",\"2004-12-10T00:00:00.000Z\",\"2004-12-11T00:00:00.000Z\",\"2004-12-12T00:00:00.000Z\",\"2004-12-13T00:00:00.000Z\",\"2004-12-14T00:00:00.000Z\",\"2004-12-15T00:00:00.000Z\",\"2004-12-16T00:00:00.000Z\",\"2004-12-17T00:00:00.000Z\",\"2004-12-18T00:00:00.000Z\",\"2004-12-19T00:00:00.000Z\",\"2004-12-20T00:00:00.000Z\",\"2004-12-21T00:00:00.000Z\",\"2004-12-22T00:00:00.000Z\",\"2004-12-23T00:00:00.000Z\",\"2004-12-24T00:00:00.000Z\",\"2004-12-25T00:00:00.000Z\",\"2004-12-26T00:00:00.000Z\",\"2004-12-27T00:00:00.000Z\",\"2004-12-28T00:00:00.000Z\",\"2004-12-29T00:00:00.000Z\",\"2004-12-30T00:00:00.000Z\",\"2004-12-31T00:00:00.000Z\",\"2005-01-01T00:00:00.000Z\",\"2005-01-02T00:00:00.000Z\",\"2005-01-03T00:00:00.000Z\",\"2005-01-04T00:00:00.000Z\",\"2005-01-05T00:00:00.000Z\",\"2005-01-06T00:00:00.000Z\",\"2005-01-07T00:00:00.000Z\",\"2005-01-08T00:00:00.000Z\",\"2005-01-09T00:00:00.000Z\",\"2005-01-10T00:00:00.000Z\",\"2005-01-11T00:00:00.000Z\",\"2005-01-12T00:00:00.000Z\",\"2005-01-13T00:00:00.000Z\",\"2005-01-14T00:00:00.000Z\",\"2005-01-15T00:00:00.000Z\",\"2005-01-16T00:00:00.000Z\",\"2005-01-17T00:00:00.000Z\",\"2005-01-18T00:00:00.000Z\",\"2005-01-19T00:00:00.000Z\",\"2005-01-20T00:00:00.000Z\",\"2005-01-21T00:00:00.000Z\",\"2005-01-22T00:00:00.000Z\",\"2005-01-23T00:00:00.000Z\",\"2005-01-24T00:00:00.000Z\",\"2005-01-25T00:00:00.000Z\",\"2005-01-26T00:00:00.000Z\",\"2005-01-27T00:00:00.000Z\",\"2005-01-28T00:00:00.000Z\",\"2005-01-29T00:00:00.000Z\",\"2005-01-30T00:00:00.000Z\",\"2005-01-31T00:00:00.000Z\",\"2005-02-01T00:00:00.000Z\",\"2005-02-02T00:00:00.000Z\",\"2005-02-03T00:00:00.000Z\",\"2005-02-04T00:00:00.000Z\",\"2005-02-05T00:00:00.000Z\",\"2005-02-06T00:00:00.000Z\",\"2005-02-07T00:00:00.000Z\",\"2005-02-08T00:00:00.000Z\",\"2005-02-09T00:00:00.000Z\",\"2005-02-10T00:00:00.000Z\",\"2005-02-11T00:00:00.000Z\",\"2005-02-12T00:00:00.000Z\",\"2005-02-13T00:00:00.000Z\",\"2005-02-14T00:00:00.000Z\",\"2005-02-15T00:00:00.000Z\",\"2005-02-16T00:00:00.000Z\",\"2005-02-17T00:00:00.000Z\",\"2005-02-18T00:00:00.000Z\",\"2005-02-19T00:00:00.000Z\",\"2005-02-20T00:00:00.000Z\",\"2005-02-21T00:00:00.000Z\",\"2005-02-22T00:00:00.000Z\",\"2005-02-23T00:00:00.000Z\",\"2005-02-24T00:00:00.000Z\",\"2005-02-25T00:00:00.000Z\",\"2005-02-26T00:00:00.000Z\",\"2005-02-27T00:00:00.000Z\",\"2005-02-28T00:00:00.000Z\",\"2005-03-01T00:00:00.000Z\",\"2005-03-02T00:00:00.000Z\",\"2005-03-03T00:00:00.000Z\",\"2005-03-04T00:00:00.000Z\",\"2005-03-05T00:00:00.000Z\",\"2005-03-06T00:00:00.000Z\",\"2005-03-07T00:00:00.000Z\",\"2005-03-08T00:00:00.000Z\",\"2005-03-09T00:00:00.000Z\",\"2005-03-10T00:00:00.000Z\",\"2005-03-11T00:00:00.000Z\",\"2005-03-12T00:00:00.000Z\",\"2005-03-13T00:00:00.000Z\",\"2005-03-14T00:00:00.000Z\",\"2005-03-15T00:00:00.000Z\",\"2005-03-16T00:00:00.000Z\",\"2005-03-17T00:00:00.000Z\",\"2005-03-18T00:00:00.000Z\",\"2005-03-19T00:00:00.000Z\",\"2005-03-20T00:00:00.000Z\",\"2005-03-21T00:00:00.000Z\",\"2005-03-22T00:00:00.000Z\",\"2005-03-23T00:00:00.000Z\",\"2005-03-24T00:00:00.000Z\",\"2005-03-25T00:00:00.000Z\",\"2005-03-26T00:00:00.000Z\",\"2005-03-27T00:00:00.000Z\",\"2005-03-28T00:00:00.000Z\",\"2005-03-29T00:00:00.000Z\",\"2005-03-30T00:00:00.000Z\",\"2005-03-31T00:00:00.000Z\",\"2005-04-01T00:00:00.000Z\",\"2005-04-02T00:00:00.000Z\",\"2005-04-03T00:00:00.000Z\",\"2005-04-04T00:00:00.000Z\",\"2005-04-05T00:00:00.000Z\",\"2005-04-06T00:00:00.000Z\",\"2005-04-07T00:00:00.000Z\",\"2005-04-08T00:00:00.000Z\",\"2005-04-09T00:00:00.000Z\",\"2005-04-10T00:00:00.000Z\",\"2005-04-11T00:00:00.000Z\",\"2005-04-12T00:00:00.000Z\",\"2005-04-13T00:00:00.000Z\",\"2005-04-14T00:00:00.000Z\",\"2005-04-15T00:00:00.000Z\",\"2005-04-16T00:00:00.000Z\",\"2005-04-17T00:00:00.000Z\",\"2005-04-18T00:00:00.000Z\",\"2005-04-19T00:00:00.000Z\",\"2005-04-20T00:00:00.000Z\",\"2005-04-21T00:00:00.000Z\",\"2005-04-22T00:00:00.000Z\",\"2005-04-23T00:00:00.000Z\",\"2005-04-24T00:00:00.000Z\",\"2005-04-25T00:00:00.000Z\",\"2005-04-26T00:00:00.000Z\",\"2005-04-27T00:00:00.000Z\",\"2005-04-28T00:00:00.000Z\",\"2005-04-29T00:00:00.000Z\",\"2005-04-30T00:00:00.000Z\",\"2005-05-01T00:00:00.000Z\",\"2005-05-02T00:00:00.000Z\",\"2005-05-03T00:00:00.000Z\",\"2005-05-04T00:00:00.000Z\",\"2005-05-05T00:00:00.000Z\",\"2005-05-06T00:00:00.000Z\",\"2005-05-07T00:00:00.000Z\",\"2005-05-08T00:00:00.000Z\",\"2005-05-09T00:00:00.000Z\",\"2005-05-10T00:00:00.000Z\",\"2005-05-11T00:00:00.000Z\",\"2005-05-12T00:00:00.000Z\",\"2005-05-13T00:00:00.000Z\",\"2005-05-14T00:00:00.000Z\",\"2005-05-15T00:00:00.000Z\",\"2005-05-16T00:00:00.000Z\",\"2005-05-17T00:00:00.000Z\",\"2005-05-18T00:00:00.000Z\",\"2005-05-19T00:00:00.000Z\",\"2005-05-20T00:00:00.000Z\",\"2005-05-21T00:00:00.000Z\",\"2005-05-22T00:00:00.000Z\",\"2005-05-23T00:00:00.000Z\",\"2005-05-24T00:00:00.000Z\",\"2005-05-25T00:00:00.000Z\",\"2005-05-26T00:00:00.000Z\",\"2005-05-27T00:00:00.000Z\",\"2005-05-28T00:00:00.000Z\",\"2005-05-29T00:00:00.000Z\",\"2005-05-30T00:00:00.000Z\",\"2005-05-31T00:00:00.000Z\",\"2005-06-01T00:00:00.000Z\",\"2005-06-02T00:00:00.000Z\",\"2005-06-03T00:00:00.000Z\",\"2005-06-04T00:00:00.000Z\",\"2005-06-05T00:00:00.000Z\",\"2005-06-06T00:00:00.000Z\",\"2005-06-07T00:00:00.000Z\",\"2005-06-08T00:00:00.000Z\",\"2005-06-09T00:00:00.000Z\",\"2005-06-10T00:00:00.000Z\",\"2005-06-11T00:00:00.000Z\",\"2005-06-12T00:00:00.000Z\",\"2005-06-13T00:00:00.000Z\",\"2005-06-14T00:00:00.000Z\",\"2005-06-15T00:00:00.000Z\",\"2005-06-16T00:00:00.000Z\",\"2005-06-17T00:00:00.000Z\",\"2005-06-18T00:00:00.000Z\",\"2005-06-19T00:00:00.000Z\",\"2005-06-20T00:00:00.000Z\",\"2005-06-21T00:00:00.000Z\",\"2005-06-22T00:00:00.000Z\",\"2005-06-23T00:00:00.000Z\",\"2005-06-24T00:00:00.000Z\",\"2005-06-25T00:00:00.000Z\",\"2005-06-26T00:00:00.000Z\",\"2005-06-27T00:00:00.000Z\",\"2005-06-28T00:00:00.000Z\",\"2005-06-29T00:00:00.000Z\",\"2005-06-30T00:00:00.000Z\",\"2005-07-01T00:00:00.000Z\",\"2005-07-02T00:00:00.000Z\",\"2005-07-03T00:00:00.000Z\",\"2005-07-04T00:00:00.000Z\",\"2005-07-05T00:00:00.000Z\",\"2005-07-06T00:00:00.000Z\",\"2005-07-07T00:00:00.000Z\",\"2005-07-08T00:00:00.000Z\",\"2005-07-09T00:00:00.000Z\",\"2005-07-10T00:00:00.000Z\",\"2005-07-11T00:00:00.000Z\",\"2005-07-12T00:00:00.000Z\",\"2005-07-13T00:00:00.000Z\",\"2005-07-14T00:00:00.000Z\",\"2005-07-15T00:00:00.000Z\",\"2005-07-16T00:00:00.000Z\",\"2005-07-17T00:00:00.000Z\",\"2005-07-18T00:00:00.000Z\",\"2005-07-19T00:00:00.000Z\",\"2005-07-20T00:00:00.000Z\",\"2005-07-21T00:00:00.000Z\",\"2005-07-22T00:00:00.000Z\",\"2005-07-23T00:00:00.000Z\",\"2005-07-24T00:00:00.000Z\",\"2005-07-25T00:00:00.000Z\",\"2005-07-26T00:00:00.000Z\",\"2005-07-27T00:00:00.000Z\",\"2005-07-28T00:00:00.000Z\",\"2005-07-29T00:00:00.000Z\",\"2005-07-30T00:00:00.000Z\",\"2005-07-31T00:00:00.000Z\",\"2005-08-01T00:00:00.000Z\",\"2005-08-02T00:00:00.000Z\",\"2005-08-03T00:00:00.000Z\",\"2005-08-04T00:00:00.000Z\",\"2005-08-05T00:00:00.000Z\",\"2005-08-06T00:00:00.000Z\",\"2005-08-07T00:00:00.000Z\",\"2005-08-08T00:00:00.000Z\",\"2005-08-09T00:00:00.000Z\",\"2005-08-10T00:00:00.000Z\",\"2005-08-11T00:00:00.000Z\",\"2005-08-12T00:00:00.000Z\",\"2005-08-13T00:00:00.000Z\",\"2005-08-14T00:00:00.000Z\",\"2005-08-15T00:00:00.000Z\",\"2005-08-16T00:00:00.000Z\",\"2005-08-17T00:00:00.000Z\",\"2005-08-18T00:00:00.000Z\",\"2005-08-19T00:00:00.000Z\",\"2005-08-20T00:00:00.000Z\",\"2005-08-21T00:00:00.000Z\",\"2005-08-22T00:00:00.000Z\",\"2005-08-23T00:00:00.000Z\",\"2005-08-24T00:00:00.000Z\",\"2005-08-25T00:00:00.000Z\",\"2005-08-26T00:00:00.000Z\",\"2005-08-27T00:00:00.000Z\",\"2005-08-28T00:00:00.000Z\",\"2005-08-29T00:00:00.000Z\",\"2005-08-30T00:00:00.000Z\",\"2005-08-31T00:00:00.000Z\",\"2005-09-01T00:00:00.000Z\",\"2005-09-02T00:00:00.000Z\",\"2005-09-03T00:00:00.000Z\",\"2005-09-04T00:00:00.000Z\",\"2005-09-05T00:00:00.000Z\",\"2005-09-06T00:00:00.000Z\",\"2005-09-07T00:00:00.000Z\",\"2005-09-08T00:00:00.000Z\",\"2005-09-09T00:00:00.000Z\",\"2005-09-10T00:00:00.000Z\",\"2005-09-11T00:00:00.000Z\",\"2005-09-12T00:00:00.000Z\",\"2005-09-13T00:00:00.000Z\",\"2005-09-14T00:00:00.000Z\",\"2005-09-15T00:00:00.000Z\",\"2005-09-16T00:00:00.000Z\",\"2005-09-17T00:00:00.000Z\",\"2005-09-18T00:00:00.000Z\",\"2005-09-19T00:00:00.000Z\",\"2005-09-20T00:00:00.000Z\",\"2005-09-21T00:00:00.000Z\",\"2005-09-22T00:00:00.000Z\",\"2005-09-23T00:00:00.000Z\",\"2005-09-24T00:00:00.000Z\",\"2005-09-25T00:00:00.000Z\",\"2005-09-26T00:00:00.000Z\",\"2005-09-27T00:00:00.000Z\",\"2005-09-28T00:00:00.000Z\",\"2005-09-29T00:00:00.000Z\",\"2005-09-30T00:00:00.000Z\",\"2005-10-01T00:00:00.000Z\",\"2005-10-02T00:00:00.000Z\",\"2005-10-03T00:00:00.000Z\",\"2005-10-04T00:00:00.000Z\",\"2005-10-05T00:00:00.000Z\",\"2005-10-06T00:00:00.000Z\",\"2005-10-07T00:00:00.000Z\",\"2005-10-08T00:00:00.000Z\",\"2005-10-09T00:00:00.000Z\",\"2005-10-10T00:00:00.000Z\",\"2005-10-11T00:00:00.000Z\",\"2005-10-12T00:00:00.000Z\",\"2005-10-13T00:00:00.000Z\",\"2005-10-14T00:00:00.000Z\",\"2005-10-15T00:00:00.000Z\",\"2005-10-16T00:00:00.000Z\",\"2005-10-17T00:00:00.000Z\",\"2005-10-18T00:00:00.000Z\",\"2005-10-19T00:00:00.000Z\",\"2005-10-20T00:00:00.000Z\",\"2005-10-21T00:00:00.000Z\",\"2005-10-22T00:00:00.000Z\",\"2005-10-23T00:00:00.000Z\",\"2005-10-24T00:00:00.000Z\",\"2005-10-25T00:00:00.000Z\",\"2005-10-26T00:00:00.000Z\",\"2005-10-27T00:00:00.000Z\",\"2005-10-28T00:00:00.000Z\",\"2005-10-29T00:00:00.000Z\",\"2005-10-30T00:00:00.000Z\",\"2005-10-31T00:00:00.000Z\",\"2005-11-01T00:00:00.000Z\",\"2005-11-02T00:00:00.000Z\",\"2005-11-03T00:00:00.000Z\",\"2005-11-04T00:00:00.000Z\",\"2005-11-05T00:00:00.000Z\",\"2005-11-06T00:00:00.000Z\",\"2005-11-07T00:00:00.000Z\",\"2005-11-08T00:00:00.000Z\",\"2005-11-09T00:00:00.000Z\",\"2005-11-10T00:00:00.000Z\",\"2005-11-11T00:00:00.000Z\",\"2005-11-12T00:00:00.000Z\",\"2005-11-13T00:00:00.000Z\",\"2005-11-14T00:00:00.000Z\",\"2005-11-15T00:00:00.000Z\",\"2005-11-16T00:00:00.000Z\",\"2005-11-17T00:00:00.000Z\",\"2005-11-18T00:00:00.000Z\",\"2005-11-19T00:00:00.000Z\",\"2005-11-20T00:00:00.000Z\",\"2005-11-21T00:00:00.000Z\",\"2005-11-22T00:00:00.000Z\",\"2005-11-23T00:00:00.000Z\",\"2005-11-24T00:00:00.000Z\",\"2005-11-25T00:00:00.000Z\",\"2005-11-26T00:00:00.000Z\",\"2005-11-27T00:00:00.000Z\",\"2005-11-28T00:00:00.000Z\",\"2005-11-29T00:00:00.000Z\",\"2005-11-30T00:00:00.000Z\",\"2005-12-01T00:00:00.000Z\",\"2005-12-02T00:00:00.000Z\",\"2005-12-03T00:00:00.000Z\",\"2005-12-04T00:00:00.000Z\",\"2005-12-05T00:00:00.000Z\",\"2005-12-06T00:00:00.000Z\",\"2005-12-07T00:00:00.000Z\",\"2005-12-08T00:00:00.000Z\",\"2005-12-09T00:00:00.000Z\",\"2005-12-10T00:00:00.000Z\",\"2005-12-11T00:00:00.000Z\",\"2005-12-12T00:00:00.000Z\",\"2005-12-13T00:00:00.000Z\",\"2005-12-14T00:00:00.000Z\",\"2005-12-15T00:00:00.000Z\",\"2005-12-16T00:00:00.000Z\",\"2005-12-17T00:00:00.000Z\",\"2005-12-18T00:00:00.000Z\",\"2005-12-19T00:00:00.000Z\",\"2005-12-20T00:00:00.000Z\",\"2005-12-21T00:00:00.000Z\",\"2005-12-22T00:00:00.000Z\",\"2005-12-23T00:00:00.000Z\",\"2005-12-24T00:00:00.000Z\",\"2005-12-25T00:00:00.000Z\",\"2005-12-26T00:00:00.000Z\",\"2005-12-27T00:00:00.000Z\",\"2005-12-28T00:00:00.000Z\",\"2005-12-29T00:00:00.000Z\",\"2005-12-30T00:00:00.000Z\",\"2005-12-31T00:00:00.000Z\",\"2006-01-01T00:00:00.000Z\",\"2006-01-02T00:00:00.000Z\",\"2006-01-03T00:00:00.000Z\",\"2006-01-04T00:00:00.000Z\",\"2006-01-05T00:00:00.000Z\",\"2006-01-06T00:00:00.000Z\",\"2006-01-07T00:00:00.000Z\",\"2006-01-08T00:00:00.000Z\",\"2006-01-09T00:00:00.000Z\",\"2006-01-10T00:00:00.000Z\",\"2006-01-11T00:00:00.000Z\",\"2006-01-12T00:00:00.000Z\",\"2006-01-13T00:00:00.000Z\",\"2006-01-14T00:00:00.000Z\",\"2006-01-15T00:00:00.000Z\",\"2006-01-16T00:00:00.000Z\",\"2006-01-17T00:00:00.000Z\",\"2006-01-18T00:00:00.000Z\",\"2006-01-19T00:00:00.000Z\",\"2006-01-20T00:00:00.000Z\",\"2006-01-21T00:00:00.000Z\",\"2006-01-22T00:00:00.000Z\",\"2006-01-23T00:00:00.000Z\",\"2006-01-24T00:00:00.000Z\",\"2006-01-25T00:00:00.000Z\",\"2006-01-26T00:00:00.000Z\",\"2006-01-27T00:00:00.000Z\",\"2006-01-28T00:00:00.000Z\",\"2006-01-29T00:00:00.000Z\",\"2006-01-30T00:00:00.000Z\",\"2006-01-31T00:00:00.000Z\",\"2006-02-01T00:00:00.000Z\",\"2006-02-02T00:00:00.000Z\",\"2006-02-03T00:00:00.000Z\",\"2006-02-04T00:00:00.000Z\",\"2006-02-05T00:00:00.000Z\",\"2006-02-06T00:00:00.000Z\",\"2006-02-07T00:00:00.000Z\",\"2006-02-08T00:00:00.000Z\",\"2006-02-09T00:00:00.000Z\",\"2006-02-10T00:00:00.000Z\",\"2006-02-11T00:00:00.000Z\",\"2006-02-12T00:00:00.000Z\",\"2006-02-13T00:00:00.000Z\",\"2006-02-14T00:00:00.000Z\",\"2006-02-15T00:00:00.000Z\",\"2006-02-16T00:00:00.000Z\",\"2006-02-17T00:00:00.000Z\",\"2006-02-18T00:00:00.000Z\",\"2006-02-19T00:00:00.000Z\",\"2006-02-20T00:00:00.000Z\",\"2006-02-21T00:00:00.000Z\",\"2006-02-22T00:00:00.000Z\",\"2006-02-23T00:00:00.000Z\",\"2006-02-24T00:00:00.000Z\",\"2006-02-25T00:00:00.000Z\",\"2006-02-26T00:00:00.000Z\",\"2006-02-27T00:00:00.000Z\",\"2006-02-28T00:00:00.000Z\",\"2006-03-01T00:00:00.000Z\",\"2006-03-02T00:00:00.000Z\",\"2006-03-03T00:00:00.000Z\",\"2006-03-04T00:00:00.000Z\",\"2006-03-05T00:00:00.000Z\",\"2006-03-06T00:00:00.000Z\",\"2006-03-07T00:00:00.000Z\",\"2006-03-08T00:00:00.000Z\",\"2006-03-09T00:00:00.000Z\",\"2006-03-10T00:00:00.000Z\",\"2006-03-11T00:00:00.000Z\",\"2006-03-12T00:00:00.000Z\",\"2006-03-13T00:00:00.000Z\",\"2006-03-14T00:00:00.000Z\",\"2006-03-15T00:00:00.000Z\",\"2006-03-16T00:00:00.000Z\",\"2006-03-17T00:00:00.000Z\",\"2006-03-18T00:00:00.000Z\",\"2006-03-19T00:00:00.000Z\",\"2006-03-20T00:00:00.000Z\",\"2006-03-21T00:00:00.000Z\",\"2006-03-22T00:00:00.000Z\",\"2006-03-23T00:00:00.000Z\",\"2006-03-24T00:00:00.000Z\",\"2006-03-25T00:00:00.000Z\",\"2006-03-26T00:00:00.000Z\",\"2006-03-27T00:00:00.000Z\",\"2006-03-28T00:00:00.000Z\",\"2006-03-29T00:00:00.000Z\",\"2006-03-30T00:00:00.000Z\",\"2006-03-31T00:00:00.000Z\",\"2006-04-01T00:00:00.000Z\",\"2006-04-02T00:00:00.000Z\",\"2006-04-03T00:00:00.000Z\",\"2006-04-04T00:00:00.000Z\",\"2006-04-05T00:00:00.000Z\",\"2006-04-06T00:00:00.000Z\",\"2006-04-07T00:00:00.000Z\",\"2006-04-08T00:00:00.000Z\",\"2006-04-09T00:00:00.000Z\",\"2006-04-10T00:00:00.000Z\",\"2006-04-11T00:00:00.000Z\",\"2006-04-12T00:00:00.000Z\",\"2006-04-13T00:00:00.000Z\",\"2006-04-14T00:00:00.000Z\",\"2006-04-15T00:00:00.000Z\",\"2006-04-16T00:00:00.000Z\",\"2006-04-17T00:00:00.000Z\",\"2006-04-18T00:00:00.000Z\",\"2006-04-19T00:00:00.000Z\",\"2006-04-20T00:00:00.000Z\",\"2006-04-21T00:00:00.000Z\",\"2006-04-22T00:00:00.000Z\",\"2006-04-23T00:00:00.000Z\",\"2006-04-24T00:00:00.000Z\",\"2006-04-25T00:00:00.000Z\",\"2006-04-26T00:00:00.000Z\",\"2006-04-27T00:00:00.000Z\",\"2006-04-28T00:00:00.000Z\",\"2006-04-29T00:00:00.000Z\",\"2006-04-30T00:00:00.000Z\",\"2006-05-01T00:00:00.000Z\",\"2006-05-02T00:00:00.000Z\",\"2006-05-03T00:00:00.000Z\",\"2006-05-04T00:00:00.000Z\",\"2006-05-05T00:00:00.000Z\",\"2006-05-06T00:00:00.000Z\",\"2006-05-07T00:00:00.000Z\",\"2006-05-08T00:00:00.000Z\",\"2006-05-09T00:00:00.000Z\",\"2006-05-10T00:00:00.000Z\",\"2006-05-11T00:00:00.000Z\",\"2006-05-12T00:00:00.000Z\",\"2006-05-13T00:00:00.000Z\",\"2006-05-14T00:00:00.000Z\",\"2006-05-15T00:00:00.000Z\",\"2006-05-16T00:00:00.000Z\",\"2006-05-17T00:00:00.000Z\",\"2006-05-18T00:00:00.000Z\",\"2006-05-19T00:00:00.000Z\",\"2006-05-20T00:00:00.000Z\",\"2006-05-21T00:00:00.000Z\",\"2006-05-22T00:00:00.000Z\",\"2006-05-23T00:00:00.000Z\",\"2006-05-24T00:00:00.000Z\",\"2006-05-25T00:00:00.000Z\",\"2006-05-26T00:00:00.000Z\",\"2006-05-27T00:00:00.000Z\",\"2006-05-28T00:00:00.000Z\",\"2006-05-29T00:00:00.000Z\",\"2006-05-30T00:00:00.000Z\",\"2006-05-31T00:00:00.000Z\",\"2006-06-01T00:00:00.000Z\",\"2006-06-02T00:00:00.000Z\",\"2006-06-03T00:00:00.000Z\",\"2006-06-04T00:00:00.000Z\",\"2006-06-05T00:00:00.000Z\",\"2006-06-06T00:00:00.000Z\",\"2006-06-07T00:00:00.000Z\",\"2006-06-08T00:00:00.000Z\",\"2006-06-09T00:00:00.000Z\",\"2006-06-10T00:00:00.000Z\",\"2006-06-11T00:00:00.000Z\",\"2006-06-12T00:00:00.000Z\",\"2006-06-13T00:00:00.000Z\",\"2006-06-14T00:00:00.000Z\",\"2006-06-15T00:00:00.000Z\",\"2006-06-16T00:00:00.000Z\",\"2006-06-17T00:00:00.000Z\",\"2006-06-18T00:00:00.000Z\",\"2006-06-19T00:00:00.000Z\",\"2006-06-20T00:00:00.000Z\",\"2006-06-21T00:00:00.000Z\",\"2006-06-22T00:00:00.000Z\",\"2006-06-23T00:00:00.000Z\",\"2006-06-24T00:00:00.000Z\",\"2006-06-25T00:00:00.000Z\",\"2006-06-26T00:00:00.000Z\",\"2006-06-27T00:00:00.000Z\",\"2006-06-28T00:00:00.000Z\",\"2006-06-29T00:00:00.000Z\",\"2006-06-30T00:00:00.000Z\",\"2006-07-01T00:00:00.000Z\",\"2006-07-02T00:00:00.000Z\",\"2006-07-03T00:00:00.000Z\",\"2006-07-04T00:00:00.000Z\",\"2006-07-05T00:00:00.000Z\",\"2006-07-06T00:00:00.000Z\",\"2006-07-07T00:00:00.000Z\",\"2006-07-08T00:00:00.000Z\",\"2006-07-09T00:00:00.000Z\",\"2006-07-10T00:00:00.000Z\",\"2006-07-11T00:00:00.000Z\",\"2006-07-12T00:00:00.000Z\",\"2006-07-13T00:00:00.000Z\",\"2006-07-14T00:00:00.000Z\",\"2006-07-15T00:00:00.000Z\",\"2006-07-16T00:00:00.000Z\",\"2006-07-17T00:00:00.000Z\",\"2006-07-18T00:00:00.000Z\",\"2006-07-19T00:00:00.000Z\",\"2006-07-20T00:00:00.000Z\",\"2006-07-21T00:00:00.000Z\",\"2006-07-22T00:00:00.000Z\",\"2006-07-23T00:00:00.000Z\",\"2006-07-24T00:00:00.000Z\",\"2006-07-25T00:00:00.000Z\",\"2006-07-26T00:00:00.000Z\",\"2006-07-27T00:00:00.000Z\",\"2006-07-28T00:00:00.000Z\",\"2006-07-29T00:00:00.000Z\",\"2006-07-30T00:00:00.000Z\",\"2006-07-31T00:00:00.000Z\",\"2006-08-01T00:00:00.000Z\",\"2006-08-02T00:00:00.000Z\",\"2006-08-03T00:00:00.000Z\",\"2006-08-04T00:00:00.000Z\",\"2006-08-05T00:00:00.000Z\",\"2006-08-06T00:00:00.000Z\",\"2006-08-07T00:00:00.000Z\",\"2006-08-08T00:00:00.000Z\",\"2006-08-09T00:00:00.000Z\",\"2006-08-10T00:00:00.000Z\",\"2006-08-11T00:00:00.000Z\",\"2006-08-12T00:00:00.000Z\",\"2006-08-13T00:00:00.000Z\",\"2006-08-14T00:00:00.000Z\",\"2006-08-15T00:00:00.000Z\",\"2006-08-16T00:00:00.000Z\",\"2006-08-17T00:00:00.000Z\",\"2006-08-18T00:00:00.000Z\",\"2006-08-19T00:00:00.000Z\",\"2006-08-20T00:00:00.000Z\",\"2006-08-21T00:00:00.000Z\",\"2006-08-22T00:00:00.000Z\",\"2006-08-23T00:00:00.000Z\",\"2006-08-24T00:00:00.000Z\",\"2006-08-25T00:00:00.000Z\",\"2006-08-26T00:00:00.000Z\",\"2006-08-27T00:00:00.000Z\",\"2006-08-28T00:00:00.000Z\",\"2006-08-29T00:00:00.000Z\",\"2006-08-30T00:00:00.000Z\",\"2006-08-31T00:00:00.000Z\",\"2006-09-01T00:00:00.000Z\",\"2006-09-02T00:00:00.000Z\",\"2006-09-03T00:00:00.000Z\",\"2006-09-04T00:00:00.000Z\",\"2006-09-05T00:00:00.000Z\",\"2006-09-06T00:00:00.000Z\",\"2006-09-07T00:00:00.000Z\",\"2006-09-08T00:00:00.000Z\",\"2006-09-09T00:00:00.000Z\",\"2006-09-10T00:00:00.000Z\",\"2006-09-11T00:00:00.000Z\",\"2006-09-12T00:00:00.000Z\",\"2006-09-13T00:00:00.000Z\",\"2006-09-14T00:00:00.000Z\",\"2006-09-15T00:00:00.000Z\",\"2006-09-16T00:00:00.000Z\",\"2006-09-17T00:00:00.000Z\",\"2006-09-18T00:00:00.000Z\",\"2006-09-19T00:00:00.000Z\",\"2006-09-20T00:00:00.000Z\",\"2006-09-21T00:00:00.000Z\",\"2006-09-22T00:00:00.000Z\",\"2006-09-23T00:00:00.000Z\",\"2006-09-24T00:00:00.000Z\",\"2006-09-25T00:00:00.000Z\",\"2006-09-26T00:00:00.000Z\",\"2006-09-27T00:00:00.000Z\",\"2006-09-28T00:00:00.000Z\",\"2006-09-29T00:00:00.000Z\",\"2006-09-30T00:00:00.000Z\",\"2006-10-01T00:00:00.000Z\",\"2006-10-02T00:00:00.000Z\",\"2006-10-03T00:00:00.000Z\",\"2006-10-04T00:00:00.000Z\",\"2006-10-05T00:00:00.000Z\",\"2006-10-06T00:00:00.000Z\",\"2006-10-07T00:00:00.000Z\",\"2006-10-08T00:00:00.000Z\",\"2006-10-09T00:00:00.000Z\",\"2006-10-10T00:00:00.000Z\",\"2006-10-11T00:00:00.000Z\",\"2006-10-12T00:00:00.000Z\",\"2006-10-13T00:00:00.000Z\",\"2006-10-14T00:00:00.000Z\",\"2006-10-15T00:00:00.000Z\",\"2006-10-16T00:00:00.000Z\",\"2006-10-17T00:00:00.000Z\",\"2006-10-18T00:00:00.000Z\",\"2006-10-19T00:00:00.000Z\",\"2006-10-20T00:00:00.000Z\",\"2006-10-21T00:00:00.000Z\",\"2006-10-22T00:00:00.000Z\",\"2006-10-23T00:00:00.000Z\",\"2006-10-24T00:00:00.000Z\",\"2006-10-25T00:00:00.000Z\",\"2006-10-26T00:00:00.000Z\",\"2006-10-27T00:00:00.000Z\",\"2006-10-28T00:00:00.000Z\",\"2006-10-29T00:00:00.000Z\",\"2006-10-30T00:00:00.000Z\",\"2006-10-31T00:00:00.000Z\",\"2006-11-01T00:00:00.000Z\",\"2006-11-02T00:00:00.000Z\",\"2006-11-03T00:00:00.000Z\",\"2006-11-04T00:00:00.000Z\",\"2006-11-05T00:00:00.000Z\",\"2006-11-06T00:00:00.000Z\",\"2006-11-07T00:00:00.000Z\",\"2006-11-08T00:00:00.000Z\",\"2006-11-09T00:00:00.000Z\",\"2006-11-10T00:00:00.000Z\",\"2006-11-11T00:00:00.000Z\",\"2006-11-12T00:00:00.000Z\",\"2006-11-13T00:00:00.000Z\",\"2006-11-14T00:00:00.000Z\",\"2006-11-15T00:00:00.000Z\",\"2006-11-16T00:00:00.000Z\",\"2006-11-17T00:00:00.000Z\",\"2006-11-18T00:00:00.000Z\",\"2006-11-19T00:00:00.000Z\",\"2006-11-20T00:00:00.000Z\",\"2006-11-21T00:00:00.000Z\",\"2006-11-22T00:00:00.000Z\",\"2006-11-23T00:00:00.000Z\",\"2006-11-24T00:00:00.000Z\",\"2006-11-25T00:00:00.000Z\",\"2006-11-26T00:00:00.000Z\",\"2006-11-27T00:00:00.000Z\",\"2006-11-28T00:00:00.000Z\",\"2006-11-29T00:00:00.000Z\",\"2006-11-30T00:00:00.000Z\",\"2006-12-01T00:00:00.000Z\",\"2006-12-02T00:00:00.000Z\",\"2006-12-03T00:00:00.000Z\",\"2006-12-04T00:00:00.000Z\",\"2006-12-05T00:00:00.000Z\",\"2006-12-06T00:00:00.000Z\",\"2006-12-07T00:00:00.000Z\",\"2006-12-08T00:00:00.000Z\",\"2006-12-09T00:00:00.000Z\",\"2006-12-10T00:00:00.000Z\",\"2006-12-11T00:00:00.000Z\",\"2006-12-12T00:00:00.000Z\",\"2006-12-13T00:00:00.000Z\",\"2006-12-14T00:00:00.000Z\",\"2006-12-15T00:00:00.000Z\",\"2006-12-16T00:00:00.000Z\",\"2006-12-17T00:00:00.000Z\",\"2006-12-18T00:00:00.000Z\",\"2006-12-19T00:00:00.000Z\",\"2006-12-20T00:00:00.000Z\",\"2006-12-21T00:00:00.000Z\",\"2006-12-22T00:00:00.000Z\",\"2006-12-23T00:00:00.000Z\",\"2006-12-24T00:00:00.000Z\",\"2006-12-25T00:00:00.000Z\",\"2006-12-26T00:00:00.000Z\",\"2006-12-27T00:00:00.000Z\",\"2006-12-28T00:00:00.000Z\",\"2006-12-29T00:00:00.000Z\",\"2006-12-30T00:00:00.000Z\",\"2006-12-31T00:00:00.000Z\",\"2007-01-01T00:00:00.000Z\",\"2007-01-02T00:00:00.000Z\",\"2007-01-03T00:00:00.000Z\",\"2007-01-04T00:00:00.000Z\",\"2007-01-05T00:00:00.000Z\",\"2007-01-06T00:00:00.000Z\",\"2007-01-07T00:00:00.000Z\",\"2007-01-08T00:00:00.000Z\",\"2007-01-09T00:00:00.000Z\",\"2007-01-10T00:00:00.000Z\",\"2007-01-11T00:00:00.000Z\",\"2007-01-12T00:00:00.000Z\",\"2007-01-13T00:00:00.000Z\",\"2007-01-14T00:00:00.000Z\",\"2007-01-15T00:00:00.000Z\",\"2007-01-16T00:00:00.000Z\",\"2007-01-17T00:00:00.000Z\",\"2007-01-18T00:00:00.000Z\",\"2007-01-19T00:00:00.000Z\",\"2007-01-20T00:00:00.000Z\",\"2007-01-21T00:00:00.000Z\",\"2007-01-22T00:00:00.000Z\",\"2007-01-23T00:00:00.000Z\",\"2007-01-24T00:00:00.000Z\",\"2007-01-25T00:00:00.000Z\",\"2007-01-26T00:00:00.000Z\",\"2007-01-27T00:00:00.000Z\",\"2007-01-28T00:00:00.000Z\",\"2007-01-29T00:00:00.000Z\",\"2007-01-30T00:00:00.000Z\",\"2007-01-31T00:00:00.000Z\",\"2007-02-01T00:00:00.000Z\",\"2007-02-02T00:00:00.000Z\",\"2007-02-03T00:00:00.000Z\",\"2007-02-04T00:00:00.000Z\",\"2007-02-05T00:00:00.000Z\",\"2007-02-06T00:00:00.000Z\",\"2007-02-07T00:00:00.000Z\",\"2007-02-08T00:00:00.000Z\",\"2007-02-09T00:00:00.000Z\",\"2007-02-10T00:00:00.000Z\",\"2007-02-11T00:00:00.000Z\",\"2007-02-12T00:00:00.000Z\",\"2007-02-13T00:00:00.000Z\",\"2007-02-14T00:00:00.000Z\",\"2007-02-15T00:00:00.000Z\",\"2007-02-16T00:00:00.000Z\",\"2007-02-17T00:00:00.000Z\",\"2007-02-18T00:00:00.000Z\",\"2007-02-19T00:00:00.000Z\",\"2007-02-20T00:00:00.000Z\",\"2007-02-21T00:00:00.000Z\",\"2007-02-22T00:00:00.000Z\",\"2007-02-23T00:00:00.000Z\",\"2007-02-24T00:00:00.000Z\",\"2007-02-25T00:00:00.000Z\",\"2007-02-26T00:00:00.000Z\",\"2007-02-27T00:00:00.000Z\",\"2007-02-28T00:00:00.000Z\",\"2007-03-01T00:00:00.000Z\",\"2007-03-02T00:00:00.000Z\",\"2007-03-03T00:00:00.000Z\",\"2007-03-04T00:00:00.000Z\",\"2007-03-05T00:00:00.000Z\",\"2007-03-06T00:00:00.000Z\",\"2007-03-07T00:00:00.000Z\",\"2007-03-08T00:00:00.000Z\",\"2007-03-09T00:00:00.000Z\",\"2007-03-10T00:00:00.000Z\",\"2007-03-11T00:00:00.000Z\",\"2007-03-12T00:00:00.000Z\",\"2007-03-13T00:00:00.000Z\",\"2007-03-14T00:00:00.000Z\",\"2007-03-15T00:00:00.000Z\",\"2007-03-16T00:00:00.000Z\",\"2007-03-17T00:00:00.000Z\",\"2007-03-18T00:00:00.000Z\",\"2007-03-19T00:00:00.000Z\",\"2007-03-20T00:00:00.000Z\",\"2007-03-21T00:00:00.000Z\",\"2007-03-22T00:00:00.000Z\",\"2007-03-23T00:00:00.000Z\",\"2007-03-24T00:00:00.000Z\",\"2007-03-25T00:00:00.000Z\",\"2007-03-26T00:00:00.000Z\",\"2007-03-27T00:00:00.000Z\",\"2007-03-28T00:00:00.000Z\",\"2007-03-29T00:00:00.000Z\",\"2007-03-30T00:00:00.000Z\",\"2007-03-31T00:00:00.000Z\",\"2007-04-01T00:00:00.000Z\",\"2007-04-02T00:00:00.000Z\",\"2007-04-03T00:00:00.000Z\",\"2007-04-04T00:00:00.000Z\",\"2007-04-05T00:00:00.000Z\",\"2007-04-06T00:00:00.000Z\",\"2007-04-07T00:00:00.000Z\",\"2007-04-08T00:00:00.000Z\",\"2007-04-09T00:00:00.000Z\",\"2007-04-10T00:00:00.000Z\",\"2007-04-11T00:00:00.000Z\",\"2007-04-12T00:00:00.000Z\",\"2007-04-13T00:00:00.000Z\",\"2007-04-14T00:00:00.000Z\",\"2007-04-15T00:00:00.000Z\",\"2007-04-16T00:00:00.000Z\",\"2007-04-17T00:00:00.000Z\",\"2007-04-18T00:00:00.000Z\",\"2007-04-19T00:00:00.000Z\",\"2007-04-20T00:00:00.000Z\",\"2007-04-21T00:00:00.000Z\",\"2007-04-22T00:00:00.000Z\",\"2007-04-23T00:00:00.000Z\",\"2007-04-24T00:00:00.000Z\",\"2007-04-25T00:00:00.000Z\",\"2007-04-26T00:00:00.000Z\",\"2007-04-27T00:00:00.000Z\",\"2007-04-28T00:00:00.000Z\",\"2007-04-29T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-01T00:00:00.000Z\",\"2007-05-02T00:00:00.000Z\",\"2007-05-03T00:00:00.000Z\",\"2007-05-04T00:00:00.000Z\",\"2007-05-05T00:00:00.000Z\",\"2007-05-06T00:00:00.000Z\",\"2007-05-07T00:00:00.000Z\",\"2007-05-08T00:00:00.000Z\",\"2007-05-09T00:00:00.000Z\",\"2007-05-10T00:00:00.000Z\",\"2007-05-11T00:00:00.000Z\",\"2007-05-12T00:00:00.000Z\",\"2007-05-13T00:00:00.000Z\",\"2007-05-14T00:00:00.000Z\",\"2007-05-15T00:00:00.000Z\",\"2007-05-16T00:00:00.000Z\",\"2007-05-17T00:00:00.000Z\",\"2007-05-18T00:00:00.000Z\",\"2007-05-19T00:00:00.000Z\",\"2007-05-20T00:00:00.000Z\",\"2007-05-21T00:00:00.000Z\",\"2007-05-22T00:00:00.000Z\",\"2007-05-23T00:00:00.000Z\",\"2007-05-24T00:00:00.000Z\",\"2007-05-25T00:00:00.000Z\",\"2007-05-26T00:00:00.000Z\",\"2007-05-27T00:00:00.000Z\",\"2007-05-28T00:00:00.000Z\",\"2007-05-29T00:00:00.000Z\",\"2007-05-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-01T00:00:00.000Z\",\"2007-06-02T00:00:00.000Z\",\"2007-06-03T00:00:00.000Z\",\"2007-06-04T00:00:00.000Z\",\"2007-06-05T00:00:00.000Z\",\"2007-06-06T00:00:00.000Z\",\"2007-06-07T00:00:00.000Z\",\"2007-06-08T00:00:00.000Z\",\"2007-06-09T00:00:00.000Z\",\"2007-06-10T00:00:00.000Z\",\"2007-06-11T00:00:00.000Z\",\"2007-06-12T00:00:00.000Z\",\"2007-06-13T00:00:00.000Z\",\"2007-06-14T00:00:00.000Z\",\"2007-06-15T00:00:00.000Z\",\"2007-06-16T00:00:00.000Z\",\"2007-06-17T00:00:00.000Z\",\"2007-06-18T00:00:00.000Z\",\"2007-06-19T00:00:00.000Z\",\"2007-06-20T00:00:00.000Z\",\"2007-06-21T00:00:00.000Z\",\"2007-06-22T00:00:00.000Z\",\"2007-06-23T00:00:00.000Z\",\"2007-06-24T00:00:00.000Z\",\"2007-06-25T00:00:00.000Z\",\"2007-06-26T00:00:00.000Z\",\"2007-06-27T00:00:00.000Z\",\"2007-06-28T00:00:00.000Z\",\"2007-06-29T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-01T00:00:00.000Z\",\"2007-07-02T00:00:00.000Z\",\"2007-07-03T00:00:00.000Z\",\"2007-07-04T00:00:00.000Z\",\"2007-07-05T00:00:00.000Z\",\"2007-07-06T00:00:00.000Z\",\"2007-07-07T00:00:00.000Z\",\"2007-07-08T00:00:00.000Z\",\"2007-07-09T00:00:00.000Z\",\"2007-07-10T00:00:00.000Z\",\"2007-07-11T00:00:00.000Z\",\"2007-07-12T00:00:00.000Z\",\"2007-07-13T00:00:00.000Z\",\"2007-07-14T00:00:00.000Z\",\"2007-07-15T00:00:00.000Z\",\"2007-07-16T00:00:00.000Z\",\"2007-07-17T00:00:00.000Z\",\"2007-07-18T00:00:00.000Z\",\"2007-07-19T00:00:00.000Z\",\"2007-07-20T00:00:00.000Z\",\"2007-07-21T00:00:00.000Z\",\"2007-07-22T00:00:00.000Z\",\"2007-07-23T00:00:00.000Z\",\"2007-07-24T00:00:00.000Z\",\"2007-07-25T00:00:00.000Z\",\"2007-07-26T00:00:00.000Z\",\"2007-07-27T00:00:00.000Z\",\"2007-07-28T00:00:00.000Z\",\"2007-07-29T00:00:00.000Z\",\"2007-07-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-01T00:00:00.000Z\",\"2007-08-02T00:00:00.000Z\",\"2007-08-03T00:00:00.000Z\",\"2007-08-04T00:00:00.000Z\",\"2007-08-05T00:00:00.000Z\",\"2007-08-06T00:00:00.000Z\",\"2007-08-07T00:00:00.000Z\",\"2007-08-08T00:00:00.000Z\",\"2007-08-09T00:00:00.000Z\",\"2007-08-10T00:00:00.000Z\",\"2007-08-11T00:00:00.000Z\",\"2007-08-12T00:00:00.000Z\",\"2007-08-13T00:00:00.000Z\",\"2007-08-14T00:00:00.000Z\",\"2007-08-15T00:00:00.000Z\",\"2007-08-16T00:00:00.000Z\",\"2007-08-17T00:00:00.000Z\",\"2007-08-18T00:00:00.000Z\",\"2007-08-19T00:00:00.000Z\",\"2007-08-20T00:00:00.000Z\",\"2007-08-21T00:00:00.000Z\",\"2007-08-22T00:00:00.000Z\",\"2007-08-23T00:00:00.000Z\",\"2007-08-24T00:00:00.000Z\",\"2007-08-25T00:00:00.000Z\",\"2007-08-26T00:00:00.000Z\",\"2007-08-27T00:00:00.000Z\",\"2007-08-28T00:00:00.000Z\",\"2007-08-29T00:00:00.000Z\",\"2007-08-30T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-01T00:00:00.000Z\",\"2007-09-02T00:00:00.000Z\",\"2007-09-03T00:00:00.000Z\",\"2007-09-04T00:00:00.000Z\",\"2007-09-05T00:00:00.000Z\",\"2007-09-06T00:00:00.000Z\",\"2007-09-07T00:00:00.000Z\",\"2007-09-08T00:00:00.000Z\",\"2007-09-09T00:00:00.000Z\",\"2007-09-10T00:00:00.000Z\",\"2007-09-11T00:00:00.000Z\",\"2007-09-12T00:00:00.000Z\",\"2007-09-13T00:00:00.000Z\",\"2007-09-14T00:00:00.000Z\",\"2007-09-15T00:00:00.000Z\",\"2007-09-16T00:00:00.000Z\",\"2007-09-17T00:00:00.000Z\",\"2007-09-18T00:00:00.000Z\",\"2007-09-19T00:00:00.000Z\",\"2007-09-20T00:00:00.000Z\",\"2007-09-21T00:00:00.000Z\",\"2007-09-22T00:00:00.000Z\",\"2007-09-23T00:00:00.000Z\",\"2007-09-24T00:00:00.000Z\",\"2007-09-25T00:00:00.000Z\",\"2007-09-26T00:00:00.000Z\",\"2007-09-27T00:00:00.000Z\",\"2007-09-28T00:00:00.000Z\",\"2007-09-29T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-01T00:00:00.000Z\",\"2007-10-02T00:00:00.000Z\",\"2007-10-03T00:00:00.000Z\",\"2007-10-04T00:00:00.000Z\",\"2007-10-05T00:00:00.000Z\",\"2007-10-06T00:00:00.000Z\",\"2007-10-07T00:00:00.000Z\",\"2007-10-08T00:00:00.000Z\",\"2007-10-09T00:00:00.000Z\",\"2007-10-10T00:00:00.000Z\",\"2007-10-11T00:00:00.000Z\",\"2007-10-12T00:00:00.000Z\",\"2007-10-13T00:00:00.000Z\",\"2007-10-14T00:00:00.000Z\",\"2007-10-15T00:00:00.000Z\",\"2007-10-16T00:00:00.000Z\",\"2007-10-17T00:00:00.000Z\",\"2007-10-18T00:00:00.000Z\",\"2007-10-19T00:00:00.000Z\",\"2007-10-20T00:00:00.000Z\",\"2007-10-21T00:00:00.000Z\",\"2007-10-22T00:00:00.000Z\",\"2007-10-23T00:00:00.000Z\",\"2007-10-24T00:00:00.000Z\",\"2007-10-25T00:00:00.000Z\",\"2007-10-26T00:00:00.000Z\",\"2007-10-27T00:00:00.000Z\",\"2007-10-28T00:00:00.000Z\",\"2007-10-29T00:00:00.000Z\",\"2007-10-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-01T00:00:00.000Z\",\"2007-11-02T00:00:00.000Z\",\"2007-11-03T00:00:00.000Z\",\"2007-11-04T00:00:00.000Z\",\"2007-11-05T00:00:00.000Z\",\"2007-11-06T00:00:00.000Z\",\"2007-11-07T00:00:00.000Z\",\"2007-11-08T00:00:00.000Z\",\"2007-11-09T00:00:00.000Z\",\"2007-11-10T00:00:00.000Z\",\"2007-11-11T00:00:00.000Z\",\"2007-11-12T00:00:00.000Z\",\"2007-11-13T00:00:00.000Z\",\"2007-11-14T00:00:00.000Z\",\"2007-11-15T00:00:00.000Z\",\"2007-11-16T00:00:00.000Z\",\"2007-11-17T00:00:00.000Z\",\"2007-11-18T00:00:00.000Z\",\"2007-11-19T00:00:00.000Z\",\"2007-11-20T00:00:00.000Z\",\"2007-11-21T00:00:00.000Z\",\"2007-11-22T00:00:00.000Z\",\"2007-11-23T00:00:00.000Z\",\"2007-11-24T00:00:00.000Z\",\"2007-11-25T00:00:00.000Z\",\"2007-11-26T00:00:00.000Z\",\"2007-11-27T00:00:00.000Z\",\"2007-11-28T00:00:00.000Z\",\"2007-11-29T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-01T00:00:00.000Z\",\"2007-12-02T00:00:00.000Z\",\"2007-12-03T00:00:00.000Z\",\"2007-12-04T00:00:00.000Z\",\"2007-12-05T00:00:00.000Z\",\"2007-12-06T00:00:00.000Z\",\"2007-12-07T00:00:00.000Z\",\"2007-12-08T00:00:00.000Z\",\"2007-12-09T00:00:00.000Z\",\"2007-12-10T00:00:00.000Z\",\"2007-12-11T00:00:00.000Z\",\"2007-12-12T00:00:00.000Z\",\"2007-12-13T00:00:00.000Z\",\"2007-12-14T00:00:00.000Z\",\"2007-12-15T00:00:00.000Z\",\"2007-12-16T00:00:00.000Z\",\"2007-12-17T00:00:00.000Z\",\"2007-12-18T00:00:00.000Z\",\"2007-12-19T00:00:00.000Z\",\"2007-12-20T00:00:00.000Z\",\"2007-12-21T00:00:00.000Z\",\"2007-12-22T00:00:00.000Z\",\"2007-12-23T00:00:00.000Z\",\"2007-12-24T00:00:00.000Z\",\"2007-12-25T00:00:00.000Z\",\"2007-12-26T00:00:00.000Z\",\"2007-12-27T00:00:00.000Z\",\"2007-12-28T00:00:00.000Z\",\"2007-12-29T00:00:00.000Z\",\"2007-12-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-01T00:00:00.000Z\",\"2008-01-02T00:00:00.000Z\",\"2008-01-03T00:00:00.000Z\",\"2008-01-04T00:00:00.000Z\",\"2008-01-05T00:00:00.000Z\",\"2008-01-06T00:00:00.000Z\",\"2008-01-07T00:00:00.000Z\",\"2008-01-08T00:00:00.000Z\",\"2008-01-09T00:00:00.000Z\",\"2008-01-10T00:00:00.000Z\",\"2008-01-11T00:00:00.000Z\",\"2008-01-12T00:00:00.000Z\",\"2008-01-13T00:00:00.000Z\",\"2008-01-14T00:00:00.000Z\",\"2008-01-15T00:00:00.000Z\",\"2008-01-16T00:00:00.000Z\",\"2008-01-17T00:00:00.000Z\",\"2008-01-18T00:00:00.000Z\",\"2008-01-19T00:00:00.000Z\",\"2008-01-20T00:00:00.000Z\",\"2008-01-21T00:00:00.000Z\",\"2008-01-22T00:00:00.000Z\",\"2008-01-23T00:00:00.000Z\",\"2008-01-24T00:00:00.000Z\",\"2008-01-25T00:00:00.000Z\",\"2008-01-26T00:00:00.000Z\",\"2008-01-27T00:00:00.000Z\",\"2008-01-28T00:00:00.000Z\",\"2008-01-29T00:00:00.000Z\",\"2008-01-30T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-01T00:00:00.000Z\",\"2008-02-02T00:00:00.000Z\",\"2008-02-03T00:00:00.000Z\",\"2008-02-04T00:00:00.000Z\",\"2008-02-05T00:00:00.000Z\",\"2008-02-06T00:00:00.000Z\",\"2008-02-07T00:00:00.000Z\",\"2008-02-08T00:00:00.000Z\",\"2008-02-09T00:00:00.000Z\",\"2008-02-10T00:00:00.000Z\",\"2008-02-11T00:00:00.000Z\",\"2008-02-12T00:00:00.000Z\",\"2008-02-13T00:00:00.000Z\",\"2008-02-14T00:00:00.000Z\",\"2008-02-15T00:00:00.000Z\",\"2008-02-16T00:00:00.000Z\",\"2008-02-17T00:00:00.000Z\",\"2008-02-18T00:00:00.000Z\",\"2008-02-19T00:00:00.000Z\",\"2008-02-20T00:00:00.000Z\",\"2008-02-21T00:00:00.000Z\",\"2008-02-22T00:00:00.000Z\",\"2008-02-23T00:00:00.000Z\",\"2008-02-24T00:00:00.000Z\",\"2008-02-25T00:00:00.000Z\",\"2008-02-26T00:00:00.000Z\",\"2008-02-27T00:00:00.000Z\",\"2008-02-28T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-01T00:00:00.000Z\",\"2008-03-02T00:00:00.000Z\",\"2008-03-03T00:00:00.000Z\",\"2008-03-04T00:00:00.000Z\",\"2008-03-05T00:00:00.000Z\",\"2008-03-06T00:00:00.000Z\",\"2008-03-07T00:00:00.000Z\",\"2008-03-08T00:00:00.000Z\",\"2008-03-09T00:00:00.000Z\",\"2008-03-10T00:00:00.000Z\",\"2008-03-11T00:00:00.000Z\",\"2008-03-12T00:00:00.000Z\",\"2008-03-13T00:00:00.000Z\",\"2008-03-14T00:00:00.000Z\",\"2008-03-15T00:00:00.000Z\",\"2008-03-16T00:00:00.000Z\",\"2008-03-17T00:00:00.000Z\",\"2008-03-18T00:00:00.000Z\",\"2008-03-19T00:00:00.000Z\",\"2008-03-20T00:00:00.000Z\",\"2008-03-21T00:00:00.000Z\",\"2008-03-22T00:00:00.000Z\",\"2008-03-23T00:00:00.000Z\",\"2008-03-24T00:00:00.000Z\",\"2008-03-25T00:00:00.000Z\",\"2008-03-26T00:00:00.000Z\",\"2008-03-27T00:00:00.000Z\",\"2008-03-28T00:00:00.000Z\",\"2008-03-29T00:00:00.000Z\",\"2008-03-30T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-01T00:00:00.000Z\",\"2008-04-02T00:00:00.000Z\",\"2008-04-03T00:00:00.000Z\",\"2008-04-04T00:00:00.000Z\",\"2008-04-05T00:00:00.000Z\",\"2008-04-06T00:00:00.000Z\",\"2008-04-07T00:00:00.000Z\",\"2008-04-08T00:00:00.000Z\",\"2008-04-09T00:00:00.000Z\",\"2008-04-10T00:00:00.000Z\",\"2008-04-11T00:00:00.000Z\",\"2008-04-12T00:00:00.000Z\",\"2008-04-13T00:00:00.000Z\",\"2008-04-14T00:00:00.000Z\",\"2008-04-15T00:00:00.000Z\",\"2008-04-16T00:00:00.000Z\",\"2008-04-17T00:00:00.000Z\",\"2008-04-18T00:00:00.000Z\",\"2008-04-19T00:00:00.000Z\",\"2008-04-20T00:00:00.000Z\",\"2008-04-21T00:00:00.000Z\",\"2008-04-22T00:00:00.000Z\",\"2008-04-23T00:00:00.000Z\",\"2008-04-24T00:00:00.000Z\",\"2008-04-25T00:00:00.000Z\",\"2008-04-26T00:00:00.000Z\",\"2008-04-27T00:00:00.000Z\",\"2008-04-28T00:00:00.000Z\",\"2008-04-29T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-01T00:00:00.000Z\",\"2008-05-02T00:00:00.000Z\",\"2008-05-03T00:00:00.000Z\",\"2008-05-04T00:00:00.000Z\",\"2008-05-05T00:00:00.000Z\",\"2008-05-06T00:00:00.000Z\",\"2008-05-07T00:00:00.000Z\",\"2008-05-08T00:00:00.000Z\",\"2008-05-09T00:00:00.000Z\",\"2008-05-10T00:00:00.000Z\",\"2008-05-11T00:00:00.000Z\",\"2008-05-12T00:00:00.000Z\",\"2008-05-13T00:00:00.000Z\",\"2008-05-14T00:00:00.000Z\",\"2008-05-15T00:00:00.000Z\",\"2008-05-16T00:00:00.000Z\",\"2008-05-17T00:00:00.000Z\",\"2008-05-18T00:00:00.000Z\",\"2008-05-19T00:00:00.000Z\",\"2008-05-20T00:00:00.000Z\",\"2008-05-21T00:00:00.000Z\",\"2008-05-22T00:00:00.000Z\",\"2008-05-23T00:00:00.000Z\",\"2008-05-24T00:00:00.000Z\",\"2008-05-25T00:00:00.000Z\",\"2008-05-26T00:00:00.000Z\",\"2008-05-27T00:00:00.000Z\",\"2008-05-28T00:00:00.000Z\",\"2008-05-29T00:00:00.000Z\",\"2008-05-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-01T00:00:00.000Z\",\"2008-06-02T00:00:00.000Z\",\"2008-06-03T00:00:00.000Z\",\"2008-06-04T00:00:00.000Z\",\"2008-06-05T00:00:00.000Z\",\"2008-06-06T00:00:00.000Z\",\"2008-06-07T00:00:00.000Z\",\"2008-06-08T00:00:00.000Z\",\"2008-06-09T00:00:00.000Z\",\"2008-06-10T00:00:00.000Z\",\"2008-06-11T00:00:00.000Z\",\"2008-06-12T00:00:00.000Z\",\"2008-06-13T00:00:00.000Z\",\"2008-06-14T00:00:00.000Z\",\"2008-06-15T00:00:00.000Z\",\"2008-06-16T00:00:00.000Z\",\"2008-06-17T00:00:00.000Z\",\"2008-06-18T00:00:00.000Z\",\"2008-06-19T00:00:00.000Z\",\"2008-06-20T00:00:00.000Z\",\"2008-06-21T00:00:00.000Z\",\"2008-06-22T00:00:00.000Z\",\"2008-06-23T00:00:00.000Z\",\"2008-06-24T00:00:00.000Z\",\"2008-06-25T00:00:00.000Z\",\"2008-06-26T00:00:00.000Z\",\"2008-06-27T00:00:00.000Z\",\"2008-06-28T00:00:00.000Z\",\"2008-06-29T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-01T00:00:00.000Z\",\"2008-07-02T00:00:00.000Z\",\"2008-07-03T00:00:00.000Z\",\"2008-07-04T00:00:00.000Z\",\"2008-07-05T00:00:00.000Z\",\"2008-07-06T00:00:00.000Z\",\"2008-07-07T00:00:00.000Z\",\"2008-07-08T00:00:00.000Z\",\"2008-07-09T00:00:00.000Z\",\"2008-07-10T00:00:00.000Z\",\"2008-07-11T00:00:00.000Z\",\"2008-07-12T00:00:00.000Z\",\"2008-07-13T00:00:00.000Z\",\"2008-07-14T00:00:00.000Z\",\"2008-07-15T00:00:00.000Z\",\"2008-07-16T00:00:00.000Z\",\"2008-07-17T00:00:00.000Z\",\"2008-07-18T00:00:00.000Z\",\"2008-07-19T00:00:00.000Z\",\"2008-07-20T00:00:00.000Z\",\"2008-07-21T00:00:00.000Z\",\"2008-07-22T00:00:00.000Z\",\"2008-07-23T00:00:00.000Z\",\"2008-07-24T00:00:00.000Z\",\"2008-07-25T00:00:00.000Z\",\"2008-07-26T00:00:00.000Z\",\"2008-07-27T00:00:00.000Z\",\"2008-07-28T00:00:00.000Z\",\"2008-07-29T00:00:00.000Z\",\"2008-07-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-01T00:00:00.000Z\",\"2008-08-02T00:00:00.000Z\",\"2008-08-03T00:00:00.000Z\",\"2008-08-04T00:00:00.000Z\",\"2008-08-05T00:00:00.000Z\",\"2008-08-06T00:00:00.000Z\",\"2008-08-07T00:00:00.000Z\",\"2008-08-08T00:00:00.000Z\",\"2008-08-09T00:00:00.000Z\",\"2008-08-10T00:00:00.000Z\",\"2008-08-11T00:00:00.000Z\",\"2008-08-12T00:00:00.000Z\",\"2008-08-13T00:00:00.000Z\",\"2008-08-14T00:00:00.000Z\",\"2008-08-15T00:00:00.000Z\",\"2008-08-16T00:00:00.000Z\",\"2008-08-17T00:00:00.000Z\",\"2008-08-18T00:00:00.000Z\",\"2008-08-19T00:00:00.000Z\",\"2008-08-20T00:00:00.000Z\",\"2008-08-21T00:00:00.000Z\",\"2008-08-22T00:00:00.000Z\",\"2008-08-23T00:00:00.000Z\",\"2008-08-24T00:00:00.000Z\",\"2008-08-25T00:00:00.000Z\",\"2008-08-26T00:00:00.000Z\",\"2008-08-27T00:00:00.000Z\",\"2008-08-28T00:00:00.000Z\",\"2008-08-29T00:00:00.000Z\",\"2008-08-30T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-01T00:00:00.000Z\",\"2008-09-02T00:00:00.000Z\",\"2008-09-03T00:00:00.000Z\",\"2008-09-04T00:00:00.000Z\",\"2008-09-05T00:00:00.000Z\",\"2008-09-06T00:00:00.000Z\",\"2008-09-07T00:00:00.000Z\",\"2008-09-08T00:00:00.000Z\",\"2008-09-09T00:00:00.000Z\",\"2008-09-10T00:00:00.000Z\",\"2008-09-11T00:00:00.000Z\",\"2008-09-12T00:00:00.000Z\",\"2008-09-13T00:00:00.000Z\",\"2008-09-14T00:00:00.000Z\",\"2008-09-15T00:00:00.000Z\",\"2008-09-16T00:00:00.000Z\",\"2008-09-17T00:00:00.000Z\",\"2008-09-18T00:00:00.000Z\",\"2008-09-19T00:00:00.000Z\",\"2008-09-20T00:00:00.000Z\",\"2008-09-21T00:00:00.000Z\",\"2008-09-22T00:00:00.000Z\",\"2008-09-23T00:00:00.000Z\",\"2008-09-24T00:00:00.000Z\",\"2008-09-25T00:00:00.000Z\",\"2008-09-26T00:00:00.000Z\",\"2008-09-27T00:00:00.000Z\",\"2008-09-28T00:00:00.000Z\",\"2008-09-29T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-01T00:00:00.000Z\",\"2008-10-02T00:00:00.000Z\",\"2008-10-03T00:00:00.000Z\",\"2008-10-04T00:00:00.000Z\",\"2008-10-05T00:00:00.000Z\",\"2008-10-06T00:00:00.000Z\",\"2008-10-07T00:00:00.000Z\",\"2008-10-08T00:00:00.000Z\",\"2008-10-09T00:00:00.000Z\",\"2008-10-10T00:00:00.000Z\",\"2008-10-11T00:00:00.000Z\",\"2008-10-12T00:00:00.000Z\",\"2008-10-13T00:00:00.000Z\",\"2008-10-14T00:00:00.000Z\",\"2008-10-15T00:00:00.000Z\",\"2008-10-16T00:00:00.000Z\",\"2008-10-17T00:00:00.000Z\",\"2008-10-18T00:00:00.000Z\",\"2008-10-19T00:00:00.000Z\",\"2008-10-20T00:00:00.000Z\",\"2008-10-21T00:00:00.000Z\",\"2008-10-22T00:00:00.000Z\",\"2008-10-23T00:00:00.000Z\",\"2008-10-24T00:00:00.000Z\",\"2008-10-25T00:00:00.000Z\",\"2008-10-26T00:00:00.000Z\",\"2008-10-27T00:00:00.000Z\",\"2008-10-28T00:00:00.000Z\",\"2008-10-29T00:00:00.000Z\",\"2008-10-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-01T00:00:00.000Z\",\"2008-11-02T00:00:00.000Z\",\"2008-11-03T00:00:00.000Z\",\"2008-11-04T00:00:00.000Z\",\"2008-11-05T00:00:00.000Z\",\"2008-11-06T00:00:00.000Z\",\"2008-11-07T00:00:00.000Z\",\"2008-11-08T00:00:00.000Z\",\"2008-11-09T00:00:00.000Z\",\"2008-11-10T00:00:00.000Z\",\"2008-11-11T00:00:00.000Z\",\"2008-11-12T00:00:00.000Z\",\"2008-11-13T00:00:00.000Z\",\"2008-11-14T00:00:00.000Z\",\"2008-11-15T00:00:00.000Z\",\"2008-11-16T00:00:00.000Z\",\"2008-11-17T00:00:00.000Z\",\"2008-11-18T00:00:00.000Z\",\"2008-11-19T00:00:00.000Z\",\"2008-11-20T00:00:00.000Z\",\"2008-11-21T00:00:00.000Z\",\"2008-11-22T00:00:00.000Z\",\"2008-11-23T00:00:00.000Z\",\"2008-11-24T00:00:00.000Z\",\"2008-11-25T00:00:00.000Z\",\"2008-11-26T00:00:00.000Z\",\"2008-11-27T00:00:00.000Z\",\"2008-11-28T00:00:00.000Z\",\"2008-11-29T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-01T00:00:00.000Z\",\"2008-12-02T00:00:00.000Z\",\"2008-12-03T00:00:00.000Z\",\"2008-12-04T00:00:00.000Z\",\"2008-12-05T00:00:00.000Z\",\"2008-12-06T00:00:00.000Z\",\"2008-12-07T00:00:00.000Z\",\"2008-12-08T00:00:00.000Z\",\"2008-12-09T00:00:00.000Z\",\"2008-12-10T00:00:00.000Z\",\"2008-12-11T00:00:00.000Z\",\"2008-12-12T00:00:00.000Z\",\"2008-12-13T00:00:00.000Z\",\"2008-12-14T00:00:00.000Z\",\"2008-12-15T00:00:00.000Z\",\"2008-12-16T00:00:00.000Z\",\"2008-12-17T00:00:00.000Z\",\"2008-12-18T00:00:00.000Z\",\"2008-12-19T00:00:00.000Z\",\"2008-12-20T00:00:00.000Z\",\"2008-12-21T00:00:00.000Z\",\"2008-12-22T00:00:00.000Z\",\"2008-12-23T00:00:00.000Z\",\"2008-12-24T00:00:00.000Z\",\"2008-12-25T00:00:00.000Z\",\"2008-12-26T00:00:00.000Z\",\"2008-12-27T00:00:00.000Z\",\"2008-12-28T00:00:00.000Z\",\"2008-12-29T00:00:00.000Z\",\"2008-12-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-01T00:00:00.000Z\",\"2009-01-02T00:00:00.000Z\",\"2009-01-03T00:00:00.000Z\",\"2009-01-04T00:00:00.000Z\",\"2009-01-05T00:00:00.000Z\",\"2009-01-06T00:00:00.000Z\",\"2009-01-07T00:00:00.000Z\",\"2009-01-08T00:00:00.000Z\",\"2009-01-09T00:00:00.000Z\",\"2009-01-10T00:00:00.000Z\",\"2009-01-11T00:00:00.000Z\",\"2009-01-12T00:00:00.000Z\",\"2009-01-13T00:00:00.000Z\",\"2009-01-14T00:00:00.000Z\",\"2009-01-15T00:00:00.000Z\",\"2009-01-16T00:00:00.000Z\",\"2009-01-17T00:00:00.000Z\",\"2009-01-18T00:00:00.000Z\",\"2009-01-19T00:00:00.000Z\",\"2009-01-20T00:00:00.000Z\",\"2009-01-21T00:00:00.000Z\",\"2009-01-22T00:00:00.000Z\",\"2009-01-23T00:00:00.000Z\",\"2009-01-24T00:00:00.000Z\",\"2009-01-25T00:00:00.000Z\",\"2009-01-26T00:00:00.000Z\",\"2009-01-27T00:00:00.000Z\",\"2009-01-28T00:00:00.000Z\",\"2009-01-29T00:00:00.000Z\",\"2009-01-30T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-01T00:00:00.000Z\",\"2009-02-02T00:00:00.000Z\",\"2009-02-03T00:00:00.000Z\",\"2009-02-04T00:00:00.000Z\",\"2009-02-05T00:00:00.000Z\",\"2009-02-06T00:00:00.000Z\",\"2009-02-07T00:00:00.000Z\",\"2009-02-08T00:00:00.000Z\",\"2009-02-09T00:00:00.000Z\",\"2009-02-10T00:00:00.000Z\",\"2009-02-11T00:00:00.000Z\",\"2009-02-12T00:00:00.000Z\",\"2009-02-13T00:00:00.000Z\",\"2009-02-14T00:00:00.000Z\",\"2009-02-15T00:00:00.000Z\",\"2009-02-16T00:00:00.000Z\",\"2009-02-17T00:00:00.000Z\",\"2009-02-18T00:00:00.000Z\",\"2009-02-19T00:00:00.000Z\",\"2009-02-20T00:00:00.000Z\",\"2009-02-21T00:00:00.000Z\",\"2009-02-22T00:00:00.000Z\",\"2009-02-23T00:00:00.000Z\",\"2009-02-24T00:00:00.000Z\",\"2009-02-25T00:00:00.000Z\",\"2009-02-26T00:00:00.000Z\",\"2009-02-27T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-01T00:00:00.000Z\",\"2009-03-02T00:00:00.000Z\",\"2009-03-03T00:00:00.000Z\",\"2009-03-04T00:00:00.000Z\",\"2009-03-05T00:00:00.000Z\",\"2009-03-06T00:00:00.000Z\",\"2009-03-07T00:00:00.000Z\",\"2009-03-08T00:00:00.000Z\",\"2009-03-09T00:00:00.000Z\",\"2009-03-10T00:00:00.000Z\",\"2009-03-11T00:00:00.000Z\",\"2009-03-12T00:00:00.000Z\",\"2009-03-13T00:00:00.000Z\",\"2009-03-14T00:00:00.000Z\",\"2009-03-15T00:00:00.000Z\",\"2009-03-16T00:00:00.000Z\",\"2009-03-17T00:00:00.000Z\",\"2009-03-18T00:00:00.000Z\",\"2009-03-19T00:00:00.000Z\",\"2009-03-20T00:00:00.000Z\",\"2009-03-21T00:00:00.000Z\",\"2009-03-22T00:00:00.000Z\",\"2009-03-23T00:00:00.000Z\",\"2009-03-24T00:00:00.000Z\",\"2009-03-25T00:00:00.000Z\",\"2009-03-26T00:00:00.000Z\",\"2009-03-27T00:00:00.000Z\",\"2009-03-28T00:00:00.000Z\",\"2009-03-29T00:00:00.000Z\",\"2009-03-30T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-01T00:00:00.000Z\",\"2009-04-02T00:00:00.000Z\",\"2009-04-03T00:00:00.000Z\",\"2009-04-04T00:00:00.000Z\",\"2009-04-05T00:00:00.000Z\",\"2009-04-06T00:00:00.000Z\",\"2009-04-07T00:00:00.000Z\",\"2009-04-08T00:00:00.000Z\",\"2009-04-09T00:00:00.000Z\",\"2009-04-10T00:00:00.000Z\",\"2009-04-11T00:00:00.000Z\",\"2009-04-12T00:00:00.000Z\",\"2009-04-13T00:00:00.000Z\",\"2009-04-14T00:00:00.000Z\",\"2009-04-15T00:00:00.000Z\",\"2009-04-16T00:00:00.000Z\",\"2009-04-17T00:00:00.000Z\",\"2009-04-18T00:00:00.000Z\",\"2009-04-19T00:00:00.000Z\",\"2009-04-20T00:00:00.000Z\",\"2009-04-21T00:00:00.000Z\",\"2009-04-22T00:00:00.000Z\",\"2009-04-23T00:00:00.000Z\",\"2009-04-24T00:00:00.000Z\",\"2009-04-25T00:00:00.000Z\",\"2009-04-26T00:00:00.000Z\",\"2009-04-27T00:00:00.000Z\",\"2009-04-28T00:00:00.000Z\",\"2009-04-29T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-01T00:00:00.000Z\",\"2009-05-02T00:00:00.000Z\",\"2009-05-03T00:00:00.000Z\",\"2009-05-04T00:00:00.000Z\",\"2009-05-05T00:00:00.000Z\",\"2009-05-06T00:00:00.000Z\",\"2009-05-07T00:00:00.000Z\",\"2009-05-08T00:00:00.000Z\",\"2009-05-09T00:00:00.000Z\",\"2009-05-10T00:00:00.000Z\",\"2009-05-11T00:00:00.000Z\",\"2009-05-12T00:00:00.000Z\",\"2009-05-13T00:00:00.000Z\",\"2009-05-14T00:00:00.000Z\",\"2009-05-15T00:00:00.000Z\",\"2009-05-16T00:00:00.000Z\",\"2009-05-17T00:00:00.000Z\",\"2009-05-18T00:00:00.000Z\",\"2009-05-19T00:00:00.000Z\",\"2009-05-20T00:00:00.000Z\",\"2009-05-21T00:00:00.000Z\",\"2009-05-22T00:00:00.000Z\",\"2009-05-23T00:00:00.000Z\",\"2009-05-24T00:00:00.000Z\",\"2009-05-25T00:00:00.000Z\",\"2009-05-26T00:00:00.000Z\",\"2009-05-27T00:00:00.000Z\",\"2009-05-28T00:00:00.000Z\",\"2009-05-29T00:00:00.000Z\",\"2009-05-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-01T00:00:00.000Z\",\"2009-06-02T00:00:00.000Z\",\"2009-06-03T00:00:00.000Z\",\"2009-06-04T00:00:00.000Z\",\"2009-06-05T00:00:00.000Z\",\"2009-06-06T00:00:00.000Z\",\"2009-06-07T00:00:00.000Z\",\"2009-06-08T00:00:00.000Z\",\"2009-06-09T00:00:00.000Z\",\"2009-06-10T00:00:00.000Z\",\"2009-06-11T00:00:00.000Z\",\"2009-06-12T00:00:00.000Z\",\"2009-06-13T00:00:00.000Z\",\"2009-06-14T00:00:00.000Z\",\"2009-06-15T00:00:00.000Z\",\"2009-06-16T00:00:00.000Z\",\"2009-06-17T00:00:00.000Z\",\"2009-06-18T00:00:00.000Z\",\"2009-06-19T00:00:00.000Z\",\"2009-06-20T00:00:00.000Z\",\"2009-06-21T00:00:00.000Z\",\"2009-06-22T00:00:00.000Z\",\"2009-06-23T00:00:00.000Z\",\"2009-06-24T00:00:00.000Z\",\"2009-06-25T00:00:00.000Z\",\"2009-06-26T00:00:00.000Z\",\"2009-06-27T00:00:00.000Z\",\"2009-06-28T00:00:00.000Z\",\"2009-06-29T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-01T00:00:00.000Z\",\"2009-07-02T00:00:00.000Z\",\"2009-07-03T00:00:00.000Z\",\"2009-07-04T00:00:00.000Z\",\"2009-07-05T00:00:00.000Z\",\"2009-07-06T00:00:00.000Z\",\"2009-07-07T00:00:00.000Z\",\"2009-07-08T00:00:00.000Z\",\"2009-07-09T00:00:00.000Z\",\"2009-07-10T00:00:00.000Z\",\"2009-07-11T00:00:00.000Z\",\"2009-07-12T00:00:00.000Z\",\"2009-07-13T00:00:00.000Z\",\"2009-07-14T00:00:00.000Z\",\"2009-07-15T00:00:00.000Z\",\"2009-07-16T00:00:00.000Z\",\"2009-07-17T00:00:00.000Z\",\"2009-07-18T00:00:00.000Z\",\"2009-07-19T00:00:00.000Z\",\"2009-07-20T00:00:00.000Z\",\"2009-07-21T00:00:00.000Z\",\"2009-07-22T00:00:00.000Z\",\"2009-07-23T00:00:00.000Z\",\"2009-07-24T00:00:00.000Z\",\"2009-07-25T00:00:00.000Z\",\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\",\"2019-12-21T00:00:00.000Z\",\"2019-12-22T00:00:00.000Z\",\"2019-12-23T00:00:00.000Z\",\"2019-12-24T00:00:00.000Z\",\"2019-12-25T00:00:00.000Z\",\"2019-12-26T00:00:00.000Z\",\"2019-12-27T00:00:00.000Z\",\"2019-12-28T00:00:00.000Z\",\"2019-12-29T00:00:00.000Z\",\"2019-12-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-01T00:00:00.000Z\",\"2020-01-02T00:00:00.000Z\",\"2020-01-03T00:00:00.000Z\",\"2020-01-04T00:00:00.000Z\",\"2020-01-05T00:00:00.000Z\",\"2020-01-06T00:00:00.000Z\",\"2020-01-07T00:00:00.000Z\",\"2020-01-08T00:00:00.000Z\",\"2020-01-09T00:00:00.000Z\",\"2020-01-10T00:00:00.000Z\",\"2020-01-11T00:00:00.000Z\",\"2020-01-12T00:00:00.000Z\",\"2020-01-13T00:00:00.000Z\",\"2020-01-14T00:00:00.000Z\",\"2020-01-15T00:00:00.000Z\",\"2020-01-16T00:00:00.000Z\",\"2020-01-17T00:00:00.000Z\",\"2020-01-18T00:00:00.000Z\",\"2020-01-19T00:00:00.000Z\",\"2020-01-20T00:00:00.000Z\",\"2020-01-21T00:00:00.000Z\",\"2020-01-22T00:00:00.000Z\",\"2020-01-23T00:00:00.000Z\",\"2020-01-24T00:00:00.000Z\",\"2020-01-25T00:00:00.000Z\",\"2020-01-26T00:00:00.000Z\",\"2020-01-27T00:00:00.000Z\",\"2020-01-28T00:00:00.000Z\",\"2020-01-29T00:00:00.000Z\",\"2020-01-30T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-01T00:00:00.000Z\",\"2020-02-02T00:00:00.000Z\",\"2020-02-03T00:00:00.000Z\",\"2020-02-04T00:00:00.000Z\",\"2020-02-05T00:00:00.000Z\",\"2020-02-06T00:00:00.000Z\",\"2020-02-07T00:00:00.000Z\",\"2020-02-08T00:00:00.000Z\",\"2020-02-09T00:00:00.000Z\",\"2020-02-10T00:00:00.000Z\",\"2020-02-11T00:00:00.000Z\",\"2020-02-12T00:00:00.000Z\",\"2020-02-13T00:00:00.000Z\",\"2020-02-14T00:00:00.000Z\",\"2020-02-15T00:00:00.000Z\",\"2020-02-16T00:00:00.000Z\",\"2020-02-17T00:00:00.000Z\",\"2020-02-18T00:00:00.000Z\",\"2020-02-19T00:00:00.000Z\",\"2020-02-20T00:00:00.000Z\",\"2020-02-21T00:00:00.000Z\",\"2020-02-22T00:00:00.000Z\",\"2020-02-23T00:00:00.000Z\",\"2020-02-24T00:00:00.000Z\",\"2020-02-25T00:00:00.000Z\",\"2020-02-26T00:00:00.000Z\",\"2020-02-27T00:00:00.000Z\",\"2020-02-28T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-01T00:00:00.000Z\",\"2020-03-02T00:00:00.000Z\",\"2020-03-03T00:00:00.000Z\",\"2020-03-04T00:00:00.000Z\",\"2020-03-05T00:00:00.000Z\",\"2020-03-06T00:00:00.000Z\",\"2020-03-07T00:00:00.000Z\",\"2020-03-08T00:00:00.000Z\",\"2020-03-09T00:00:00.000Z\",\"2020-03-10T00:00:00.000Z\",\"2020-03-11T00:00:00.000Z\",\"2020-03-12T00:00:00.000Z\",\"2020-03-13T00:00:00.000Z\",\"2020-03-14T00:00:00.000Z\",\"2020-03-15T00:00:00.000Z\",\"2020-03-16T00:00:00.000Z\",\"2020-03-17T00:00:00.000Z\",\"2020-03-18T00:00:00.000Z\",\"2020-03-19T00:00:00.000Z\",\"2020-03-20T00:00:00.000Z\",\"2020-03-21T00:00:00.000Z\",\"2020-03-22T00:00:00.000Z\",\"2020-03-23T00:00:00.000Z\",\"2020-03-24T00:00:00.000Z\",\"2020-03-25T00:00:00.000Z\",\"2020-03-26T00:00:00.000Z\",\"2020-03-27T00:00:00.000Z\",\"2020-03-28T00:00:00.000Z\",\"2020-03-29T00:00:00.000Z\",\"2020-03-30T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-01T00:00:00.000Z\",\"2020-04-02T00:00:00.000Z\",\"2020-04-03T00:00:00.000Z\",\"2020-04-04T00:00:00.000Z\",\"2020-04-05T00:00:00.000Z\",\"2020-04-06T00:00:00.000Z\",\"2020-04-07T00:00:00.000Z\",\"2020-04-08T00:00:00.000Z\",\"2020-04-09T00:00:00.000Z\",\"2020-04-10T00:00:00.000Z\",\"2020-04-11T00:00:00.000Z\",\"2020-04-12T00:00:00.000Z\",\"2020-04-13T00:00:00.000Z\",\"2020-04-14T00:00:00.000Z\",\"2020-04-15T00:00:00.000Z\",\"2020-04-16T00:00:00.000Z\",\"2020-04-17T00:00:00.000Z\",\"2020-04-18T00:00:00.000Z\",\"2020-04-19T00:00:00.000Z\",\"2020-04-20T00:00:00.000Z\",\"2020-04-21T00:00:00.000Z\",\"2020-04-22T00:00:00.000Z\",\"2020-04-23T00:00:00.000Z\",\"2020-04-24T00:00:00.000Z\",\"2020-04-25T00:00:00.000Z\",\"2020-04-26T00:00:00.000Z\",\"2020-04-27T00:00:00.000Z\",\"2020-04-28T00:00:00.000Z\",\"2020-04-29T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-01T00:00:00.000Z\",\"2020-05-02T00:00:00.000Z\",\"2020-05-03T00:00:00.000Z\",\"2020-05-04T00:00:00.000Z\",\"2020-05-05T00:00:00.000Z\",\"2020-05-06T00:00:00.000Z\",\"2020-05-07T00:00:00.000Z\",\"2020-05-08T00:00:00.000Z\",\"2020-05-09T00:00:00.000Z\",\"2020-05-10T00:00:00.000Z\",\"2020-05-11T00:00:00.000Z\",\"2020-05-12T00:00:00.000Z\",\"2020-05-13T00:00:00.000Z\",\"2020-05-14T00:00:00.000Z\",\"2020-05-15T00:00:00.000Z\",\"2020-05-16T00:00:00.000Z\",\"2020-05-17T00:00:00.000Z\",\"2020-05-18T00:00:00.000Z\",\"2020-05-19T00:00:00.000Z\",\"2020-05-20T00:00:00.000Z\",\"2020-05-21T00:00:00.000Z\",\"2020-05-22T00:00:00.000Z\",\"2020-05-23T00:00:00.000Z\",\"2020-05-24T00:00:00.000Z\",\"2020-05-25T00:00:00.000Z\",\"2020-05-26T00:00:00.000Z\",\"2020-05-27T00:00:00.000Z\",\"2020-05-28T00:00:00.000Z\",\"2020-05-29T00:00:00.000Z\",\"2020-05-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-01T00:00:00.000Z\",\"2020-06-02T00:00:00.000Z\",\"2020-06-03T00:00:00.000Z\",\"2020-06-04T00:00:00.000Z\",\"2020-06-05T00:00:00.000Z\",\"2020-06-06T00:00:00.000Z\",\"2020-06-07T00:00:00.000Z\",\"2020-06-08T00:00:00.000Z\",\"2020-06-09T00:00:00.000Z\",\"2020-06-10T00:00:00.000Z\",\"2020-06-11T00:00:00.000Z\",\"2020-06-12T00:00:00.000Z\",\"2020-06-13T00:00:00.000Z\",\"2020-06-14T00:00:00.000Z\",\"2020-06-15T00:00:00.000Z\",\"2020-06-16T00:00:00.000Z\",\"2020-06-17T00:00:00.000Z\",\"2020-06-18T00:00:00.000Z\",\"2020-06-19T00:00:00.000Z\",\"2020-06-20T00:00:00.000Z\",\"2020-06-21T00:00:00.000Z\",\"2020-06-22T00:00:00.000Z\",\"2020-06-23T00:00:00.000Z\",\"2020-06-24T00:00:00.000Z\",\"2020-06-25T00:00:00.000Z\",\"2020-06-26T00:00:00.000Z\",\"2020-06-27T00:00:00.000Z\",\"2020-06-28T00:00:00.000Z\",\"2020-06-29T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\",\"2020-07-02T00:00:00.000Z\",\"2020-07-03T00:00:00.000Z\",\"2020-07-04T00:00:00.000Z\",\"2020-07-05T00:00:00.000Z\",\"2020-07-06T00:00:00.000Z\",\"2020-07-07T00:00:00.000Z\",\"2020-07-08T00:00:00.000Z\",\"2020-07-09T00:00:00.000Z\",\"2020-07-10T00:00:00.000Z\",\"2020-07-11T00:00:00.000Z\",\"2020-07-12T00:00:00.000Z\",\"2020-07-13T00:00:00.000Z\",\"2020-07-14T00:00:00.000Z\",\"2020-07-15T00:00:00.000Z\",\"2020-07-16T00:00:00.000Z\",\"2020-07-17T00:00:00.000Z\",\"2020-07-18T00:00:00.000Z\",\"2020-07-19T00:00:00.000Z\",\"2020-07-20T00:00:00.000Z\",\"2020-07-21T00:00:00.000Z\",\"2020-07-22T00:00:00.000Z\",\"2020-07-23T00:00:00.000Z\",\"2020-07-24T00:00:00.000Z\",\"2020-07-25T00:00:00.000Z\",\"2020-07-26T00:00:00.000Z\",\"2020-07-27T00:00:00.000Z\",\"2020-07-28T00:00:00.000Z\",\"2020-07-29T00:00:00.000Z\",\"2020-07-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-01T00:00:00.000Z\",\"2020-08-02T00:00:00.000Z\",\"2020-08-03T00:00:00.000Z\",\"2020-08-04T00:00:00.000Z\",\"2020-08-05T00:00:00.000Z\",\"2020-08-06T00:00:00.000Z\",\"2020-08-07T00:00:00.000Z\",\"2020-08-08T00:00:00.000Z\",\"2020-08-09T00:00:00.000Z\",\"2020-08-10T00:00:00.000Z\",\"2020-08-11T00:00:00.000Z\",\"2020-08-12T00:00:00.000Z\",\"2020-08-13T00:00:00.000Z\",\"2020-08-14T00:00:00.000Z\",\"2020-08-15T00:00:00.000Z\",\"2020-08-16T00:00:00.000Z\",\"2020-08-17T00:00:00.000Z\",\"2020-08-18T00:00:00.000Z\",\"2020-08-19T00:00:00.000Z\",\"2020-08-20T00:00:00.000Z\",\"2020-08-21T00:00:00.000Z\",\"2020-08-22T00:00:00.000Z\",\"2020-08-23T00:00:00.000Z\",\"2020-08-24T00:00:00.000Z\",\"2020-08-25T00:00:00.000Z\",\"2020-08-26T00:00:00.000Z\",\"2020-08-27T00:00:00.000Z\",\"2020-08-28T00:00:00.000Z\",\"2020-08-29T00:00:00.000Z\",\"2020-08-30T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-01T00:00:00.000Z\",\"2020-09-02T00:00:00.000Z\",\"2020-09-03T00:00:00.000Z\",\"2020-09-04T00:00:00.000Z\",\"2020-09-05T00:00:00.000Z\",\"2020-09-06T00:00:00.000Z\",\"2020-09-07T00:00:00.000Z\",\"2020-09-08T00:00:00.000Z\",\"2020-09-09T00:00:00.000Z\",\"2020-09-10T00:00:00.000Z\",\"2020-09-11T00:00:00.000Z\",\"2020-09-12T00:00:00.000Z\",\"2020-09-13T00:00:00.000Z\",\"2020-09-14T00:00:00.000Z\",\"2020-09-15T00:00:00.000Z\",\"2020-09-16T00:00:00.000Z\",\"2020-09-17T00:00:00.000Z\",\"2020-09-18T00:00:00.000Z\",\"2020-09-19T00:00:00.000Z\",\"2020-09-20T00:00:00.000Z\",\"2020-09-21T00:00:00.000Z\",\"2020-09-22T00:00:00.000Z\",\"2020-09-23T00:00:00.000Z\",\"2020-09-24T00:00:00.000Z\",\"2020-09-25T00:00:00.000Z\",\"2020-09-26T00:00:00.000Z\",\"2020-09-27T00:00:00.000Z\",\"2020-09-28T00:00:00.000Z\",\"2020-09-29T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-01T00:00:00.000Z\",\"2020-10-02T00:00:00.000Z\",\"2020-10-03T00:00:00.000Z\",\"2020-10-04T00:00:00.000Z\",\"2020-10-05T00:00:00.000Z\",\"2020-10-06T00:00:00.000Z\",\"2020-10-07T00:00:00.000Z\",\"2020-10-08T00:00:00.000Z\",\"2020-10-09T00:00:00.000Z\",\"2020-10-10T00:00:00.000Z\",\"2020-10-11T00:00:00.000Z\",\"2020-10-12T00:00:00.000Z\",\"2020-10-13T00:00:00.000Z\",\"2020-10-14T00:00:00.000Z\",\"2020-10-15T00:00:00.000Z\",\"2020-10-16T00:00:00.000Z\",\"2020-10-17T00:00:00.000Z\",\"2020-10-18T00:00:00.000Z\",\"2020-10-19T00:00:00.000Z\",\"2020-10-20T00:00:00.000Z\",\"2020-10-21T00:00:00.000Z\",\"2020-10-22T00:00:00.000Z\",\"2020-10-23T00:00:00.000Z\",\"2020-10-24T00:00:00.000Z\",\"2020-10-25T00:00:00.000Z\",\"2020-10-26T00:00:00.000Z\",\"2020-10-27T00:00:00.000Z\",\"2020-10-28T00:00:00.000Z\",\"2020-10-29T00:00:00.000Z\",\"2020-10-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-01T00:00:00.000Z\",\"2020-11-02T00:00:00.000Z\",\"2020-11-03T00:00:00.000Z\",\"2020-11-04T00:00:00.000Z\",\"2020-11-05T00:00:00.000Z\",\"2020-11-06T00:00:00.000Z\",\"2020-11-07T00:00:00.000Z\",\"2020-11-08T00:00:00.000Z\",\"2020-11-09T00:00:00.000Z\",\"2020-11-10T00:00:00.000Z\",\"2020-11-11T00:00:00.000Z\",\"2020-11-12T00:00:00.000Z\",\"2020-11-13T00:00:00.000Z\",\"2020-11-14T00:00:00.000Z\",\"2020-11-15T00:00:00.000Z\",\"2020-11-16T00:00:00.000Z\",\"2020-11-17T00:00:00.000Z\",\"2020-11-18T00:00:00.000Z\",\"2020-11-19T00:00:00.000Z\",\"2020-11-20T00:00:00.000Z\",\"2020-11-21T00:00:00.000Z\",\"2020-11-22T00:00:00.000Z\",\"2020-11-23T00:00:00.000Z\",\"2020-11-24T00:00:00.000Z\",\"2020-11-25T00:00:00.000Z\",\"2020-11-26T00:00:00.000Z\",\"2020-11-27T00:00:00.000Z\",\"2020-11-28T00:00:00.000Z\",\"2020-11-29T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-01T00:00:00.000Z\",\"2020-12-02T00:00:00.000Z\",\"2020-12-03T00:00:00.000Z\",\"2020-12-04T00:00:00.000Z\",\"2020-12-05T00:00:00.000Z\",\"2020-12-06T00:00:00.000Z\",\"2020-12-07T00:00:00.000Z\",\"2020-12-08T00:00:00.000Z\",\"2020-12-09T00:00:00.000Z\",\"2020-12-10T00:00:00.000Z\",\"2020-12-11T00:00:00.000Z\",\"2020-12-12T00:00:00.000Z\",\"2020-12-13T00:00:00.000Z\",\"2020-12-14T00:00:00.000Z\",\"2020-12-15T00:00:00.000Z\",\"2020-12-16T00:00:00.000Z\",\"2020-12-17T00:00:00.000Z\",\"2020-12-18T00:00:00.000Z\",\"2020-12-19T00:00:00.000Z\",\"2020-12-20T00:00:00.000Z\",\"2020-12-21T00:00:00.000Z\",\"2020-12-22T00:00:00.000Z\",\"2020-12-23T00:00:00.000Z\",\"2020-12-24T00:00:00.000Z\",\"2020-12-25T00:00:00.000Z\",\"2020-12-26T00:00:00.000Z\",\"2020-12-27T00:00:00.000Z\",\"2020-12-28T00:00:00.000Z\",\"2020-12-29T00:00:00.000Z\",\"2020-12-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-01T00:00:00.000Z\",\"2021-01-02T00:00:00.000Z\",\"2021-01-03T00:00:00.000Z\",\"2021-01-04T00:00:00.000Z\",\"2021-01-05T00:00:00.000Z\",\"2021-01-06T00:00:00.000Z\",\"2021-01-07T00:00:00.000Z\",\"2021-01-08T00:00:00.000Z\",\"2021-01-09T00:00:00.000Z\",\"2021-01-10T00:00:00.000Z\",\"2021-01-11T00:00:00.000Z\",\"2021-01-12T00:00:00.000Z\",\"2021-01-13T00:00:00.000Z\",\"2021-01-14T00:00:00.000Z\",\"2021-01-15T00:00:00.000Z\",\"2021-01-16T00:00:00.000Z\",\"2021-01-17T00:00:00.000Z\",\"2021-01-18T00:00:00.000Z\",\"2021-01-19T00:00:00.000Z\",\"2021-01-20T00:00:00.000Z\",\"2021-01-21T00:00:00.000Z\",\"2021-01-22T00:00:00.000Z\",\"2021-01-23T00:00:00.000Z\",\"2021-01-24T00:00:00.000Z\",\"2021-01-25T00:00:00.000Z\",\"2021-01-26T00:00:00.000Z\",\"2021-01-27T00:00:00.000Z\",\"2021-01-28T00:00:00.000Z\",\"2021-01-29T00:00:00.000Z\",\"2021-01-30T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-01T00:00:00.000Z\",\"2021-02-02T00:00:00.000Z\",\"2021-02-03T00:00:00.000Z\",\"2021-02-04T00:00:00.000Z\",\"2021-02-05T00:00:00.000Z\",\"2021-02-06T00:00:00.000Z\",\"2021-02-07T00:00:00.000Z\",\"2021-02-08T00:00:00.000Z\",\"2021-02-09T00:00:00.000Z\",\"2021-02-10T00:00:00.000Z\",\"2021-02-11T00:00:00.000Z\",\"2021-02-12T00:00:00.000Z\",\"2021-02-13T00:00:00.000Z\",\"2021-02-14T00:00:00.000Z\",\"2021-02-15T00:00:00.000Z\",\"2021-02-16T00:00:00.000Z\",\"2021-02-17T00:00:00.000Z\",\"2021-02-18T00:00:00.000Z\",\"2021-02-19T00:00:00.000Z\",\"2021-02-20T00:00:00.000Z\",\"2021-02-21T00:00:00.000Z\",\"2021-02-22T00:00:00.000Z\",\"2021-02-23T00:00:00.000Z\",\"2021-02-24T00:00:00.000Z\",\"2021-02-25T00:00:00.000Z\",\"2021-02-26T00:00:00.000Z\",\"2021-02-27T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-01T00:00:00.000Z\",\"2021-03-02T00:00:00.000Z\",\"2021-03-03T00:00:00.000Z\",\"2021-03-04T00:00:00.000Z\",\"2021-03-05T00:00:00.000Z\",\"2021-03-06T00:00:00.000Z\",\"2021-03-07T00:00:00.000Z\",\"2021-03-08T00:00:00.000Z\",\"2021-03-09T00:00:00.000Z\",\"2021-03-10T00:00:00.000Z\",\"2021-03-11T00:00:00.000Z\",\"2021-03-12T00:00:00.000Z\",\"2021-03-13T00:00:00.000Z\",\"2021-03-14T00:00:00.000Z\",\"2021-03-15T00:00:00.000Z\",\"2021-03-16T00:00:00.000Z\",\"2021-03-17T00:00:00.000Z\",\"2021-03-18T00:00:00.000Z\",\"2021-03-19T00:00:00.000Z\",\"2021-03-20T00:00:00.000Z\",\"2021-03-21T00:00:00.000Z\",\"2021-03-22T00:00:00.000Z\",\"2021-03-23T00:00:00.000Z\",\"2021-03-24T00:00:00.000Z\",\"2021-03-25T00:00:00.000Z\",\"2021-03-26T00:00:00.000Z\",\"2021-03-27T00:00:00.000Z\",\"2021-03-28T00:00:00.000Z\",\"2021-03-29T00:00:00.000Z\",\"2021-03-30T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-01T00:00:00.000Z\",\"2021-04-02T00:00:00.000Z\",\"2021-04-03T00:00:00.000Z\",\"2021-04-04T00:00:00.000Z\",\"2021-04-05T00:00:00.000Z\",\"2021-04-06T00:00:00.000Z\",\"2021-04-07T00:00:00.000Z\",\"2021-04-08T00:00:00.000Z\",\"2021-04-09T00:00:00.000Z\",\"2021-04-10T00:00:00.000Z\",\"2021-04-11T00:00:00.000Z\",\"2021-04-12T00:00:00.000Z\",\"2021-04-13T00:00:00.000Z\",\"2021-04-14T00:00:00.000Z\",\"2021-04-15T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\",\"2021-04-17T00:00:00.000Z\",\"2021-04-18T00:00:00.000Z\",\"2021-04-19T00:00:00.000Z\",\"2021-04-20T00:00:00.000Z\",\"2021-04-21T00:00:00.000Z\",\"2021-04-22T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\"],[7,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,1,0,0,0,2,0,1,2,0,2,1,0,1,0,3,0,0,4,2,2,2,2,0,1,1,9,6,5,18,0,0,2,20,8,26,9,0,3,3,26,24,2,2,0,0,33,11,8,9,20,0,0,3,23,14,11,16,8,0,3,5,7,5,4,0,1,10,13,16,10,16,0,0,15,17,10,20,8,0,0,9,8,26,15,6,4,0,6,6,18,21,7,5,14,2,18,10,23,3,10,10,17,23,19,13,15,19,0,13,1,17,13,18,0,0,13,8,15,7,5,0,0,2,15,19,15,6,2,0,29,12,12,5,23,9,5,18,3,25,13,11,0,3,12,3,7,7,4,0,0,2,7,17,0,8,1,0,3,15,3,8,11,0,0,2,0,0,0,0,0,3,1,0,0,10,13,0,0,17,8,11,10,13,0,0,11,6,4,23,29,5,1,10,6,5,23,7,0,0,27,16,31,5,12,13,9,28,13,7,8,13,0,9,4,13,19,10,7,0,0,3,5,2,9,6,0,3,5,11,3,4,4,0,2,8,4,2,10,4,0,3,4,9,15,14,11,0,6,12,4,9,15,0,0,1,1,2,4,18,12,1,0,21,22,17,13,8,12,5,14,9,12,11,7,3,1,12,2,10,15,0,0,2,16,8,13,29,15,2,8,18,46,21,7,3,0,0,10,12,2,4,0,0,0,3,1,4,2,0,0,0,0,0,1,0,8,0,5,8,3,3,9,3,0,0,0,10,11,13,9,0,0,10,10,6,4,10,1,0,3,4,9,7,7,0,0,4,11,3,7,3,3,0,5,0,0,3,6,0,0,2,2,2,10,5,0,0,4,4,12,9,4,0,0,4,11,4,13,14,0,0,15,7,4,2,2,0,0,0,3,9,13,8,0,0,6,11,11,9,0,0,2,11,14,20,13,4,0,0,13,10,3,14,10,7,8,3,6,14,27,12,1,7,27,13,7,14,9,0,0,12,15,8,12,9,0,2,11,11,15,21,11,0,0,10,19,22,2,1,0,0,5,2,8,3,3,0,0,0,15,6,4,11,4,16,8,4,6,6,6,0,2,18,4,15,6,1,0,0,9,0,8,16,4,0,0,6,2,0,10,2,0,0,3,15,16,21,13,2,2,3,7,10,2,6,0,0,0,6,4,5,8,0,0,5,8,4,7,4,0,0,11,8,15,11,7,0,0,6,2,0,0,0,0,0,1,3,2,0,0,0,0,5,4,7,5,6,1,0,4,10,4,7,2,1,0,4,5,3,5,8,2,0,1,8,14,19,10,0,1,6,10,0,10,2,0,0,3,14,8,4,8,0,3,13,14,7,11,6,3,1,6,11,7,8,13,1,7,11,12,14,10,12,0,0,15,19,2,5,11,0,0,5,13,13,8,11,0,2,13,16,6,15,9,2,2,10,13,10,16,13,5,0,16,21,18,7,2,1,6,11,13,6,20,21,0,0,10,24,15,17,16,3,4,18,9,19,15,24,2,4,7,15,12,9,11,0,0,10,15,23,17,16,5,0,15,11,12,17,11,0,2,3,19,22,15,27,0,0,14,31,22,18,20,3,6,18,21,23,22,12,0,0,25,15,13,10,24,3,0,32,27,11,27,19,4,2,15,6,5,0,4,0,0,6,10,6,9,11,0,0,12,9,7,24,20,0,1,11,13,19,12,3,0,0,7,6,9,13,4,0,0,0,3,13,20,15,1,0,3,23,15,9,19,1,4,24,6,6,10,13,4,4,9,7,12,15,11,2,2,2,8,5,10,13,1,1,0,21,20,12,27,6,3,7,6,4,7,14,1,0,10,17,12,10,13,0,0,6,14,7,6,2,0,0,9,10,16,13,7,0,1,4,2,5,4,6,0,4,20,18,21,11,15,0,0,10,15,10,8,5,1,1,16,14,7,15,19,2,3,12,12,12,12,20,1,0,11,17,18,39,23,6,3,13,17,17,14,22,0,0,7,11,5,13,18,2,0,6,15,7,8,14,1,0,14,12,9,6,10,0,0,5,9,10,3,9,0,0,0,0,0,0,1,0,0,0,4,2,5,3,0,0,4,11,6,3,7,0,0,9,12,17,8,8,0,4,9,7,19,28,21,1,2,13,25,22,15,5,0,2,14,12,11,9,7,2,0,9,15,9,9,15,0,0,5,11,19,14,12,3,0,2,13,4,13,3,0,0,4,8,6,6,9,3,2,7,4,4,3,6,1,1,3,13,10,10,2,0,0,8,7,18,7,9,1,0,8,16,21,13,25,6,1,10,6,6,4,13,3,1,8,15,4,11,9,0,0,13,12,14,12,6,0,0,10,10,5,3,9,0,0,7,10,5,16,8,0,0,11,10,13,11,16,4,0,6,8,10,11,13,4,0,14,15,7,4,6,0,0,12,8,10,19,24,0,0,14,15,11,12,7,0,0,10,19,13,15,7,7,2,16,18,9,5,1,1,1,15,15,28,13,16,1,6,12,22,13,15,7,1,2,8,8,10,9,17,2,0,3,8,14,4,6,1,0,1,1,2,5,4,0,0,7,4,6,1,7,0,0,1,0,0,0,0,0,7,0,4,3,6,2,3,5,0,11,11,4,5,4,0,0,2,2,2,12,0,2,2,0,2,0,10,1,0,0,3,4,1,1,0,0,0,3,12,2,5,0,0,0,0,4,0,0,2,0,0,0,0,2,4,2,0,4,9,2,0,5,0,0,2,0,0,0,0,0,0,0,0,3,0,0,0,0,2,0,1,3,4,0,10,2,4,1,13,1,3,0,1,0,4,3,6,4,0,7,4,2,2,6,0,1,0,0,0,2,1,0,0,4,0,0,3,4,0,0,0,3,1,0,1,1,0,0,1,6,5,0,1,0,1,9,11,0,8,0,1,2,1,4,2,4,0,2,4,7,6,1,2,3,0,4,3,2,3,5,0,0,11,2,1,4,5,1,0,8,8,4,3,2,0,0,0,5,1,2,2,0,0,2,1,0,3,2,2,0,12,0,2,0,6,0,0,6,3,2,1,4,1,0,3,1,5,1,1,0,0,1,1,8,12,5,0,0,4,2,6,4,8,1,0,6,9,8,2,6,1,2,12,6,8,3,5,0,1,6,7,9,7,14,2,5,17,19,23,15,29,2,0,9,3,9,11,6,0,0,1,13,10,10,3,0,0,8,7,18,9,21,0,0,3,20,18,7,7,4,2,3,8,17,4,2,3,0,4,6,8,5,7,0,0,5,0,20,9,2,0,0,9,16,17,3,7,0,4,1,5,8,14,21,0,0,15,3,13,9,19,0,0,11,4,5,4,14,0,0,3,13,9,20,13,0,0,3,14,9,18,6,0,0,15,8,16,1,5,0,1,8,11,8,7,16,2,0,2,1,17,36,20,11,0,6,9,14,22,41,2,0,14,25,9,21,5,0,0,4,7,8,19,15,0,0,21,12,14,8,13,0,0,1,7,48,33,11,0,0,23,20,12,23,12,0,0,10,15,13,3,12,4,3,14,5,15,10,10,0,0,5,7,14,12,14,0,1,7,24,29,10,19,5,6,5,12,3,23,9,1,0,11,22,27,14,33,4,13,17,15,15,13,13,0,1,8,10,13,13,6,0,0,10,14,14,5,18,6,0,25,27,24,67,9,1,2,16,38,13,32,33,12,3,17,16,36,21,4,0,0,0,1,0,0,1,3,1,0,30,21,10,5,0,1,4,12,7,5,4,0,0,14,5,19,12,10,0,0,9,12,3,10,12,0,1,16,33,21,18,17,0,0,13,25,15,35,29,2,7,27,19,11,31,16,1,2,31,16,55,52,30,8,0,22,17,33,26,17,0,1,4,10,12,3,1,1,1,24,9,26,23,28,0,1,20,13,33,30,19,3,1,30,40,35,52,27,0,0,47,51,47,41,33,1,0,16,24,32,14,15,1,2,14,32,32,37,19,0,0,18,32,42,24,46,8,5,13,6,26,26,30,7,0,24,21,16,30,56,1,0,39,39,60,38,49,4,0,26,21,36,48,63,8,0,15,23,41,43,30,3,0,27,74,33,25,21,1,3,28,39,33,34,20,1,0,25,25,30,22,11,3,0,4,11,13,12,12,3,0,8,8,23,12,23,0,0,18,7,12,25,19,1,1,6,13,11,13,7,2,0,14,10,17,14,15,0,1,6,7,4,8,16,5,0,5,7,7,21,21,1,1,1,6,2,11,6,0,0,7,4,7,9,3,2,0,8,11,1,13,12,0,1,7,8,8,6,4,1,0,7,12,23,10,19,0,0,12,8,13,6,4,0,0,3,0,13,14,9,0,2,4,6,8,26,12,0,2,9,20,6,25,4,14,1,5,20,14,10,15,0,1,14,12,12,17,19,2,0,3,25,15,14,19,1,2,16,13,17,10,5,0,1,11,22,31,23,33,3,0,8,5,17,8,17,1,0,15,13,8,10,17,0,0,10,9,7,9,21,1,1,12,11,14,12,5,1,1,12,9,9,9,2,0,0,1,0,1,1,1,0,0,5,1,5,11,14,3,0,18,5,4,13,6,0,0,5,11,11,12,20,1,2,25,16,23,14,25,1,2,25,10,9,14,17,0,1,8,33,14,6,12,3,3,23,35,65,21,37,2,2,11,18,12,32,42,0,1,14,33,5,19,24,4,2,17,7,13,24,22,3,1,20,18,27,44,25,2,12,15,18,16,8,4,0,2,12,12,8,45,53,7,1,26,18,28,53,51,16,6,29,31,60,28,50,15,1,18,20,17,34,16,5,1,36,38,24,43,59,0,3,33,34,21,11,39,10,4,38,29,47,18,16,5,0,9,23,37,25,18,0,0,12,36,32,33,30,0,1,39,23,27,24,18,2,1,17,29,27,19,24,3,3,21,40,6,4,7,0,0,7,14,15,26,12,1,0,2,15,22,20,7,1,1,11,6,24,6,4,0,0,24,40,47,27,19,2,0,35,53,26,10,7,2,4,8,6,14,21,22,1,5,20,17,10,9,11,2,0,4,9,4,8,7,1,0,5,12,10,9,3,0,1,17,10,10,11,6,2,6,13,11,5,8,5,1,0,1,13,10,12,10,0,0,15,7,9,13,5,0,0,5,19,20,17,5,0,0,10,9,11,14,7,2,0,8,21,14,11,14,1,0,30,18,7,19,5,4,11,7,8,2,8,16,0,2,7,9,12,14,14,0,6,11,5,10,11,10,1,2,12,15,4,14,23,3,4,14,25,29,13,8,1,5,8,9,5,13,10,0,4,18,10,8,11,7,0,0,3,3,8,30,13,0,5,12,12,4,6,4,0,3,17,3,14,21,12,1,0,9,1,4,3,6,5,0,1,3,0,0,4,1,0,7,1,7,13,14,0,2,4,18,7,19,13,3,7,25,12,10,17,17,0,6,19,14,12,20,11,2,31,14,20,29,11,7,1,18,16,21,13,5,4,0,1,9,10,12,5,11,0,1,6,8,7,9,4,5,2,11,7,11,16,4,2,0,3,7,12,21,23,8,1,20,11,16,22,11,0,3,7,7,3,11,2,0,0,4,3,16,3,8,3,1,6,3,5,13,0,1,3,6,4,13,8,19,4,5,23,12,22,10,22,3,2,18,23,22,13,12,2,1,19,11,14,9,2,10,1,10,13,17,19,9,4,3,9,15,16,4,5,0,7,7,15,19,9,11,0,4,6,13,13,17,3,1,1,8,1,9,1,0,2,0,5,5,2,0,1,0,0,13,8,4,14,8,6,16,10,4,7,11,5,0,0,2,27,7,13,23,0,4,10,5,8,19,5,4,0,7,6,11,4,5,6,3,3,6,14,28,6,7,7,1,7,9,18,6,0,1,20,2,10,2,4,0,2,2,16,12,9,3,2,8,9,0,5,5,3,5,7,8,15,8,8,6,3,4,7,9,5,3,9,1,7,9,16,11,10,3,5,0,17,9,10,11,5,15,0,10,9,17,9,14,10,6,10,17,15,16,8,6,15,2,23,14,9,14,3,4,3,10,14,17,8,1,3,12,16,15,12,8,3,2,3,8,15,19,12,2,2,14,22,10,9,9,0,0,13,3,14,16,11,7,2,4,9,4,8,0,0,0,8,3,4,0,3,3,8,5,4,1,8,6,1,1,6,2,2,5,9,1,1,2,0,2,6,3,3,4,0,1,1,1,2,1,0,24,17,9,12,13,3,3,11,11,17,22,9,2,6,29,47,18,9,3,12,2,20,2,12,8,9,4,1,12,6,13,5,8,0,4,31,24,14,20,11,2,2,3,21,19,12,14,1,7,10,7,9,9,25,3,14,36,16,17,23,15,0,0,14,20,17,17,21,11,1,43,28,11,21,5,1,1,13,13,10,2,10,1,5,19,8,15,4,2,0,6,12,7,32,17,12,0,13,22,11,10,7,5,10,17,13,14,11,18,11,4,3,23,9,24,46,31,5,8,36,14,14,24,5,10,11,14,25,32,23,22,2,6,17,15,17,40,11,17,3,15,20,22,32,43,16,10,27,16,27,42,42,12,2,2,9,11,0,0,0,0,6,8,9,22,13,5,6,6,9,9,16,3,2,4,4,11,6,14,5,2,7,5,14,16,15,3,2,0,10,5,15,7,8,6,0,6,4,20,13,7,0,4,2,11,4,12,7,5,3,5,1,8,9,5,1,0,11,8,5,8,21,9,13,5,5,10,15,8,5,12,13,16,10,15,9,0,0,8,6,9,10,2,0,0,5,7,12,10,2,6,4,4,8,2,7,14,1,12,9,3,0,5,8,3,0,12,18,12,19,9,7,3,14,8,10,5,10,2,1,2,5,12,9,7,0,0,16,5,12,10,9,5,2,3,4,4,8,6,1,0,3,2,5,16,8,0,0,0,23,5,5,10,0,0,3,7,12,8,2,0,3,13,2,6,20,6,3,6,9,11,3,11,6,6,1,7,3,5,2,7,0,1,5,15,4,17,5,0,1,4,3,5,6,3,0,0,2,0,0,0,1,1,6,15,31,10,17,8,5,0,7,4,6,5,10,0,5,10,10,2,13,16,8,4,3,17,15,5,14,1,3,8,13,4,6,5,8,4,9,6,7,8,3,2,6,5,9,15,5,10,1,3,5,6,7,14,10,5,7,13,15,11,6,15,1,15,27,19,18,16,25,4,3,19,16,12,1,3,3,3,6,1,6,2,4,3,5,13,14,8,13,8,1,3,8,7,8,12,11,2,11,11,16,10,14,11,2,7,13,12,8,10,11,4,6,17,10,5,7,7,3,3,25,13,17,6,11,0,3,6,10,8,4,10,0,2,16,6,5,11,14,1,0,17,14,19,18,15,5,1,2,9,5,3,5,0,0,7,0,9,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,9,2,6,21,20,12,4,4,1,6,4,15,11,4,4,1,13,15,4,12,2,4,1,14,5,19,15,10,1,0,9,15,7,4,13,0,8,4,6,1,8,21,3,1,8,1,1,7,7,2,0,3,4,11,8,1,2,10,6,6,7,8,1,3,2,6,16,7,13,6,2,0,0,5,12,7,1,4,0,17,19,16,15,5,5,0,19,10,10,9,3,0,0,4,7,8,9,13,0,6,10,12,14,6,7,2,2,2,3,3,1,5,4,0,4,12,4,6,5,0,0,5,0,6,5,8,1,2,5,4,17,8,5,0,1,16,4,2,1,5,1,3,8,17,1,3,4,1,0,0,2,5,3,3,0,5,12,5,14,1,0,0,0,3,10,1,5,2,2,0,12,4,12,1,4,4,2,8,5,10,7,18,3,3,5,10,4,6,5,3,0,6,9,9,8,14,4,16,7,7,4,4,3,2,5,7,5,2,6,4,4,0,4,21,5,9,17,4,2,2,11,2,10,3,3,4,6,7,8,11,8,12,4,21,4,6,14,3,1,0,1,11,2,19,7,3,0,6,1,5,8,9,5,9,8,9,6,7,0,0,0,1,7,10,3,10,5,11,4,17,6,5,8,6,2,5,7,10,19,6,0,2,7,7,11,7,1,1,5,4,7,7,5,11,5,6,9,5,11,6,7,0,0,4,0,6,5,6,6,9,17,13,14,7,7,3,10,29,6,9,5,12,3,4,11,4,5,12,5,1,2,6,14,2,25,10,1,0,2,1,19,7,4,5,1,2,6,8,4,0,0,1,2,4,3,2,1,0,0,1,4,3,0,2,0,2,1,7,2,17,5,0,0,1,7,0,0,0,2,2,12,10,11,11,0,2,5,3,1,5,5,4,0,0,4,7,6,3,2,2,2,0,1,11,6,7,0,8,2,12,5,15,10,0,2,16,10,11,22,10,2,2,8,6,16,8,16,13,0,4,14,14,5,4,4,0,3,13,6,13,2,2,0,5,1,3,7,3,0,1,6,1,8,2,3,0,0,4,2,1,0,3,0,0,2,1,8,1,6,0,0,2,1,0,2,0,3,2,1,12,1,2,1,0,0,6,4,3,2,2,4,3,9,3,1,8,2,0,0,4,10,5,25,12,0,7,6,6,2,0,1,6,4,1,4,16,2,1,4,15,9,2,10,0,6,4,0,5,5,8,31,13,2,0,3,2,0,6,2,0,2,5,5,0,1,6,0,2,2,3,0,4,16,4,2,2,4,6,8,6,7,2,16,8,3,20,0,9,2,19,7,19,10,11,6,0,19,16,15,9,18,2,1,5,10,14,4,7,1,2,8,14,8,14,8,1,0,1,2,5,0,10,1,2,3,6,4,9,3,1,1,5,3,8,4,7,0,2,6,3,3,4,4,1,7,5,6,12,3,10,2,1,6,5,2,4,2,0,2,3,4,1,1,4,8,4,1,5,9,3,0,1,2,1,2,3,0,3,3,0,2,4,4,1,0,0,0,5,1,7,4,2,1,1,2,9,4,2,12,1,1,5,6,6,6,4,1,4,7,4,11,8,10,4,9,9,3,4,6,10,0,4,4,4,3,3,4,2,2,2,3,4,0,1,7,2,0,3,5,1,2,2,1,1,1,7,5,2,5,0,2,5,4,2,4,3,1,4,3,2,2,4,0,2,12,11,0,7,4,6,8,18,4,9,7,4,2,2,11,7,4,10,2,8,9,3,3,2,9,3,2,0,12,10,11,8,1,1,2,6,9,8,5,7,3,1,11,4,2,10,6,4,8,19,7,6,2,13,2,2,0,2,11,5,9,4,3,3,3,6,10,18,2,0,8,7,4,2,3,2,0,5,4,4,9,3,0,0,4,5,4,3,0,0,1,3,1,3,2,1,0,0,3,1,2,2,8,1,3,5,2,2,5,1,1,0,3,9,3,3,7,0,0,1,4,0,0,4,2,0,0,0,3,2,1,1,2,0,2,3,3,0,0,0,4,4,6,7,3,1,4,2,6,4,8,14,2,0,0,1,5,7,4,3,4,4,6,6,3,5,1,1,0,0,0,1,0,0,0,0,0,0,3,6,2,0,3,5,3,1,5,0,0,1,3,3,8,2,0,0,0,3,10,0,1,2,2,0,8,5,4,2,2,0,1,3,3,3,2,1,0,6,7,4,2,5,1,0,0,3,3,1,3,0,0,3,2,5,0,2,0,0,4,2,1,4,6,0,2,11,5,3,6,4,2,0,0,1,3,1,7,2,1,10,4,3,10,6,0,0,10,4,2,10,4,0,2,3,7,9,3,9,4,1,4,8,7,10,3,1,3,17,7,12,6,4,4,0,2,4,5,1,4,1,0,5,3,7,7,13,1,0,1,9,5,5,6,1,3,4,5,3,2,1,0,0,4,3,11,4,8,5,0,7,6,13,2,3,5,1,1,4,4,1,0,1,0,1,3,2,8,3,0,0,2,5,3,1,0,0,0,0,1,8,6,5,1,0,3,2,0,3,5,0,2,7,2,3,4,5,0,0,4,9,7,8,5,0,0,6,10,9,5,8,1,0,3,2,2,7,10,3,2,2,3,4,3,1,0,3,1,5,11,0,7,2,2,2,2,11,8,2,1,0,1,1,1,2,3,0,0,0,2,3,2,1,2,0,1,5,5,2,4,1,0,5,2,2,2,1,0,2,7,0,0,2,1,1,0,6,14,6,2,0,0,0,1,0,0,0,4,0,0,5,1,5,0,2,0,2,1,5,2,0,5,0,0,0,9,3,1,0,0,0,0,1,0,8,1,0,0,9,5,3,6,7,1,3,7,7,2,3,7,0,4,1,2,1,1,0,0,0,1,5,4,7,6,1,1,6,4,4,6,1,1,1,3,11,7,0,0,2,0,1,3,2,0,0,2,2,0,12,12,3,4,0,0,3,5,9,7,4,1,2,3,5,5,1,9,8,0,5,6,10,7,2,3,0,0,9,7,24,9,1,3,10,7,6,1,12,2,2,11,28,13,20,16,2,2,19,12,8,6,2,1,2,4,8,13,2,7,2,3,4,1,11,7,4,4,2,3,6,7,2,5,2,1,8,4,8,1,0,0,0,6,0,2,1,6,0,0,6,2,2,5,2,2,1,2,1,10,10,9,1,1,5,10,6,1,8,0,0,7,1,6,11,2,0,1,5,12,18,17,16,0,2,8,2,6,3,3,0,0,3,9,3,10,12,1,6,1,4,3,2,7,2,3,19,5,7,7,0,3,0,3,3,4,8,3,0,1,3,3,7,6,1,0,0,3,2,5,2,6,0,0,0,3,0,1,3,1,0,2,0,2,2,4,0,2,7,4,2,3,5,4,3,3,3,2,7,2,1,3,3,2,0,0,4,0,0,1,1,5,1,2,0,0,3,9,3,5,7,0,0,2,3,8,3,1,1,2,1,1,2,2,1,0,0,3,3,8,3,2,0,1,0,6,7,10,1,3,0,1,5,2,4,0,0,0,3,8,3,2,1,0,1,2,1,0,3,4,0,0,4,4,2,2,4,2,0,0,9,0,3,1,2,0,2,7,9,6,6,3,0,9,2,3,3,6,2,1,6,4,0,5,5,0,0,2,2,3,5,5,0,0,2,4,0,1,1,0,1,2,3,6,4,13,0,0,1,8,5,8,11,1,0,3,5,2,1,3,1,1,7,4,4,3,10,2,2,0,5,0,4,2,2,1,5,5,9,2,0,1,1,5,2,8,4,4,1,2,4,3,2,2,4,0,2,6,7,5,1,4,0,4,4,1,6,6,5,3,6,11,1,0,8,0,1,1,8,3,4,3,3,0,0,0,2,7,8,8,5,2,7,9,6,5,5,6,2,2,5,5,8,1,4,2,0,7,11,0,8,1,5,5,11,6,7,9,6,1,10,5,1,1,3,1,0,4,6,1,3,0,2,1,2,1,1,0,4,0,0,2,4,4,9,10,0,0,6,4,3,7,3,2,4,0,2,4,2,3,0,0,2,1,1,3,1,0,0,2,1,4,4,3,0,0,2,3,0,5,4,5,0,0,13,7,7,8,0,0,1,2,10,2,6,3,7,8,4,2,3,0,3,2,6,1,4,3,7,2,2,4,2,2,6,0,2,2,6,3,2,4,1,1,1,2,4,3,7,2,0,3,5,0,3,7,6,0,2,2,2,0,1,0,2,0,1,4,0,2,4,1,2,2,6,2,0,2,0,0,3,2,5,4,3,0,0,1,0,5,2,1,2,0,3,8,6,5,14,0,2,4,3,2,2,8,0,0,1,1,2,0,3,0,0,3,2,2,4,2,3,1,8,8,1,4,5,0,2,0,0,3,0,0,1,0,1,4,3,7,1,3,6,7,9,4,7,3,1,2,5,1,1,1,3,0,1,0,4,5,3,5,1,1,2,1,4,2,1,0,0,2,1,0,2,2,0,0,5,6,4,4,3,0,5,5,4,0,1,0,2,0,1,5,4,2,4,2,9,10,6,0,2,2,0,0,16,4,8,2,6,5,0,1,6,3,7,0,0,2,1,2,3,4,1,2,0,0,5,0,10,5,1,7,4,5,8,8,5,0,0,2,0,4,9,9,4,0,11,5,7,2,12,14,1,4,1,6,0,10,1,6,9,6,2,10,5,1,0,4,8,3,6,1,0,0,2,6,1,0,0,0,7,3,4,0,3,2,4,2,2,2,5,0,5,3,0,3,6,1,2,1,0,2,0,3,2,6,5,1,1,1,0,1,4,0,0,0,0,3,4,0,0,2,0,2,2,0,1,3,4,1,1,6,5,4,3,0,2,3,5,6,1,2,1,0,2,5,3,4,3,1,1,9,3,6,6,1,0,1,2,7,5,2,0,0,0,0,1,0,1,4,0,0,2,2,3,1,4,0,1,2,1,0,5,3,0,1,8,8,2,3,0,0,0,2,0,0,6,1,0,0,1,1,2,2,0,0,0,0,2,4,3,0,2,0,0,3,1,0,0,0,0,2,1,0,5,0,0,0,2,0,0,2,2,0,1,0,2,1,0,0,0,0,0,1,3,4,1,1,0,1,3,1,0,1,0,0,0,0,1,1,0,0,1,0,2,3,1,0,1,6,1,1,3,1,2,1,0,3,2,1,0,0,0,0,1,3,4,0,0,0,2,0,2,4,4,0,0,1,0,1,2,4,1,2,3,0,3,5,3,2,2,1,2,2,1,3,2,0,0,1,1,0,0,0,0,0,0,4,2,3,1,0,2,2,5,6,5,1,0,0,2,3,3,3,4,0,1,2,7,1,1,1,0,1,4,3,1,2,3,6,2,0,4,2,2,0,0,2,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,1,0,0,0,2,0,0,4,4,0,2,0,0,0,0,4,0,5,0,0,0,4,1,2,2,0,6,7,2,2,1,2,0,0,1,5,3,5,5,0,2,0,4,0,16,8,2,0,10,14,2,2,2,0,0,1,3,3,2,0,2,0,3,3,0,2,2,0,2,2,2,3,2,3,4,2,0,0,0,1,0,0,0,5,4,2,2,0,2,1,2,2,2,1,1,1,0,0,1,1,2,1,0,0,2,1,0,2,1,0,0,1,1,3,2,3,0,0,0,1,0,0,2,0,0,0,1,4,1,5,0,3,3,0,0,0,1,0,0,0,2,3,4,0,0,2,0,0,3,2,1,4,1,3,9,3,0,4,0,0,0,2,1,0,0,2,1,3,0,1,0,0,4,0,2,0,1,0,3,0,1,3,1,6,4,2,0,1,0,0,4,0,2,0,3,0,0,3,2,1,1,0,0,2,2,0,2,0,0,7,1,3,0,0,0,0,0,1,3,2,2,0,0,0,0,0,0,1,1,0,2,1,0,0,0,0,1,1,0,0,4,0,0,1,0,8,6,1,0,2,2,1,1,2,0,4,0,0,2,3,2,0,0,2,3,2,2,0,0,0,5,2,3,6,3,1,6,0,0,0,1,1,0,0,3,0,5,1,1,1,2,1,0,1,1,0,0,0,2,1,3,2,0,0,2,0,1,0,2,0,6,3,1,0,1,0,3,0,2,2,0,0,1,3,0,5,4,3,1,16,0,3,7,7,2,1,3,1,3,1,4,2,1,0,3,0,0,0,0,6,7,0,0,1,0,0,0,0,3,6,10,3,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,3,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,5,1,0,2,0,1,0,3,0,0,0,2,0,0,3,0,0,0,0,0,0,1,0,2,2,3,0,0,2,4,0,3,1,5,0,0,3,6,0,1,0,2,0,6,5,2,0,0,2,1,2,3,0,0,3,1,6,1,3,3,0,3,1,4,1,9,1,0,0,1,5,0,2,1,7,2,2,1,3,2,4,1,0,1,0,0,0,3,2,0,1,1,1,2,1,3,3,1,0,1,2,1,0,1,1,0,0,2,3,2,0,5,4,2,2,1,0,1,9,2,4,0,2,1,2,1,1,12,0,0,1,4,2,1,5,0,0,0,7,0,0,1,1,0,2,0,9,0,10,0,0,3,1,2,2,2,2,2,0,0,5,4,1,0,1,2,2,3,1,1,0,0,1,2,3,0,2,0,0,0,0,0,2,0,2,0,0,2,0,0,1,3,0,0,0,0,7,1,1,0,2,0,1,0,0,2,1,0,0,1,0,2,1,0,1,0,0,0,0,0,0,1,5,0,0,0,0,0,2,0,1,0,2,0,0,0,0,0,2,1,0,0,2,0,0,0,1,3,1,0,0,3,1,0,0,0,1,1,0,13,1,1,1,0,2,4,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,2,1,1,0,3,5,2,0,0,0,0,3,3,0,1,0,0,11,1,0,1,0,0,1,0,0,0,2,0,0,1,0,3,0,0,1,0,6,0,0,1,1,1,0,0,2,2,6,1,3,1,1,0,0,2,1,2,0,1,3,1,1,5,3,1,5,4,2,0,2,1,3,3,3,1,1,3,2,5,1,5,2,1,2,2,2,0,7,1,1,16,2,2,6,5,8,1,0,1,1,1,0,0,0,6,5,1,0,3,2,1,0,2,0,0,0,0,1,1,2,1,3,2,0,0,0,2,1,1,0,0,2,2,2,0,0,0,1,0,2,5,2,4,2,1,1,0,7,8,3,1,9,6,1,1,1,2,2,1,4,1,2,0,2,2,1,1,2,0,2,3,2,0,0,0,3,5,1,0,0,1,6,8,2,2,3,4,4,1,2,3,3,1,2,0,0,2,0,2,0,0,0,3,0,1,3,0,2,1,3,2,5,1,2,1,3,0,0,1,3,1,2,0,1,5,6,1,2,3,0,1,0,2,1,1,0,1,1,0,0,8,2,2,0,0,2,0,1,0,0,0,0,7,1,0,2,0,0,0,1,2,0,0,5,1,1,0,0,0,1,0,1,2,0,0,4,2,0,1,2,0,0,0,2,3,4,0,4,2,0,10,6,10,2,2,3,2,3,2,1,11,2,5,15,2,1,2,0,1,2,6,1,0,0,0,1,0,0,0,1,0,2,1,0,1,0,0,0,5,1,2,0,3,0,0,3,0,0,0,8,1,0,4,3,0,8,2,1,1,0,0,2,0,1,1,0,0,4,0,2,0,2,0,0,8,3,3,5,3,6,0,0,2,1,1,1,1,2,0,0,2,2,1,7,3,1,1,2,1,1,0,1,0,0,2,5,2,0,1,0,0,0,2,1,0,0,0,0,0,0,0,1,0,8,1,5,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,2,0,1,0,0,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,2,0,0,1,2,4,0,5,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,2,4,7,5,4,3,4,5,0,1,4,0,0,0,0,0,2,0,1,1,2,8]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 249105 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 22057 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 4833 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 5382 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for tools.cdt\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2002-02-28T00:00:00.000Z\",\"2002-03-31T00:00:00.000Z\",\"2002-04-30T00:00:00.000Z\",\"2002-05-31T00:00:00.000Z\",\"2002-06-30T00:00:00.000Z\",\"2002-07-31T00:00:00.000Z\",\"2002-08-31T00:00:00.000Z\",\"2002-09-30T00:00:00.000Z\",\"2002-10-31T00:00:00.000Z\",\"2002-11-30T00:00:00.000Z\",\"2002-12-31T00:00:00.000Z\",\"2003-01-31T00:00:00.000Z\",\"2003-02-28T00:00:00.000Z\",\"2003-03-31T00:00:00.000Z\",\"2003-04-30T00:00:00.000Z\",\"2003-05-31T00:00:00.000Z\",\"2003-06-30T00:00:00.000Z\",\"2003-07-31T00:00:00.000Z\",\"2003-08-31T00:00:00.000Z\",\"2003-09-30T00:00:00.000Z\",\"2003-10-31T00:00:00.000Z\",\"2003-11-30T00:00:00.000Z\",\"2003-12-31T00:00:00.000Z\",\"2004-01-31T00:00:00.000Z\",\"2004-02-29T00:00:00.000Z\",\"2004-03-31T00:00:00.000Z\",\"2004-04-30T00:00:00.000Z\",\"2004-05-31T00:00:00.000Z\",\"2004-06-30T00:00:00.000Z\",\"2004-07-31T00:00:00.000Z\",\"2004-08-31T00:00:00.000Z\",\"2004-09-30T00:00:00.000Z\",\"2004-10-31T00:00:00.000Z\",\"2004-11-30T00:00:00.000Z\",\"2004-12-31T00:00:00.000Z\",\"2005-01-31T00:00:00.000Z\",\"2005-02-28T00:00:00.000Z\",\"2005-03-31T00:00:00.000Z\",\"2005-04-30T00:00:00.000Z\",\"2005-05-31T00:00:00.000Z\",\"2005-06-30T00:00:00.000Z\",\"2005-07-31T00:00:00.000Z\",\"2005-08-31T00:00:00.000Z\",\"2005-09-30T00:00:00.000Z\",\"2005-10-31T00:00:00.000Z\",\"2005-11-30T00:00:00.000Z\",\"2005-12-31T00:00:00.000Z\",\"2006-01-31T00:00:00.000Z\",\"2006-02-28T00:00:00.000Z\",\"2006-03-31T00:00:00.000Z\",\"2006-04-30T00:00:00.000Z\",\"2006-05-31T00:00:00.000Z\",\"2006-06-30T00:00:00.000Z\",\"2006-07-31T00:00:00.000Z\",\"2006-08-31T00:00:00.000Z\",\"2006-09-30T00:00:00.000Z\",\"2006-10-31T00:00:00.000Z\",\"2006-11-30T00:00:00.000Z\",\"2006-12-31T00:00:00.000Z\",\"2007-01-31T00:00:00.000Z\",\"2007-02-28T00:00:00.000Z\",\"2007-03-31T00:00:00.000Z\",\"2007-04-30T00:00:00.000Z\",\"2007-05-31T00:00:00.000Z\",\"2007-06-30T00:00:00.000Z\",\"2007-07-31T00:00:00.000Z\",\"2007-08-31T00:00:00.000Z\",\"2007-09-30T00:00:00.000Z\",\"2007-10-31T00:00:00.000Z\",\"2007-11-30T00:00:00.000Z\",\"2007-12-31T00:00:00.000Z\",\"2008-01-31T00:00:00.000Z\",\"2008-02-29T00:00:00.000Z\",\"2008-03-31T00:00:00.000Z\",\"2008-04-30T00:00:00.000Z\",\"2008-05-31T00:00:00.000Z\",\"2008-06-30T00:00:00.000Z\",\"2008-07-31T00:00:00.000Z\",\"2008-08-31T00:00:00.000Z\",\"2008-09-30T00:00:00.000Z\",\"2008-10-31T00:00:00.000Z\",\"2008-11-30T00:00:00.000Z\",\"2008-12-31T00:00:00.000Z\",\"2009-01-31T00:00:00.000Z\",\"2009-02-28T00:00:00.000Z\",\"2009-03-31T00:00:00.000Z\",\"2009-04-30T00:00:00.000Z\",\"2009-05-31T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-23T00:00:00.000Z\"],[154,58,11,29,4,6,15,28,18,54,14,24,13,20,127,19,78,153,65,182,180,101,83,70,130,138,282,260,294,229,182,182,130,208,112,129,217,170,243,192,266,184,144,84,56,99,82,56,79,71,83,126,112,113,79,117,144,114,81,130,139,226,234,383,275,174,139,162,144,159,88,135,174,148,216,230,207,176,141,171,165,147,104,116,136,178,152,128,151,138,95,114,163,117,70,95,175,184,189,229,205,167,142,122,123,98,82,116,120,151,120,146,119,119,126,114,77,65,91,88,67,99,78,108,63,93,86,71,69,79,105,112,91,68,86,100,66,73,92,65,68,59,54,112,47,54,61,79,80,63,61,62,56,66,52,52,71,74,50,62,51,63,50,51,101,55,68,69,81,74,60,47,52,57,60,51,52,45,69,92,49,64,79,50,45,59,38,63,62,58,42,67,51,52,42,59,60,47,25,38,38,36,17,28,18,43,33,33,37,35,19,23,32,12,39,45,31,55,64,32,38,27,24,40,28,34,19,14,26,17,31]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 79 weeks.\n// jsData function gvisDataColumnChartID20be35492652 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Next\", 2363 ], [ \"2.0\", 2255 ], [ \"4.0\", 1835 ], [ \"3.0\", 1666 ], [ \"8.0\", 1467 ], [ \"6.0\", 1265 ], [ \"7.0\", 1203 ], [ \"5.0\", 1019 ], [ \"1.2\", 671 ], [ \"3.1\", 632 ], [ \"8.1.0\", 486 ], [ \"0 DD 1.1\", 462 ], [ \"0 DD 1.0\", 379 ], [ \"2.0.2\", 331 ], [ \"8.2\", 321 ], [ \"1.0\", 293 ], [ \"5.0.1\", 263 ], [ \"4.0.1\", 234 ], [ \"3.1.1\", 224 ], [ \"2.1\", 207 ], [ \"9.2.0\", 205 ], [ \"9.3.0\", 203 ], [ \"9.0.0\", 202 ], [ \"8.8.0\", 199 ], [ \"8.1.1\", 198 ], [ \"8.3.0\", 188 ], [ \"4.0.2\", 183 ], [ \"8.6.0\", 182 ], [ \"8.5\", 175 ], [ \"8.4.0\", 172 ], [ \"8.2.1\", 141 ], [ \"3.0.1\", 136 ], [ \"5.0.2\", 123 ], [ \"8.0.2\", 111 ], [ \"7.0.1\", 110 ], [ \"4.0.3\", 106 ], [ \"8.1.2\", 104 ], [ \"7.0.2\", 94 ], [ \"8.7.0\", 94 ], [ \"2.1.1\", 89 ], [ \"6.0.2\", 88 ], [ \"9.1.0\", 88 ], [ \"6.0.1\", 82 ], [ \"9.5.0\", 81 ], [ \"3.0.2\", 80 ], [ \"8.8.1\", 80 ], [ \"9.4.0\", 76 ], [ \"9.10.0\", 70 ], [ \"3.1.2\", 69 ], [ \"0 DD 0.9\", 68 ], [ \"1.1\", 68 ], [ \"6.1\", 55 ], [ \"9.4.3\", 53 ], [ \"8.0.1\", 49 ], [ \"9.3.2\", 45 ], [ \"9.7.0\", 42 ], [ \"9.11.0\", 38 ], [ \"9.9.0\", 38 ], [ \"9.8.0\", 34 ], [ \"10.1.0\", 29 ], [ \"9.6.0\", 21 ], [ \"10.0.0\", 20 ], [ \"9.11.1\", 20 ], [ \"9.5.2\", 20 ], [ \"9.0.1\", 19 ], [ \"9.4.2\", 16 ], [ \"9.5.3\", 16 ], [ \"9.8.1\", 13 ], [ \"9.3.1\", 12 ], [ \"10.2.0\", 11 ], [ \"10.0.1\", 10 ], [ \"9.4.1\", 10 ], [ \"9.5.1\", 10 ], [ \"9.5.5\", 10 ], [ \"9.5.4\", 9 ], [ \"9.7.2\", 8 ], [ \"2.0.3\", 4 ], [ \"1.0.1\", 2 ], [ \"9.7.1\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID20be35492652() { var data = gvisDataColumnChartID20be35492652(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID20be35492652') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 30 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID20be1e8dd844 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"cdt-core\", 6398 ], [ \"cdt-parser\", 2639 ], [ \"cdt-build\", 2295 ], [ \"cdt-debug\", 2104 ], [ \"cdt-debug-dsf-gdb\", 1426 ], [ \"cdt-editor\", 1024 ], [ \"cdt-debug-dsf\", 895 ], [ \"cdt-indexer\", 808 ], [ \"cdt-build-managed\", 620 ], [ \"cdt-other\", 540 ], [ \"cdt-refactoring\", 484 ], [ \"cdt-codan\", 477 ], [ \"cdt-doc\", 305 ], [ \"cdt-releng\", 298 ], [ \"cdt-debug-cdi-gdb\", 256 ], [ \"cdt-memory\", 250 ], [ \"cdt-arduino\", 199 ], [ \"cdt-debug-cdi\", 189 ], [ \"terminal\", 178 ], [ \"cdt-source-nav\", 166 ], [ \"cdt-debug-edc\", 152 ], [ \"cdt-autotools\", 110 ], [ \"launchbar\", 68 ], [ \"cdt-lsp\", 48 ], [ \"cdt-gdb-standalone\", 45 ], [ \"cdt-qt\", 29 ], [ \"cdt-cmake\", 24 ], [ \"cdt-debug-hardware\", 20 ], [ \"cdt-docker\", 6 ], [ \"tools.templates\", 4 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID20be1e8dd844() { var data = gvisDataColumnChartID20be1e8dd844(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID20be1e8dd844') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 39972 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for tools.cdt\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2001-05-18T00:34:09.000Z\",\"2001-05-25T00:34:09.000Z\",\"2001-06-01T00:34:09.000Z\",\"2001-06-08T00:34:09.000Z\",\"2001-06-15T00:34:09.000Z\",\"2001-06-22T00:34:09.000Z\",\"2001-06-29T00:34:09.000Z\",\"2001-07-06T00:34:09.000Z\",\"2001-07-13T00:34:09.000Z\",\"2001-07-20T00:34:09.000Z\",\"2001-07-27T00:34:09.000Z\",\"2001-08-03T00:34:09.000Z\",\"2001-08-10T00:34:09.000Z\",\"2001-08-17T00:34:09.000Z\",\"2001-08-24T00:34:09.000Z\",\"2001-08-31T00:34:09.000Z\",\"2001-09-07T00:34:09.000Z\",\"2001-09-14T00:34:09.000Z\",\"2001-09-21T00:34:09.000Z\",\"2001-09-28T00:34:09.000Z\",\"2001-10-05T00:34:09.000Z\",\"2001-10-12T00:34:09.000Z\",\"2001-10-19T00:34:09.000Z\",\"2001-10-26T00:34:09.000Z\",\"2001-11-02T00:34:09.000Z\",\"2001-11-09T00:34:09.000Z\",\"2001-11-16T00:34:09.000Z\",\"2001-11-23T00:34:09.000Z\",\"2001-11-30T00:34:09.000Z\",\"2001-12-07T00:34:09.000Z\",\"2001-12-16T12:17:34.000Z\",\"2001-12-22T05:00:45.000Z\",\"2001-12-28T00:34:09.000Z\",\"2002-01-05T18:09:02.000Z\",\"2002-01-11T00:34:09.000Z\",\"2002-01-18T18:34:56.000Z\",\"2002-01-26T06:24:28.000Z\",\"2002-02-03T17:59:23.000Z\",\"2002-02-10T16:03:08.000Z\",\"2002-02-15T23:36:09.000Z\",\"2002-02-23T05:17:39.000Z\",\"2002-03-03T21:49:33.000Z\",\"2002-03-10T22:01:43.000Z\",\"2002-03-15T00:34:09.000Z\",\"2002-03-24T03:14:49.000Z\",\"2002-03-31T15:38:26.000Z\",\"2002-04-05T21:32:53.000Z\",\"2002-04-12T21:26:13.000Z\",\"2002-04-19T16:14:40.000Z\",\"2002-04-26T22:25:07.000Z\",\"2002-05-04T13:38:05.000Z\",\"2002-05-11T15:56:51.000Z\",\"2002-05-18T14:29:50.000Z\",\"2002-05-24T15:46:48.000Z\",\"2002-06-02T15:18:36.000Z\",\"2002-06-09T18:53:21.000Z\",\"2002-06-16T13:01:14.000Z\",\"2002-06-21T00:34:09.000Z\",\"2002-06-28T21:31:26.000Z\",\"2002-07-07T13:36:38.000Z\",\"2002-07-13T11:06:38.000Z\",\"2002-07-20T06:52:41.000Z\",\"2002-07-26T19:48:56.000Z\",\"2002-08-02T08:50:11.000Z\",\"2002-08-10T00:33:16.000Z\",\"2002-08-17T17:33:31.000Z\",\"2002-08-23T00:34:09.000Z\",\"2002-09-01T21:08:44.000Z\",\"2002-09-06T14:49:19.000Z\",\"2002-09-15T01:58:04.000Z\",\"2002-09-22T04:12:01.000Z\",\"2002-09-29T23:34:17.000Z\",\"2002-10-06T16:01:08.000Z\",\"2002-10-12T22:15:14.000Z\",\"2002-10-20T13:41:53.000Z\",\"2002-10-26T22:34:41.000Z\",\"2002-11-03T06:25:03.000Z\",\"2002-11-08T18:23:45.000Z\",\"2002-11-17T06:38:46.000Z\",\"2002-11-24T04:01:15.000Z\",\"2002-12-01T01:50:08.000Z\",\"2002-12-08T19:54:19.000Z\",\"2002-12-14T00:42:52.000Z\",\"2002-12-21T22:17:16.000Z\",\"2002-12-28T07:34:07.000Z\",\"2003-01-04T13:13:30.000Z\",\"2003-01-12T23:19:50.000Z\",\"2003-01-18T14:02:02.000Z\",\"2003-01-24T15:28:34.000Z\",\"2003-02-01T16:56:01.000Z\",\"2003-02-09T02:31:12.000Z\",\"2003-02-16T18:52:44.000Z\",\"2003-02-23T20:51:18.000Z\",\"2003-03-02T19:25:48.000Z\",\"2003-03-09T16:36:45.000Z\",\"2003-03-15T23:02:05.000Z\",\"2003-03-23T06:32:38.000Z\",\"2003-03-30T18:31:42.000Z\",\"2003-04-06T18:10:03.000Z\",\"2003-04-13T02:33:06.000Z\",\"2003-04-18T00:34:09.000Z\",\"2003-04-27T12:24:03.000Z\",\"2003-05-04T21:26:41.000Z\",\"2003-05-11T22:10:47.000Z\",\"2003-05-18T14:17:10.000Z\",\"2003-05-25T18:54:18.000Z\",\"2003-06-01T18:01:50.000Z\",\"2003-06-08T19:18:39.000Z\",\"2003-06-13T18:20:11.000Z\",\"2003-06-20T19:27:26.000Z\",\"2003-06-29T20:33:38.000Z\",\"2003-07-06T16:07:14.000Z\",\"2003-07-12T19:59:00.000Z\",\"2003-07-20T17:08:45.000Z\",\"2003-07-27T14:40:59.000Z\",\"2003-08-03T13:54:57.000Z\",\"2003-08-10T04:49:28.000Z\",\"2003-08-17T06:13:19.000Z\",\"2003-08-24T04:12:36.000Z\",\"2003-08-31T00:35:41.000Z\",\"2003-09-07T23:23:49.000Z\",\"2003-09-14T23:18:59.000Z\",\"2003-09-20T16:31:14.000Z\",\"2003-09-27T14:35:34.000Z\",\"2003-10-05T00:32:03.000Z\",\"2003-10-11T11:13:56.000Z\",\"2003-10-19T20:23:54.000Z\",\"2003-10-25T20:38:07.000Z\",\"2003-11-02T16:36:44.000Z\",\"2003-11-08T21:05:34.000Z\",\"2003-11-16T20:21:14.000Z\",\"2003-11-23T23:19:39.000Z\",\"2003-11-30T22:43:39.000Z\",\"2003-12-07T06:22:58.000Z\",\"2003-12-14T19:49:06.000Z\",\"2003-12-21T01:55:10.000Z\",\"2003-12-28T21:38:44.000Z\",\"2004-01-04T08:49:25.000Z\",\"2004-01-11T22:39:03.000Z\",\"2004-01-18T04:31:02.000Z\",\"2004-01-25T20:49:20.000Z\",\"2004-02-01T17:56:00.000Z\",\"2004-02-08T17:27:35.000Z\",\"2004-02-14T21:06:30.000Z\",\"2004-02-22T20:45:27.000Z\",\"2004-02-29T17:32:07.000Z\",\"2004-03-07T17:04:49.000Z\",\"2004-03-14T22:55:54.000Z\",\"2004-03-21T05:19:52.000Z\",\"2004-03-28T21:00:52.000Z\",\"2004-04-04T14:43:56.000Z\",\"2004-04-11T14:09:22.000Z\",\"2004-04-18T23:23:39.000Z\",\"2004-04-25T22:27:23.000Z\",\"2004-05-01T16:39:52.000Z\",\"2004-05-09T21:56:35.000Z\",\"2004-05-16T23:08:55.000Z\",\"2004-05-23T09:45:10.000Z\",\"2004-05-29T11:56:38.000Z\",\"2004-06-06T22:02:41.000Z\",\"2004-06-13T21:24:25.000Z\",\"2004-06-20T22:05:42.000Z\",\"2004-06-27T22:47:38.000Z\",\"2004-07-04T18:27:19.000Z\",\"2004-07-11T20:29:59.000Z\",\"2004-07-18T23:20:21.000Z\",\"2004-07-24T21:37:56.000Z\",\"2004-08-01T12:22:10.000Z\",\"2004-08-08T17:58:09.000Z\",\"2004-08-15T11:24:50.000Z\",\"2004-08-22T23:06:19.000Z\",\"2004-08-29T23:15:13.000Z\",\"2004-09-04T22:57:08.000Z\",\"2004-09-12T17:31:08.000Z\",\"2004-09-19T16:47:20.000Z\",\"2004-09-26T20:57:47.000Z\",\"2004-10-03T17:45:39.000Z\",\"2004-10-09T01:22:56.000Z\",\"2004-10-17T21:42:14.000Z\",\"2004-10-24T20:24:14.000Z\",\"2004-10-31T22:41:30.000Z\",\"2004-11-07T16:30:49.000Z\",\"2004-11-14T21:58:34.000Z\",\"2004-11-21T22:15:04.000Z\",\"2004-11-28T10:06:52.000Z\",\"2004-12-05T16:48:15.000Z\",\"2004-12-11T14:54:01.000Z\",\"2004-12-19T15:33:08.000Z\",\"2004-12-25T14:25:38.000Z\",\"2005-01-02T21:53:50.000Z\",\"2005-01-09T20:23:22.000Z\",\"2005-01-16T20:38:46.000Z\",\"2005-01-23T22:33:01.000Z\",\"2005-01-30T18:25:58.000Z\",\"2005-02-06T00:43:46.000Z\",\"2005-02-13T22:23:22.000Z\",\"2005-02-20T23:37:53.000Z\",\"2005-02-27T19:59:51.000Z\",\"2005-03-06T21:30:44.000Z\",\"2005-03-13T17:19:10.000Z\",\"2005-03-20T23:31:56.000Z\",\"2005-03-27T20:35:01.000Z\",\"2005-04-03T20:42:27.000Z\",\"2005-04-09T13:21:37.000Z\",\"2005-04-17T08:39:39.000Z\",\"2005-04-24T23:27:31.000Z\",\"2005-05-01T19:35:44.000Z\",\"2005-05-08T06:15:45.000Z\",\"2005-05-15T09:41:42.000Z\",\"2005-05-22T21:00:14.000Z\",\"2005-05-29T17:12:22.000Z\",\"2005-06-05T05:16:18.000Z\",\"2005-06-12T04:40:21.000Z\",\"2005-06-19T21:16:46.000Z\",\"2005-06-26T18:39:00.000Z\",\"2005-07-03T18:54:42.000Z\",\"2005-07-10T22:59:42.000Z\",\"2005-07-17T06:54:49.000Z\",\"2005-07-24T22:02:09.000Z\",\"2005-07-31T20:30:32.000Z\",\"2005-08-07T20:44:31.000Z\",\"2005-08-14T21:36:40.000Z\",\"2005-08-21T19:35:50.000Z\",\"2005-08-28T15:51:51.000Z\",\"2005-09-04T13:12:55.000Z\",\"2005-09-11T21:29:08.000Z\",\"2005-09-18T06:29:03.000Z\",\"2005-09-25T08:18:58.000Z\",\"2005-09-30T23:10:59.000Z\",\"2005-10-07T23:53:10.000Z\",\"2005-10-16T20:16:02.000Z\",\"2005-10-22T19:39:28.000Z\",\"2005-10-30T21:20:12.000Z\",\"2005-11-06T20:14:58.000Z\",\"2005-11-13T17:18:15.000Z\",\"2005-11-20T12:31:45.000Z\",\"2005-11-27T20:17:54.000Z\",\"2005-12-04T16:42:03.000Z\",\"2005-12-11T22:59:38.000Z\",\"2005-12-18T15:50:32.000Z\",\"2005-12-25T23:37:38.000Z\",\"2005-12-30T21:33:33.000Z\",\"2006-01-08T13:42:44.000Z\",\"2006-01-15T17:53:54.000Z\",\"2006-01-22T19:47:31.000Z\",\"2006-01-29T21:35:12.000Z\",\"2006-02-05T22:27:36.000Z\",\"2006-02-12T22:37:40.000Z\",\"2006-02-19T21:32:40.000Z\",\"2006-02-26T23:19:24.000Z\",\"2006-03-05T21:26:39.000Z\",\"2006-03-12T21:18:57.000Z\",\"2006-03-19T23:28:34.000Z\",\"2006-03-26T18:47:20.000Z\",\"2006-04-02T22:14:21.000Z\",\"2006-04-09T12:07:49.000Z\",\"2006-04-16T21:57:58.000Z\",\"2006-04-22T16:10:43.000Z\",\"2006-04-30T21:08:54.000Z\",\"2006-05-07T20:59:44.000Z\",\"2006-05-14T08:30:16.000Z\",\"2006-05-21T23:23:26.000Z\",\"2006-05-28T18:59:12.000Z\",\"2006-06-04T13:56:28.000Z\",\"2006-06-11T18:05:00.000Z\",\"2006-06-18T19:34:54.000Z\",\"2006-06-23T19:58:36.000Z\",\"2006-07-02T18:12:25.000Z\",\"2006-07-09T21:10:47.000Z\",\"2006-07-16T20:55:05.000Z\",\"2006-07-23T21:44:10.000Z\",\"2006-07-30T05:47:19.000Z\",\"2006-08-06T22:16:00.000Z\",\"2006-08-13T01:40:46.000Z\",\"2006-08-20T12:05:13.000Z\",\"2006-08-27T03:52:48.000Z\",\"2006-09-03T23:08:16.000Z\",\"2006-09-10T23:39:16.000Z\",\"2006-09-17T20:43:01.000Z\",\"2006-09-24T14:50:02.000Z\",\"2006-09-30T00:09:43.000Z\",\"2006-10-08T20:22:29.000Z\",\"2006-10-13T17:52:39.000Z\",\"2006-10-22T15:34:22.000Z\",\"2006-10-29T23:52:16.000Z\",\"2006-11-05T20:42:54.000Z\",\"2006-11-11T19:35:59.000Z\",\"2006-11-19T18:42:42.000Z\",\"2006-11-26T00:49:53.000Z\",\"2006-12-02T12:11:50.000Z\",\"2006-12-10T13:05:43.000Z\",\"2006-12-17T17:43:06.000Z\",\"2006-12-23T16:00:49.000Z\",\"2006-12-31T12:17:19.000Z\",\"2007-01-07T23:04:13.000Z\",\"2007-01-14T21:23:33.000Z\",\"2007-01-21T23:12:56.000Z\",\"2007-01-28T21:50:41.000Z\",\"2007-02-04T01:59:31.000Z\",\"2007-02-11T23:20:21.000Z\",\"2007-02-18T18:29:38.000Z\",\"2007-02-25T17:55:55.000Z\",\"2007-03-04T21:31:32.000Z\",\"2007-03-10T17:38:53.000Z\",\"2007-03-18T18:59:19.000Z\",\"2007-03-25T20:04:34.000Z\",\"2007-04-01T06:06:40.000Z\",\"2007-04-08T08:11:01.000Z\",\"2007-04-15T06:48:20.000Z\",\"2007-04-22T21:42:51.000Z\",\"2007-04-29T20:00:41.000Z\",\"2007-05-06T16:47:26.000Z\",\"2007-05-13T18:15:29.000Z\",\"2007-05-20T21:22:32.000Z\",\"2007-05-27T23:50:18.000Z\",\"2007-06-03T06:20:32.000Z\",\"2007-06-09T22:02:59.000Z\",\"2007-06-17T12:37:24.000Z\",\"2007-06-24T22:19:10.000Z\",\"2007-07-01T22:26:32.000Z\",\"2007-07-08T21:05:20.000Z\",\"2007-07-15T22:34:19.000Z\",\"2007-07-22T20:57:07.000Z\",\"2007-07-29T23:02:58.000Z\",\"2007-08-05T20:43:03.000Z\",\"2007-08-12T12:24:07.000Z\",\"2007-08-19T21:08:09.000Z\",\"2007-08-25T22:52:34.000Z\",\"2007-09-02T22:33:56.000Z\",\"2007-09-08T17:01:35.000Z\",\"2007-09-16T10:24:50.000Z\",\"2007-09-22T05:35:40.000Z\",\"2007-09-30T04:00:52.000Z\",\"2007-10-07T17:49:42.000Z\",\"2007-10-14T14:35:01.000Z\",\"2007-10-19T16:11:15.000Z\",\"2007-10-28T21:30:16.000Z\",\"2007-11-04T22:29:45.000Z\",\"2007-11-11T09:47:55.000Z\",\"2007-11-18T17:29:17.000Z\",\"2007-11-25T20:01:03.000Z\",\"2007-12-02T23:57:37.000Z\",\"2007-12-09T18:00:03.000Z\",\"2007-12-16T23:49:47.000Z\",\"2007-12-22T18:33:40.000Z\",\"2007-12-30T17:51:09.000Z\",\"2008-01-05T21:53:56.000Z\",\"2008-01-13T16:45:35.000Z\",\"2008-01-20T15:39:13.000Z\",\"2008-01-27T16:52:26.000Z\",\"2008-02-03T17:08:01.000Z\",\"2008-02-10T20:32:09.000Z\",\"2008-02-17T15:40:35.000Z\",\"2008-02-24T21:47:46.000Z\",\"2008-03-01T15:01:59.000Z\",\"2008-03-09T22:26:43.000Z\",\"2008-03-16T16:19:14.000Z\",\"2008-03-23T22:23:43.000Z\",\"2008-03-30T20:49:55.000Z\",\"2008-04-06T12:23:50.000Z\",\"2008-04-13T19:12:46.000Z\",\"2008-04-20T13:06:21.000Z\",\"2008-04-27T07:56:48.000Z\",\"2008-05-04T21:10:13.000Z\",\"2008-05-11T16:04:11.000Z\",\"2008-05-18T01:37:17.000Z\",\"2008-05-25T22:13:36.000Z\",\"2008-06-01T20:48:41.000Z\",\"2008-06-08T21:57:58.000Z\",\"2008-06-15T15:20:06.000Z\",\"2008-06-21T00:18:40.000Z\",\"2008-06-29T20:54:58.000Z\",\"2008-07-06T17:24:51.000Z\",\"2008-07-11T21:27:45.000Z\",\"2008-07-19T19:45:19.000Z\",\"2008-07-27T11:52:34.000Z\",\"2008-08-03T22:17:48.000Z\",\"2008-08-10T21:50:48.000Z\",\"2008-08-17T23:07:24.000Z\",\"2008-08-24T19:10:41.000Z\",\"2008-08-31T19:54:54.000Z\",\"2008-09-06T12:51:32.000Z\",\"2008-09-14T10:10:51.000Z\",\"2008-09-21T18:00:41.000Z\",\"2008-09-28T10:45:51.000Z\",\"2008-10-05T12:41:08.000Z\",\"2008-10-12T11:21:01.000Z\",\"2008-10-19T19:59:53.000Z\",\"2008-10-26T08:22:42.000Z\",\"2008-11-02T21:28:51.000Z\",\"2008-11-08T17:48:51.000Z\",\"2008-11-15T19:10:51.000Z\",\"2008-11-23T16:56:30.000Z\",\"2008-11-30T20:48:46.000Z\",\"2008-12-07T22:13:07.000Z\",\"2008-12-13T17:54:11.000Z\",\"2008-12-21T01:08:36.000Z\",\"2008-12-28T10:12:10.000Z\",\"2009-01-04T12:59:59.000Z\",\"2009-01-10T03:01:29.000Z\",\"2009-01-18T13:23:58.000Z\",\"2009-01-25T21:28:48.000Z\",\"2009-02-01T07:21:40.000Z\",\"2009-02-08T17:41:46.000Z\",\"2009-02-14T10:48:45.000Z\",\"2009-02-22T09:39:19.000Z\",\"2009-03-01T18:56:58.000Z\",\"2009-03-08T14:55:28.000Z\",\"2009-03-15T20:51:40.000Z\",\"2009-03-21T23:42:48.000Z\",\"2009-03-29T05:12:29.000Z\",\"2009-04-05T20:46:15.000Z\",\"2009-04-11T14:37:21.000Z\",\"2009-04-19T20:36:35.000Z\",\"2009-04-25T16:09:05.000Z\",\"2009-05-02T18:15:28.000Z\",\"2009-05-10T07:51:00.000Z\",\"2009-05-17T17:23:37.000Z\",\"2009-05-22T09:55:53.000Z\",\"2009-05-29T09:49:31.000Z\",\"2009-06-07T08:40:54.000Z\",\"2009-06-13T17:03:24.000Z\",\"2009-06-21T13:25:28.000Z\",\"2009-06-28T10:55:26.000Z\",\"2009-07-05T16:29:03.000Z\",\"2009-07-12T12:50:36.000Z\",\"2009-07-19T18:16:16.000Z\",\"2009-07-24T16:37:28.000Z\",\"2009-07-31T17:14:12.000Z\",\"2009-08-09T18:05:25.000Z\",\"2009-08-16T17:24:16.000Z\",\"2009-08-23T05:20:08.000Z\",\"2009-08-29T08:41:30.000Z\",\"2009-09-06T19:04:34.000Z\",\"2009-09-12T15:36:01.000Z\",\"2009-09-20T20:36:35.000Z\",\"2009-09-27T12:37:45.000Z\",\"2009-10-04T18:35:14.000Z\",\"2009-10-11T23:52:28.000Z\",\"2009-10-16T21:23:17.000Z\",\"2009-10-25T20:56:20.000Z\",\"2009-10-31T16:48:33.000Z\",\"2009-11-07T18:51:52.000Z\",\"2009-11-15T15:24:06.000Z\",\"2009-11-22T19:34:27.000Z\",\"2009-11-28T07:24:17.000Z\",\"2009-12-06T22:26:01.000Z\",\"2009-12-12T10:25:29.000Z\",\"2009-12-20T20:43:02.000Z\",\"2009-12-27T15:23:31.000Z\",\"2010-01-02T11:50:12.000Z\",\"2010-01-10T13:16:56.000Z\",\"2010-01-17T11:50:31.000Z\",\"2010-01-24T13:01:11.000Z\",\"2010-01-31T20:29:42.000Z\",\"2010-02-07T06:28:30.000Z\",\"2010-02-14T19:42:02.000Z\",\"2010-02-21T16:12:23.000Z\",\"2010-02-28T20:10:55.000Z\",\"2010-03-07T21:54:07.000Z\",\"2010-03-14T20:57:10.000Z\",\"2010-03-21T02:58:20.000Z\",\"2010-03-28T22:29:56.000Z\",\"2010-04-04T20:05:16.000Z\",\"2010-04-11T18:45:54.000Z\",\"2010-04-18T00:59:55.000Z\",\"2010-04-25T20:37:33.000Z\",\"2010-05-02T17:49:26.000Z\",\"2010-05-09T01:44:36.000Z\",\"2010-05-16T21:22:10.000Z\",\"2010-05-23T23:44:28.000Z\",\"2010-05-30T08:03:24.000Z\",\"2010-06-06T16:39:41.000Z\",\"2010-06-13T21:48:09.000Z\",\"2010-06-20T10:36:27.000Z\",\"2010-06-27T15:04:27.000Z\",\"2010-07-04T21:03:07.000Z\",\"2010-07-11T22:16:55.000Z\",\"2010-07-18T16:09:07.000Z\",\"2010-07-25T22:16:35.000Z\",\"2010-07-31T03:46:26.000Z\",\"2010-08-08T19:00:59.000Z\",\"2010-08-15T22:39:42.000Z\",\"2010-08-22T22:51:33.000Z\",\"2010-08-29T23:11:46.000Z\",\"2010-09-05T20:11:30.000Z\",\"2010-09-12T22:10:44.000Z\",\"2010-09-19T22:53:30.000Z\",\"2010-09-26T20:20:34.000Z\",\"2010-10-03T20:35:56.000Z\",\"2010-10-10T14:36:33.000Z\",\"2010-10-17T18:51:51.000Z\",\"2010-10-24T23:45:13.000Z\",\"2010-10-31T18:39:31.000Z\",\"2010-11-07T22:15:23.000Z\",\"2010-11-14T04:33:06.000Z\",\"2010-11-21T23:05:47.000Z\",\"2010-11-28T19:37:57.000Z\",\"2010-12-05T23:38:29.000Z\",\"2010-12-12T14:59:23.000Z\",\"2010-12-19T15:18:48.000Z\",\"2010-12-26T06:29:50.000Z\",\"2011-01-02T22:59:53.000Z\",\"2011-01-09T20:59:12.000Z\",\"2011-01-16T21:55:51.000Z\",\"2011-01-23T20:52:00.000Z\",\"2011-01-29T10:42:18.000Z\",\"2011-02-06T16:37:04.000Z\",\"2011-02-13T07:50:30.000Z\",\"2011-02-20T08:41:54.000Z\",\"2011-02-27T21:24:56.000Z\",\"2011-03-06T21:58:57.000Z\",\"2011-03-13T23:46:32.000Z\",\"2011-03-20T17:27:52.000Z\",\"2011-03-27T18:15:06.000Z\",\"2011-04-03T18:53:26.000Z\",\"2011-04-10T15:21:10.000Z\",\"2011-04-17T14:48:29.000Z\",\"2011-04-24T19:20:36.000Z\",\"2011-05-01T21:57:37.000Z\",\"2011-05-08T04:01:36.000Z\",\"2011-05-15T20:21:39.000Z\",\"2011-05-22T23:28:36.000Z\",\"2011-05-28T15:22:26.000Z\",\"2011-06-05T05:58:44.000Z\",\"2011-06-12T06:24:06.000Z\",\"2011-06-19T09:40:13.000Z\",\"2011-06-26T23:31:35.000Z\",\"2011-07-03T17:04:02.000Z\",\"2011-07-10T23:50:06.000Z\",\"2011-07-17T00:08:34.000Z\",\"2011-07-24T16:24:20.000Z\",\"2011-07-30T08:23:01.000Z\",\"2011-08-05T00:34:09.000Z\",\"2011-08-14T01:39:14.000Z\",\"2011-08-21T23:03:05.000Z\",\"2011-08-28T23:17:01.000Z\",\"2011-09-04T12:50:43.000Z\",\"2011-09-11T18:10:57.000Z\",\"2011-09-18T21:17:48.000Z\",\"2011-09-25T16:22:17.000Z\",\"2011-10-02T05:48:23.000Z\",\"2011-10-08T22:35:01.000Z\",\"2011-10-16T15:38:10.000Z\",\"2011-10-23T21:37:54.000Z\",\"2011-10-30T21:47:44.000Z\",\"2011-11-06T18:51:35.000Z\",\"2011-11-13T11:52:20.000Z\",\"2011-11-20T15:53:24.000Z\",\"2011-11-27T03:15:48.000Z\",\"2011-12-04T22:17:22.000Z\",\"2011-12-11T18:55:57.000Z\",\"2011-12-18T23:02:10.000Z\",\"2011-12-25T20:03:21.000Z\",\"2011-12-31T21:05:19.000Z\",\"2012-01-08T22:31:47.000Z\",\"2012-01-15T12:47:27.000Z\",\"2012-01-22T18:59:55.000Z\",\"2012-01-29T21:47:23.000Z\",\"2012-02-05T12:33:25.000Z\",\"2012-02-12T21:17:19.000Z\",\"2012-02-19T21:14:18.000Z\",\"2012-02-26T21:54:49.000Z\",\"2012-03-04T20:00:31.000Z\",\"2012-03-11T20:52:04.000Z\",\"2012-03-18T16:04:19.000Z\",\"2012-03-25T13:50:51.000Z\",\"2012-04-01T20:02:06.000Z\",\"2012-04-08T22:57:21.000Z\",\"2012-04-15T12:33:41.000Z\",\"2012-04-22T22:04:26.000Z\",\"2012-04-29T16:19:58.000Z\",\"2012-05-06T06:04:00.000Z\",\"2012-05-13T21:21:40.000Z\",\"2012-05-20T01:31:52.000Z\",\"2012-05-27T13:57:41.000Z\",\"2012-06-03T18:41:36.000Z\",\"2012-06-10T19:05:43.000Z\",\"2012-06-17T22:10:39.000Z\",\"2012-06-24T19:17:32.000Z\",\"2012-07-01T20:32:31.000Z\",\"2012-07-08T17:37:03.000Z\",\"2012-07-15T14:01:10.000Z\",\"2012-07-22T07:02:03.000Z\",\"2012-07-29T20:29:09.000Z\",\"2012-08-05T20:11:42.000Z\",\"2012-08-12T22:37:55.000Z\",\"2012-08-19T20:39:21.000Z\",\"2012-08-26T11:08:37.000Z\",\"2012-09-02T18:59:13.000Z\",\"2012-09-09T23:16:01.000Z\",\"2012-09-16T21:42:01.000Z\",\"2012-09-23T21:23:31.000Z\",\"2012-09-30T23:49:46.000Z\",\"2012-10-07T20:31:29.000Z\",\"2012-10-13T22:25:25.000Z\",\"2012-10-21T01:00:21.000Z\",\"2012-10-28T18:00:46.000Z\",\"2012-11-04T17:09:20.000Z\",\"2012-11-11T16:50:42.000Z\",\"2012-11-18T21:01:12.000Z\",\"2012-11-25T21:13:02.000Z\",\"2012-12-02T20:07:02.000Z\",\"2012-12-09T21:09:53.000Z\",\"2012-12-16T18:17:43.000Z\",\"2012-12-22T17:26:46.000Z\",\"2012-12-30T21:05:37.000Z\",\"2013-01-06T20:28:51.000Z\",\"2013-01-12T03:05:12.000Z\",\"2013-01-20T04:14:49.000Z\",\"2013-01-27T19:00:35.000Z\",\"2013-02-03T01:12:48.000Z\",\"2013-02-08T19:20:48.000Z\",\"2013-02-17T18:13:39.000Z\",\"2013-02-24T21:13:59.000Z\",\"2013-03-03T20:19:22.000Z\",\"2013-03-10T21:03:25.000Z\",\"2013-03-17T22:05:33.000Z\",\"2013-03-24T10:22:50.000Z\",\"2013-03-31T14:34:04.000Z\",\"2013-04-07T07:04:37.000Z\",\"2013-04-14T19:07:39.000Z\",\"2013-04-21T13:47:34.000Z\",\"2013-04-28T07:14:08.000Z\",\"2013-05-04T09:04:41.000Z\",\"2013-05-12T15:49:49.000Z\",\"2013-05-19T23:52:51.000Z\",\"2013-05-25T08:47:57.000Z\",\"2013-06-02T20:01:22.000Z\",\"2013-06-09T14:12:38.000Z\",\"2013-06-16T16:57:31.000Z\",\"2013-06-23T14:52:23.000Z\",\"2013-06-30T02:14:18.000Z\",\"2013-07-07T18:58:47.000Z\",\"2013-07-13T16:20:09.000Z\",\"2013-07-21T18:29:15.000Z\",\"2013-07-27T18:27:34.000Z\",\"2013-08-03T16:17:53.000Z\",\"2013-08-11T18:36:33.000Z\",\"2013-08-18T13:34:41.000Z\",\"2013-08-24T15:51:57.000Z\",\"2013-09-01T13:05:41.000Z\",\"2013-09-08T19:12:11.000Z\",\"2013-09-15T18:42:18.000Z\",\"2013-09-21T17:32:06.000Z\",\"2013-09-29T17:22:23.000Z\",\"2013-10-06T13:10:30.000Z\",\"2013-10-13T19:24:07.000Z\",\"2013-10-20T18:41:39.000Z\",\"2013-10-27T11:26:34.000Z\",\"2013-11-02T21:36:02.000Z\",\"2013-11-08T16:45:42.000Z\",\"2013-11-17T23:29:27.000Z\",\"2013-11-24T22:36:40.000Z\",\"2013-12-01T18:05:25.000Z\",\"2013-12-07T22:39:58.000Z\",\"2013-12-15T10:36:31.000Z\",\"2013-12-22T20:05:29.000Z\",\"2013-12-29T15:10:02.000Z\",\"2014-01-05T11:16:25.000Z\",\"2014-01-12T19:00:23.000Z\",\"2014-01-19T13:40:35.000Z\",\"2014-01-26T20:13:58.000Z\",\"2014-02-02T22:11:00.000Z\",\"2014-02-08T17:01:48.000Z\",\"2014-02-16T23:03:58.000Z\",\"2014-02-21T00:34:09.000Z\",\"2014-03-01T06:29:13.000Z\",\"2014-03-09T15:16:04.000Z\",\"2014-03-16T23:51:41.000Z\",\"2014-03-23T18:08:21.000Z\",\"2014-03-28T18:30:14.000Z\",\"2014-04-06T15:43:31.000Z\",\"2014-04-13T17:49:54.000Z\",\"2014-04-20T18:44:39.000Z\",\"2014-04-27T13:29:47.000Z\",\"2014-05-04T10:15:46.000Z\",\"2014-05-11T18:08:19.000Z\",\"2014-05-18T16:52:20.000Z\",\"2014-05-25T16:22:37.000Z\",\"2014-06-01T13:37:54.000Z\",\"2014-06-08T21:54:23.000Z\",\"2014-06-13T15:42:57.000Z\",\"2014-06-22T10:42:23.000Z\",\"2014-06-29T15:28:11.000Z\",\"2014-07-06T21:31:36.000Z\",\"2014-07-13T10:39:57.000Z\",\"2014-07-20T22:43:54.000Z\",\"2014-07-27T21:08:34.000Z\",\"2014-08-03T19:48:29.000Z\",\"2014-08-10T20:48:23.000Z\",\"2014-08-17T15:06:43.000Z\",\"2014-08-24T14:23:33.000Z\",\"2014-08-31T09:30:21.000Z\",\"2014-09-07T18:19:03.000Z\",\"2014-09-14T13:06:58.000Z\",\"2014-09-21T22:05:59.000Z\",\"2014-09-28T14:57:37.000Z\",\"2014-10-05T19:10:40.000Z\",\"2014-10-12T23:17:19.000Z\",\"2014-10-19T01:52:36.000Z\",\"2014-10-26T18:40:11.000Z\",\"2014-11-01T19:27:16.000Z\",\"2014-11-09T13:34:16.000Z\",\"2014-11-16T21:56:24.000Z\",\"2014-11-23T07:01:49.000Z\",\"2014-11-30T22:26:32.000Z\",\"2014-12-07T16:57:08.000Z\",\"2014-12-14T19:37:13.000Z\",\"2014-12-21T18:35:21.000Z\",\"2014-12-28T23:51:12.000Z\",\"2015-01-04T11:19:10.000Z\",\"2015-01-11T21:16:08.000Z\",\"2015-01-18T12:27:44.000Z\",\"2015-01-23T23:02:17.000Z\",\"2015-02-01T18:15:42.000Z\",\"2015-02-07T21:18:41.000Z\",\"2015-02-15T20:01:02.000Z\",\"2015-02-22T18:52:02.000Z\",\"2015-03-01T09:54:28.000Z\",\"2015-03-08T10:01:18.000Z\",\"2015-03-15T21:29:47.000Z\",\"2015-03-22T05:18:03.000Z\",\"2015-03-29T11:42:58.000Z\",\"2015-04-05T14:08:39.000Z\",\"2015-04-11T11:40:15.000Z\",\"2015-04-17T18:11:41.000Z\",\"2015-04-26T19:45:59.000Z\",\"2015-05-03T20:25:19.000Z\",\"2015-05-10T21:22:11.000Z\",\"2015-05-17T17:25:20.000Z\",\"2015-05-22T00:34:09.000Z\",\"2015-05-29T23:41:08.000Z\",\"2015-06-07T10:58:07.000Z\",\"2015-06-13T19:27:19.000Z\",\"2015-06-20T17:17:20.000Z\",\"2015-06-28T20:19:58.000Z\",\"2015-07-04T15:23:44.000Z\",\"2015-07-12T12:17:28.000Z\",\"2015-07-19T00:39:41.000Z\",\"2015-07-26T13:13:10.000Z\",\"2015-08-02T14:35:52.000Z\",\"2015-08-09T19:15:09.000Z\",\"2015-08-16T08:50:54.000Z\",\"2015-08-23T16:58:48.000Z\",\"2015-08-30T23:43:13.000Z\",\"2015-09-06T11:18:39.000Z\",\"2015-09-12T12:54:36.000Z\",\"2015-09-20T12:09:13.000Z\",\"2015-09-27T23:17:53.000Z\",\"2015-10-04T17:10:23.000Z\",\"2015-10-11T20:16:08.000Z\",\"2015-10-18T21:49:36.000Z\",\"2015-10-25T22:20:56.000Z\",\"2015-11-01T19:43:20.000Z\",\"2015-11-08T20:26:10.000Z\",\"2015-11-15T23:03:21.000Z\",\"2015-11-22T12:55:00.000Z\",\"2015-11-28T16:39:49.000Z\",\"2015-12-06T19:03:31.000Z\",\"2015-12-13T16:34:33.000Z\",\"2015-12-20T12:43:07.000Z\",\"2015-12-27T21:52:15.000Z\",\"2016-01-02T21:39:20.000Z\",\"2016-01-10T23:53:15.000Z\",\"2016-01-15T15:44:29.000Z\",\"2016-01-24T23:36:53.000Z\",\"2016-01-31T21:18:54.000Z\",\"2016-02-07T22:23:54.000Z\",\"2016-02-14T22:30:40.000Z\",\"2016-02-21T19:15:26.000Z\",\"2016-02-28T15:04:31.000Z\",\"2016-03-05T19:37:16.000Z\",\"2016-03-13T03:32:52.000Z\",\"2016-03-20T23:11:15.000Z\",\"2016-03-27T01:08:46.000Z\",\"2016-04-03T23:34:44.000Z\",\"2016-04-10T12:04:04.000Z\",\"2016-04-16T07:57:37.000Z\",\"2016-04-24T21:37:14.000Z\",\"2016-05-01T20:29:53.000Z\",\"2016-05-08T17:24:03.000Z\",\"2016-05-15T21:08:39.000Z\",\"2016-05-22T17:24:42.000Z\",\"2016-05-29T19:58:47.000Z\",\"2016-06-04T14:05:49.000Z\",\"2016-06-12T20:34:53.000Z\",\"2016-06-19T05:22:14.000Z\",\"2016-06-24T19:30:46.000Z\",\"2016-07-03T12:48:18.000Z\",\"2016-07-10T20:12:57.000Z\",\"2016-07-17T16:34:59.000Z\",\"2016-07-24T14:40:59.000Z\",\"2016-07-31T23:30:06.000Z\",\"2016-08-07T18:23:50.000Z\",\"2016-08-14T20:25:00.000Z\",\"2016-08-21T17:59:42.000Z\",\"2016-08-28T23:37:55.000Z\",\"2016-09-02T23:27:57.000Z\",\"2016-09-11T17:19:46.000Z\",\"2016-09-18T17:42:23.000Z\",\"2016-09-25T20:12:57.000Z\",\"2016-10-02T10:06:56.000Z\",\"2016-10-09T13:24:12.000Z\",\"2016-10-16T19:39:26.000Z\",\"2016-10-21T00:34:09.000Z\",\"2016-10-28T00:34:09.000Z\",\"2016-11-06T16:40:16.000Z\",\"2016-11-13T22:16:02.000Z\",\"2016-11-20T22:10:09.000Z\",\"2016-11-27T22:47:42.000Z\",\"2016-12-04T23:58:07.000Z\",\"2016-12-11T07:22:59.000Z\",\"2016-12-18T12:50:58.000Z\",\"2016-12-25T01:25:04.000Z\",\"2017-01-01T21:09:15.000Z\",\"2017-01-08T17:17:26.000Z\",\"2017-01-15T16:08:06.000Z\",\"2017-01-22T19:03:43.000Z\",\"2017-01-29T16:03:50.000Z\",\"2017-02-05T11:46:37.000Z\",\"2017-02-12T05:46:13.000Z\",\"2017-02-19T19:04:05.000Z\",\"2017-02-26T20:05:34.000Z\",\"2017-03-05T18:01:23.000Z\",\"2017-03-12T18:20:41.000Z\",\"2017-03-19T16:12:16.000Z\",\"2017-03-25T20:20:34.000Z\",\"2017-04-01T22:07:07.000Z\",\"2017-04-08T03:22:28.000Z\",\"2017-04-16T20:00:18.000Z\",\"2017-04-22T16:08:35.000Z\",\"2017-04-30T21:20:05.000Z\",\"2017-05-07T15:42:15.000Z\",\"2017-05-13T13:52:11.000Z\",\"2017-05-21T08:58:16.000Z\",\"2017-05-27T05:20:31.000Z\",\"2017-06-04T14:45:49.000Z\",\"2017-06-11T11:09:52.000Z\",\"2017-06-17T02:13:54.000Z\",\"2017-06-23T18:05:32.000Z\",\"2017-07-01T00:53:42.000Z\",\"2017-07-09T03:06:19.000Z\",\"2017-07-16T22:03:10.000Z\",\"2017-07-23T23:39:27.000Z\",\"2017-07-30T10:28:07.000Z\",\"2017-08-05T16:22:11.000Z\",\"2017-08-13T07:11:17.000Z\",\"2017-08-19T03:13:09.000Z\",\"2017-08-27T17:49:16.000Z\",\"2017-09-03T21:28:33.000Z\",\"2017-09-09T04:42:39.000Z\",\"2017-09-17T17:47:59.000Z\",\"2017-09-24T20:56:14.000Z\",\"2017-09-30T04:48:16.000Z\",\"2017-10-06T21:27:22.000Z\",\"2017-10-15T23:22:35.000Z\",\"2017-10-22T02:54:03.000Z\",\"2017-10-29T13:08:48.000Z\",\"2017-11-05T20:27:44.000Z\",\"2017-11-12T20:19:41.000Z\",\"2017-11-19T19:11:58.000Z\",\"2017-11-26T06:02:03.000Z\",\"2017-12-01T19:37:03.000Z\",\"2017-12-10T17:27:07.000Z\",\"2017-12-17T07:39:40.000Z\",\"2017-12-24T10:24:36.000Z\",\"2017-12-31T09:26:28.000Z\",\"2018-01-06T18:03:56.000Z\",\"2018-01-14T15:53:41.000Z\",\"2018-01-21T22:46:23.000Z\",\"2018-01-28T14:02:48.000Z\",\"2018-02-04T23:04:23.000Z\",\"2018-02-10T12:11:05.000Z\",\"2018-02-16T16:35:06.000Z\",\"2018-02-25T00:45:34.000Z\",\"2018-03-04T18:38:50.000Z\",\"2018-03-11T19:00:27.000Z\",\"2018-03-16T21:37:17.000Z\",\"2018-03-25T20:08:17.000Z\",\"2018-04-01T21:39:26.000Z\",\"2018-04-08T17:32:38.000Z\",\"2018-04-15T19:19:53.000Z\",\"2018-04-20T17:09:53.000Z\",\"2018-04-28T14:33:45.000Z\",\"2018-05-05T07:57:21.000Z\",\"2018-05-13T12:22:01.000Z\",\"2018-05-19T07:34:46.000Z\",\"2018-05-27T15:35:17.000Z\",\"2018-06-01T00:34:09.000Z\",\"2018-06-10T18:58:17.000Z\",\"2018-06-17T15:45:36.000Z\",\"2018-06-24T23:32:53.000Z\",\"2018-07-01T21:05:58.000Z\",\"2018-07-08T17:46:09.000Z\",\"2018-07-15T17:13:33.000Z\",\"2018-07-22T05:55:04.000Z\",\"2018-07-27T00:34:09.000Z\",\"2018-08-04T06:51:16.000Z\",\"2018-08-12T23:51:42.000Z\",\"2018-08-19T09:59:06.000Z\",\"2018-08-26T07:27:43.000Z\",\"2018-09-02T19:45:46.000Z\",\"2018-09-07T18:30:51.000Z\",\"2018-09-16T22:19:13.000Z\",\"2018-09-23T19:57:03.000Z\",\"2018-09-30T15:57:28.000Z\",\"2018-10-07T18:53:10.000Z\",\"2018-10-14T22:50:18.000Z\",\"2018-10-21T18:25:02.000Z\",\"2018-10-28T21:29:05.000Z\",\"2018-11-04T01:21:03.000Z\",\"2018-11-10T20:33:28.000Z\",\"2018-11-17T14:28:20.000Z\",\"2018-11-25T20:01:43.000Z\",\"2018-12-02T23:49:33.000Z\",\"2018-12-09T09:52:44.000Z\",\"2018-12-15T15:54:02.000Z\",\"2018-12-23T20:22:04.000Z\",\"2018-12-30T11:38:31.000Z\",\"2019-01-05T05:14:06.000Z\",\"2019-01-12T00:21:33.000Z\",\"2019-01-20T15:18:22.000Z\",\"2019-01-27T18:12:34.000Z\",\"2019-02-03T04:19:53.000Z\",\"2019-02-10T10:22:33.000Z\",\"2019-02-17T01:17:08.000Z\",\"2019-02-23T22:14:49.000Z\",\"2019-03-01T21:59:44.000Z\",\"2019-03-09T12:41:48.000Z\",\"2019-03-17T10:10:04.000Z\",\"2019-03-22T00:34:09.000Z\",\"2019-03-31T18:04:04.000Z\",\"2019-04-07T13:56:11.000Z\",\"2019-04-13T10:46:41.000Z\",\"2019-04-21T14:08:06.000Z\",\"2019-04-28T08:12:36.000Z\",\"2019-05-03T00:34:09.000Z\",\"2019-05-12T08:33:00.000Z\",\"2019-05-19T08:59:16.000Z\",\"2019-05-25T11:42:39.000Z\",\"2019-06-02T17:02:19.000Z\",\"2019-06-09T17:23:49.000Z\",\"2019-06-16T08:53:21.000Z\",\"2019-06-23T12:56:44.000Z\",\"2019-06-30T13:55:26.000Z\",\"2019-07-05T20:36:12.000Z\",\"2019-07-13T16:31:11.000Z\",\"2019-07-19T17:28:20.000Z\",\"2019-07-28T21:48:01.000Z\",\"2019-08-03T09:14:54.000Z\",\"2019-08-11T17:21:46.000Z\",\"2019-08-18T01:27:41.000Z\",\"2019-08-24T18:19:11.000Z\",\"2019-08-31T10:46:12.000Z\",\"2019-09-08T20:12:06.000Z\",\"2019-09-13T00:34:09.000Z\",\"2019-09-22T23:22:53.000Z\",\"2019-09-29T19:56:46.000Z\",\"2019-10-05T16:31:08.000Z\",\"2019-10-13T18:33:47.000Z\",\"2019-10-18T19:46:31.000Z\",\"2019-10-27T15:20:12.000Z\",\"2019-11-03T16:39:31.000Z\",\"2019-11-10T17:48:42.000Z\",\"2019-11-16T20:31:08.000Z\",\"2019-11-24T22:47:19.000Z\",\"2019-12-01T20:57:26.000Z\",\"2019-12-06T18:48:25.000Z\",\"2019-12-15T18:25:22.000Z\",\"2019-12-22T18:10:15.000Z\",\"2019-12-28T15:34:26.000Z\",\"2020-01-05T20:50:27.000Z\",\"2020-01-12T17:49:46.000Z\",\"2020-01-19T15:01:00.000Z\",\"2020-01-26T15:26:01.000Z\",\"2020-02-02T05:03:25.000Z\",\"2020-02-09T18:45:24.000Z\",\"2020-02-16T20:06:28.000Z\",\"2020-02-21T22:11:26.000Z\",\"2020-03-01T01:47:02.000Z\",\"2020-03-08T19:49:51.000Z\",\"2020-03-15T15:11:44.000Z\",\"2020-03-21T18:50:30.000Z\",\"2020-03-29T22:36:24.000Z\",\"2020-04-04T14:37:32.000Z\",\"2020-04-12T20:06:26.000Z\",\"2020-04-19T16:55:09.000Z\",\"2020-04-26T08:47:36.000Z\",\"2020-05-03T18:30:34.000Z\",\"2020-05-10T11:02:46.000Z\",\"2020-05-15T02:18:22.000Z\",\"2020-05-24T18:37:30.000Z\",\"2020-05-30T07:15:52.000Z\",\"2020-06-07T15:04:29.000Z\",\"2020-06-14T16:49:23.000Z\",\"2020-06-21T15:08:09.000Z\",\"2020-06-28T01:44:57.000Z\",\"2020-07-05T15:12:34.000Z\",\"2020-07-12T03:37:35.000Z\",\"2020-07-19T17:51:16.000Z\",\"2020-07-26T13:19:28.000Z\",\"2020-08-01T21:57:35.000Z\",\"2020-08-08T20:47:14.000Z\",\"2020-08-16T14:26:15.000Z\",\"2020-08-23T13:16:03.000Z\",\"2020-08-30T10:05:16.000Z\",\"2020-09-06T09:42:24.000Z\",\"2020-09-13T18:48:45.000Z\",\"2020-09-20T12:28:31.000Z\",\"2020-09-27T14:15:10.000Z\",\"2020-10-03T19:00:31.000Z\",\"2020-10-10T02:20:59.000Z\",\"2020-10-18T13:09:08.000Z\",\"2020-10-25T08:16:53.000Z\",\"2020-11-01T18:50:04.000Z\",\"2020-11-08T12:52:55.000Z\",\"2020-11-15T18:24:51.000Z\",\"2020-11-22T14:53:21.000Z\",\"2020-11-29T19:04:27.000Z\",\"2020-12-06T16:18:23.000Z\",\"2020-12-13T23:24:53.000Z\",\"2020-12-20T18:31:28.000Z\",\"2020-12-27T23:07:34.000Z\",\"2021-01-03T17:16:13.000Z\",\"2021-01-10T19:20:09.000Z\",\"2021-01-17T09:19:44.000Z\",\"2021-01-24T14:08:41.000Z\",\"2021-01-31T21:59:22.000Z\",\"2021-02-05T15:37:40.000Z\",\"2021-02-14T19:20:42.000Z\",\"2021-02-20T05:16:22.000Z\",\"2021-02-28T13:13:36.000Z\",\"2021-03-06T16:12:54.000Z\",\"2021-03-14T03:01:17.000Z\",\"2021-03-21T23:30:27.000Z\",\"2021-03-28T02:35:15.000Z\",\"2021-04-04T21:39:46.000Z\",\"2021-04-11T22:39:54.000Z\",\"2021-04-18T21:07:18.000Z\",\"2021-04-23T16:47:12.000Z\"],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,53,24,2,6,4,28,19,11,19,33,40,7,10,8,18,12,18,13,18,57,39,32,67,29,28,12,9,12,11,15,25,21,11,12,18,21,10,23,7,16,23,27,18,38,28,62,36,22,39,46,47,18,31,37,16,41,44,35,43,30,44,25,23,21,33,17,18,24,27,40,22,28,31,59,45,42,68,29,27,16,24,49,26,58,45,40,30,23,23,33,34,20,27,43,56,58,47,52,37,27,32,74,86,41,41,71,20,15,32,37,55,24,37,48,56,58,34,20,26,54,50,48,55,60,36,43,35,45,82,69,62,60,59,81,128,86,67,78,99,58,81,125,105,100,49,50,52,28,71,74,44,58,73,72,72,120,69,58,45,34,74,75,73,83,94,54,43,41,51,46,80,43,50,63,33,59,59,51,41,42,42,38,37,48,72,54,96,73,68,73,64,52,74,61,80,69,118,48,68,50,44,36,47,45,61,90,78,89,54,48,48,19,45,31,44,67,64,68,51,83,59,71,44,57,80,68,61,54,36,43,29,74,43,39,64,46,22,22,57,80,68,61,54,33,40,50,58,51,60,54,61,51,47,45,34,42,32,59,50,23,49,27,38,28,27,46,47,69,82,69,86,116,129,54,34,40,77,60,38,54,61,63,44,44,60,73,61,59,58,92,128,201,89,75,69,43,34,71,90,32,59,40,43,29,43,29,82,41,71,60,45,47,59,61,42,32,28,35,62,46,52,63,39,53,90,55,69,58,89,48,53,82,51,49,60,32,39,53,35,33,33,66,63,88,63,94,78,68,71,40,23,51,42,51,36,45,46,74,53,38,49,46,53,41,35,33,32,17,8,23,42,58,54,49,16,33,46,46,52,42,28,45,32,33,25,40,31,21,18,26,40,34,32,34,37,31,62,41,10,40,47,42,51,41,35,56,45,50,55,54,51,67,51,37,19,28,39,25,21,35,32,37,44,69,56,86,34,40,70,79,82,63,68,64,60,74,56,70,72,40,50,44,49,70,93,65,119,136,72,59,51,46,60,82,79,77,93,76,111,107,87,67,66,71,65,82,81,82,60,70,75,34,17,52,68,73,65,56,68,35,32,65,95,61,76,71,70,73,61,33,21,27,45,44,51,53,46,33,109,73,75,82,48,32,39,46,53,71,67,68,63,62,64,75,65,64,48,49,51,54,55,75,70,69,27,64,79,89,131,55,144,78,47,83,84,71,48,59,85,76,91,78,61,44,48,49,38,39,46,24,38,67,60,73,71,43,56,77,45,20,51,83,66,39,47,29,41,42,69,41,53,41,36,70,75,37,25,26,63,40,28,47,24,21,36,36,35,54,50,31,49,20,32,20,13,20,34,31,18,14,17,42,22,25,46,42,58,26,38,30,42,32,26,16,25,17,19,35,43,31,16,28,20,20,22,23,37,25,15,17,17,32,27,23,38,27,25,14,40,19,18,22,19,18,21,20,23,11,15,7,19,16,13,30,33,23,35,31,26,26,27,20,13,30,22,40,43,29,28,29,20,21,30,27,27,32,25,37,30,28,26,25,28,32,13,14,23,14,25,24,17,23,18,17,19,13,9,28,23,16,23,17,23,14,16,24,41,31,17,24,24,34,47,19,20,30,30,30,41,34,41,40,25,50,44,35,38,24,35,29,78,26,18,42,38,58,29,92,49,34,40,35,26,20,37,22,24,44,18,23,21,45,42,24,41,27,23,22,44,24,38,36,43,33,29,19,30,40,33,50,56,67,28,22,16,7,5,16,33,35,35,66,62,68,46,35,62,41,43,30,30,43,29,37,23,18,28,16,19,10,22,25,9,20,24,23,16,42,49,33,18,30,54,55,21,51,52,45,40,40,24,23,23,18,25,10,25,20,12,15,19,34,26,20,13,27,21,11,24,22,30,17,25,30,25,13,20,48,44,26,30,31,19,20,27,14,25,8,15,12,12,19,15,17,12,22,23,11,10,10,9,19,21,16,30,30,23,12,26,32,35,31,19,13,27,35,21,13,21,18,14,15,16,19,13,23,9,15,14,18,29,10,32,32,18,17,7,6,22,14,10,16,11,6,10,16,30,14,14,15,9,13,19,11,10,15,15,17,17,16,14,11,18,23,16,31,22,39,27,19,21,9,22,27,36,41,19,44,13,34,46,26,22,25,21,11,32,20,24,29,30,36,31,14,35,25,38,19,18,20,29,29,25,27,13,15,15,8,14,14,14,19,19,10,12,14,41,24,17,15,12,23,25,20,28,10,23,14,15,18,19,8,14,29,25,26,33,11,16,23,13]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on tools.cdt forum.    ID   Subject   Post date   Post author     1840788   Re: C++ Formatter puts all code on a single line   2021-04-23 16:47:12   231980     1840742   Can’t resolve includes after IDE restarts.    2021-04-23 08:35:13   232044     1840728   Re: Missing AVR Project Property Container   2021-04-22 21:36:09   232038     1840727   Missing AVR Project Property Container   2021-04-22 21:33:15   232038     1840721   Missing AVR Project Property Container \\[RESOLVED\\]   2021-04-22 11:59:29   232038     1840668   assembly ide   2021-04-21 16:48:47   232032     1840622   Re: cannot create projects “No project types available”   2021-04-20 19:55:30   231948     1840616   Re: Headless build on 2021-03 building multiple times   2021-04-20 17:36:10   40383     1840615   Headless build on 2021-03 building multiple times   2021-04-20 17:01:15   40383     1840584   Debugger problems with MacOS Catalina   2021-04-19 21:53:50   232013    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 14321 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on tools.cdt forum.    ID   Subject   Last post date   Last post author   Replies   Views     1107772   Can’t resolve includes after IDE restarts.    2021-04-23 08:35:13   1840742   0   374     1107765   Missing AVR Project Property Container   2021-04-22 21:33:15   1840727   0   768     1107763   Missing AVR Project Property Container \\[RESOLVED\\]   2021-04-22 21:36:09   1840728   1   353     1107752   assembly ide   2021-04-21 16:48:47   1840668   0   784     1107737   Headless build on 2021-03 building multiple times   2021-04-20 17:36:10   1840616   1   56     1107726   Debugger problems with MacOS Catalina   2021-04-19 21:53:50   1840584   0   1004     1107725   CDT debug memory renderings under Dark theme   2021-04-19 17:02:27   1840578   0   1034     1107719   Headless Build; docker and references   2021-04-19 10:44:30   1840558   0   1096     1107716   How to use a Linked folder (path) variable in Build variables?   2021-04-18 21:03:21   1840547   0   1098     1107713   Console has different output in debug and normal run mode   2021-04-18 16:24:51   1840541   0   1156      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 499 commits.\n  ID   Name   Time   Result     40   cdt-10.0 \\#40   1.615226e+12   SUCCESS     15   cdt-10.0 \\#15   1.602260e+12   SUCCESS     2   cdt-10.0 \\#2   1.599514e+12   SUCCESS     2   cdt-10.0-standalone-debugger \\#2   1.599755e+12   SUCCESS     13   cdt-10.1 \\#13   1.615223e+12   SUCCESS     1   cdt-10.1 \\#1   1.607399e+12   SUCCESS     1   cdt-10.1-standalone-debugger \\#1   1.607697e+12   SUCCESS     18   cdt-10.2 \\#18   1.619227e+12   SUCCESS     17   cdt-10.2 \\#17   1.619217e+12   SUCCESS     16   cdt-10.2 \\#16   1.618731e+12   SUCCESS    // jsData function gvisDataPieChartID20be1f4dd90d () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 63 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 94 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 322 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 1 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 19 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID20be1f4dd90d() { var data = gvisDataPieChartID20be1f4dd90d(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project tools.cdt \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;NA\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID20be1f4dd90d') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID20be1f4dd90d); })(); function displayChartPieChartID20be1f4dd90d() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 40 commits.\n  Name   Colour   Last build time   Health report     cdt-10.0   disabled   1.615226e+12   100     cdt-10.0-standalone-debugger   disabled   1.599755e+12   100     cdt-10.1   disabled   1.615223e+12   100     cdt-10.1-standalone-debugger   disabled   1.607697e+12   100     cdt-10.2   blue   1.619227e+12   100     cdt-10.2-java16   yellow   1.618109e+12   50     cdt-9.10   disabled   1.579422e+12   100     cdt-9.10-standalone-debugger   disabled   1.576165e+12   100     cdt-9.11   blue   1.619226e+12   100     cdt-9.11-standalone-debugger   notbuilt   0.000000e+00   0    // jsData function gvisDataPieChartID20be6e846ddd () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 2 ], [ \u0026ldquo;blue\u0026rdquo;, 17 ], [ \u0026ldquo;blue_anime\u0026rdquo;, 1 ], [ \u0026ldquo;disabled\u0026rdquo;, 13 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;red\u0026rdquo;, 3 ], [ \u0026ldquo;yellow\u0026rdquo;, 3 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID20be6e846ddd() { var data = gvisDataPieChartID20be6e846ddd(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project tools.cdt \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID20be6e846ddd') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID20be6e846ddd); })(); function displayChartPieChartID20be6e846ddd() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for tools.cdt .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=CDT   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=CDT   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).     Failed: could not get CI URL \\[\\].     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/cdt-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://wiki.eclipse.org/index.php/CDT   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/cdt/downloads.php   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://www.eclipse.org/forums/eclipse.tools.cdt   OK. Forum \\[eclipse.tools.cdt\\] correctly defined.\\\\OK: Forum \\[eclipse.tools.cdt\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E/cdt-home/user/Tutorials.html   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.   http://www.eclipse.org/cdt/project-info/project-plan.xml   OK: Plan URL could be successfully fetched.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 94 commits.\n  Author   Count     unknown   15832     Martin Weber   89     Doug Schaefer   66     Christian W. Damus   45     Emanuel Graf IFS   38     Emanuel Graf   15     Mirko Stocker   15     Guido Zgraggen IFS   14     Bryan Wilkinson   12     Mike Kucera   12    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20be61cb4e56 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 15832 ], [ \"Martin Weber\", 89 ], [ \"Doug Schaefer\", 66 ], [ \"Christian W. Damus\", 45 ], [ \"Emanuel Graf IFS\", 38 ], [ \"Emanuel Graf\", 15 ], [ \"Mirko Stocker\", 15 ], [ \"Guido Zgraggen IFS\", 14 ], [ \"Bryan Wilkinson\", 12 ], [ \"Mike Kucera\", 12 ], [ \"Thomas Corbat\", 12 ], [ \"L2MPY6hJ3VS1IntR@RY0B22MJ6o03UA5V\", 10 ], [ \"Michael Scharf\", 9 ], [ \"Peter Graves\", 8 ], [ \"Jeff Johnston\", 6 ], [ \"Lukas Felber\", 6 ], [ \"Alain Lee and John Cortell\", 5 ], [ \"Bala Torati\", 5 ], [ \"Tomasz Wesolowski\", 5 ], [ \"HelloWorld.author.description Name\", 4 ], [ \"Intel Corporation\", 4 ], [ \"Judy N. Green\", 4 ], [ \"Tom Ball\", 4 ], [ \"Alena Laskavaia\", 3 ], [ \"Ken Ryall\", 3 ], [ \"Meisam Fathi\", 3 ], [ \"Pavel Marek\", 3 ], [ \"Andy Jin\", 2 ], [ \"Anton Gorenkov\", 2 ], [ \"Bogdan Gheorghe\", 2 ], [ \"Chris Thew \", 2 ], [ \"Ed Swartz\", 2 ], [ \"Fran Litterio (M+SdGgMHoeOi4U5j@RY0B22MJ6o03UA5V)\", 2 ], [ \"Fran Litterio \", 2 ], [ \"Francois Chouinard\", 2 ], [ \"Guido Zgraggen\", 2 ], [ \"Jeff Overbey\", 2 ], [ \"Mirko Stocker, Lukas Felber\", 2 ], [ \"Symbian Software Ltd.\", 2 ], [ \"Vivian Kong\", 2 ], [ \"a New CDT Project\", 2 ], [ \"Sawm6fxlkKeZ6358@RY0B22MJ6o03UA5V\", 2 ], [ \"the AST\", 2 ], [ \"the CDT. Makefile Project - Creates\", 2 ], [ \"the CDT. Static\", 2 ], [ \"the new project\", 2 ], [ \"Alain Lee\", 1 ], [ \"Alvaro Sanchez-Leon\", 1 ], [ \"AutotoolsSharedLibrary.author.description Name\", 1 ], [ \"Ben Konrath \", 1 ], [ \"Berthold Daum\", 1 ], [ \"C/C++ projects\", 1 ], [ \"David Daoust\", 1 ], [ \"Doug Schaefer Warren Paul\", 1 ], [ \"qUHU/ieRMriCQ9xI@uM9u0sVLLKh1dO/H\", 1 ], [ \"Eclipse CDT.\", 1 ], [ \"Elias Volanakis\", 1 ], [ \"GDB. We\", 1 ], [ \"Geoff Kuenning\", 1 ], [ \"Guido Zgraggen IFS, Lukas Felber IFS\", 1 ], [ \"IQMakeEnvProvider.createEnv() method for a specific project\", 1 ], [ \"Jens Elmenthaler\", 1 ], [ \"Jonah Graham \", 1 ], [ \"Lidia Popescu\", 1 ], [ \"Lukas Felber \u0026 Guido Zgraggen\", 1 ], [ \"Makefile project Other\", 1 ], [ \"MakefileHelloWorld.author.description Name\", 1 ], [ \"Marc Dumais\", 1 ], [ \"Marijn Haverbeke, Ingvar Stepanyan, and various contributors\", 1 ], [ \"Matthew Khouzam\", 1 ], [ \"xcSATfi8KRpEwMep@tp0UPX3keQGIg6De\", 1 ], [ \"Mirko Stocker, Lukas Felber, Emanuel Graf\", 1 ], [ \"Oleg Krasilnikov\", 1 ], [ \"Petri Tuononen\", 1 ], [ \"Sebastian Bauer \", 1 ], [ \"Sergey Prigogin\", 1 ], [ \"Simeon Andreev\", 1 ], [ \"Torbjorn Svensson\", 1 ], [ \"Warren Paul\", 1 ], [ \"calculateToolInputsOutputs IManagedBuildGnuToolInfo\", 1 ], [ \"converted from another project\", 1 ], [ \"echo . Steps\", 1 ], [ \"id TemplateId label Template\", 1 ], [ \"link LanguageSettingsStorage\", 1 ], [ \"link QMLPartitionScanner\", 1 ], [ \"our IProcessFactory\", 1 ], [ \"project\", 1 ], [ \"projects\", 1 ], [ \"scharf Flyweight Threadsafe\", 1 ], [ \"the CDT. Shared\", 1 ], [ \"the Control\", 1 ], [ \"the https://www.eclipse.org/dsdp/dd/' C/C++ Development Tools (CDT) project\", 1 ], [ \"the wizard. The default implementation sets up the project\", 1 ], [ \"your executable automatically usually the Executables project\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20be61cb4e56() { var data = gvisDataPieChartID20be61cb4e56(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project tools.cdt \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20be61cb4e56') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 183 commits.\n  Copyrights   Count     unknown   5990     Copyright (c) QNX Software Systems and others   2144     Copyright (c) IBM Corporation and others   1962     Copyright (c) Wind River Systems, Inc. and others   1122     Copyright (c) Intel Corporation and others   746     Copyright (c) Wind River Systems and others   561     Copyright (c) Ericsson and others   497     Copyright (c) Institute for Software, HSR Hochschule fuer Technik Rapperswil, University of applied sciences and others   268     Copyright (c) Google, Inc and others   237     Copyright (c) Red Hat, Inc.   161    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20be4db56c52 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5990 ], [ \"Copyright (c) QNX Software Systems and others\", 2144 ], [ \"Copyright (c) IBM Corporation and others\", 1962 ], [ \"Copyright (c) Wind River Systems, Inc. and others\", 1122 ], [ \"Copyright (c) Intel Corporation and others\", 746 ], [ \"Copyright (c) Wind River Systems and others\", 561 ], [ \"Copyright (c) Ericsson and others\", 497 ], [ \"Copyright (c) Institute for Software, HSR Hochschule fuer Technik Rapperswil, University of applied sciences and others\", 268 ], [ \"Copyright (c) Google, Inc and others\", 237 ], [ \"Copyright (c) Red Hat, Inc.\", 161 ], [ \"Copyright (c) Symbian Software Systems and others\", 160 ], [ \"Copyright (c) Andrew Gvozdev and others\", 156 ], [ \"Copyright (c) Red Hat, Inc. and others\", 141 ], [ \"Copyright (c) Anton Gorenkov\", 124 ], [ \"Copyright (c) Symbian Software Limited and others\", 122 ], [ \"Copyright (c) Martin Weber\", 104 ], [ \"Copyright (c) Alena Laskavaia\", 98 ], [ \"Copyright (c) Nokia and others\", 89 ], [ \"Copyright (c) Alena Laskavaia and others\", 76 ], [ \"Copyright (c) Kichwa Coders Ltd and others\", 73 ], [ \"Copyright (c) Nathan Ridge\", 72 ], [ \"Copyright (c) Tilera Corporation and others\", 72 ], [ \"Copyright (c) ArSysOp and others\", 70 ], [ \"Copyright (c) Mentor Graphics and others\", 69 ], [ \"Copyright (c) Institute for Software, HSR Hochschule fuer Technik Rapperswil, University of applied\", 58 ], [ \"Copyright (c) Marco Stornelli\", 50 ], [ \"Copyright (c) Ericsson\", 46 ], [ \"Copyright (c) ARM Limited and others\", 39 ], [ \"Copyright (c) QNX Software Systems\", 39 ], [ \"Copyright (c) Freescale Semiconductor and others\", 38 ], [ \"Copyright (c) Texas Instruments Inc. and others\", 38 ], [ \"Copyright (c) Kichwa Coders Canada Inc. and others\", 35 ], [ \"Copyright (c) Texas Instruments and others\", 30 ], [ \"Copyright (c) Marc-Andre Laperle and others\", 28 ], [ \"Copyright (c) Ericsson AB and others\", 27 ], [ \"Copyright (c) Red Hat\", 27 ], [ \"Copyright (c) Torbjorn Svensson and others\", 27 ], [ \"Copyright (c) Broadcom Corporation and others\", 25 ], [ \"Copyright (c) Nokia Siemens Networks Oyj, Finland\", 21 ], [ \"Copyright (c) Manish Khurana, Nathan Ridge and others\", 20 ], [ \"Copyright (c) Marc-Andre Laperle\", 20 ], [ \"Copyright (c) Wind River Systems, Inc.\", 20 ], [ \"Copyright (c) Red Hat and others\", 19 ], [ \"Copyright (c) CodeSourcery and others\", 15 ], [ \"Copyright (c) Andrew Gvozdev\", 14 ], [ \"Copyright (c) Anton Gorenkov and others\", 14 ], [ \"Copyright (c) Nokia Corporation\", 14 ], [ \"Copyright (c) IBM Corporation\", 13 ], [ \"Copyright (c) QNX Software System and others\", 13 ], [ \"Copyright (c) Space Codesign Systems and others\", 13 ], [ \"Copyright (c) Tomasz Wesolowski and others\", 13 ], [ \"Copyright (c) Eclipse\", 11 ], [ \"Copyright (c) Pavel Marek\", 11 ], [ \"Copyright (c) TimeSys Corporation and others\", 10 ], [ \"Copyright (c) Nathan Ridge and others\", 9 ], [ \"Copyright (c) PalmSource, Inc. and others\", 9 ], [ \"Copyright (c) IBM Wind River Systems, Inc. and others\", 8 ], [ \"Copyright (c) Intel Corporation\", 8 ], [ \"Copyright (c) Mathias Kunter and others\", 8 ], [ \"Copyright (c) Symbian Ltd and others\", 8 ], [ \"Copyright (c) Symbian Software Limited\", 8 ], [ \"Copyright (c) Rational Software Corporation and others\", 7 ], [ \"Copyright (c) Siemens AG.\", 7 ], [ \"Copyright (c) Simeon Andreev and others\", 7 ], [ \"Copyright (c) Verigy and others\", 7 ], [ \"Copyright (c) Freescale and others\", 6 ], [ \"Copyright (c) IBM Corporation, QNX Software Systems, and others\", 6 ], [ \"Copyright (c) STMicroelectronics and others\", 6 ], [ \"Copyright (c) Symbian Software Private Ltd. and others\", 5 ], [ \"Copyright (c) Texas Instruments, Freescale Semiconductor and others\", 5 ], [ \"Copyright (c) Tomasz Wesolowski\", 5 ], [ \"(c) Copyright Eclipse Linux Tools project\", 4 ], [ \"Copyright (c) AdaCore and others\", 4 ], [ \"Copyright (c) Axel Mueller and others\", 4 ], [ \"Copyright (c) BlackBerry Limited and others\", 4 ], [ \"Copyright (c) Institute\", 4 ], [ \"Copyright (c) Institute for Software, HSR Hochschule\", 4 ], [ \"Copyright (c) Intel Corporation, QNX Software Systems, and others\", 4 ], [ \"Copyright (c) Jens Elmenthaler and others\", 4 ], [ \"Copyright (c) Martin Weber and others\", 4 ], [ \"Copyright (c) Meisam Fathi and others\", 4 ], [ \"Copyright (c) Mentor Graphics Corporation\", 4 ], [ \"Copyright (c) Mentor Graphics Corporation and others\", 4 ], [ \"Copyright (c) Norbert Ploett and others\", 4 ], [ \"Copyright (c) QNX Software Systems Ltd and others\", 4 ], [ \"Copyright (c) Renesas Electronics and others\", 4 ], [ \"Copyright (c) BitMethods Inc and others\", 3 ], [ \"Copyright (c) COSEDA Technologies GmbH and others\", 3 ], [ \"Copyright (c) Eclipse Foundation and others\", 3 ], [ \"Copyright (c) Ericsson, Inc. and others\", 3 ], [ \"Copyright (c) Fabrizio Iannetti\", 3 ], [ \"Copyright (c) Freescale Semiconductor, Inc. and others\", 3 ], [ \"Copyright (c) Freescale, Inc.\", 3 ], [ \"Copyright (c) Gil Barash\", 3 ], [ \"Copyright (c) IAR Systems AB\", 3 ], [ \"Copyright (c) Nokia Corporation and others\", 3 ], [ \"Copyright (c) Patrick Hofer\", 3 ], [ \"Copyright (c) Patrick Hofer and others\", 3 ], [ \"Copyright (c) Siemens AG and others\", 3 ], [ \"Copyright (c) Symbian Software and others\", 3 ], [ \"Copyright (c) Wind River and others\", 3 ], [ \"(c) Copyright QNX Software Systems Ltd.\", 2 ], [ \"(c) IBM\", 2 ], [ \"Copyright (c) ARM and others\", 2 ], [ \"Copyright (c) Broadcom and others\", 2 ], [ \"Copyright (c) Eclipse CDT Project and others\", 2 ], [ \"Copyright (c) Freescale Secmiconductor and others\", 2 ], [ \"Copyright (c) Freescale Semiconductor, Inc.\", 2 ], [ \"Copyright (c) Freescale Semiconductors and others\", 2 ], [ \"Copyright (c) Institute for Software, HSR Hochschule fuer Technik and others Rapperswil, University of applied\", 2 ], [ \"Copyright (c) Kichwa Coders Canada and others\", 2 ], [ \"Copyright (c) QNX Software Systems, Freescale Semiconductor and others\", 2 ], [ \"Copyright (c) Severin Gehwolf\", 2 ], [ \"Copyright (c) Torbjorn Svensson\", 2 ], [ \"Copyright (c) Vlad Ivanov\", 2 ], [ \"Copyright (c) Wind River Systems\", 2 ], [ \"Copyright (c) by P.J. Plauger\", 2 ], [ \"Copyright Ericsson AB\", 2 ], [ \"(c) // Boolean constant. // c bvalue or c bvalue\", 1 ], [ \"(c) Copyright Eclipse contributors and others, Visit http://www.eclipse.org/cdt\", 1 ], [ \"(c) Copyright IBM Corp.\", 1 ], [ \"(c) Copyright Wind River Systems, Inc. and others\", 1 ], [ \"(c) Nokia Corporation\", 1 ], [ \"(c) Nokia Inc\", 1 ], [ \"Copyright (c) 201 Freescale Semiconductor and others\", 1 ], [ \"Copyright (c) Alena Laskavaia, Tomasz Wesolowski\", 1 ], [ \"Copyright (c) Atmel Corporation and others\", 1 ], [ \"Copyright (c) Ben Konrath  and others\", 1 ], [ \"Copyright (c) Berthold Daum and others\", 1 ], [ \"Copyright (c) Borland Incorrect\", 1 ], [ \"Copyright (c) CWI.\", 1 ], [ \"Copyright (c) Colin Leitner\", 1 ], [ \"Copyright (c) Dakshinamurthy Karra, IBM Corporation and others\", 1 ], [ \"Copyright (c) Dirk Fauth and others\", 1 ], [ \"Copyright (c) Douglas Lea\", 1 ], [ \"Copyright (c) Ericson and others\", 1 ], [ \"Copyright (c) Ericsson Corporation and others\", 1 ], [ \"Copyright (c) Ericsson, EfficiOS Inc. and others\", 1 ], [ \"Copyright (c) Felix Morgner\", 1 ], [ \"Copyright (c) Free Software Foundation, Inc.\", 1 ], [ \"Copyright (c) Free Software Foundation, Inc. http://fsf.org/ http://fsf.org\", 1 ], [ \"Copyright (c) Google Inc.\", 1 ], [ \"Copyright (c) Google and others\", 1 ], [ \"Copyright (c) IBM Corporation, Freescale Semiconductor and others\", 1 ], [ \"Copyright (c) IBM Software Corporation and others\", 1 ], [ \"Copyright (c) IBM and others\", 1 ], [ \"Copyright (c) Ingenico.\", 1 ], [ \"Copyright (c) Innoopract Informationssysteme GmbH and others\", 1 ], [ \"Copyright (c) Institute for Software, HSR Hochschule fuer Technik and others\", 1 ], [ \"Copyright (c) Jeff Johnston (Red Hat Inc.) and others\", 1 ], [ \"Copyright (c) Kichwa Coders Ltd\", 1 ], [ \"Copyright (c) Monta Vista and others\", 1 ], [ \"Copyright (c) MontaVista Software, Inc. and others\", 1 ], [ \"Copyright (c) NOKIA Inc\", 1 ], [ \"Copyright (c) Nathan Ridge. Rapperswil, University\", 1 ], [ \"Copyright (c) Nokia\", 1 ], [ \"Copyright (c) Nokia Siemens Networks Oyj, Finland and others\", 1 ], [ \"Copyright (c) Nokia, Inc. and others\", 1 ], [ \"Copyright (c) Obeo\", 1 ], [ \"Copyright (c) PalmSource\", 1 ], [ \"Copyright (c) QNX and others\", 1 ], [ \"Copyright (c) Red Hat Corporation and others\", 1 ], [ \"Copyright (c) RedHat, Inc. and others\", 1 ], [ \"Copyright (c) Ryan Prichard\", 1 ], [ \"Copyright (c) Sage Electronic Engineering and others\", 1 ], [ \"Copyright (c) Sage Electronic Engineering, LLC. and others\", 1 ], [ \"Copyright (c) Sebastian Bauer and others\", 1 ], [ \"Copyright (c) Serge Beauchamp and others\", 1 ], [ \"Copyright (c) Stefan Ghiaus\", 1 ], [ \"Copyright (c) Stefan Ghiaus and others\", 1 ], [ \"Copyright (c) Symbian Corporation and others\", 1 ], [ \"Copyright (c) TUBITAK BILGEM-ITI and others\", 1 ], [ \"Copyright (c) Tensilica and others\", 1 ], [ \"Copyright (c) Texas Instruments\", 1 ], [ \"Copyright (c) University of Applied Sciences Rapperswil\", 1 ], [ \"Copyright (c) Veaceslav Bacu (Freescale Semiconductor Inc.) and others\", 1 ], [ \"Copyright (c) Wei Li\", 1 ], [ \"Copyright (c) Wind River Corporation and others\", 1 ], [ \"Copyright (c) Wind River Systems, Nokia and others\", 1 ], [ \"Copyright (c) Zeligsoft Limited and others\", 1 ], [ \"Copyright (c) vogella GmbH and others\", 1 ], [ \"Copyright Fabrizio Giustina\", 1 ], [ \"Copyright Geoff Kuenning, Granada Hills, CA\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20be4db56c52() { var data = gvisDataPieChartID20be4db56c52(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project tools.cdt \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20be4db56c52') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 176 commits.\n  Holders   Count     unknown   6149     QNX Software Systems and others   2144     IBM Corporation and others   1962     Wind River Systems, Inc. and others   1123     Intel Corporation and others   746     Wind River Systems and others   561     Ericsson and others   497     Institute for Software, HSR Hochschule fuer Technik Rapperswil, University of applied sciences and others   268     Google, Inc and others   237     Red Hat, Inc.   188    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20be4932c396 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 6149 ], [ \"QNX Software Systems and others\", 2144 ], [ \"IBM Corporation and others\", 1962 ], [ \"Wind River Systems, Inc. and others\", 1123 ], [ \"Intel Corporation and others\", 746 ], [ \"Wind River Systems and others\", 561 ], [ \"Ericsson and others\", 497 ], [ \"Institute for Software, HSR Hochschule fuer Technik Rapperswil, University of applied sciences and others\", 268 ], [ \"Google, Inc and others\", 237 ], [ \"Red Hat, Inc.\", 188 ], [ \"Symbian Software Systems and others\", 160 ], [ \"Andrew Gvozdev and others\", 156 ], [ \"Red Hat, Inc. and others\", 141 ], [ \"Anton Gorenkov\", 124 ], [ \"Symbian Software Limited and others\", 122 ], [ \"Martin Weber\", 103 ], [ \"Alena Laskavaia\", 98 ], [ \"Nokia and others\", 89 ], [ \"Alena Laskavaia and others\", 76 ], [ \"Kichwa Coders Ltd and others\", 73 ], [ \"Nathan Ridge\", 72 ], [ \"Tilera Corporation and others\", 72 ], [ \"ArSysOp and others\", 70 ], [ \"Mentor Graphics and others\", 69 ], [ \"Institute for Software, HSR Hochschule fuer Technik Rapperswil, University of applied\", 58 ], [ \"Marco Stornelli\", 50 ], [ \"Ericsson\", 46 ], [ \"ARM Limited and others\", 39 ], [ \"Freescale Semiconductor and others\", 39 ], [ \"QNX Software Systems\", 39 ], [ \"Texas Instruments Inc. and others\", 38 ], [ \"Kichwa Coders Canada Inc. and others\", 35 ], [ \"Texas Instruments and others\", 30 ], [ \"Marc-Andre Laperle and others\", 28 ], [ \"Ericsson AB and others\", 27 ], [ \"Torbjorn Svensson and others\", 27 ], [ \"Broadcom Corporation and others\", 25 ], [ \"Nokia Siemens Networks Oyj, Finland\", 21 ], [ \"Manish Khurana, Nathan Ridge and others\", 20 ], [ \"Marc-Andre Laperle\", 20 ], [ \"Wind River Systems, Inc.\", 20 ], [ \"Red Hat and others\", 19 ], [ \"IBM Corporation\", 16 ], [ \"CodeSourcery and others\", 15 ], [ \"Nokia Corporation\", 15 ], [ \"Andrew Gvozdev\", 14 ], [ \"Anton Gorenkov and others\", 14 ], [ \"QNX Software System and others\", 13 ], [ \"Space Codesign Systems and others\", 13 ], [ \"Tomasz Wesolowski and others\", 13 ], [ \"Pavel Marek\", 11 ], [ \"The Eclipse Foundation\", 11 ], [ \"TimeSys Corporation and others\", 10 ], [ \"Nathan Ridge and others\", 9 ], [ \"PalmSource, Inc. and others\", 9 ], [ \"IBM Wind River Systems, Inc. and others\", 8 ], [ \"Intel Corporation\", 8 ], [ \"Mathias Kunter and others\", 8 ], [ \"Symbian Ltd and others\", 8 ], [ \"Symbian Software Limited\", 8 ], [ \"Rational Software Corporation and others\", 7 ], [ \"Siemens AG.\", 7 ], [ \"Simeon Andreev and others\", 7 ], [ \"Verigy and others\", 7 ], [ \"Freescale and others\", 6 ], [ \"IBM Corporation, QNX Software Systems, and others\", 6 ], [ \"STMicroelectronics and others\", 6 ], [ \"Symbian Software Private Ltd. and others\", 5 ], [ \"Texas Instruments, Freescale Semiconductor and others\", 5 ], [ \"Tomasz Wesolowski\", 5 ], [ \"AdaCore and others\", 4 ], [ \"Axel Mueller and others\", 4 ], [ \"BlackBerry Limited and others\", 4 ], [ \"Eclipse Linux Tools project\", 4 ], [ \"Institute\", 4 ], [ \"Institute for Software, HSR Hochschule\", 4 ], [ \"Intel Corporation, QNX Software Systems, and others\", 4 ], [ \"Jens Elmenthaler and others\", 4 ], [ \"Martin Weber and others\", 4 ], [ \"Meisam Fathi and others\", 4 ], [ \"Mentor Graphics Corporation\", 4 ], [ \"Mentor Graphics Corporation and others\", 4 ], [ \"Norbert Ploett and others\", 4 ], [ \"QNX Software Systems Ltd and others\", 4 ], [ \"Renesas Electronics and others\", 4 ], [ \"BitMethods Inc and others\", 3 ], [ \"COSEDA Technologies GmbH and others\", 3 ], [ \"Eclipse Foundation and others\", 3 ], [ \"Ericsson, Inc. and others\", 3 ], [ \"Fabrizio Iannetti\", 3 ], [ \"Freescale Semiconductor, Inc. and others\", 3 ], [ \"Freescale, Inc.\", 3 ], [ \"Gil Barash\", 3 ], [ \"IAR Systems AB\", 3 ], [ \"Nokia Corporation and others\", 3 ], [ \"Patrick Hofer\", 3 ], [ \"Patrick Hofer and others\", 3 ], [ \"Siemens AG and others\", 3 ], [ \"Symbian Software and others\", 3 ], [ \"Wind River and others\", 3 ], [ \"ARM and others\", 2 ], [ \"Broadcom and others\", 2 ], [ \"Eclipse CDT Project and others\", 2 ], [ \"Ericsson AB\", 2 ], [ \"Free Software Foundation, Inc.\", 2 ], [ \"Freescale Secmiconductor and others\", 2 ], [ \"Freescale Semiconductor, Inc.\", 2 ], [ \"Freescale Semiconductors and others\", 2 ], [ \"Institute for Software, HSR Hochschule fuer Technik and others Rapperswil, University of applied\", 2 ], [ \"Kichwa Coders Canada and others\", 2 ], [ \"Nokia Inc\", 2 ], [ \"P.J. Plauger\", 2 ], [ \"QNX Software Systems Ltd.\", 2 ], [ \"QNX Software Systems, Freescale Semiconductor and others\", 2 ], [ \"Severin Gehwolf\", 2 ], [ \"Torbjorn Svensson\", 2 ], [ \"Vlad Ivanov\", 2 ], [ \"Wind River Systems\", 2 ], [ \"Alena Laskavaia, Tomasz Wesolowski\", 1 ], [ \"Atmel Corporation and others\", 1 ], [ \"Ben Konrath and others\", 1 ], [ \"Berthold Daum and others\", 1 ], [ \"Boolean constant. // c bvalue or c bvalue\", 1 ], [ \"Borland Incorrect\", 1 ], [ \"CWI.\", 1 ], [ \"Colin Leitner\", 1 ], [ \"Dakshinamurthy Karra, IBM Corporation and others\", 1 ], [ \"Dirk Fauth and others\", 1 ], [ \"Douglas Lea\", 1 ], [ \"Eclipse contributors and others, Visit\", 1 ], [ \"Ericson and others\", 1 ], [ \"Ericsson Corporation and others\", 1 ], [ \"Ericsson, EfficiOS Inc. and others\", 1 ], [ \"Fabrizio Giustina\", 1 ], [ \"Felix Morgner\", 1 ], [ \"Geoff Kuenning, Granada Hills, CA\", 1 ], [ \"Google Inc.\", 1 ], [ \"Google and others\", 1 ], [ \"IBM Corporation, Freescale Semiconductor and others\", 1 ], [ \"IBM Software Corporation and others\", 1 ], [ \"IBM and others\", 1 ], [ \"Ingenico.\", 1 ], [ \"Innoopract Informationssysteme GmbH and others\", 1 ], [ \"Institute for Software, HSR Hochschule fuer Technik and others\", 1 ], [ \"Jeff Johnston (Red Hat Inc.) and others\", 1 ], [ \"Kichwa Coders Ltd\", 1 ], [ \"Martin Weber br\", 1 ], [ \"Monta Vista and others\", 1 ], [ \"MontaVista Software, Inc. and others\", 1 ], [ \"Nathan Ridge. Rapperswil, University\", 1 ], [ \"Nokia\", 1 ], [ \"Nokia Siemens Networks Oyj, Finland and others\", 1 ], [ \"Nokia, Inc. and others\", 1 ], [ \"Obeo\", 1 ], [ \"PalmSource\", 1 ], [ \"QNX and others\", 1 ], [ \"Red Hat Corporation and others\", 1 ], [ \"RedHat, Inc. and others\", 1 ], [ \"Ryan Prichard\", 1 ], [ \"Sage Electronic Engineering and others\", 1 ], [ \"Sage Electronic Engineering, LLC. and others\", 1 ], [ \"Sebastian Bauer and others\", 1 ], [ \"Serge Beauchamp and others\", 1 ], [ \"Stefan Ghiaus\", 1 ], [ \"Stefan Ghiaus and others\", 1 ], [ \"Symbian Corporation and others\", 1 ], [ \"TUBITAK BILGEM-ITI and others\", 1 ], [ \"Tensilica and others\", 1 ], [ \"Texas Instruments\", 1 ], [ \"University of Applied Sciences Rapperswil\", 1 ], [ \"Veaceslav Bacu (Freescale Semiconductor Inc.) and others\", 1 ], [ \"Wei Li\", 1 ], [ \"Wind River Corporation and others\", 1 ], [ \"Wind River Systems, Nokia and others\", 1 ], [ \"Zeligsoft Limited and others\", 1 ], [ \"vogella GmbH and others\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20be4932c396() { var data = gvisDataPieChartID20be4932c396(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project tools.cdt \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20be4932c396') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 22 commits.\n  Licence   Count     epl-2.0   10468     epl-2.0 OR apache-2.0   10201     unknown   5830     epl-1.0   223     unknown-license-reference   45     unknown-spdx   18     apache-2.0   13     cpl-1.0   12     eclipse-sua-2017   12     mpl-1.1   12    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20be7f8baf25 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 10468 ], [ \"epl-2.0 OR apache-2.0\", 10201 ], [ \"unknown\", 5830 ], [ \"epl-1.0\", 223 ], [ \"unknown-license-reference\", 45 ], [ \"unknown-spdx\", 18 ], [ \"apache-2.0\", 13 ], [ \"cpl-1.0\", 12 ], [ \"eclipse-sua-2017\", 12 ], [ \"mpl-1.1\", 12 ], [ \"cpl-1.0 AND other-permissive\", 7 ], [ \"unknown\", 7 ], [ \"generic-cla\", 2 ], [ \"gfdl-1.1-plus\", 2 ], [ \"gpl-1.0-plus\", 2 ], [ \"mit\", 2 ], [ \"public-domain\", 2 ], [ \"eclipse-sua-2014\", 1 ], [ \"gfdl-1.3\", 1 ], [ \"gpl-3.0-plus\", 1 ], [ \"other-permissive\", 1 ], [ \"public-domain-disclaimer\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20be7f8baf25() { var data = gvisDataPieChartID20be7f8baf25(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project tools.cdt \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20be7f8baf25') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 19 commits.\n  Programming Language   Count     Java   9342     unknown   5558     HTML   889     C++   172     C   147     Objective-C   68     JavaScript   30     Bash   20     TASM   16     CSS   14    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20be4f4b1d22 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 9342 ], [ \"unknown\", 5558 ], [ \"HTML\", 889 ], [ \"C++\", 172 ], [ \"C\", 147 ], [ \"Objective-C\", 68 ], [ \"JavaScript\", 30 ], [ \"Bash\", 20 ], [ \"TASM\", 16 ], [ \"CSS\", 14 ], [ \"Python\", 8 ], [ \"Perl6\", 5 ], [ \"VB.net\", 5 ], [ \"Fortran\", 3 ], [ \"PHP\", 3 ], [ \"Perl\", 2 ], [ \"ActionScript 3\", 1 ], [ \"Batchfile\", 1 ], [ \"GAS\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20be4f4b1d22() { var data = gvisDataPieChartID20be4f4b1d22(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project tools.cdt \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20be4f4b1d22') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 286 commits.\n  Holders   Type     pom.xml   manifest     README.md   readme     build/pom.xml   manifest     build/org.eclipse.cdt.autotools.core/META-INF/MANIFEST.MF   manifest     build/org.eclipse.cdt.autotools.docs/pom.xml   manifest     build/org.eclipse.cdt.autotools.docs/doc/notices.html   legal     build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF   manifest     build/org.eclipse.cdt.autotools.tests/META-INF/MANIFEST.MF   manifest     build/org.eclipse.cdt.autotools.ui/META-INF/MANIFEST.MF   manifest     build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/COPYING   legal    ","href":"/projects/tools.cdt/datasets_report/","title":"tools.cdt"},{"content":"                        About this document This document is a R notebook, dynamically created from the numbers extracted on the project. It lists all datasets published for the project, providing basic numbers, figures and a quick summary, and serves as a test case to make sure that all the required data is present and roughly consistent with requirements. All plots and tables are computed from the actual data as provided in the downloads.\nTo re-execute the document, simply start a R session, load rmarkdown and render the page with the project ID as a parameter:\nrequire(\u0026#39;rmarkdown\u0026#39;) render(\u0026#34;datasets_report.Rmarkdown\u0026#34;, params = list(project_id = \u0026#34;tools.tracecompass\u0026#34;), output_format=\u0026#34;html_document\u0026#34;) This website uses the blogdown R package, which provides a different output_format for the hugo framework.\nThis report was generated on 2021-04-25.\nDownloads All data is retrieved from Alambic, an open-source framework for development data extraction and processing.\nThis project’s analysis page can be found on the Alambic instance for the Eclipse forge, at https://eclipse.alambic.io/projects/tools.tracecompass.\nDownloads are composed of gzip’d CSV and JSON files. CSV files always have a header to name the fields, which makes it easy to import in analysis software like R:\ndata \u0026lt;- read.csv(file=\u0026#39;myfile.csv\u0026#39;, header=T) names(data) List of datasets generated for the project:\n Git  Git Commits (CSV) – Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. Git Commits Evol (CSV) – Evolution of number of commits and authors by day. Git Log (TXT) – the raw export of git log.   Bugzilla  Bugzilla issues (CSV) – list of all issues. Bugzilla open issues (CSV) – list of issues in an open state. Bugzilla evolution (CSV) – weekly time series of issues created. Bugzilla components (CSV) – list of components declared for the project. Bugzilla versions (CSV) – list of versions declared for the project.   Eclipse Forums  Forums Posts (CSV) – list of all forum posts for this project. Forums threads (CSV) – list of all forum threads for this project.   Jenkins CI  Jenkins CI Builds (CSV) – list of all builds on the Jenkins CI instance. Jenkins CI Jobs (CSV) – list of all jobs on the Jenkins CI instance.   Eclipse PMI  PMI Checks (CSV) – list of all checks applied to the Project Management Infrastructure entries for the project.   ScanCode  ScanCode files (CSV) – list of files identified in the codebase by ScanCode. ScanCode authors (CSV) – list of authors identified in the codebase by ScanCode. ScanCode copyrights (CSV) – list of copyrights identified in the codebase by ScanCode. ScanCode holders (CSV) – list of copyright holders identified in the codebase by ScanCode. ScanCode licences (CSV) – list of licences identified in the codebase by ScanCode. ScanCode packages (CSV) – list of packages identified in the codebase by ScanCode. ScanCode programming languages (CSV) – list of programming languages identified in the codebase by ScanCode.     Git Git commits Download: git_commits_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_git_commits_evol, header=T) File is git_commits_evol.csv, and has 3 columns for 2048 entries.\ndata$commits_sum \u0026lt;- cumsum(data$commits) data.xts \u0026lt;- xts(x = data[,c(\u0026#39;commits_sum\u0026#39;, \u0026#39;commits\u0026#39;, \u0026#39;authors\u0026#39;)], order.by=as.POSIXct(as.character(data[,c(\u0026#39;date\u0026#39;)]), format=\u0026#34;%Y-%m-%d\u0026#34;)) time.min \u0026lt;- index(data.xts[1,]) time.max \u0026lt;- index(data.xts[nrow(data.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;days\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, data.xts, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 p \u0026lt;-dygraph(merged.data[,c(\u0026#39;commits\u0026#39;)], main = paste(\u0026#39;Daily commits for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"title\":\"Daily commits for tools.tracecompass\",\"labels\":[\"day\",\"commits\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"daily\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2009-06-16T00:00:00.000Z\",\"2009-06-17T00:00:00.000Z\",\"2009-06-18T00:00:00.000Z\",\"2009-06-19T00:00:00.000Z\",\"2009-06-20T00:00:00.000Z\",\"2009-06-21T00:00:00.000Z\",\"2009-06-22T00:00:00.000Z\",\"2009-06-23T00:00:00.000Z\",\"2009-06-24T00:00:00.000Z\",\"2009-06-25T00:00:00.000Z\",\"2009-06-26T00:00:00.000Z\",\"2009-06-27T00:00:00.000Z\",\"2009-06-28T00:00:00.000Z\",\"2009-06-29T00:00:00.000Z\",\"2009-06-30T00:00:00.000Z\",\"2009-07-01T00:00:00.000Z\",\"2009-07-02T00:00:00.000Z\",\"2009-07-03T00:00:00.000Z\",\"2009-07-04T00:00:00.000Z\",\"2009-07-05T00:00:00.000Z\",\"2009-07-06T00:00:00.000Z\",\"2009-07-07T00:00:00.000Z\",\"2009-07-08T00:00:00.000Z\",\"2009-07-09T00:00:00.000Z\",\"2009-07-10T00:00:00.000Z\",\"2009-07-11T00:00:00.000Z\",\"2009-07-12T00:00:00.000Z\",\"2009-07-13T00:00:00.000Z\",\"2009-07-14T00:00:00.000Z\",\"2009-07-15T00:00:00.000Z\",\"2009-07-16T00:00:00.000Z\",\"2009-07-17T00:00:00.000Z\",\"2009-07-18T00:00:00.000Z\",\"2009-07-19T00:00:00.000Z\",\"2009-07-20T00:00:00.000Z\",\"2009-07-21T00:00:00.000Z\",\"2009-07-22T00:00:00.000Z\",\"2009-07-23T00:00:00.000Z\",\"2009-07-24T00:00:00.000Z\",\"2009-07-25T00:00:00.000Z\",\"2009-07-26T00:00:00.000Z\",\"2009-07-27T00:00:00.000Z\",\"2009-07-28T00:00:00.000Z\",\"2009-07-29T00:00:00.000Z\",\"2009-07-30T00:00:00.000Z\",\"2009-07-31T00:00:00.000Z\",\"2009-08-01T00:00:00.000Z\",\"2009-08-02T00:00:00.000Z\",\"2009-08-03T00:00:00.000Z\",\"2009-08-04T00:00:00.000Z\",\"2009-08-05T00:00:00.000Z\",\"2009-08-06T00:00:00.000Z\",\"2009-08-07T00:00:00.000Z\",\"2009-08-08T00:00:00.000Z\",\"2009-08-09T00:00:00.000Z\",\"2009-08-10T00:00:00.000Z\",\"2009-08-11T00:00:00.000Z\",\"2009-08-12T00:00:00.000Z\",\"2009-08-13T00:00:00.000Z\",\"2009-08-14T00:00:00.000Z\",\"2009-08-15T00:00:00.000Z\",\"2009-08-16T00:00:00.000Z\",\"2009-08-17T00:00:00.000Z\",\"2009-08-18T00:00:00.000Z\",\"2009-08-19T00:00:00.000Z\",\"2009-08-20T00:00:00.000Z\",\"2009-08-21T00:00:00.000Z\",\"2009-08-22T00:00:00.000Z\",\"2009-08-23T00:00:00.000Z\",\"2009-08-24T00:00:00.000Z\",\"2009-08-25T00:00:00.000Z\",\"2009-08-26T00:00:00.000Z\",\"2009-08-27T00:00:00.000Z\",\"2009-08-28T00:00:00.000Z\",\"2009-08-29T00:00:00.000Z\",\"2009-08-30T00:00:00.000Z\",\"2009-08-31T00:00:00.000Z\",\"2009-09-01T00:00:00.000Z\",\"2009-09-02T00:00:00.000Z\",\"2009-09-03T00:00:00.000Z\",\"2009-09-04T00:00:00.000Z\",\"2009-09-05T00:00:00.000Z\",\"2009-09-06T00:00:00.000Z\",\"2009-09-07T00:00:00.000Z\",\"2009-09-08T00:00:00.000Z\",\"2009-09-09T00:00:00.000Z\",\"2009-09-10T00:00:00.000Z\",\"2009-09-11T00:00:00.000Z\",\"2009-09-12T00:00:00.000Z\",\"2009-09-13T00:00:00.000Z\",\"2009-09-14T00:00:00.000Z\",\"2009-09-15T00:00:00.000Z\",\"2009-09-16T00:00:00.000Z\",\"2009-09-17T00:00:00.000Z\",\"2009-09-18T00:00:00.000Z\",\"2009-09-19T00:00:00.000Z\",\"2009-09-20T00:00:00.000Z\",\"2009-09-21T00:00:00.000Z\",\"2009-09-22T00:00:00.000Z\",\"2009-09-23T00:00:00.000Z\",\"2009-09-24T00:00:00.000Z\",\"2009-09-25T00:00:00.000Z\",\"2009-09-26T00:00:00.000Z\",\"2009-09-27T00:00:00.000Z\",\"2009-09-28T00:00:00.000Z\",\"2009-09-29T00:00:00.000Z\",\"2009-09-30T00:00:00.000Z\",\"2009-10-01T00:00:00.000Z\",\"2009-10-02T00:00:00.000Z\",\"2009-10-03T00:00:00.000Z\",\"2009-10-04T00:00:00.000Z\",\"2009-10-05T00:00:00.000Z\",\"2009-10-06T00:00:00.000Z\",\"2009-10-07T00:00:00.000Z\",\"2009-10-08T00:00:00.000Z\",\"2009-10-09T00:00:00.000Z\",\"2009-10-10T00:00:00.000Z\",\"2009-10-11T00:00:00.000Z\",\"2009-10-12T00:00:00.000Z\",\"2009-10-13T00:00:00.000Z\",\"2009-10-14T00:00:00.000Z\",\"2009-10-15T00:00:00.000Z\",\"2009-10-16T00:00:00.000Z\",\"2009-10-17T00:00:00.000Z\",\"2009-10-18T00:00:00.000Z\",\"2009-10-19T00:00:00.000Z\",\"2009-10-20T00:00:00.000Z\",\"2009-10-21T00:00:00.000Z\",\"2009-10-22T00:00:00.000Z\",\"2009-10-23T00:00:00.000Z\",\"2009-10-24T00:00:00.000Z\",\"2009-10-25T00:00:00.000Z\",\"2009-10-26T00:00:00.000Z\",\"2009-10-27T00:00:00.000Z\",\"2009-10-28T00:00:00.000Z\",\"2009-10-29T00:00:00.000Z\",\"2009-10-30T00:00:00.000Z\",\"2009-10-31T00:00:00.000Z\",\"2009-11-01T00:00:00.000Z\",\"2009-11-02T00:00:00.000Z\",\"2009-11-03T00:00:00.000Z\",\"2009-11-04T00:00:00.000Z\",\"2009-11-05T00:00:00.000Z\",\"2009-11-06T00:00:00.000Z\",\"2009-11-07T00:00:00.000Z\",\"2009-11-08T00:00:00.000Z\",\"2009-11-09T00:00:00.000Z\",\"2009-11-10T00:00:00.000Z\",\"2009-11-11T00:00:00.000Z\",\"2009-11-12T00:00:00.000Z\",\"2009-11-13T00:00:00.000Z\",\"2009-11-14T00:00:00.000Z\",\"2009-11-15T00:00:00.000Z\",\"2009-11-16T00:00:00.000Z\",\"2009-11-17T00:00:00.000Z\",\"2009-11-18T00:00:00.000Z\",\"2009-11-19T00:00:00.000Z\",\"2009-11-20T00:00:00.000Z\",\"2009-11-21T00:00:00.000Z\",\"2009-11-22T00:00:00.000Z\",\"2009-11-23T00:00:00.000Z\",\"2009-11-24T00:00:00.000Z\",\"2009-11-25T00:00:00.000Z\",\"2009-11-26T00:00:00.000Z\",\"2009-11-27T00:00:00.000Z\",\"2009-11-28T00:00:00.000Z\",\"2009-11-29T00:00:00.000Z\",\"2009-11-30T00:00:00.000Z\",\"2009-12-01T00:00:00.000Z\",\"2009-12-02T00:00:00.000Z\",\"2009-12-03T00:00:00.000Z\",\"2009-12-04T00:00:00.000Z\",\"2009-12-05T00:00:00.000Z\",\"2009-12-06T00:00:00.000Z\",\"2009-12-07T00:00:00.000Z\",\"2009-12-08T00:00:00.000Z\",\"2009-12-09T00:00:00.000Z\",\"2009-12-10T00:00:00.000Z\",\"2009-12-11T00:00:00.000Z\",\"2009-12-12T00:00:00.000Z\",\"2009-12-13T00:00:00.000Z\",\"2009-12-14T00:00:00.000Z\",\"2009-12-15T00:00:00.000Z\",\"2009-12-16T00:00:00.000Z\",\"2009-12-17T00:00:00.000Z\",\"2009-12-18T00:00:00.000Z\",\"2009-12-19T00:00:00.000Z\",\"2009-12-20T00:00:00.000Z\",\"2009-12-21T00:00:00.000Z\",\"2009-12-22T00:00:00.000Z\",\"2009-12-23T00:00:00.000Z\",\"2009-12-24T00:00:00.000Z\",\"2009-12-25T00:00:00.000Z\",\"2009-12-26T00:00:00.000Z\",\"2009-12-27T00:00:00.000Z\",\"2009-12-28T00:00:00.000Z\",\"2009-12-29T00:00:00.000Z\",\"2009-12-30T00:00:00.000Z\",\"2009-12-31T00:00:00.000Z\",\"2010-01-01T00:00:00.000Z\",\"2010-01-02T00:00:00.000Z\",\"2010-01-03T00:00:00.000Z\",\"2010-01-04T00:00:00.000Z\",\"2010-01-05T00:00:00.000Z\",\"2010-01-06T00:00:00.000Z\",\"2010-01-07T00:00:00.000Z\",\"2010-01-08T00:00:00.000Z\",\"2010-01-09T00:00:00.000Z\",\"2010-01-10T00:00:00.000Z\",\"2010-01-11T00:00:00.000Z\",\"2010-01-12T00:00:00.000Z\",\"2010-01-13T00:00:00.000Z\",\"2010-01-14T00:00:00.000Z\",\"2010-01-15T00:00:00.000Z\",\"2010-01-16T00:00:00.000Z\",\"2010-01-17T00:00:00.000Z\",\"2010-01-18T00:00:00.000Z\",\"2010-01-19T00:00:00.000Z\",\"2010-01-20T00:00:00.000Z\",\"2010-01-21T00:00:00.000Z\",\"2010-01-22T00:00:00.000Z\",\"2010-01-23T00:00:00.000Z\",\"2010-01-24T00:00:00.000Z\",\"2010-01-25T00:00:00.000Z\",\"2010-01-26T00:00:00.000Z\",\"2010-01-27T00:00:00.000Z\",\"2010-01-28T00:00:00.000Z\",\"2010-01-29T00:00:00.000Z\",\"2010-01-30T00:00:00.000Z\",\"2010-01-31T00:00:00.000Z\",\"2010-02-01T00:00:00.000Z\",\"2010-02-02T00:00:00.000Z\",\"2010-02-03T00:00:00.000Z\",\"2010-02-04T00:00:00.000Z\",\"2010-02-05T00:00:00.000Z\",\"2010-02-06T00:00:00.000Z\",\"2010-02-07T00:00:00.000Z\",\"2010-02-08T00:00:00.000Z\",\"2010-02-09T00:00:00.000Z\",\"2010-02-10T00:00:00.000Z\",\"2010-02-11T00:00:00.000Z\",\"2010-02-12T00:00:00.000Z\",\"2010-02-13T00:00:00.000Z\",\"2010-02-14T00:00:00.000Z\",\"2010-02-15T00:00:00.000Z\",\"2010-02-16T00:00:00.000Z\",\"2010-02-17T00:00:00.000Z\",\"2010-02-18T00:00:00.000Z\",\"2010-02-19T00:00:00.000Z\",\"2010-02-20T00:00:00.000Z\",\"2010-02-21T00:00:00.000Z\",\"2010-02-22T00:00:00.000Z\",\"2010-02-23T00:00:00.000Z\",\"2010-02-24T00:00:00.000Z\",\"2010-02-25T00:00:00.000Z\",\"2010-02-26T00:00:00.000Z\",\"2010-02-27T00:00:00.000Z\",\"2010-02-28T00:00:00.000Z\",\"2010-03-01T00:00:00.000Z\",\"2010-03-02T00:00:00.000Z\",\"2010-03-03T00:00:00.000Z\",\"2010-03-04T00:00:00.000Z\",\"2010-03-05T00:00:00.000Z\",\"2010-03-06T00:00:00.000Z\",\"2010-03-07T00:00:00.000Z\",\"2010-03-08T00:00:00.000Z\",\"2010-03-09T00:00:00.000Z\",\"2010-03-10T00:00:00.000Z\",\"2010-03-11T00:00:00.000Z\",\"2010-03-12T00:00:00.000Z\",\"2010-03-13T00:00:00.000Z\",\"2010-03-14T00:00:00.000Z\",\"2010-03-15T00:00:00.000Z\",\"2010-03-16T00:00:00.000Z\",\"2010-03-17T00:00:00.000Z\",\"2010-03-18T00:00:00.000Z\",\"2010-03-19T00:00:00.000Z\",\"2010-03-20T00:00:00.000Z\",\"2010-03-21T00:00:00.000Z\",\"2010-03-22T00:00:00.000Z\",\"2010-03-23T00:00:00.000Z\",\"2010-03-24T00:00:00.000Z\",\"2010-03-25T00:00:00.000Z\",\"2010-03-26T00:00:00.000Z\",\"2010-03-27T00:00:00.000Z\",\"2010-03-28T00:00:00.000Z\",\"2010-03-29T00:00:00.000Z\",\"2010-03-30T00:00:00.000Z\",\"2010-03-31T00:00:00.000Z\",\"2010-04-01T00:00:00.000Z\",\"2010-04-02T00:00:00.000Z\",\"2010-04-03T00:00:00.000Z\",\"2010-04-04T00:00:00.000Z\",\"2010-04-05T00:00:00.000Z\",\"2010-04-06T00:00:00.000Z\",\"2010-04-07T00:00:00.000Z\",\"2010-04-08T00:00:00.000Z\",\"2010-04-09T00:00:00.000Z\",\"2010-04-10T00:00:00.000Z\",\"2010-04-11T00:00:00.000Z\",\"2010-04-12T00:00:00.000Z\",\"2010-04-13T00:00:00.000Z\",\"2010-04-14T00:00:00.000Z\",\"2010-04-15T00:00:00.000Z\",\"2010-04-16T00:00:00.000Z\",\"2010-04-17T00:00:00.000Z\",\"2010-04-18T00:00:00.000Z\",\"2010-04-19T00:00:00.000Z\",\"2010-04-20T00:00:00.000Z\",\"2010-04-21T00:00:00.000Z\",\"2010-04-22T00:00:00.000Z\",\"2010-04-23T00:00:00.000Z\",\"2010-04-24T00:00:00.000Z\",\"2010-04-25T00:00:00.000Z\",\"2010-04-26T00:00:00.000Z\",\"2010-04-27T00:00:00.000Z\",\"2010-04-28T00:00:00.000Z\",\"2010-04-29T00:00:00.000Z\",\"2010-04-30T00:00:00.000Z\",\"2010-05-01T00:00:00.000Z\",\"2010-05-02T00:00:00.000Z\",\"2010-05-03T00:00:00.000Z\",\"2010-05-04T00:00:00.000Z\",\"2010-05-05T00:00:00.000Z\",\"2010-05-06T00:00:00.000Z\",\"2010-05-07T00:00:00.000Z\",\"2010-05-08T00:00:00.000Z\",\"2010-05-09T00:00:00.000Z\",\"2010-05-10T00:00:00.000Z\",\"2010-05-11T00:00:00.000Z\",\"2010-05-12T00:00:00.000Z\",\"2010-05-13T00:00:00.000Z\",\"2010-05-14T00:00:00.000Z\",\"2010-05-15T00:00:00.000Z\",\"2010-05-16T00:00:00.000Z\",\"2010-05-17T00:00:00.000Z\",\"2010-05-18T00:00:00.000Z\",\"2010-05-19T00:00:00.000Z\",\"2010-05-20T00:00:00.000Z\",\"2010-05-21T00:00:00.000Z\",\"2010-05-22T00:00:00.000Z\",\"2010-05-23T00:00:00.000Z\",\"2010-05-24T00:00:00.000Z\",\"2010-05-25T00:00:00.000Z\",\"2010-05-26T00:00:00.000Z\",\"2010-05-27T00:00:00.000Z\",\"2010-05-28T00:00:00.000Z\",\"2010-05-29T00:00:00.000Z\",\"2010-05-30T00:00:00.000Z\",\"2010-05-31T00:00:00.000Z\",\"2010-06-01T00:00:00.000Z\",\"2010-06-02T00:00:00.000Z\",\"2010-06-03T00:00:00.000Z\",\"2010-06-04T00:00:00.000Z\",\"2010-06-05T00:00:00.000Z\",\"2010-06-06T00:00:00.000Z\",\"2010-06-07T00:00:00.000Z\",\"2010-06-08T00:00:00.000Z\",\"2010-06-09T00:00:00.000Z\",\"2010-06-10T00:00:00.000Z\",\"2010-06-11T00:00:00.000Z\",\"2010-06-12T00:00:00.000Z\",\"2010-06-13T00:00:00.000Z\",\"2010-06-14T00:00:00.000Z\",\"2010-06-15T00:00:00.000Z\",\"2010-06-16T00:00:00.000Z\",\"2010-06-17T00:00:00.000Z\",\"2010-06-18T00:00:00.000Z\",\"2010-06-19T00:00:00.000Z\",\"2010-06-20T00:00:00.000Z\",\"2010-06-21T00:00:00.000Z\",\"2010-06-22T00:00:00.000Z\",\"2010-06-23T00:00:00.000Z\",\"2010-06-24T00:00:00.000Z\",\"2010-06-25T00:00:00.000Z\",\"2010-06-26T00:00:00.000Z\",\"2010-06-27T00:00:00.000Z\",\"2010-06-28T00:00:00.000Z\",\"2010-06-29T00:00:00.000Z\",\"2010-06-30T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2010-07-02T00:00:00.000Z\",\"2010-07-03T00:00:00.000Z\",\"2010-07-04T00:00:00.000Z\",\"2010-07-05T00:00:00.000Z\",\"2010-07-06T00:00:00.000Z\",\"2010-07-07T00:00:00.000Z\",\"2010-07-08T00:00:00.000Z\",\"2010-07-09T00:00:00.000Z\",\"2010-07-10T00:00:00.000Z\",\"2010-07-11T00:00:00.000Z\",\"2010-07-12T00:00:00.000Z\",\"2010-07-13T00:00:00.000Z\",\"2010-07-14T00:00:00.000Z\",\"2010-07-15T00:00:00.000Z\",\"2010-07-16T00:00:00.000Z\",\"2010-07-17T00:00:00.000Z\",\"2010-07-18T00:00:00.000Z\",\"2010-07-19T00:00:00.000Z\",\"2010-07-20T00:00:00.000Z\",\"2010-07-21T00:00:00.000Z\",\"2010-07-22T00:00:00.000Z\",\"2010-07-23T00:00:00.000Z\",\"2010-07-24T00:00:00.000Z\",\"2010-07-25T00:00:00.000Z\",\"2010-07-26T00:00:00.000Z\",\"2010-07-27T00:00:00.000Z\",\"2010-07-28T00:00:00.000Z\",\"2010-07-29T00:00:00.000Z\",\"2010-07-30T00:00:00.000Z\",\"2010-07-31T00:00:00.000Z\",\"2010-08-01T00:00:00.000Z\",\"2010-08-02T00:00:00.000Z\",\"2010-08-03T00:00:00.000Z\",\"2010-08-04T00:00:00.000Z\",\"2010-08-05T00:00:00.000Z\",\"2010-08-06T00:00:00.000Z\",\"2010-08-07T00:00:00.000Z\",\"2010-08-08T00:00:00.000Z\",\"2010-08-09T00:00:00.000Z\",\"2010-08-10T00:00:00.000Z\",\"2010-08-11T00:00:00.000Z\",\"2010-08-12T00:00:00.000Z\",\"2010-08-13T00:00:00.000Z\",\"2010-08-14T00:00:00.000Z\",\"2010-08-15T00:00:00.000Z\",\"2010-08-16T00:00:00.000Z\",\"2010-08-17T00:00:00.000Z\",\"2010-08-18T00:00:00.000Z\",\"2010-08-19T00:00:00.000Z\",\"2010-08-20T00:00:00.000Z\",\"2010-08-21T00:00:00.000Z\",\"2010-08-22T00:00:00.000Z\",\"2010-08-23T00:00:00.000Z\",\"2010-08-24T00:00:00.000Z\",\"2010-08-25T00:00:00.000Z\",\"2010-08-26T00:00:00.000Z\",\"2010-08-27T00:00:00.000Z\",\"2010-08-28T00:00:00.000Z\",\"2010-08-29T00:00:00.000Z\",\"2010-08-30T00:00:00.000Z\",\"2010-08-31T00:00:00.000Z\",\"2010-09-01T00:00:00.000Z\",\"2010-09-02T00:00:00.000Z\",\"2010-09-03T00:00:00.000Z\",\"2010-09-04T00:00:00.000Z\",\"2010-09-05T00:00:00.000Z\",\"2010-09-06T00:00:00.000Z\",\"2010-09-07T00:00:00.000Z\",\"2010-09-08T00:00:00.000Z\",\"2010-09-09T00:00:00.000Z\",\"2010-09-10T00:00:00.000Z\",\"2010-09-11T00:00:00.000Z\",\"2010-09-12T00:00:00.000Z\",\"2010-09-13T00:00:00.000Z\",\"2010-09-14T00:00:00.000Z\",\"2010-09-15T00:00:00.000Z\",\"2010-09-16T00:00:00.000Z\",\"2010-09-17T00:00:00.000Z\",\"2010-09-18T00:00:00.000Z\",\"2010-09-19T00:00:00.000Z\",\"2010-09-20T00:00:00.000Z\",\"2010-09-21T00:00:00.000Z\",\"2010-09-22T00:00:00.000Z\",\"2010-09-23T00:00:00.000Z\",\"2010-09-24T00:00:00.000Z\",\"2010-09-25T00:00:00.000Z\",\"2010-09-26T00:00:00.000Z\",\"2010-09-27T00:00:00.000Z\",\"2010-09-28T00:00:00.000Z\",\"2010-09-29T00:00:00.000Z\",\"2010-09-30T00:00:00.000Z\",\"2010-10-01T00:00:00.000Z\",\"2010-10-02T00:00:00.000Z\",\"2010-10-03T00:00:00.000Z\",\"2010-10-04T00:00:00.000Z\",\"2010-10-05T00:00:00.000Z\",\"2010-10-06T00:00:00.000Z\",\"2010-10-07T00:00:00.000Z\",\"2010-10-08T00:00:00.000Z\",\"2010-10-09T00:00:00.000Z\",\"2010-10-10T00:00:00.000Z\",\"2010-10-11T00:00:00.000Z\",\"2010-10-12T00:00:00.000Z\",\"2010-10-13T00:00:00.000Z\",\"2010-10-14T00:00:00.000Z\",\"2010-10-15T00:00:00.000Z\",\"2010-10-16T00:00:00.000Z\",\"2010-10-17T00:00:00.000Z\",\"2010-10-18T00:00:00.000Z\",\"2010-10-19T00:00:00.000Z\",\"2010-10-20T00:00:00.000Z\",\"2010-10-21T00:00:00.000Z\",\"2010-10-22T00:00:00.000Z\",\"2010-10-23T00:00:00.000Z\",\"2010-10-24T00:00:00.000Z\",\"2010-10-25T00:00:00.000Z\",\"2010-10-26T00:00:00.000Z\",\"2010-10-27T00:00:00.000Z\",\"2010-10-28T00:00:00.000Z\",\"2010-10-29T00:00:00.000Z\",\"2010-10-30T00:00:00.000Z\",\"2010-10-31T00:00:00.000Z\",\"2010-11-01T00:00:00.000Z\",\"2010-11-02T00:00:00.000Z\",\"2010-11-03T00:00:00.000Z\",\"2010-11-04T00:00:00.000Z\",\"2010-11-05T00:00:00.000Z\",\"2010-11-06T00:00:00.000Z\",\"2010-11-07T00:00:00.000Z\",\"2010-11-08T00:00:00.000Z\",\"2010-11-09T00:00:00.000Z\",\"2010-11-10T00:00:00.000Z\",\"2010-11-11T00:00:00.000Z\",\"2010-11-12T00:00:00.000Z\",\"2010-11-13T00:00:00.000Z\",\"2010-11-14T00:00:00.000Z\",\"2010-11-15T00:00:00.000Z\",\"2010-11-16T00:00:00.000Z\",\"2010-11-17T00:00:00.000Z\",\"2010-11-18T00:00:00.000Z\",\"2010-11-19T00:00:00.000Z\",\"2010-11-20T00:00:00.000Z\",\"2010-11-21T00:00:00.000Z\",\"2010-11-22T00:00:00.000Z\",\"2010-11-23T00:00:00.000Z\",\"2010-11-24T00:00:00.000Z\",\"2010-11-25T00:00:00.000Z\",\"2010-11-26T00:00:00.000Z\",\"2010-11-27T00:00:00.000Z\",\"2010-11-28T00:00:00.000Z\",\"2010-11-29T00:00:00.000Z\",\"2010-11-30T00:00:00.000Z\",\"2010-12-01T00:00:00.000Z\",\"2010-12-02T00:00:00.000Z\",\"2010-12-03T00:00:00.000Z\",\"2010-12-04T00:00:00.000Z\",\"2010-12-05T00:00:00.000Z\",\"2010-12-06T00:00:00.000Z\",\"2010-12-07T00:00:00.000Z\",\"2010-12-08T00:00:00.000Z\",\"2010-12-09T00:00:00.000Z\",\"2010-12-10T00:00:00.000Z\",\"2010-12-11T00:00:00.000Z\",\"2010-12-12T00:00:00.000Z\",\"2010-12-13T00:00:00.000Z\",\"2010-12-14T00:00:00.000Z\",\"2010-12-15T00:00:00.000Z\",\"2010-12-16T00:00:00.000Z\",\"2010-12-17T00:00:00.000Z\",\"2010-12-18T00:00:00.000Z\",\"2010-12-19T00:00:00.000Z\",\"2010-12-20T00:00:00.000Z\",\"2010-12-21T00:00:00.000Z\",\"2010-12-22T00:00:00.000Z\",\"2010-12-23T00:00:00.000Z\",\"2010-12-24T00:00:00.000Z\",\"2010-12-25T00:00:00.000Z\",\"2010-12-26T00:00:00.000Z\",\"2010-12-27T00:00:00.000Z\",\"2010-12-28T00:00:00.000Z\",\"2010-12-29T00:00:00.000Z\",\"2010-12-30T00:00:00.000Z\",\"2010-12-31T00:00:00.000Z\",\"2011-01-01T00:00:00.000Z\",\"2011-01-02T00:00:00.000Z\",\"2011-01-03T00:00:00.000Z\",\"2011-01-04T00:00:00.000Z\",\"2011-01-05T00:00:00.000Z\",\"2011-01-06T00:00:00.000Z\",\"2011-01-07T00:00:00.000Z\",\"2011-01-08T00:00:00.000Z\",\"2011-01-09T00:00:00.000Z\",\"2011-01-10T00:00:00.000Z\",\"2011-01-11T00:00:00.000Z\",\"2011-01-12T00:00:00.000Z\",\"2011-01-13T00:00:00.000Z\",\"2011-01-14T00:00:00.000Z\",\"2011-01-15T00:00:00.000Z\",\"2011-01-16T00:00:00.000Z\",\"2011-01-17T00:00:00.000Z\",\"2011-01-18T00:00:00.000Z\",\"2011-01-19T00:00:00.000Z\",\"2011-01-20T00:00:00.000Z\",\"2011-01-21T00:00:00.000Z\",\"2011-01-22T00:00:00.000Z\",\"2011-01-23T00:00:00.000Z\",\"2011-01-24T00:00:00.000Z\",\"2011-01-25T00:00:00.000Z\",\"2011-01-26T00:00:00.000Z\",\"2011-01-27T00:00:00.000Z\",\"2011-01-28T00:00:00.000Z\",\"2011-01-29T00:00:00.000Z\",\"2011-01-30T00:00:00.000Z\",\"2011-01-31T00:00:00.000Z\",\"2011-02-01T00:00:00.000Z\",\"2011-02-02T00:00:00.000Z\",\"2011-02-03T00:00:00.000Z\",\"2011-02-04T00:00:00.000Z\",\"2011-02-05T00:00:00.000Z\",\"2011-02-06T00:00:00.000Z\",\"2011-02-07T00:00:00.000Z\",\"2011-02-08T00:00:00.000Z\",\"2011-02-09T00:00:00.000Z\",\"2011-02-10T00:00:00.000Z\",\"2011-02-11T00:00:00.000Z\",\"2011-02-12T00:00:00.000Z\",\"2011-02-13T00:00:00.000Z\",\"2011-02-14T00:00:00.000Z\",\"2011-02-15T00:00:00.000Z\",\"2011-02-16T00:00:00.000Z\",\"2011-02-17T00:00:00.000Z\",\"2011-02-18T00:00:00.000Z\",\"2011-02-19T00:00:00.000Z\",\"2011-02-20T00:00:00.000Z\",\"2011-02-21T00:00:00.000Z\",\"2011-02-22T00:00:00.000Z\",\"2011-02-23T00:00:00.000Z\",\"2011-02-24T00:00:00.000Z\",\"2011-02-25T00:00:00.000Z\",\"2011-02-26T00:00:00.000Z\",\"2011-02-27T00:00:00.000Z\",\"2011-02-28T00:00:00.000Z\",\"2011-03-01T00:00:00.000Z\",\"2011-03-02T00:00:00.000Z\",\"2011-03-03T00:00:00.000Z\",\"2011-03-04T00:00:00.000Z\",\"2011-03-05T00:00:00.000Z\",\"2011-03-06T00:00:00.000Z\",\"2011-03-07T00:00:00.000Z\",\"2011-03-08T00:00:00.000Z\",\"2011-03-09T00:00:00.000Z\",\"2011-03-10T00:00:00.000Z\",\"2011-03-11T00:00:00.000Z\",\"2011-03-12T00:00:00.000Z\",\"2011-03-13T00:00:00.000Z\",\"2011-03-14T00:00:00.000Z\",\"2011-03-15T00:00:00.000Z\",\"2011-03-16T00:00:00.000Z\",\"2011-03-17T00:00:00.000Z\",\"2011-03-18T00:00:00.000Z\",\"2011-03-19T00:00:00.000Z\",\"2011-03-20T00:00:00.000Z\",\"2011-03-21T00:00:00.000Z\",\"2011-03-22T00:00:00.000Z\",\"2011-03-23T00:00:00.000Z\",\"2011-03-24T00:00:00.000Z\",\"2011-03-25T00:00:00.000Z\",\"2011-03-26T00:00:00.000Z\",\"2011-03-27T00:00:00.000Z\",\"2011-03-28T00:00:00.000Z\",\"2011-03-29T00:00:00.000Z\",\"2011-03-30T00:00:00.000Z\",\"2011-03-31T00:00:00.000Z\",\"2011-04-01T00:00:00.000Z\",\"2011-04-02T00:00:00.000Z\",\"2011-04-03T00:00:00.000Z\",\"2011-04-04T00:00:00.000Z\",\"2011-04-05T00:00:00.000Z\",\"2011-04-06T00:00:00.000Z\",\"2011-04-07T00:00:00.000Z\",\"2011-04-08T00:00:00.000Z\",\"2011-04-09T00:00:00.000Z\",\"2011-04-10T00:00:00.000Z\",\"2011-04-11T00:00:00.000Z\",\"2011-04-12T00:00:00.000Z\",\"2011-04-13T00:00:00.000Z\",\"2011-04-14T00:00:00.000Z\",\"2011-04-15T00:00:00.000Z\",\"2011-04-16T00:00:00.000Z\",\"2011-04-17T00:00:00.000Z\",\"2011-04-18T00:00:00.000Z\",\"2011-04-19T00:00:00.000Z\",\"2011-04-20T00:00:00.000Z\",\"2011-04-21T00:00:00.000Z\",\"2011-04-22T00:00:00.000Z\",\"2011-04-23T00:00:00.000Z\",\"2011-04-24T00:00:00.000Z\",\"2011-04-25T00:00:00.000Z\",\"2011-04-26T00:00:00.000Z\",\"2011-04-27T00:00:00.000Z\",\"2011-04-28T00:00:00.000Z\",\"2011-04-29T00:00:00.000Z\",\"2011-04-30T00:00:00.000Z\",\"2011-05-01T00:00:00.000Z\",\"2011-05-02T00:00:00.000Z\",\"2011-05-03T00:00:00.000Z\",\"2011-05-04T00:00:00.000Z\",\"2011-05-05T00:00:00.000Z\",\"2011-05-06T00:00:00.000Z\",\"2011-05-07T00:00:00.000Z\",\"2011-05-08T00:00:00.000Z\",\"2011-05-09T00:00:00.000Z\",\"2011-05-10T00:00:00.000Z\",\"2011-05-11T00:00:00.000Z\",\"2011-05-12T00:00:00.000Z\",\"2011-05-13T00:00:00.000Z\",\"2011-05-14T00:00:00.000Z\",\"2011-05-15T00:00:00.000Z\",\"2011-05-16T00:00:00.000Z\",\"2011-05-17T00:00:00.000Z\",\"2011-05-18T00:00:00.000Z\",\"2011-05-19T00:00:00.000Z\",\"2011-05-20T00:00:00.000Z\",\"2011-05-21T00:00:00.000Z\",\"2011-05-22T00:00:00.000Z\",\"2011-05-23T00:00:00.000Z\",\"2011-05-24T00:00:00.000Z\",\"2011-05-25T00:00:00.000Z\",\"2011-05-26T00:00:00.000Z\",\"2011-05-27T00:00:00.000Z\",\"2011-05-28T00:00:00.000Z\",\"2011-05-29T00:00:00.000Z\",\"2011-05-30T00:00:00.000Z\",\"2011-05-31T00:00:00.000Z\",\"2011-06-01T00:00:00.000Z\",\"2011-06-02T00:00:00.000Z\",\"2011-06-03T00:00:00.000Z\",\"2011-06-04T00:00:00.000Z\",\"2011-06-05T00:00:00.000Z\",\"2011-06-06T00:00:00.000Z\",\"2011-06-07T00:00:00.000Z\",\"2011-06-08T00:00:00.000Z\",\"2011-06-09T00:00:00.000Z\",\"2011-06-10T00:00:00.000Z\",\"2011-06-11T00:00:00.000Z\",\"2011-06-12T00:00:00.000Z\",\"2011-06-13T00:00:00.000Z\",\"2011-06-14T00:00:00.000Z\",\"2011-06-15T00:00:00.000Z\",\"2011-06-16T00:00:00.000Z\",\"2011-06-17T00:00:00.000Z\",\"2011-06-18T00:00:00.000Z\",\"2011-06-19T00:00:00.000Z\",\"2011-06-20T00:00:00.000Z\",\"2011-06-21T00:00:00.000Z\",\"2011-06-22T00:00:00.000Z\",\"2011-06-23T00:00:00.000Z\",\"2011-06-24T00:00:00.000Z\",\"2011-06-25T00:00:00.000Z\",\"2011-06-26T00:00:00.000Z\",\"2011-06-27T00:00:00.000Z\",\"2011-06-28T00:00:00.000Z\",\"2011-06-29T00:00:00.000Z\",\"2011-06-30T00:00:00.000Z\",\"2011-07-01T00:00:00.000Z\",\"2011-07-02T00:00:00.000Z\",\"2011-07-03T00:00:00.000Z\",\"2011-07-04T00:00:00.000Z\",\"2011-07-05T00:00:00.000Z\",\"2011-07-06T00:00:00.000Z\",\"2011-07-07T00:00:00.000Z\",\"2011-07-08T00:00:00.000Z\",\"2011-07-09T00:00:00.000Z\",\"2011-07-10T00:00:00.000Z\",\"2011-07-11T00:00:00.000Z\",\"2011-07-12T00:00:00.000Z\",\"2011-07-13T00:00:00.000Z\",\"2011-07-14T00:00:00.000Z\",\"2011-07-15T00:00:00.000Z\",\"2011-07-16T00:00:00.000Z\",\"2011-07-17T00:00:00.000Z\",\"2011-07-18T00:00:00.000Z\",\"2011-07-19T00:00:00.000Z\",\"2011-07-20T00:00:00.000Z\",\"2011-07-21T00:00:00.000Z\",\"2011-07-22T00:00:00.000Z\",\"2011-07-23T00:00:00.000Z\",\"2011-07-24T00:00:00.000Z\",\"2011-07-25T00:00:00.000Z\",\"2011-07-26T00:00:00.000Z\",\"2011-07-27T00:00:00.000Z\",\"2011-07-28T00:00:00.000Z\",\"2011-07-29T00:00:00.000Z\",\"2011-07-30T00:00:00.000Z\",\"2011-07-31T00:00:00.000Z\",\"2011-08-01T00:00:00.000Z\",\"2011-08-02T00:00:00.000Z\",\"2011-08-03T00:00:00.000Z\",\"2011-08-04T00:00:00.000Z\",\"2011-08-05T00:00:00.000Z\",\"2011-08-06T00:00:00.000Z\",\"2011-08-07T00:00:00.000Z\",\"2011-08-08T00:00:00.000Z\",\"2011-08-09T00:00:00.000Z\",\"2011-08-10T00:00:00.000Z\",\"2011-08-11T00:00:00.000Z\",\"2011-08-12T00:00:00.000Z\",\"2011-08-13T00:00:00.000Z\",\"2011-08-14T00:00:00.000Z\",\"2011-08-15T00:00:00.000Z\",\"2011-08-16T00:00:00.000Z\",\"2011-08-17T00:00:00.000Z\",\"2011-08-18T00:00:00.000Z\",\"2011-08-19T00:00:00.000Z\",\"2011-08-20T00:00:00.000Z\",\"2011-08-21T00:00:00.000Z\",\"2011-08-22T00:00:00.000Z\",\"2011-08-23T00:00:00.000Z\",\"2011-08-24T00:00:00.000Z\",\"2011-08-25T00:00:00.000Z\",\"2011-08-26T00:00:00.000Z\",\"2011-08-27T00:00:00.000Z\",\"2011-08-28T00:00:00.000Z\",\"2011-08-29T00:00:00.000Z\",\"2011-08-30T00:00:00.000Z\",\"2011-08-31T00:00:00.000Z\",\"2011-09-01T00:00:00.000Z\",\"2011-09-02T00:00:00.000Z\",\"2011-09-03T00:00:00.000Z\",\"2011-09-04T00:00:00.000Z\",\"2011-09-05T00:00:00.000Z\",\"2011-09-06T00:00:00.000Z\",\"2011-09-07T00:00:00.000Z\",\"2011-09-08T00:00:00.000Z\",\"2011-09-09T00:00:00.000Z\",\"2011-09-10T00:00:00.000Z\",\"2011-09-11T00:00:00.000Z\",\"2011-09-12T00:00:00.000Z\",\"2011-09-13T00:00:00.000Z\",\"2011-09-14T00:00:00.000Z\",\"2011-09-15T00:00:00.000Z\",\"2011-09-16T00:00:00.000Z\",\"2011-09-17T00:00:00.000Z\",\"2011-09-18T00:00:00.000Z\",\"2011-09-19T00:00:00.000Z\",\"2011-09-20T00:00:00.000Z\",\"2011-09-21T00:00:00.000Z\",\"2011-09-22T00:00:00.000Z\",\"2011-09-23T00:00:00.000Z\",\"2011-09-24T00:00:00.000Z\",\"2011-09-25T00:00:00.000Z\",\"2011-09-26T00:00:00.000Z\",\"2011-09-27T00:00:00.000Z\",\"2011-09-28T00:00:00.000Z\",\"2011-09-29T00:00:00.000Z\",\"2011-09-30T00:00:00.000Z\",\"2011-10-01T00:00:00.000Z\",\"2011-10-02T00:00:00.000Z\",\"2011-10-03T00:00:00.000Z\",\"2011-10-04T00:00:00.000Z\",\"2011-10-05T00:00:00.000Z\",\"2011-10-06T00:00:00.000Z\",\"2011-10-07T00:00:00.000Z\",\"2011-10-08T00:00:00.000Z\",\"2011-10-09T00:00:00.000Z\",\"2011-10-10T00:00:00.000Z\",\"2011-10-11T00:00:00.000Z\",\"2011-10-12T00:00:00.000Z\",\"2011-10-13T00:00:00.000Z\",\"2011-10-14T00:00:00.000Z\",\"2011-10-15T00:00:00.000Z\",\"2011-10-16T00:00:00.000Z\",\"2011-10-17T00:00:00.000Z\",\"2011-10-18T00:00:00.000Z\",\"2011-10-19T00:00:00.000Z\",\"2011-10-20T00:00:00.000Z\",\"2011-10-21T00:00:00.000Z\",\"2011-10-22T00:00:00.000Z\",\"2011-10-23T00:00:00.000Z\",\"2011-10-24T00:00:00.000Z\",\"2011-10-25T00:00:00.000Z\",\"2011-10-26T00:00:00.000Z\",\"2011-10-27T00:00:00.000Z\",\"2011-10-28T00:00:00.000Z\",\"2011-10-29T00:00:00.000Z\",\"2011-10-30T00:00:00.000Z\",\"2011-10-31T00:00:00.000Z\",\"2011-11-01T00:00:00.000Z\",\"2011-11-02T00:00:00.000Z\",\"2011-11-03T00:00:00.000Z\",\"2011-11-04T00:00:00.000Z\",\"2011-11-05T00:00:00.000Z\",\"2011-11-06T00:00:00.000Z\",\"2011-11-07T00:00:00.000Z\",\"2011-11-08T00:00:00.000Z\",\"2011-11-09T00:00:00.000Z\",\"2011-11-10T00:00:00.000Z\",\"2011-11-11T00:00:00.000Z\",\"2011-11-12T00:00:00.000Z\",\"2011-11-13T00:00:00.000Z\",\"2011-11-14T00:00:00.000Z\",\"2011-11-15T00:00:00.000Z\",\"2011-11-16T00:00:00.000Z\",\"2011-11-17T00:00:00.000Z\",\"2011-11-18T00:00:00.000Z\",\"2011-11-19T00:00:00.000Z\",\"2011-11-20T00:00:00.000Z\",\"2011-11-21T00:00:00.000Z\",\"2011-11-22T00:00:00.000Z\",\"2011-11-23T00:00:00.000Z\",\"2011-11-24T00:00:00.000Z\",\"2011-11-25T00:00:00.000Z\",\"2011-11-26T00:00:00.000Z\",\"2011-11-27T00:00:00.000Z\",\"2011-11-28T00:00:00.000Z\",\"2011-11-29T00:00:00.000Z\",\"2011-11-30T00:00:00.000Z\",\"2011-12-01T00:00:00.000Z\",\"2011-12-02T00:00:00.000Z\",\"2011-12-03T00:00:00.000Z\",\"2011-12-04T00:00:00.000Z\",\"2011-12-05T00:00:00.000Z\",\"2011-12-06T00:00:00.000Z\",\"2011-12-07T00:00:00.000Z\",\"2011-12-08T00:00:00.000Z\",\"2011-12-09T00:00:00.000Z\",\"2011-12-10T00:00:00.000Z\",\"2011-12-11T00:00:00.000Z\",\"2011-12-12T00:00:00.000Z\",\"2011-12-13T00:00:00.000Z\",\"2011-12-14T00:00:00.000Z\",\"2011-12-15T00:00:00.000Z\",\"2011-12-16T00:00:00.000Z\",\"2011-12-17T00:00:00.000Z\",\"2011-12-18T00:00:00.000Z\",\"2011-12-19T00:00:00.000Z\",\"2011-12-20T00:00:00.000Z\",\"2011-12-21T00:00:00.000Z\",\"2011-12-22T00:00:00.000Z\",\"2011-12-23T00:00:00.000Z\",\"2011-12-24T00:00:00.000Z\",\"2011-12-25T00:00:00.000Z\",\"2011-12-26T00:00:00.000Z\",\"2011-12-27T00:00:00.000Z\",\"2011-12-28T00:00:00.000Z\",\"2011-12-29T00:00:00.000Z\",\"2011-12-30T00:00:00.000Z\",\"2011-12-31T00:00:00.000Z\",\"2012-01-01T00:00:00.000Z\",\"2012-01-02T00:00:00.000Z\",\"2012-01-03T00:00:00.000Z\",\"2012-01-04T00:00:00.000Z\",\"2012-01-05T00:00:00.000Z\",\"2012-01-06T00:00:00.000Z\",\"2012-01-07T00:00:00.000Z\",\"2012-01-08T00:00:00.000Z\",\"2012-01-09T00:00:00.000Z\",\"2012-01-10T00:00:00.000Z\",\"2012-01-11T00:00:00.000Z\",\"2012-01-12T00:00:00.000Z\",\"2012-01-13T00:00:00.000Z\",\"2012-01-14T00:00:00.000Z\",\"2012-01-15T00:00:00.000Z\",\"2012-01-16T00:00:00.000Z\",\"2012-01-17T00:00:00.000Z\",\"2012-01-18T00:00:00.000Z\",\"2012-01-19T00:00:00.000Z\",\"2012-01-20T00:00:00.000Z\",\"2012-01-21T00:00:00.000Z\",\"2012-01-22T00:00:00.000Z\",\"2012-01-23T00:00:00.000Z\",\"2012-01-24T00:00:00.000Z\",\"2012-01-25T00:00:00.000Z\",\"2012-01-26T00:00:00.000Z\",\"2012-01-27T00:00:00.000Z\",\"2012-01-28T00:00:00.000Z\",\"2012-01-29T00:00:00.000Z\",\"2012-01-30T00:00:00.000Z\",\"2012-01-31T00:00:00.000Z\",\"2012-02-01T00:00:00.000Z\",\"2012-02-02T00:00:00.000Z\",\"2012-02-03T00:00:00.000Z\",\"2012-02-04T00:00:00.000Z\",\"2012-02-05T00:00:00.000Z\",\"2012-02-06T00:00:00.000Z\",\"2012-02-07T00:00:00.000Z\",\"2012-02-08T00:00:00.000Z\",\"2012-02-09T00:00:00.000Z\",\"2012-02-10T00:00:00.000Z\",\"2012-02-11T00:00:00.000Z\",\"2012-02-12T00:00:00.000Z\",\"2012-02-13T00:00:00.000Z\",\"2012-02-14T00:00:00.000Z\",\"2012-02-15T00:00:00.000Z\",\"2012-02-16T00:00:00.000Z\",\"2012-02-17T00:00:00.000Z\",\"2012-02-18T00:00:00.000Z\",\"2012-02-19T00:00:00.000Z\",\"2012-02-20T00:00:00.000Z\",\"2012-02-21T00:00:00.000Z\",\"2012-02-22T00:00:00.000Z\",\"2012-02-23T00:00:00.000Z\",\"2012-02-24T00:00:00.000Z\",\"2012-02-25T00:00:00.000Z\",\"2012-02-26T00:00:00.000Z\",\"2012-02-27T00:00:00.000Z\",\"2012-02-28T00:00:00.000Z\",\"2012-02-29T00:00:00.000Z\",\"2012-03-01T00:00:00.000Z\",\"2012-03-02T00:00:00.000Z\",\"2012-03-03T00:00:00.000Z\",\"2012-03-04T00:00:00.000Z\",\"2012-03-05T00:00:00.000Z\",\"2012-03-06T00:00:00.000Z\",\"2012-03-07T00:00:00.000Z\",\"2012-03-08T00:00:00.000Z\",\"2012-03-09T00:00:00.000Z\",\"2012-03-10T00:00:00.000Z\",\"2012-03-11T00:00:00.000Z\",\"2012-03-12T00:00:00.000Z\",\"2012-03-13T00:00:00.000Z\",\"2012-03-14T00:00:00.000Z\",\"2012-03-15T00:00:00.000Z\",\"2012-03-16T00:00:00.000Z\",\"2012-03-17T00:00:00.000Z\",\"2012-03-18T00:00:00.000Z\",\"2012-03-19T00:00:00.000Z\",\"2012-03-20T00:00:00.000Z\",\"2012-03-21T00:00:00.000Z\",\"2012-03-22T00:00:00.000Z\",\"2012-03-23T00:00:00.000Z\",\"2012-03-24T00:00:00.000Z\",\"2012-03-25T00:00:00.000Z\",\"2012-03-26T00:00:00.000Z\",\"2012-03-27T00:00:00.000Z\",\"2012-03-28T00:00:00.000Z\",\"2012-03-29T00:00:00.000Z\",\"2012-03-30T00:00:00.000Z\",\"2012-03-31T00:00:00.000Z\",\"2012-04-01T00:00:00.000Z\",\"2012-04-02T00:00:00.000Z\",\"2012-04-03T00:00:00.000Z\",\"2012-04-04T00:00:00.000Z\",\"2012-04-05T00:00:00.000Z\",\"2012-04-06T00:00:00.000Z\",\"2012-04-07T00:00:00.000Z\",\"2012-04-08T00:00:00.000Z\",\"2012-04-09T00:00:00.000Z\",\"2012-04-10T00:00:00.000Z\",\"2012-04-11T00:00:00.000Z\",\"2012-04-12T00:00:00.000Z\",\"2012-04-13T00:00:00.000Z\",\"2012-04-14T00:00:00.000Z\",\"2012-04-15T00:00:00.000Z\",\"2012-04-16T00:00:00.000Z\",\"2012-04-17T00:00:00.000Z\",\"2012-04-18T00:00:00.000Z\",\"2012-04-19T00:00:00.000Z\",\"2012-04-20T00:00:00.000Z\",\"2012-04-21T00:00:00.000Z\",\"2012-04-22T00:00:00.000Z\",\"2012-04-23T00:00:00.000Z\",\"2012-04-24T00:00:00.000Z\",\"2012-04-25T00:00:00.000Z\",\"2012-04-26T00:00:00.000Z\",\"2012-04-27T00:00:00.000Z\",\"2012-04-28T00:00:00.000Z\",\"2012-04-29T00:00:00.000Z\",\"2012-04-30T00:00:00.000Z\",\"2012-05-01T00:00:00.000Z\",\"2012-05-02T00:00:00.000Z\",\"2012-05-03T00:00:00.000Z\",\"2012-05-04T00:00:00.000Z\",\"2012-05-05T00:00:00.000Z\",\"2012-05-06T00:00:00.000Z\",\"2012-05-07T00:00:00.000Z\",\"2012-05-08T00:00:00.000Z\",\"2012-05-09T00:00:00.000Z\",\"2012-05-10T00:00:00.000Z\",\"2012-05-11T00:00:00.000Z\",\"2012-05-12T00:00:00.000Z\",\"2012-05-13T00:00:00.000Z\",\"2012-05-14T00:00:00.000Z\",\"2012-05-15T00:00:00.000Z\",\"2012-05-16T00:00:00.000Z\",\"2012-05-17T00:00:00.000Z\",\"2012-05-18T00:00:00.000Z\",\"2012-05-19T00:00:00.000Z\",\"2012-05-20T00:00:00.000Z\",\"2012-05-21T00:00:00.000Z\",\"2012-05-22T00:00:00.000Z\",\"2012-05-23T00:00:00.000Z\",\"2012-05-24T00:00:00.000Z\",\"2012-05-25T00:00:00.000Z\",\"2012-05-26T00:00:00.000Z\",\"2012-05-27T00:00:00.000Z\",\"2012-05-28T00:00:00.000Z\",\"2012-05-29T00:00:00.000Z\",\"2012-05-30T00:00:00.000Z\",\"2012-05-31T00:00:00.000Z\",\"2012-06-01T00:00:00.000Z\",\"2012-06-02T00:00:00.000Z\",\"2012-06-03T00:00:00.000Z\",\"2012-06-04T00:00:00.000Z\",\"2012-06-05T00:00:00.000Z\",\"2012-06-06T00:00:00.000Z\",\"2012-06-07T00:00:00.000Z\",\"2012-06-08T00:00:00.000Z\",\"2012-06-09T00:00:00.000Z\",\"2012-06-10T00:00:00.000Z\",\"2012-06-11T00:00:00.000Z\",\"2012-06-12T00:00:00.000Z\",\"2012-06-13T00:00:00.000Z\",\"2012-06-14T00:00:00.000Z\",\"2012-06-15T00:00:00.000Z\",\"2012-06-16T00:00:00.000Z\",\"2012-06-17T00:00:00.000Z\",\"2012-06-18T00:00:00.000Z\",\"2012-06-19T00:00:00.000Z\",\"2012-06-20T00:00:00.000Z\",\"2012-06-21T00:00:00.000Z\",\"2012-06-22T00:00:00.000Z\",\"2012-06-23T00:00:00.000Z\",\"2012-06-24T00:00:00.000Z\",\"2012-06-25T00:00:00.000Z\",\"2012-06-26T00:00:00.000Z\",\"2012-06-27T00:00:00.000Z\",\"2012-06-28T00:00:00.000Z\",\"2012-06-29T00:00:00.000Z\",\"2012-06-30T00:00:00.000Z\",\"2012-07-01T00:00:00.000Z\",\"2012-07-02T00:00:00.000Z\",\"2012-07-03T00:00:00.000Z\",\"2012-07-04T00:00:00.000Z\",\"2012-07-05T00:00:00.000Z\",\"2012-07-06T00:00:00.000Z\",\"2012-07-07T00:00:00.000Z\",\"2012-07-08T00:00:00.000Z\",\"2012-07-09T00:00:00.000Z\",\"2012-07-10T00:00:00.000Z\",\"2012-07-11T00:00:00.000Z\",\"2012-07-12T00:00:00.000Z\",\"2012-07-13T00:00:00.000Z\",\"2012-07-14T00:00:00.000Z\",\"2012-07-15T00:00:00.000Z\",\"2012-07-16T00:00:00.000Z\",\"2012-07-17T00:00:00.000Z\",\"2012-07-18T00:00:00.000Z\",\"2012-07-19T00:00:00.000Z\",\"2012-07-20T00:00:00.000Z\",\"2012-07-21T00:00:00.000Z\",\"2012-07-22T00:00:00.000Z\",\"2012-07-23T00:00:00.000Z\",\"2012-07-24T00:00:00.000Z\",\"2012-07-25T00:00:00.000Z\",\"2012-07-26T00:00:00.000Z\",\"2012-07-27T00:00:00.000Z\",\"2012-07-28T00:00:00.000Z\",\"2012-07-29T00:00:00.000Z\",\"2012-07-30T00:00:00.000Z\",\"2012-07-31T00:00:00.000Z\",\"2012-08-01T00:00:00.000Z\",\"2012-08-02T00:00:00.000Z\",\"2012-08-03T00:00:00.000Z\",\"2012-08-04T00:00:00.000Z\",\"2012-08-05T00:00:00.000Z\",\"2012-08-06T00:00:00.000Z\",\"2012-08-07T00:00:00.000Z\",\"2012-08-08T00:00:00.000Z\",\"2012-08-09T00:00:00.000Z\",\"2012-08-10T00:00:00.000Z\",\"2012-08-11T00:00:00.000Z\",\"2012-08-12T00:00:00.000Z\",\"2012-08-13T00:00:00.000Z\",\"2012-08-14T00:00:00.000Z\",\"2012-08-15T00:00:00.000Z\",\"2012-08-16T00:00:00.000Z\",\"2012-08-17T00:00:00.000Z\",\"2012-08-18T00:00:00.000Z\",\"2012-08-19T00:00:00.000Z\",\"2012-08-20T00:00:00.000Z\",\"2012-08-21T00:00:00.000Z\",\"2012-08-22T00:00:00.000Z\",\"2012-08-23T00:00:00.000Z\",\"2012-08-24T00:00:00.000Z\",\"2012-08-25T00:00:00.000Z\",\"2012-08-26T00:00:00.000Z\",\"2012-08-27T00:00:00.000Z\",\"2012-08-28T00:00:00.000Z\",\"2012-08-29T00:00:00.000Z\",\"2012-08-30T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-01T00:00:00.000Z\",\"2012-09-02T00:00:00.000Z\",\"2012-09-03T00:00:00.000Z\",\"2012-09-04T00:00:00.000Z\",\"2012-09-05T00:00:00.000Z\",\"2012-09-06T00:00:00.000Z\",\"2012-09-07T00:00:00.000Z\",\"2012-09-08T00:00:00.000Z\",\"2012-09-09T00:00:00.000Z\",\"2012-09-10T00:00:00.000Z\",\"2012-09-11T00:00:00.000Z\",\"2012-09-12T00:00:00.000Z\",\"2012-09-13T00:00:00.000Z\",\"2012-09-14T00:00:00.000Z\",\"2012-09-15T00:00:00.000Z\",\"2012-09-16T00:00:00.000Z\",\"2012-09-17T00:00:00.000Z\",\"2012-09-18T00:00:00.000Z\",\"2012-09-19T00:00:00.000Z\",\"2012-09-20T00:00:00.000Z\",\"2012-09-21T00:00:00.000Z\",\"2012-09-22T00:00:00.000Z\",\"2012-09-23T00:00:00.000Z\",\"2012-09-24T00:00:00.000Z\",\"2012-09-25T00:00:00.000Z\",\"2012-09-26T00:00:00.000Z\",\"2012-09-27T00:00:00.000Z\",\"2012-09-28T00:00:00.000Z\",\"2012-09-29T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-01T00:00:00.000Z\",\"2012-10-02T00:00:00.000Z\",\"2012-10-03T00:00:00.000Z\",\"2012-10-04T00:00:00.000Z\",\"2012-10-05T00:00:00.000Z\",\"2012-10-06T00:00:00.000Z\",\"2012-10-07T00:00:00.000Z\",\"2012-10-08T00:00:00.000Z\",\"2012-10-09T00:00:00.000Z\",\"2012-10-10T00:00:00.000Z\",\"2012-10-11T00:00:00.000Z\",\"2012-10-12T00:00:00.000Z\",\"2012-10-13T00:00:00.000Z\",\"2012-10-14T00:00:00.000Z\",\"2012-10-15T00:00:00.000Z\",\"2012-10-16T00:00:00.000Z\",\"2012-10-17T00:00:00.000Z\",\"2012-10-18T00:00:00.000Z\",\"2012-10-19T00:00:00.000Z\",\"2012-10-20T00:00:00.000Z\",\"2012-10-21T00:00:00.000Z\",\"2012-10-22T00:00:00.000Z\",\"2012-10-23T00:00:00.000Z\",\"2012-10-24T00:00:00.000Z\",\"2012-10-25T00:00:00.000Z\",\"2012-10-26T00:00:00.000Z\",\"2012-10-27T00:00:00.000Z\",\"2012-10-28T00:00:00.000Z\",\"2012-10-29T00:00:00.000Z\",\"2012-10-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-01T00:00:00.000Z\",\"2012-11-02T00:00:00.000Z\",\"2012-11-03T00:00:00.000Z\",\"2012-11-04T00:00:00.000Z\",\"2012-11-05T00:00:00.000Z\",\"2012-11-06T00:00:00.000Z\",\"2012-11-07T00:00:00.000Z\",\"2012-11-08T00:00:00.000Z\",\"2012-11-09T00:00:00.000Z\",\"2012-11-10T00:00:00.000Z\",\"2012-11-11T00:00:00.000Z\",\"2012-11-12T00:00:00.000Z\",\"2012-11-13T00:00:00.000Z\",\"2012-11-14T00:00:00.000Z\",\"2012-11-15T00:00:00.000Z\",\"2012-11-16T00:00:00.000Z\",\"2012-11-17T00:00:00.000Z\",\"2012-11-18T00:00:00.000Z\",\"2012-11-19T00:00:00.000Z\",\"2012-11-20T00:00:00.000Z\",\"2012-11-21T00:00:00.000Z\",\"2012-11-22T00:00:00.000Z\",\"2012-11-23T00:00:00.000Z\",\"2012-11-24T00:00:00.000Z\",\"2012-11-25T00:00:00.000Z\",\"2012-11-26T00:00:00.000Z\",\"2012-11-27T00:00:00.000Z\",\"2012-11-28T00:00:00.000Z\",\"2012-11-29T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-01T00:00:00.000Z\",\"2012-12-02T00:00:00.000Z\",\"2012-12-03T00:00:00.000Z\",\"2012-12-04T00:00:00.000Z\",\"2012-12-05T00:00:00.000Z\",\"2012-12-06T00:00:00.000Z\",\"2012-12-07T00:00:00.000Z\",\"2012-12-08T00:00:00.000Z\",\"2012-12-09T00:00:00.000Z\",\"2012-12-10T00:00:00.000Z\",\"2012-12-11T00:00:00.000Z\",\"2012-12-12T00:00:00.000Z\",\"2012-12-13T00:00:00.000Z\",\"2012-12-14T00:00:00.000Z\",\"2012-12-15T00:00:00.000Z\",\"2012-12-16T00:00:00.000Z\",\"2012-12-17T00:00:00.000Z\",\"2012-12-18T00:00:00.000Z\",\"2012-12-19T00:00:00.000Z\",\"2012-12-20T00:00:00.000Z\",\"2012-12-21T00:00:00.000Z\",\"2012-12-22T00:00:00.000Z\",\"2012-12-23T00:00:00.000Z\",\"2012-12-24T00:00:00.000Z\",\"2012-12-25T00:00:00.000Z\",\"2012-12-26T00:00:00.000Z\",\"2012-12-27T00:00:00.000Z\",\"2012-12-28T00:00:00.000Z\",\"2012-12-29T00:00:00.000Z\",\"2012-12-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-01T00:00:00.000Z\",\"2013-01-02T00:00:00.000Z\",\"2013-01-03T00:00:00.000Z\",\"2013-01-04T00:00:00.000Z\",\"2013-01-05T00:00:00.000Z\",\"2013-01-06T00:00:00.000Z\",\"2013-01-07T00:00:00.000Z\",\"2013-01-08T00:00:00.000Z\",\"2013-01-09T00:00:00.000Z\",\"2013-01-10T00:00:00.000Z\",\"2013-01-11T00:00:00.000Z\",\"2013-01-12T00:00:00.000Z\",\"2013-01-13T00:00:00.000Z\",\"2013-01-14T00:00:00.000Z\",\"2013-01-15T00:00:00.000Z\",\"2013-01-16T00:00:00.000Z\",\"2013-01-17T00:00:00.000Z\",\"2013-01-18T00:00:00.000Z\",\"2013-01-19T00:00:00.000Z\",\"2013-01-20T00:00:00.000Z\",\"2013-01-21T00:00:00.000Z\",\"2013-01-22T00:00:00.000Z\",\"2013-01-23T00:00:00.000Z\",\"2013-01-24T00:00:00.000Z\",\"2013-01-25T00:00:00.000Z\",\"2013-01-26T00:00:00.000Z\",\"2013-01-27T00:00:00.000Z\",\"2013-01-28T00:00:00.000Z\",\"2013-01-29T00:00:00.000Z\",\"2013-01-30T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-01T00:00:00.000Z\",\"2013-02-02T00:00:00.000Z\",\"2013-02-03T00:00:00.000Z\",\"2013-02-04T00:00:00.000Z\",\"2013-02-05T00:00:00.000Z\",\"2013-02-06T00:00:00.000Z\",\"2013-02-07T00:00:00.000Z\",\"2013-02-08T00:00:00.000Z\",\"2013-02-09T00:00:00.000Z\",\"2013-02-10T00:00:00.000Z\",\"2013-02-11T00:00:00.000Z\",\"2013-02-12T00:00:00.000Z\",\"2013-02-13T00:00:00.000Z\",\"2013-02-14T00:00:00.000Z\",\"2013-02-15T00:00:00.000Z\",\"2013-02-16T00:00:00.000Z\",\"2013-02-17T00:00:00.000Z\",\"2013-02-18T00:00:00.000Z\",\"2013-02-19T00:00:00.000Z\",\"2013-02-20T00:00:00.000Z\",\"2013-02-21T00:00:00.000Z\",\"2013-02-22T00:00:00.000Z\",\"2013-02-23T00:00:00.000Z\",\"2013-02-24T00:00:00.000Z\",\"2013-02-25T00:00:00.000Z\",\"2013-02-26T00:00:00.000Z\",\"2013-02-27T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-01T00:00:00.000Z\",\"2013-03-02T00:00:00.000Z\",\"2013-03-03T00:00:00.000Z\",\"2013-03-04T00:00:00.000Z\",\"2013-03-05T00:00:00.000Z\",\"2013-03-06T00:00:00.000Z\",\"2013-03-07T00:00:00.000Z\",\"2013-03-08T00:00:00.000Z\",\"2013-03-09T00:00:00.000Z\",\"2013-03-10T00:00:00.000Z\",\"2013-03-11T00:00:00.000Z\",\"2013-03-12T00:00:00.000Z\",\"2013-03-13T00:00:00.000Z\",\"2013-03-14T00:00:00.000Z\",\"2013-03-15T00:00:00.000Z\",\"2013-03-16T00:00:00.000Z\",\"2013-03-17T00:00:00.000Z\",\"2013-03-18T00:00:00.000Z\",\"2013-03-19T00:00:00.000Z\",\"2013-03-20T00:00:00.000Z\",\"2013-03-21T00:00:00.000Z\",\"2013-03-22T00:00:00.000Z\",\"2013-03-23T00:00:00.000Z\",\"2013-03-24T00:00:00.000Z\",\"2013-03-25T00:00:00.000Z\",\"2013-03-26T00:00:00.000Z\",\"2013-03-27T00:00:00.000Z\",\"2013-03-28T00:00:00.000Z\",\"2013-03-29T00:00:00.000Z\",\"2013-03-30T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-01T00:00:00.000Z\",\"2013-04-02T00:00:00.000Z\",\"2013-04-03T00:00:00.000Z\",\"2013-04-04T00:00:00.000Z\",\"2013-04-05T00:00:00.000Z\",\"2013-04-06T00:00:00.000Z\",\"2013-04-07T00:00:00.000Z\",\"2013-04-08T00:00:00.000Z\",\"2013-04-09T00:00:00.000Z\",\"2013-04-10T00:00:00.000Z\",\"2013-04-11T00:00:00.000Z\",\"2013-04-12T00:00:00.000Z\",\"2013-04-13T00:00:00.000Z\",\"2013-04-14T00:00:00.000Z\",\"2013-04-15T00:00:00.000Z\",\"2013-04-16T00:00:00.000Z\",\"2013-04-17T00:00:00.000Z\",\"2013-04-18T00:00:00.000Z\",\"2013-04-19T00:00:00.000Z\",\"2013-04-20T00:00:00.000Z\",\"2013-04-21T00:00:00.000Z\",\"2013-04-22T00:00:00.000Z\",\"2013-04-23T00:00:00.000Z\",\"2013-04-24T00:00:00.000Z\",\"2013-04-25T00:00:00.000Z\",\"2013-04-26T00:00:00.000Z\",\"2013-04-27T00:00:00.000Z\",\"2013-04-28T00:00:00.000Z\",\"2013-04-29T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-01T00:00:00.000Z\",\"2013-05-02T00:00:00.000Z\",\"2013-05-03T00:00:00.000Z\",\"2013-05-04T00:00:00.000Z\",\"2013-05-05T00:00:00.000Z\",\"2013-05-06T00:00:00.000Z\",\"2013-05-07T00:00:00.000Z\",\"2013-05-08T00:00:00.000Z\",\"2013-05-09T00:00:00.000Z\",\"2013-05-10T00:00:00.000Z\",\"2013-05-11T00:00:00.000Z\",\"2013-05-12T00:00:00.000Z\",\"2013-05-13T00:00:00.000Z\",\"2013-05-14T00:00:00.000Z\",\"2013-05-15T00:00:00.000Z\",\"2013-05-16T00:00:00.000Z\",\"2013-05-17T00:00:00.000Z\",\"2013-05-18T00:00:00.000Z\",\"2013-05-19T00:00:00.000Z\",\"2013-05-20T00:00:00.000Z\",\"2013-05-21T00:00:00.000Z\",\"2013-05-22T00:00:00.000Z\",\"2013-05-23T00:00:00.000Z\",\"2013-05-24T00:00:00.000Z\",\"2013-05-25T00:00:00.000Z\",\"2013-05-26T00:00:00.000Z\",\"2013-05-27T00:00:00.000Z\",\"2013-05-28T00:00:00.000Z\",\"2013-05-29T00:00:00.000Z\",\"2013-05-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-01T00:00:00.000Z\",\"2013-06-02T00:00:00.000Z\",\"2013-06-03T00:00:00.000Z\",\"2013-06-04T00:00:00.000Z\",\"2013-06-05T00:00:00.000Z\",\"2013-06-06T00:00:00.000Z\",\"2013-06-07T00:00:00.000Z\",\"2013-06-08T00:00:00.000Z\",\"2013-06-09T00:00:00.000Z\",\"2013-06-10T00:00:00.000Z\",\"2013-06-11T00:00:00.000Z\",\"2013-06-12T00:00:00.000Z\",\"2013-06-13T00:00:00.000Z\",\"2013-06-14T00:00:00.000Z\",\"2013-06-15T00:00:00.000Z\",\"2013-06-16T00:00:00.000Z\",\"2013-06-17T00:00:00.000Z\",\"2013-06-18T00:00:00.000Z\",\"2013-06-19T00:00:00.000Z\",\"2013-06-20T00:00:00.000Z\",\"2013-06-21T00:00:00.000Z\",\"2013-06-22T00:00:00.000Z\",\"2013-06-23T00:00:00.000Z\",\"2013-06-24T00:00:00.000Z\",\"2013-06-25T00:00:00.000Z\",\"2013-06-26T00:00:00.000Z\",\"2013-06-27T00:00:00.000Z\",\"2013-06-28T00:00:00.000Z\",\"2013-06-29T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-01T00:00:00.000Z\",\"2013-07-02T00:00:00.000Z\",\"2013-07-03T00:00:00.000Z\",\"2013-07-04T00:00:00.000Z\",\"2013-07-05T00:00:00.000Z\",\"2013-07-06T00:00:00.000Z\",\"2013-07-07T00:00:00.000Z\",\"2013-07-08T00:00:00.000Z\",\"2013-07-09T00:00:00.000Z\",\"2013-07-10T00:00:00.000Z\",\"2013-07-11T00:00:00.000Z\",\"2013-07-12T00:00:00.000Z\",\"2013-07-13T00:00:00.000Z\",\"2013-07-14T00:00:00.000Z\",\"2013-07-15T00:00:00.000Z\",\"2013-07-16T00:00:00.000Z\",\"2013-07-17T00:00:00.000Z\",\"2013-07-18T00:00:00.000Z\",\"2013-07-19T00:00:00.000Z\",\"2013-07-20T00:00:00.000Z\",\"2013-07-21T00:00:00.000Z\",\"2013-07-22T00:00:00.000Z\",\"2013-07-23T00:00:00.000Z\",\"2013-07-24T00:00:00.000Z\",\"2013-07-25T00:00:00.000Z\",\"2013-07-26T00:00:00.000Z\",\"2013-07-27T00:00:00.000Z\",\"2013-07-28T00:00:00.000Z\",\"2013-07-29T00:00:00.000Z\",\"2013-07-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-01T00:00:00.000Z\",\"2013-08-02T00:00:00.000Z\",\"2013-08-03T00:00:00.000Z\",\"2013-08-04T00:00:00.000Z\",\"2013-08-05T00:00:00.000Z\",\"2013-08-06T00:00:00.000Z\",\"2013-08-07T00:00:00.000Z\",\"2013-08-08T00:00:00.000Z\",\"2013-08-09T00:00:00.000Z\",\"2013-08-10T00:00:00.000Z\",\"2013-08-11T00:00:00.000Z\",\"2013-08-12T00:00:00.000Z\",\"2013-08-13T00:00:00.000Z\",\"2013-08-14T00:00:00.000Z\",\"2013-08-15T00:00:00.000Z\",\"2013-08-16T00:00:00.000Z\",\"2013-08-17T00:00:00.000Z\",\"2013-08-18T00:00:00.000Z\",\"2013-08-19T00:00:00.000Z\",\"2013-08-20T00:00:00.000Z\",\"2013-08-21T00:00:00.000Z\",\"2013-08-22T00:00:00.000Z\",\"2013-08-23T00:00:00.000Z\",\"2013-08-24T00:00:00.000Z\",\"2013-08-25T00:00:00.000Z\",\"2013-08-26T00:00:00.000Z\",\"2013-08-27T00:00:00.000Z\",\"2013-08-28T00:00:00.000Z\",\"2013-08-29T00:00:00.000Z\",\"2013-08-30T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-01T00:00:00.000Z\",\"2013-09-02T00:00:00.000Z\",\"2013-09-03T00:00:00.000Z\",\"2013-09-04T00:00:00.000Z\",\"2013-09-05T00:00:00.000Z\",\"2013-09-06T00:00:00.000Z\",\"2013-09-07T00:00:00.000Z\",\"2013-09-08T00:00:00.000Z\",\"2013-09-09T00:00:00.000Z\",\"2013-09-10T00:00:00.000Z\",\"2013-09-11T00:00:00.000Z\",\"2013-09-12T00:00:00.000Z\",\"2013-09-13T00:00:00.000Z\",\"2013-09-14T00:00:00.000Z\",\"2013-09-15T00:00:00.000Z\",\"2013-09-16T00:00:00.000Z\",\"2013-09-17T00:00:00.000Z\",\"2013-09-18T00:00:00.000Z\",\"2013-09-19T00:00:00.000Z\",\"2013-09-20T00:00:00.000Z\",\"2013-09-21T00:00:00.000Z\",\"2013-09-22T00:00:00.000Z\",\"2013-09-23T00:00:00.000Z\",\"2013-09-24T00:00:00.000Z\",\"2013-09-25T00:00:00.000Z\",\"2013-09-26T00:00:00.000Z\",\"2013-09-27T00:00:00.000Z\",\"2013-09-28T00:00:00.000Z\",\"2013-09-29T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-01T00:00:00.000Z\",\"2013-10-02T00:00:00.000Z\",\"2013-10-03T00:00:00.000Z\",\"2013-10-04T00:00:00.000Z\",\"2013-10-05T00:00:00.000Z\",\"2013-10-06T00:00:00.000Z\",\"2013-10-07T00:00:00.000Z\",\"2013-10-08T00:00:00.000Z\",\"2013-10-09T00:00:00.000Z\",\"2013-10-10T00:00:00.000Z\",\"2013-10-11T00:00:00.000Z\",\"2013-10-12T00:00:00.000Z\",\"2013-10-13T00:00:00.000Z\",\"2013-10-14T00:00:00.000Z\",\"2013-10-15T00:00:00.000Z\",\"2013-10-16T00:00:00.000Z\",\"2013-10-17T00:00:00.000Z\",\"2013-10-18T00:00:00.000Z\",\"2013-10-19T00:00:00.000Z\",\"2013-10-20T00:00:00.000Z\",\"2013-10-21T00:00:00.000Z\",\"2013-10-22T00:00:00.000Z\",\"2013-10-23T00:00:00.000Z\",\"2013-10-24T00:00:00.000Z\",\"2013-10-25T00:00:00.000Z\",\"2013-10-26T00:00:00.000Z\",\"2013-10-27T00:00:00.000Z\",\"2013-10-28T00:00:00.000Z\",\"2013-10-29T00:00:00.000Z\",\"2013-10-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-01T00:00:00.000Z\",\"2013-11-02T00:00:00.000Z\",\"2013-11-03T00:00:00.000Z\",\"2013-11-04T00:00:00.000Z\",\"2013-11-05T00:00:00.000Z\",\"2013-11-06T00:00:00.000Z\",\"2013-11-07T00:00:00.000Z\",\"2013-11-08T00:00:00.000Z\",\"2013-11-09T00:00:00.000Z\",\"2013-11-10T00:00:00.000Z\",\"2013-11-11T00:00:00.000Z\",\"2013-11-12T00:00:00.000Z\",\"2013-11-13T00:00:00.000Z\",\"2013-11-14T00:00:00.000Z\",\"2013-11-15T00:00:00.000Z\",\"2013-11-16T00:00:00.000Z\",\"2013-11-17T00:00:00.000Z\",\"2013-11-18T00:00:00.000Z\",\"2013-11-19T00:00:00.000Z\",\"2013-11-20T00:00:00.000Z\",\"2013-11-21T00:00:00.000Z\",\"2013-11-22T00:00:00.000Z\",\"2013-11-23T00:00:00.000Z\",\"2013-11-24T00:00:00.000Z\",\"2013-11-25T00:00:00.000Z\",\"2013-11-26T00:00:00.000Z\",\"2013-11-27T00:00:00.000Z\",\"2013-11-28T00:00:00.000Z\",\"2013-11-29T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-01T00:00:00.000Z\",\"2013-12-02T00:00:00.000Z\",\"2013-12-03T00:00:00.000Z\",\"2013-12-04T00:00:00.000Z\",\"2013-12-05T00:00:00.000Z\",\"2013-12-06T00:00:00.000Z\",\"2013-12-07T00:00:00.000Z\",\"2013-12-08T00:00:00.000Z\",\"2013-12-09T00:00:00.000Z\",\"2013-12-10T00:00:00.000Z\",\"2013-12-11T00:00:00.000Z\",\"2013-12-12T00:00:00.000Z\",\"2013-12-13T00:00:00.000Z\",\"2013-12-14T00:00:00.000Z\",\"2013-12-15T00:00:00.000Z\",\"2013-12-16T00:00:00.000Z\",\"2013-12-17T00:00:00.000Z\",\"2013-12-18T00:00:00.000Z\",\"2013-12-19T00:00:00.000Z\",\"2013-12-20T00:00:00.000Z\",\"2013-12-21T00:00:00.000Z\",\"2013-12-22T00:00:00.000Z\",\"2013-12-23T00:00:00.000Z\",\"2013-12-24T00:00:00.000Z\",\"2013-12-25T00:00:00.000Z\",\"2013-12-26T00:00:00.000Z\",\"2013-12-27T00:00:00.000Z\",\"2013-12-28T00:00:00.000Z\",\"2013-12-29T00:00:00.000Z\",\"2013-12-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-01T00:00:00.000Z\",\"2014-01-02T00:00:00.000Z\",\"2014-01-03T00:00:00.000Z\",\"2014-01-04T00:00:00.000Z\",\"2014-01-05T00:00:00.000Z\",\"2014-01-06T00:00:00.000Z\",\"2014-01-07T00:00:00.000Z\",\"2014-01-08T00:00:00.000Z\",\"2014-01-09T00:00:00.000Z\",\"2014-01-10T00:00:00.000Z\",\"2014-01-11T00:00:00.000Z\",\"2014-01-12T00:00:00.000Z\",\"2014-01-13T00:00:00.000Z\",\"2014-01-14T00:00:00.000Z\",\"2014-01-15T00:00:00.000Z\",\"2014-01-16T00:00:00.000Z\",\"2014-01-17T00:00:00.000Z\",\"2014-01-18T00:00:00.000Z\",\"2014-01-19T00:00:00.000Z\",\"2014-01-20T00:00:00.000Z\",\"2014-01-21T00:00:00.000Z\",\"2014-01-22T00:00:00.000Z\",\"2014-01-23T00:00:00.000Z\",\"2014-01-24T00:00:00.000Z\",\"2014-01-25T00:00:00.000Z\",\"2014-01-26T00:00:00.000Z\",\"2014-01-27T00:00:00.000Z\",\"2014-01-28T00:00:00.000Z\",\"2014-01-29T00:00:00.000Z\",\"2014-01-30T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-01T00:00:00.000Z\",\"2014-02-02T00:00:00.000Z\",\"2014-02-03T00:00:00.000Z\",\"2014-02-04T00:00:00.000Z\",\"2014-02-05T00:00:00.000Z\",\"2014-02-06T00:00:00.000Z\",\"2014-02-07T00:00:00.000Z\",\"2014-02-08T00:00:00.000Z\",\"2014-02-09T00:00:00.000Z\",\"2014-02-10T00:00:00.000Z\",\"2014-02-11T00:00:00.000Z\",\"2014-02-12T00:00:00.000Z\",\"2014-02-13T00:00:00.000Z\",\"2014-02-14T00:00:00.000Z\",\"2014-02-15T00:00:00.000Z\",\"2014-02-16T00:00:00.000Z\",\"2014-02-17T00:00:00.000Z\",\"2014-02-18T00:00:00.000Z\",\"2014-02-19T00:00:00.000Z\",\"2014-02-20T00:00:00.000Z\",\"2014-02-21T00:00:00.000Z\",\"2014-02-22T00:00:00.000Z\",\"2014-02-23T00:00:00.000Z\",\"2014-02-24T00:00:00.000Z\",\"2014-02-25T00:00:00.000Z\",\"2014-02-26T00:00:00.000Z\",\"2014-02-27T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-01T00:00:00.000Z\",\"2014-03-02T00:00:00.000Z\",\"2014-03-03T00:00:00.000Z\",\"2014-03-04T00:00:00.000Z\",\"2014-03-05T00:00:00.000Z\",\"2014-03-06T00:00:00.000Z\",\"2014-03-07T00:00:00.000Z\",\"2014-03-08T00:00:00.000Z\",\"2014-03-09T00:00:00.000Z\",\"2014-03-10T00:00:00.000Z\",\"2014-03-11T00:00:00.000Z\",\"2014-03-12T00:00:00.000Z\",\"2014-03-13T00:00:00.000Z\",\"2014-03-14T00:00:00.000Z\",\"2014-03-15T00:00:00.000Z\",\"2014-03-16T00:00:00.000Z\",\"2014-03-17T00:00:00.000Z\",\"2014-03-18T00:00:00.000Z\",\"2014-03-19T00:00:00.000Z\",\"2014-03-20T00:00:00.000Z\",\"2014-03-21T00:00:00.000Z\",\"2014-03-22T00:00:00.000Z\",\"2014-03-23T00:00:00.000Z\",\"2014-03-24T00:00:00.000Z\",\"2014-03-25T00:00:00.000Z\",\"2014-03-26T00:00:00.000Z\",\"2014-03-27T00:00:00.000Z\",\"2014-03-28T00:00:00.000Z\",\"2014-03-29T00:00:00.000Z\",\"2014-03-30T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-01T00:00:00.000Z\",\"2014-04-02T00:00:00.000Z\",\"2014-04-03T00:00:00.000Z\",\"2014-04-04T00:00:00.000Z\",\"2014-04-05T00:00:00.000Z\",\"2014-04-06T00:00:00.000Z\",\"2014-04-07T00:00:00.000Z\",\"2014-04-08T00:00:00.000Z\",\"2014-04-09T00:00:00.000Z\",\"2014-04-10T00:00:00.000Z\",\"2014-04-11T00:00:00.000Z\",\"2014-04-12T00:00:00.000Z\",\"2014-04-13T00:00:00.000Z\",\"2014-04-14T00:00:00.000Z\",\"2014-04-15T00:00:00.000Z\",\"2014-04-16T00:00:00.000Z\",\"2014-04-17T00:00:00.000Z\",\"2014-04-18T00:00:00.000Z\",\"2014-04-19T00:00:00.000Z\",\"2014-04-20T00:00:00.000Z\",\"2014-04-21T00:00:00.000Z\",\"2014-04-22T00:00:00.000Z\",\"2014-04-23T00:00:00.000Z\",\"2014-04-24T00:00:00.000Z\",\"2014-04-25T00:00:00.000Z\",\"2014-04-26T00:00:00.000Z\",\"2014-04-27T00:00:00.000Z\",\"2014-04-28T00:00:00.000Z\",\"2014-04-29T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-01T00:00:00.000Z\",\"2014-05-02T00:00:00.000Z\",\"2014-05-03T00:00:00.000Z\",\"2014-05-04T00:00:00.000Z\",\"2014-05-05T00:00:00.000Z\",\"2014-05-06T00:00:00.000Z\",\"2014-05-07T00:00:00.000Z\",\"2014-05-08T00:00:00.000Z\",\"2014-05-09T00:00:00.000Z\",\"2014-05-10T00:00:00.000Z\",\"2014-05-11T00:00:00.000Z\",\"2014-05-12T00:00:00.000Z\",\"2014-05-13T00:00:00.000Z\",\"2014-05-14T00:00:00.000Z\",\"2014-05-15T00:00:00.000Z\",\"2014-05-16T00:00:00.000Z\",\"2014-05-17T00:00:00.000Z\",\"2014-05-18T00:00:00.000Z\",\"2014-05-19T00:00:00.000Z\",\"2014-05-20T00:00:00.000Z\",\"2014-05-21T00:00:00.000Z\",\"2014-05-22T00:00:00.000Z\",\"2014-05-23T00:00:00.000Z\",\"2014-05-24T00:00:00.000Z\",\"2014-05-25T00:00:00.000Z\",\"2014-05-26T00:00:00.000Z\",\"2014-05-27T00:00:00.000Z\",\"2014-05-28T00:00:00.000Z\",\"2014-05-29T00:00:00.000Z\",\"2014-05-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-01T00:00:00.000Z\",\"2014-06-02T00:00:00.000Z\",\"2014-06-03T00:00:00.000Z\",\"2014-06-04T00:00:00.000Z\",\"2014-06-05T00:00:00.000Z\",\"2014-06-06T00:00:00.000Z\",\"2014-06-07T00:00:00.000Z\",\"2014-06-08T00:00:00.000Z\",\"2014-06-09T00:00:00.000Z\",\"2014-06-10T00:00:00.000Z\",\"2014-06-11T00:00:00.000Z\",\"2014-06-12T00:00:00.000Z\",\"2014-06-13T00:00:00.000Z\",\"2014-06-14T00:00:00.000Z\",\"2014-06-15T00:00:00.000Z\",\"2014-06-16T00:00:00.000Z\",\"2014-06-17T00:00:00.000Z\",\"2014-06-18T00:00:00.000Z\",\"2014-06-19T00:00:00.000Z\",\"2014-06-20T00:00:00.000Z\",\"2014-06-21T00:00:00.000Z\",\"2014-06-22T00:00:00.000Z\",\"2014-06-23T00:00:00.000Z\",\"2014-06-24T00:00:00.000Z\",\"2014-06-25T00:00:00.000Z\",\"2014-06-26T00:00:00.000Z\",\"2014-06-27T00:00:00.000Z\",\"2014-06-28T00:00:00.000Z\",\"2014-06-29T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-01T00:00:00.000Z\",\"2014-07-02T00:00:00.000Z\",\"2014-07-03T00:00:00.000Z\",\"2014-07-04T00:00:00.000Z\",\"2014-07-05T00:00:00.000Z\",\"2014-07-06T00:00:00.000Z\",\"2014-07-07T00:00:00.000Z\",\"2014-07-08T00:00:00.000Z\",\"2014-07-09T00:00:00.000Z\",\"2014-07-10T00:00:00.000Z\",\"2014-07-11T00:00:00.000Z\",\"2014-07-12T00:00:00.000Z\",\"2014-07-13T00:00:00.000Z\",\"2014-07-14T00:00:00.000Z\",\"2014-07-15T00:00:00.000Z\",\"2014-07-16T00:00:00.000Z\",\"2014-07-17T00:00:00.000Z\",\"2014-07-18T00:00:00.000Z\",\"2014-07-19T00:00:00.000Z\",\"2014-07-20T00:00:00.000Z\",\"2014-07-21T00:00:00.000Z\",\"2014-07-22T00:00:00.000Z\",\"2014-07-23T00:00:00.000Z\",\"2014-07-24T00:00:00.000Z\",\"2014-07-25T00:00:00.000Z\",\"2014-07-26T00:00:00.000Z\",\"2014-07-27T00:00:00.000Z\",\"2014-07-28T00:00:00.000Z\",\"2014-07-29T00:00:00.000Z\",\"2014-07-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-01T00:00:00.000Z\",\"2014-08-02T00:00:00.000Z\",\"2014-08-03T00:00:00.000Z\",\"2014-08-04T00:00:00.000Z\",\"2014-08-05T00:00:00.000Z\",\"2014-08-06T00:00:00.000Z\",\"2014-08-07T00:00:00.000Z\",\"2014-08-08T00:00:00.000Z\",\"2014-08-09T00:00:00.000Z\",\"2014-08-10T00:00:00.000Z\",\"2014-08-11T00:00:00.000Z\",\"2014-08-12T00:00:00.000Z\",\"2014-08-13T00:00:00.000Z\",\"2014-08-14T00:00:00.000Z\",\"2014-08-15T00:00:00.000Z\",\"2014-08-16T00:00:00.000Z\",\"2014-08-17T00:00:00.000Z\",\"2014-08-18T00:00:00.000Z\",\"2014-08-19T00:00:00.000Z\",\"2014-08-20T00:00:00.000Z\",\"2014-08-21T00:00:00.000Z\",\"2014-08-22T00:00:00.000Z\",\"2014-08-23T00:00:00.000Z\",\"2014-08-24T00:00:00.000Z\",\"2014-08-25T00:00:00.000Z\",\"2014-08-26T00:00:00.000Z\",\"2014-08-27T00:00:00.000Z\",\"2014-08-28T00:00:00.000Z\",\"2014-08-29T00:00:00.000Z\",\"2014-08-30T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-01T00:00:00.000Z\",\"2014-09-02T00:00:00.000Z\",\"2014-09-03T00:00:00.000Z\",\"2014-09-04T00:00:00.000Z\",\"2014-09-05T00:00:00.000Z\",\"2014-09-06T00:00:00.000Z\",\"2014-09-07T00:00:00.000Z\",\"2014-09-08T00:00:00.000Z\",\"2014-09-09T00:00:00.000Z\",\"2014-09-10T00:00:00.000Z\",\"2014-09-11T00:00:00.000Z\",\"2014-09-12T00:00:00.000Z\",\"2014-09-13T00:00:00.000Z\",\"2014-09-14T00:00:00.000Z\",\"2014-09-15T00:00:00.000Z\",\"2014-09-16T00:00:00.000Z\",\"2014-09-17T00:00:00.000Z\",\"2014-09-18T00:00:00.000Z\",\"2014-09-19T00:00:00.000Z\",\"2014-09-20T00:00:00.000Z\",\"2014-09-21T00:00:00.000Z\",\"2014-09-22T00:00:00.000Z\",\"2014-09-23T00:00:00.000Z\",\"2014-09-24T00:00:00.000Z\",\"2014-09-25T00:00:00.000Z\",\"2014-09-26T00:00:00.000Z\",\"2014-09-27T00:00:00.000Z\",\"2014-09-28T00:00:00.000Z\",\"2014-09-29T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-01T00:00:00.000Z\",\"2014-10-02T00:00:00.000Z\",\"2014-10-03T00:00:00.000Z\",\"2014-10-04T00:00:00.000Z\",\"2014-10-05T00:00:00.000Z\",\"2014-10-06T00:00:00.000Z\",\"2014-10-07T00:00:00.000Z\",\"2014-10-08T00:00:00.000Z\",\"2014-10-09T00:00:00.000Z\",\"2014-10-10T00:00:00.000Z\",\"2014-10-11T00:00:00.000Z\",\"2014-10-12T00:00:00.000Z\",\"2014-10-13T00:00:00.000Z\",\"2014-10-14T00:00:00.000Z\",\"2014-10-15T00:00:00.000Z\",\"2014-10-16T00:00:00.000Z\",\"2014-10-17T00:00:00.000Z\",\"2014-10-18T00:00:00.000Z\",\"2014-10-19T00:00:00.000Z\",\"2014-10-20T00:00:00.000Z\",\"2014-10-21T00:00:00.000Z\",\"2014-10-22T00:00:00.000Z\",\"2014-10-23T00:00:00.000Z\",\"2014-10-24T00:00:00.000Z\",\"2014-10-25T00:00:00.000Z\",\"2014-10-26T00:00:00.000Z\",\"2014-10-27T00:00:00.000Z\",\"2014-10-28T00:00:00.000Z\",\"2014-10-29T00:00:00.000Z\",\"2014-10-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-01T00:00:00.000Z\",\"2014-11-02T00:00:00.000Z\",\"2014-11-03T00:00:00.000Z\",\"2014-11-04T00:00:00.000Z\",\"2014-11-05T00:00:00.000Z\",\"2014-11-06T00:00:00.000Z\",\"2014-11-07T00:00:00.000Z\",\"2014-11-08T00:00:00.000Z\",\"2014-11-09T00:00:00.000Z\",\"2014-11-10T00:00:00.000Z\",\"2014-11-11T00:00:00.000Z\",\"2014-11-12T00:00:00.000Z\",\"2014-11-13T00:00:00.000Z\",\"2014-11-14T00:00:00.000Z\",\"2014-11-15T00:00:00.000Z\",\"2014-11-16T00:00:00.000Z\",\"2014-11-17T00:00:00.000Z\",\"2014-11-18T00:00:00.000Z\",\"2014-11-19T00:00:00.000Z\",\"2014-11-20T00:00:00.000Z\",\"2014-11-21T00:00:00.000Z\",\"2014-11-22T00:00:00.000Z\",\"2014-11-23T00:00:00.000Z\",\"2014-11-24T00:00:00.000Z\",\"2014-11-25T00:00:00.000Z\",\"2014-11-26T00:00:00.000Z\",\"2014-11-27T00:00:00.000Z\",\"2014-11-28T00:00:00.000Z\",\"2014-11-29T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-01T00:00:00.000Z\",\"2014-12-02T00:00:00.000Z\",\"2014-12-03T00:00:00.000Z\",\"2014-12-04T00:00:00.000Z\",\"2014-12-05T00:00:00.000Z\",\"2014-12-06T00:00:00.000Z\",\"2014-12-07T00:00:00.000Z\",\"2014-12-08T00:00:00.000Z\",\"2014-12-09T00:00:00.000Z\",\"2014-12-10T00:00:00.000Z\",\"2014-12-11T00:00:00.000Z\",\"2014-12-12T00:00:00.000Z\",\"2014-12-13T00:00:00.000Z\",\"2014-12-14T00:00:00.000Z\",\"2014-12-15T00:00:00.000Z\",\"2014-12-16T00:00:00.000Z\",\"2014-12-17T00:00:00.000Z\",\"2014-12-18T00:00:00.000Z\",\"2014-12-19T00:00:00.000Z\",\"2014-12-20T00:00:00.000Z\",\"2014-12-21T00:00:00.000Z\",\"2014-12-22T00:00:00.000Z\",\"2014-12-23T00:00:00.000Z\",\"2014-12-24T00:00:00.000Z\",\"2014-12-25T00:00:00.000Z\",\"2014-12-26T00:00:00.000Z\",\"2014-12-27T00:00:00.000Z\",\"2014-12-28T00:00:00.000Z\",\"2014-12-29T00:00:00.000Z\",\"2014-12-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-01T00:00:00.000Z\",\"2015-01-02T00:00:00.000Z\",\"2015-01-03T00:00:00.000Z\",\"2015-01-04T00:00:00.000Z\",\"2015-01-05T00:00:00.000Z\",\"2015-01-06T00:00:00.000Z\",\"2015-01-07T00:00:00.000Z\",\"2015-01-08T00:00:00.000Z\",\"2015-01-09T00:00:00.000Z\",\"2015-01-10T00:00:00.000Z\",\"2015-01-11T00:00:00.000Z\",\"2015-01-12T00:00:00.000Z\",\"2015-01-13T00:00:00.000Z\",\"2015-01-14T00:00:00.000Z\",\"2015-01-15T00:00:00.000Z\",\"2015-01-16T00:00:00.000Z\",\"2015-01-17T00:00:00.000Z\",\"2015-01-18T00:00:00.000Z\",\"2015-01-19T00:00:00.000Z\",\"2015-01-20T00:00:00.000Z\",\"2015-01-21T00:00:00.000Z\",\"2015-01-22T00:00:00.000Z\",\"2015-01-23T00:00:00.000Z\",\"2015-01-24T00:00:00.000Z\",\"2015-01-25T00:00:00.000Z\",\"2015-01-26T00:00:00.000Z\",\"2015-01-27T00:00:00.000Z\",\"2015-01-28T00:00:00.000Z\",\"2015-01-29T00:00:00.000Z\",\"2015-01-30T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-01T00:00:00.000Z\",\"2015-02-02T00:00:00.000Z\",\"2015-02-03T00:00:00.000Z\",\"2015-02-04T00:00:00.000Z\",\"2015-02-05T00:00:00.000Z\",\"2015-02-06T00:00:00.000Z\",\"2015-02-07T00:00:00.000Z\",\"2015-02-08T00:00:00.000Z\",\"2015-02-09T00:00:00.000Z\",\"2015-02-10T00:00:00.000Z\",\"2015-02-11T00:00:00.000Z\",\"2015-02-12T00:00:00.000Z\",\"2015-02-13T00:00:00.000Z\",\"2015-02-14T00:00:00.000Z\",\"2015-02-15T00:00:00.000Z\",\"2015-02-16T00:00:00.000Z\",\"2015-02-17T00:00:00.000Z\",\"2015-02-18T00:00:00.000Z\",\"2015-02-19T00:00:00.000Z\",\"2015-02-20T00:00:00.000Z\",\"2015-02-21T00:00:00.000Z\",\"2015-02-22T00:00:00.000Z\",\"2015-02-23T00:00:00.000Z\",\"2015-02-24T00:00:00.000Z\",\"2015-02-25T00:00:00.000Z\",\"2015-02-26T00:00:00.000Z\",\"2015-02-27T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-01T00:00:00.000Z\",\"2015-03-02T00:00:00.000Z\",\"2015-03-03T00:00:00.000Z\",\"2015-03-04T00:00:00.000Z\",\"2015-03-05T00:00:00.000Z\",\"2015-03-06T00:00:00.000Z\",\"2015-03-07T00:00:00.000Z\",\"2015-03-08T00:00:00.000Z\",\"2015-03-09T00:00:00.000Z\",\"2015-03-10T00:00:00.000Z\",\"2015-03-11T00:00:00.000Z\",\"2015-03-12T00:00:00.000Z\",\"2015-03-13T00:00:00.000Z\",\"2015-03-14T00:00:00.000Z\",\"2015-03-15T00:00:00.000Z\",\"2015-03-16T00:00:00.000Z\",\"2015-03-17T00:00:00.000Z\",\"2015-03-18T00:00:00.000Z\",\"2015-03-19T00:00:00.000Z\",\"2015-03-20T00:00:00.000Z\",\"2015-03-21T00:00:00.000Z\",\"2015-03-22T00:00:00.000Z\",\"2015-03-23T00:00:00.000Z\",\"2015-03-24T00:00:00.000Z\",\"2015-03-25T00:00:00.000Z\",\"2015-03-26T00:00:00.000Z\",\"2015-03-27T00:00:00.000Z\",\"2015-03-28T00:00:00.000Z\",\"2015-03-29T00:00:00.000Z\",\"2015-03-30T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-01T00:00:00.000Z\",\"2015-04-02T00:00:00.000Z\",\"2015-04-03T00:00:00.000Z\",\"2015-04-04T00:00:00.000Z\",\"2015-04-05T00:00:00.000Z\",\"2015-04-06T00:00:00.000Z\",\"2015-04-07T00:00:00.000Z\",\"2015-04-08T00:00:00.000Z\",\"2015-04-09T00:00:00.000Z\",\"2015-04-10T00:00:00.000Z\",\"2015-04-11T00:00:00.000Z\",\"2015-04-12T00:00:00.000Z\",\"2015-04-13T00:00:00.000Z\",\"2015-04-14T00:00:00.000Z\",\"2015-04-15T00:00:00.000Z\",\"2015-04-16T00:00:00.000Z\",\"2015-04-17T00:00:00.000Z\",\"2015-04-18T00:00:00.000Z\",\"2015-04-19T00:00:00.000Z\",\"2015-04-20T00:00:00.000Z\",\"2015-04-21T00:00:00.000Z\",\"2015-04-22T00:00:00.000Z\",\"2015-04-23T00:00:00.000Z\",\"2015-04-24T00:00:00.000Z\",\"2015-04-25T00:00:00.000Z\",\"2015-04-26T00:00:00.000Z\",\"2015-04-27T00:00:00.000Z\",\"2015-04-28T00:00:00.000Z\",\"2015-04-29T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-01T00:00:00.000Z\",\"2015-05-02T00:00:00.000Z\",\"2015-05-03T00:00:00.000Z\",\"2015-05-04T00:00:00.000Z\",\"2015-05-05T00:00:00.000Z\",\"2015-05-06T00:00:00.000Z\",\"2015-05-07T00:00:00.000Z\",\"2015-05-08T00:00:00.000Z\",\"2015-05-09T00:00:00.000Z\",\"2015-05-10T00:00:00.000Z\",\"2015-05-11T00:00:00.000Z\",\"2015-05-12T00:00:00.000Z\",\"2015-05-13T00:00:00.000Z\",\"2015-05-14T00:00:00.000Z\",\"2015-05-15T00:00:00.000Z\",\"2015-05-16T00:00:00.000Z\",\"2015-05-17T00:00:00.000Z\",\"2015-05-18T00:00:00.000Z\",\"2015-05-19T00:00:00.000Z\",\"2015-05-20T00:00:00.000Z\",\"2015-05-21T00:00:00.000Z\",\"2015-05-22T00:00:00.000Z\",\"2015-05-23T00:00:00.000Z\",\"2015-05-24T00:00:00.000Z\",\"2015-05-25T00:00:00.000Z\",\"2015-05-26T00:00:00.000Z\",\"2015-05-27T00:00:00.000Z\",\"2015-05-28T00:00:00.000Z\",\"2015-05-29T00:00:00.000Z\",\"2015-05-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-01T00:00:00.000Z\",\"2015-06-02T00:00:00.000Z\",\"2015-06-03T00:00:00.000Z\",\"2015-06-04T00:00:00.000Z\",\"2015-06-05T00:00:00.000Z\",\"2015-06-06T00:00:00.000Z\",\"2015-06-07T00:00:00.000Z\",\"2015-06-08T00:00:00.000Z\",\"2015-06-09T00:00:00.000Z\",\"2015-06-10T00:00:00.000Z\",\"2015-06-11T00:00:00.000Z\",\"2015-06-12T00:00:00.000Z\",\"2015-06-13T00:00:00.000Z\",\"2015-06-14T00:00:00.000Z\",\"2015-06-15T00:00:00.000Z\",\"2015-06-16T00:00:00.000Z\",\"2015-06-17T00:00:00.000Z\",\"2015-06-18T00:00:00.000Z\",\"2015-06-19T00:00:00.000Z\",\"2015-06-20T00:00:00.000Z\",\"2015-06-21T00:00:00.000Z\",\"2015-06-22T00:00:00.000Z\",\"2015-06-23T00:00:00.000Z\",\"2015-06-24T00:00:00.000Z\",\"2015-06-25T00:00:00.000Z\",\"2015-06-26T00:00:00.000Z\",\"2015-06-27T00:00:00.000Z\",\"2015-06-28T00:00:00.000Z\",\"2015-06-29T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2015-07-02T00:00:00.000Z\",\"2015-07-03T00:00:00.000Z\",\"2015-07-04T00:00:00.000Z\",\"2015-07-05T00:00:00.000Z\",\"2015-07-06T00:00:00.000Z\",\"2015-07-07T00:00:00.000Z\",\"2015-07-08T00:00:00.000Z\",\"2015-07-09T00:00:00.000Z\",\"2015-07-10T00:00:00.000Z\",\"2015-07-11T00:00:00.000Z\",\"2015-07-12T00:00:00.000Z\",\"2015-07-13T00:00:00.000Z\",\"2015-07-14T00:00:00.000Z\",\"2015-07-15T00:00:00.000Z\",\"2015-07-16T00:00:00.000Z\",\"2015-07-17T00:00:00.000Z\",\"2015-07-18T00:00:00.000Z\",\"2015-07-19T00:00:00.000Z\",\"2015-07-20T00:00:00.000Z\",\"2015-07-21T00:00:00.000Z\",\"2015-07-22T00:00:00.000Z\",\"2015-07-23T00:00:00.000Z\",\"2015-07-24T00:00:00.000Z\",\"2015-07-25T00:00:00.000Z\",\"2015-07-26T00:00:00.000Z\",\"2015-07-27T00:00:00.000Z\",\"2015-07-28T00:00:00.000Z\",\"2015-07-29T00:00:00.000Z\",\"2015-07-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-01T00:00:00.000Z\",\"2015-08-02T00:00:00.000Z\",\"2015-08-03T00:00:00.000Z\",\"2015-08-04T00:00:00.000Z\",\"2015-08-05T00:00:00.000Z\",\"2015-08-06T00:00:00.000Z\",\"2015-08-07T00:00:00.000Z\",\"2015-08-08T00:00:00.000Z\",\"2015-08-09T00:00:00.000Z\",\"2015-08-10T00:00:00.000Z\",\"2015-08-11T00:00:00.000Z\",\"2015-08-12T00:00:00.000Z\",\"2015-08-13T00:00:00.000Z\",\"2015-08-14T00:00:00.000Z\",\"2015-08-15T00:00:00.000Z\",\"2015-08-16T00:00:00.000Z\",\"2015-08-17T00:00:00.000Z\",\"2015-08-18T00:00:00.000Z\",\"2015-08-19T00:00:00.000Z\",\"2015-08-20T00:00:00.000Z\",\"2015-08-21T00:00:00.000Z\",\"2015-08-22T00:00:00.000Z\",\"2015-08-23T00:00:00.000Z\",\"2015-08-24T00:00:00.000Z\",\"2015-08-25T00:00:00.000Z\",\"2015-08-26T00:00:00.000Z\",\"2015-08-27T00:00:00.000Z\",\"2015-08-28T00:00:00.000Z\",\"2015-08-29T00:00:00.000Z\",\"2015-08-30T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-01T00:00:00.000Z\",\"2015-09-02T00:00:00.000Z\",\"2015-09-03T00:00:00.000Z\",\"2015-09-04T00:00:00.000Z\",\"2015-09-05T00:00:00.000Z\",\"2015-09-06T00:00:00.000Z\",\"2015-09-07T00:00:00.000Z\",\"2015-09-08T00:00:00.000Z\",\"2015-09-09T00:00:00.000Z\",\"2015-09-10T00:00:00.000Z\",\"2015-09-11T00:00:00.000Z\",\"2015-09-12T00:00:00.000Z\",\"2015-09-13T00:00:00.000Z\",\"2015-09-14T00:00:00.000Z\",\"2015-09-15T00:00:00.000Z\",\"2015-09-16T00:00:00.000Z\",\"2015-09-17T00:00:00.000Z\",\"2015-09-18T00:00:00.000Z\",\"2015-09-19T00:00:00.000Z\",\"2015-09-20T00:00:00.000Z\",\"2015-09-21T00:00:00.000Z\",\"2015-09-22T00:00:00.000Z\",\"2015-09-23T00:00:00.000Z\",\"2015-09-24T00:00:00.000Z\",\"2015-09-25T00:00:00.000Z\",\"2015-09-26T00:00:00.000Z\",\"2015-09-27T00:00:00.000Z\",\"2015-09-28T00:00:00.000Z\",\"2015-09-29T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-01T00:00:00.000Z\",\"2015-10-02T00:00:00.000Z\",\"2015-10-03T00:00:00.000Z\",\"2015-10-04T00:00:00.000Z\",\"2015-10-05T00:00:00.000Z\",\"2015-10-06T00:00:00.000Z\",\"2015-10-07T00:00:00.000Z\",\"2015-10-08T00:00:00.000Z\",\"2015-10-09T00:00:00.000Z\",\"2015-10-10T00:00:00.000Z\",\"2015-10-11T00:00:00.000Z\",\"2015-10-12T00:00:00.000Z\",\"2015-10-13T00:00:00.000Z\",\"2015-10-14T00:00:00.000Z\",\"2015-10-15T00:00:00.000Z\",\"2015-10-16T00:00:00.000Z\",\"2015-10-17T00:00:00.000Z\",\"2015-10-18T00:00:00.000Z\",\"2015-10-19T00:00:00.000Z\",\"2015-10-20T00:00:00.000Z\",\"2015-10-21T00:00:00.000Z\",\"2015-10-22T00:00:00.000Z\",\"2015-10-23T00:00:00.000Z\",\"2015-10-24T00:00:00.000Z\",\"2015-10-25T00:00:00.000Z\",\"2015-10-26T00:00:00.000Z\",\"2015-10-27T00:00:00.000Z\",\"2015-10-28T00:00:00.000Z\",\"2015-10-29T00:00:00.000Z\",\"2015-10-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-01T00:00:00.000Z\",\"2015-11-02T00:00:00.000Z\",\"2015-11-03T00:00:00.000Z\",\"2015-11-04T00:00:00.000Z\",\"2015-11-05T00:00:00.000Z\",\"2015-11-06T00:00:00.000Z\",\"2015-11-07T00:00:00.000Z\",\"2015-11-08T00:00:00.000Z\",\"2015-11-09T00:00:00.000Z\",\"2015-11-10T00:00:00.000Z\",\"2015-11-11T00:00:00.000Z\",\"2015-11-12T00:00:00.000Z\",\"2015-11-13T00:00:00.000Z\",\"2015-11-14T00:00:00.000Z\",\"2015-11-15T00:00:00.000Z\",\"2015-11-16T00:00:00.000Z\",\"2015-11-17T00:00:00.000Z\",\"2015-11-18T00:00:00.000Z\",\"2015-11-19T00:00:00.000Z\",\"2015-11-20T00:00:00.000Z\",\"2015-11-21T00:00:00.000Z\",\"2015-11-22T00:00:00.000Z\",\"2015-11-23T00:00:00.000Z\",\"2015-11-24T00:00:00.000Z\",\"2015-11-25T00:00:00.000Z\",\"2015-11-26T00:00:00.000Z\",\"2015-11-27T00:00:00.000Z\",\"2015-11-28T00:00:00.000Z\",\"2015-11-29T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-01T00:00:00.000Z\",\"2015-12-02T00:00:00.000Z\",\"2015-12-03T00:00:00.000Z\",\"2015-12-04T00:00:00.000Z\",\"2015-12-05T00:00:00.000Z\",\"2015-12-06T00:00:00.000Z\",\"2015-12-07T00:00:00.000Z\",\"2015-12-08T00:00:00.000Z\",\"2015-12-09T00:00:00.000Z\",\"2015-12-10T00:00:00.000Z\",\"2015-12-11T00:00:00.000Z\",\"2015-12-12T00:00:00.000Z\",\"2015-12-13T00:00:00.000Z\",\"2015-12-14T00:00:00.000Z\",\"2015-12-15T00:00:00.000Z\",\"2015-12-16T00:00:00.000Z\",\"2015-12-17T00:00:00.000Z\",\"2015-12-18T00:00:00.000Z\",\"2015-12-19T00:00:00.000Z\",\"2015-12-20T00:00:00.000Z\",\"2015-12-21T00:00:00.000Z\",\"2015-12-22T00:00:00.000Z\",\"2015-12-23T00:00:00.000Z\",\"2015-12-24T00:00:00.000Z\",\"2015-12-25T00:00:00.000Z\",\"2015-12-26T00:00:00.000Z\",\"2015-12-27T00:00:00.000Z\",\"2015-12-28T00:00:00.000Z\",\"2015-12-29T00:00:00.000Z\",\"2015-12-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-01T00:00:00.000Z\",\"2016-01-02T00:00:00.000Z\",\"2016-01-03T00:00:00.000Z\",\"2016-01-04T00:00:00.000Z\",\"2016-01-05T00:00:00.000Z\",\"2016-01-06T00:00:00.000Z\",\"2016-01-07T00:00:00.000Z\",\"2016-01-08T00:00:00.000Z\",\"2016-01-09T00:00:00.000Z\",\"2016-01-10T00:00:00.000Z\",\"2016-01-11T00:00:00.000Z\",\"2016-01-12T00:00:00.000Z\",\"2016-01-13T00:00:00.000Z\",\"2016-01-14T00:00:00.000Z\",\"2016-01-15T00:00:00.000Z\",\"2016-01-16T00:00:00.000Z\",\"2016-01-17T00:00:00.000Z\",\"2016-01-18T00:00:00.000Z\",\"2016-01-19T00:00:00.000Z\",\"2016-01-20T00:00:00.000Z\",\"2016-01-21T00:00:00.000Z\",\"2016-01-22T00:00:00.000Z\",\"2016-01-23T00:00:00.000Z\",\"2016-01-24T00:00:00.000Z\",\"2016-01-25T00:00:00.000Z\",\"2016-01-26T00:00:00.000Z\",\"2016-01-27T00:00:00.000Z\",\"2016-01-28T00:00:00.000Z\",\"2016-01-29T00:00:00.000Z\",\"2016-01-30T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-01T00:00:00.000Z\",\"2016-02-02T00:00:00.000Z\",\"2016-02-03T00:00:00.000Z\",\"2016-02-04T00:00:00.000Z\",\"2016-02-05T00:00:00.000Z\",\"2016-02-06T00:00:00.000Z\",\"2016-02-07T00:00:00.000Z\",\"2016-02-08T00:00:00.000Z\",\"2016-02-09T00:00:00.000Z\",\"2016-02-10T00:00:00.000Z\",\"2016-02-11T00:00:00.000Z\",\"2016-02-12T00:00:00.000Z\",\"2016-02-13T00:00:00.000Z\",\"2016-02-14T00:00:00.000Z\",\"2016-02-15T00:00:00.000Z\",\"2016-02-16T00:00:00.000Z\",\"2016-02-17T00:00:00.000Z\",\"2016-02-18T00:00:00.000Z\",\"2016-02-19T00:00:00.000Z\",\"2016-02-20T00:00:00.000Z\",\"2016-02-21T00:00:00.000Z\",\"2016-02-22T00:00:00.000Z\",\"2016-02-23T00:00:00.000Z\",\"2016-02-24T00:00:00.000Z\",\"2016-02-25T00:00:00.000Z\",\"2016-02-26T00:00:00.000Z\",\"2016-02-27T00:00:00.000Z\",\"2016-02-28T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-01T00:00:00.000Z\",\"2016-03-02T00:00:00.000Z\",\"2016-03-03T00:00:00.000Z\",\"2016-03-04T00:00:00.000Z\",\"2016-03-05T00:00:00.000Z\",\"2016-03-06T00:00:00.000Z\",\"2016-03-07T00:00:00.000Z\",\"2016-03-08T00:00:00.000Z\",\"2016-03-09T00:00:00.000Z\",\"2016-03-10T00:00:00.000Z\",\"2016-03-11T00:00:00.000Z\",\"2016-03-12T00:00:00.000Z\",\"2016-03-13T00:00:00.000Z\",\"2016-03-14T00:00:00.000Z\",\"2016-03-15T00:00:00.000Z\",\"2016-03-16T00:00:00.000Z\",\"2016-03-17T00:00:00.000Z\",\"2016-03-18T00:00:00.000Z\",\"2016-03-19T00:00:00.000Z\",\"2016-03-20T00:00:00.000Z\",\"2016-03-21T00:00:00.000Z\",\"2016-03-22T00:00:00.000Z\",\"2016-03-23T00:00:00.000Z\",\"2016-03-24T00:00:00.000Z\",\"2016-03-25T00:00:00.000Z\",\"2016-03-26T00:00:00.000Z\",\"2016-03-27T00:00:00.000Z\",\"2016-03-28T00:00:00.000Z\",\"2016-03-29T00:00:00.000Z\",\"2016-03-30T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-01T00:00:00.000Z\",\"2016-04-02T00:00:00.000Z\",\"2016-04-03T00:00:00.000Z\",\"2016-04-04T00:00:00.000Z\",\"2016-04-05T00:00:00.000Z\",\"2016-04-06T00:00:00.000Z\",\"2016-04-07T00:00:00.000Z\",\"2016-04-08T00:00:00.000Z\",\"2016-04-09T00:00:00.000Z\",\"2016-04-10T00:00:00.000Z\",\"2016-04-11T00:00:00.000Z\",\"2016-04-12T00:00:00.000Z\",\"2016-04-13T00:00:00.000Z\",\"2016-04-14T00:00:00.000Z\",\"2016-04-15T00:00:00.000Z\",\"2016-04-16T00:00:00.000Z\",\"2016-04-17T00:00:00.000Z\",\"2016-04-18T00:00:00.000Z\",\"2016-04-19T00:00:00.000Z\",\"2016-04-20T00:00:00.000Z\",\"2016-04-21T00:00:00.000Z\",\"2016-04-22T00:00:00.000Z\",\"2016-04-23T00:00:00.000Z\",\"2016-04-24T00:00:00.000Z\",\"2016-04-25T00:00:00.000Z\",\"2016-04-26T00:00:00.000Z\",\"2016-04-27T00:00:00.000Z\",\"2016-04-28T00:00:00.000Z\",\"2016-04-29T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-01T00:00:00.000Z\",\"2016-05-02T00:00:00.000Z\",\"2016-05-03T00:00:00.000Z\",\"2016-05-04T00:00:00.000Z\",\"2016-05-05T00:00:00.000Z\",\"2016-05-06T00:00:00.000Z\",\"2016-05-07T00:00:00.000Z\",\"2016-05-08T00:00:00.000Z\",\"2016-05-09T00:00:00.000Z\",\"2016-05-10T00:00:00.000Z\",\"2016-05-11T00:00:00.000Z\",\"2016-05-12T00:00:00.000Z\",\"2016-05-13T00:00:00.000Z\",\"2016-05-14T00:00:00.000Z\",\"2016-05-15T00:00:00.000Z\",\"2016-05-16T00:00:00.000Z\",\"2016-05-17T00:00:00.000Z\",\"2016-05-18T00:00:00.000Z\",\"2016-05-19T00:00:00.000Z\",\"2016-05-20T00:00:00.000Z\",\"2016-05-21T00:00:00.000Z\",\"2016-05-22T00:00:00.000Z\",\"2016-05-23T00:00:00.000Z\",\"2016-05-24T00:00:00.000Z\",\"2016-05-25T00:00:00.000Z\",\"2016-05-26T00:00:00.000Z\",\"2016-05-27T00:00:00.000Z\",\"2016-05-28T00:00:00.000Z\",\"2016-05-29T00:00:00.000Z\",\"2016-05-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-01T00:00:00.000Z\",\"2016-06-02T00:00:00.000Z\",\"2016-06-03T00:00:00.000Z\",\"2016-06-04T00:00:00.000Z\",\"2016-06-05T00:00:00.000Z\",\"2016-06-06T00:00:00.000Z\",\"2016-06-07T00:00:00.000Z\",\"2016-06-08T00:00:00.000Z\",\"2016-06-09T00:00:00.000Z\",\"2016-06-10T00:00:00.000Z\",\"2016-06-11T00:00:00.000Z\",\"2016-06-12T00:00:00.000Z\",\"2016-06-13T00:00:00.000Z\",\"2016-06-14T00:00:00.000Z\",\"2016-06-15T00:00:00.000Z\",\"2016-06-16T00:00:00.000Z\",\"2016-06-17T00:00:00.000Z\",\"2016-06-18T00:00:00.000Z\",\"2016-06-19T00:00:00.000Z\",\"2016-06-20T00:00:00.000Z\",\"2016-06-21T00:00:00.000Z\",\"2016-06-22T00:00:00.000Z\",\"2016-06-23T00:00:00.000Z\",\"2016-06-24T00:00:00.000Z\",\"2016-06-25T00:00:00.000Z\",\"2016-06-26T00:00:00.000Z\",\"2016-06-27T00:00:00.000Z\",\"2016-06-28T00:00:00.000Z\",\"2016-06-29T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-01T00:00:00.000Z\",\"2016-07-02T00:00:00.000Z\",\"2016-07-03T00:00:00.000Z\",\"2016-07-04T00:00:00.000Z\",\"2016-07-05T00:00:00.000Z\",\"2016-07-06T00:00:00.000Z\",\"2016-07-07T00:00:00.000Z\",\"2016-07-08T00:00:00.000Z\",\"2016-07-09T00:00:00.000Z\",\"2016-07-10T00:00:00.000Z\",\"2016-07-11T00:00:00.000Z\",\"2016-07-12T00:00:00.000Z\",\"2016-07-13T00:00:00.000Z\",\"2016-07-14T00:00:00.000Z\",\"2016-07-15T00:00:00.000Z\",\"2016-07-16T00:00:00.000Z\",\"2016-07-17T00:00:00.000Z\",\"2016-07-18T00:00:00.000Z\",\"2016-07-19T00:00:00.000Z\",\"2016-07-20T00:00:00.000Z\",\"2016-07-21T00:00:00.000Z\",\"2016-07-22T00:00:00.000Z\",\"2016-07-23T00:00:00.000Z\",\"2016-07-24T00:00:00.000Z\",\"2016-07-25T00:00:00.000Z\",\"2016-07-26T00:00:00.000Z\",\"2016-07-27T00:00:00.000Z\",\"2016-07-28T00:00:00.000Z\",\"2016-07-29T00:00:00.000Z\",\"2016-07-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-01T00:00:00.000Z\",\"2016-08-02T00:00:00.000Z\",\"2016-08-03T00:00:00.000Z\",\"2016-08-04T00:00:00.000Z\",\"2016-08-05T00:00:00.000Z\",\"2016-08-06T00:00:00.000Z\",\"2016-08-07T00:00:00.000Z\",\"2016-08-08T00:00:00.000Z\",\"2016-08-09T00:00:00.000Z\",\"2016-08-10T00:00:00.000Z\",\"2016-08-11T00:00:00.000Z\",\"2016-08-12T00:00:00.000Z\",\"2016-08-13T00:00:00.000Z\",\"2016-08-14T00:00:00.000Z\",\"2016-08-15T00:00:00.000Z\",\"2016-08-16T00:00:00.000Z\",\"2016-08-17T00:00:00.000Z\",\"2016-08-18T00:00:00.000Z\",\"2016-08-19T00:00:00.000Z\",\"2016-08-20T00:00:00.000Z\",\"2016-08-21T00:00:00.000Z\",\"2016-08-22T00:00:00.000Z\",\"2016-08-23T00:00:00.000Z\",\"2016-08-24T00:00:00.000Z\",\"2016-08-25T00:00:00.000Z\",\"2016-08-26T00:00:00.000Z\",\"2016-08-27T00:00:00.000Z\",\"2016-08-28T00:00:00.000Z\",\"2016-08-29T00:00:00.000Z\",\"2016-08-30T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-01T00:00:00.000Z\",\"2016-09-02T00:00:00.000Z\",\"2016-09-03T00:00:00.000Z\",\"2016-09-04T00:00:00.000Z\",\"2016-09-05T00:00:00.000Z\",\"2016-09-06T00:00:00.000Z\",\"2016-09-07T00:00:00.000Z\",\"2016-09-08T00:00:00.000Z\",\"2016-09-09T00:00:00.000Z\",\"2016-09-10T00:00:00.000Z\",\"2016-09-11T00:00:00.000Z\",\"2016-09-12T00:00:00.000Z\",\"2016-09-13T00:00:00.000Z\",\"2016-09-14T00:00:00.000Z\",\"2016-09-15T00:00:00.000Z\",\"2016-09-16T00:00:00.000Z\",\"2016-09-17T00:00:00.000Z\",\"2016-09-18T00:00:00.000Z\",\"2016-09-19T00:00:00.000Z\",\"2016-09-20T00:00:00.000Z\",\"2016-09-21T00:00:00.000Z\",\"2016-09-22T00:00:00.000Z\",\"2016-09-23T00:00:00.000Z\",\"2016-09-24T00:00:00.000Z\",\"2016-09-25T00:00:00.000Z\",\"2016-09-26T00:00:00.000Z\",\"2016-09-27T00:00:00.000Z\",\"2016-09-28T00:00:00.000Z\",\"2016-09-29T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-01T00:00:00.000Z\",\"2016-10-02T00:00:00.000Z\",\"2016-10-03T00:00:00.000Z\",\"2016-10-04T00:00:00.000Z\",\"2016-10-05T00:00:00.000Z\",\"2016-10-06T00:00:00.000Z\",\"2016-10-07T00:00:00.000Z\",\"2016-10-08T00:00:00.000Z\",\"2016-10-09T00:00:00.000Z\",\"2016-10-10T00:00:00.000Z\",\"2016-10-11T00:00:00.000Z\",\"2016-10-12T00:00:00.000Z\",\"2016-10-13T00:00:00.000Z\",\"2016-10-14T00:00:00.000Z\",\"2016-10-15T00:00:00.000Z\",\"2016-10-16T00:00:00.000Z\",\"2016-10-17T00:00:00.000Z\",\"2016-10-18T00:00:00.000Z\",\"2016-10-19T00:00:00.000Z\",\"2016-10-20T00:00:00.000Z\",\"2016-10-21T00:00:00.000Z\",\"2016-10-22T00:00:00.000Z\",\"2016-10-23T00:00:00.000Z\",\"2016-10-24T00:00:00.000Z\",\"2016-10-25T00:00:00.000Z\",\"2016-10-26T00:00:00.000Z\",\"2016-10-27T00:00:00.000Z\",\"2016-10-28T00:00:00.000Z\",\"2016-10-29T00:00:00.000Z\",\"2016-10-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-01T00:00:00.000Z\",\"2016-11-02T00:00:00.000Z\",\"2016-11-03T00:00:00.000Z\",\"2016-11-04T00:00:00.000Z\",\"2016-11-05T00:00:00.000Z\",\"2016-11-06T00:00:00.000Z\",\"2016-11-07T00:00:00.000Z\",\"2016-11-08T00:00:00.000Z\",\"2016-11-09T00:00:00.000Z\",\"2016-11-10T00:00:00.000Z\",\"2016-11-11T00:00:00.000Z\",\"2016-11-12T00:00:00.000Z\",\"2016-11-13T00:00:00.000Z\",\"2016-11-14T00:00:00.000Z\",\"2016-11-15T00:00:00.000Z\",\"2016-11-16T00:00:00.000Z\",\"2016-11-17T00:00:00.000Z\",\"2016-11-18T00:00:00.000Z\",\"2016-11-19T00:00:00.000Z\",\"2016-11-20T00:00:00.000Z\",\"2016-11-21T00:00:00.000Z\",\"2016-11-22T00:00:00.000Z\",\"2016-11-23T00:00:00.000Z\",\"2016-11-24T00:00:00.000Z\",\"2016-11-25T00:00:00.000Z\",\"2016-11-26T00:00:00.000Z\",\"2016-11-27T00:00:00.000Z\",\"2016-11-28T00:00:00.000Z\",\"2016-11-29T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-01T00:00:00.000Z\",\"2016-12-02T00:00:00.000Z\",\"2016-12-03T00:00:00.000Z\",\"2016-12-04T00:00:00.000Z\",\"2016-12-05T00:00:00.000Z\",\"2016-12-06T00:00:00.000Z\",\"2016-12-07T00:00:00.000Z\",\"2016-12-08T00:00:00.000Z\",\"2016-12-09T00:00:00.000Z\",\"2016-12-10T00:00:00.000Z\",\"2016-12-11T00:00:00.000Z\",\"2016-12-12T00:00:00.000Z\",\"2016-12-13T00:00:00.000Z\",\"2016-12-14T00:00:00.000Z\",\"2016-12-15T00:00:00.000Z\",\"2016-12-16T00:00:00.000Z\",\"2016-12-17T00:00:00.000Z\",\"2016-12-18T00:00:00.000Z\",\"2016-12-19T00:00:00.000Z\",\"2016-12-20T00:00:00.000Z\",\"2016-12-21T00:00:00.000Z\",\"2016-12-22T00:00:00.000Z\",\"2016-12-23T00:00:00.000Z\",\"2016-12-24T00:00:00.000Z\",\"2016-12-25T00:00:00.000Z\",\"2016-12-26T00:00:00.000Z\",\"2016-12-27T00:00:00.000Z\",\"2016-12-28T00:00:00.000Z\",\"2016-12-29T00:00:00.000Z\",\"2016-12-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-01T00:00:00.000Z\",\"2017-01-02T00:00:00.000Z\",\"2017-01-03T00:00:00.000Z\",\"2017-01-04T00:00:00.000Z\",\"2017-01-05T00:00:00.000Z\",\"2017-01-06T00:00:00.000Z\",\"2017-01-07T00:00:00.000Z\",\"2017-01-08T00:00:00.000Z\",\"2017-01-09T00:00:00.000Z\",\"2017-01-10T00:00:00.000Z\",\"2017-01-11T00:00:00.000Z\",\"2017-01-12T00:00:00.000Z\",\"2017-01-13T00:00:00.000Z\",\"2017-01-14T00:00:00.000Z\",\"2017-01-15T00:00:00.000Z\",\"2017-01-16T00:00:00.000Z\",\"2017-01-17T00:00:00.000Z\",\"2017-01-18T00:00:00.000Z\",\"2017-01-19T00:00:00.000Z\",\"2017-01-20T00:00:00.000Z\",\"2017-01-21T00:00:00.000Z\",\"2017-01-22T00:00:00.000Z\",\"2017-01-23T00:00:00.000Z\",\"2017-01-24T00:00:00.000Z\",\"2017-01-25T00:00:00.000Z\",\"2017-01-26T00:00:00.000Z\",\"2017-01-27T00:00:00.000Z\",\"2017-01-28T00:00:00.000Z\",\"2017-01-29T00:00:00.000Z\",\"2017-01-30T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-01T00:00:00.000Z\",\"2017-02-02T00:00:00.000Z\",\"2017-02-03T00:00:00.000Z\",\"2017-02-04T00:00:00.000Z\",\"2017-02-05T00:00:00.000Z\",\"2017-02-06T00:00:00.000Z\",\"2017-02-07T00:00:00.000Z\",\"2017-02-08T00:00:00.000Z\",\"2017-02-09T00:00:00.000Z\",\"2017-02-10T00:00:00.000Z\",\"2017-02-11T00:00:00.000Z\",\"2017-02-12T00:00:00.000Z\",\"2017-02-13T00:00:00.000Z\",\"2017-02-14T00:00:00.000Z\",\"2017-02-15T00:00:00.000Z\",\"2017-02-16T00:00:00.000Z\",\"2017-02-17T00:00:00.000Z\",\"2017-02-18T00:00:00.000Z\",\"2017-02-19T00:00:00.000Z\",\"2017-02-20T00:00:00.000Z\",\"2017-02-21T00:00:00.000Z\",\"2017-02-22T00:00:00.000Z\",\"2017-02-23T00:00:00.000Z\",\"2017-02-24T00:00:00.000Z\",\"2017-02-25T00:00:00.000Z\",\"2017-02-26T00:00:00.000Z\",\"2017-02-27T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-01T00:00:00.000Z\",\"2017-03-02T00:00:00.000Z\",\"2017-03-03T00:00:00.000Z\",\"2017-03-04T00:00:00.000Z\",\"2017-03-05T00:00:00.000Z\",\"2017-03-06T00:00:00.000Z\",\"2017-03-07T00:00:00.000Z\",\"2017-03-08T00:00:00.000Z\",\"2017-03-09T00:00:00.000Z\",\"2017-03-10T00:00:00.000Z\",\"2017-03-11T00:00:00.000Z\",\"2017-03-12T00:00:00.000Z\",\"2017-03-13T00:00:00.000Z\",\"2017-03-14T00:00:00.000Z\",\"2017-03-15T00:00:00.000Z\",\"2017-03-16T00:00:00.000Z\",\"2017-03-17T00:00:00.000Z\",\"2017-03-18T00:00:00.000Z\",\"2017-03-19T00:00:00.000Z\",\"2017-03-20T00:00:00.000Z\",\"2017-03-21T00:00:00.000Z\",\"2017-03-22T00:00:00.000Z\",\"2017-03-23T00:00:00.000Z\",\"2017-03-24T00:00:00.000Z\",\"2017-03-25T00:00:00.000Z\",\"2017-03-26T00:00:00.000Z\",\"2017-03-27T00:00:00.000Z\",\"2017-03-28T00:00:00.000Z\",\"2017-03-29T00:00:00.000Z\",\"2017-03-30T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-01T00:00:00.000Z\",\"2017-04-02T00:00:00.000Z\",\"2017-04-03T00:00:00.000Z\",\"2017-04-04T00:00:00.000Z\",\"2017-04-05T00:00:00.000Z\",\"2017-04-06T00:00:00.000Z\",\"2017-04-07T00:00:00.000Z\",\"2017-04-08T00:00:00.000Z\",\"2017-04-09T00:00:00.000Z\",\"2017-04-10T00:00:00.000Z\",\"2017-04-11T00:00:00.000Z\",\"2017-04-12T00:00:00.000Z\",\"2017-04-13T00:00:00.000Z\",\"2017-04-14T00:00:00.000Z\",\"2017-04-15T00:00:00.000Z\",\"2017-04-16T00:00:00.000Z\",\"2017-04-17T00:00:00.000Z\",\"2017-04-18T00:00:00.000Z\",\"2017-04-19T00:00:00.000Z\",\"2017-04-20T00:00:00.000Z\",\"2017-04-21T00:00:00.000Z\",\"2017-04-22T00:00:00.000Z\",\"2017-04-23T00:00:00.000Z\",\"2017-04-24T00:00:00.000Z\",\"2017-04-25T00:00:00.000Z\",\"2017-04-26T00:00:00.000Z\",\"2017-04-27T00:00:00.000Z\",\"2017-04-28T00:00:00.000Z\",\"2017-04-29T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-01T00:00:00.000Z\",\"2017-05-02T00:00:00.000Z\",\"2017-05-03T00:00:00.000Z\",\"2017-05-04T00:00:00.000Z\",\"2017-05-05T00:00:00.000Z\",\"2017-05-06T00:00:00.000Z\",\"2017-05-07T00:00:00.000Z\",\"2017-05-08T00:00:00.000Z\",\"2017-05-09T00:00:00.000Z\",\"2017-05-10T00:00:00.000Z\",\"2017-05-11T00:00:00.000Z\",\"2017-05-12T00:00:00.000Z\",\"2017-05-13T00:00:00.000Z\",\"2017-05-14T00:00:00.000Z\",\"2017-05-15T00:00:00.000Z\",\"2017-05-16T00:00:00.000Z\",\"2017-05-17T00:00:00.000Z\",\"2017-05-18T00:00:00.000Z\",\"2017-05-19T00:00:00.000Z\",\"2017-05-20T00:00:00.000Z\",\"2017-05-21T00:00:00.000Z\",\"2017-05-22T00:00:00.000Z\",\"2017-05-23T00:00:00.000Z\",\"2017-05-24T00:00:00.000Z\",\"2017-05-25T00:00:00.000Z\",\"2017-05-26T00:00:00.000Z\",\"2017-05-27T00:00:00.000Z\",\"2017-05-28T00:00:00.000Z\",\"2017-05-29T00:00:00.000Z\",\"2017-05-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-01T00:00:00.000Z\",\"2017-06-02T00:00:00.000Z\",\"2017-06-03T00:00:00.000Z\",\"2017-06-04T00:00:00.000Z\",\"2017-06-05T00:00:00.000Z\",\"2017-06-06T00:00:00.000Z\",\"2017-06-07T00:00:00.000Z\",\"2017-06-08T00:00:00.000Z\",\"2017-06-09T00:00:00.000Z\",\"2017-06-10T00:00:00.000Z\",\"2017-06-11T00:00:00.000Z\",\"2017-06-12T00:00:00.000Z\",\"2017-06-13T00:00:00.000Z\",\"2017-06-14T00:00:00.000Z\",\"2017-06-15T00:00:00.000Z\",\"2017-06-16T00:00:00.000Z\",\"2017-06-17T00:00:00.000Z\",\"2017-06-18T00:00:00.000Z\",\"2017-06-19T00:00:00.000Z\",\"2017-06-20T00:00:00.000Z\",\"2017-06-21T00:00:00.000Z\",\"2017-06-22T00:00:00.000Z\",\"2017-06-23T00:00:00.000Z\",\"2017-06-24T00:00:00.000Z\",\"2017-06-25T00:00:00.000Z\",\"2017-06-26T00:00:00.000Z\",\"2017-06-27T00:00:00.000Z\",\"2017-06-28T00:00:00.000Z\",\"2017-06-29T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-01T00:00:00.000Z\",\"2017-07-02T00:00:00.000Z\",\"2017-07-03T00:00:00.000Z\",\"2017-07-04T00:00:00.000Z\",\"2017-07-05T00:00:00.000Z\",\"2017-07-06T00:00:00.000Z\",\"2017-07-07T00:00:00.000Z\",\"2017-07-08T00:00:00.000Z\",\"2017-07-09T00:00:00.000Z\",\"2017-07-10T00:00:00.000Z\",\"2017-07-11T00:00:00.000Z\",\"2017-07-12T00:00:00.000Z\",\"2017-07-13T00:00:00.000Z\",\"2017-07-14T00:00:00.000Z\",\"2017-07-15T00:00:00.000Z\",\"2017-07-16T00:00:00.000Z\",\"2017-07-17T00:00:00.000Z\",\"2017-07-18T00:00:00.000Z\",\"2017-07-19T00:00:00.000Z\",\"2017-07-20T00:00:00.000Z\",\"2017-07-21T00:00:00.000Z\",\"2017-07-22T00:00:00.000Z\",\"2017-07-23T00:00:00.000Z\",\"2017-07-24T00:00:00.000Z\",\"2017-07-25T00:00:00.000Z\",\"2017-07-26T00:00:00.000Z\",\"2017-07-27T00:00:00.000Z\",\"2017-07-28T00:00:00.000Z\",\"2017-07-29T00:00:00.000Z\",\"2017-07-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-01T00:00:00.000Z\",\"2017-08-02T00:00:00.000Z\",\"2017-08-03T00:00:00.000Z\",\"2017-08-04T00:00:00.000Z\",\"2017-08-05T00:00:00.000Z\",\"2017-08-06T00:00:00.000Z\",\"2017-08-07T00:00:00.000Z\",\"2017-08-08T00:00:00.000Z\",\"2017-08-09T00:00:00.000Z\",\"2017-08-10T00:00:00.000Z\",\"2017-08-11T00:00:00.000Z\",\"2017-08-12T00:00:00.000Z\",\"2017-08-13T00:00:00.000Z\",\"2017-08-14T00:00:00.000Z\",\"2017-08-15T00:00:00.000Z\",\"2017-08-16T00:00:00.000Z\",\"2017-08-17T00:00:00.000Z\",\"2017-08-18T00:00:00.000Z\",\"2017-08-19T00:00:00.000Z\",\"2017-08-20T00:00:00.000Z\",\"2017-08-21T00:00:00.000Z\",\"2017-08-22T00:00:00.000Z\",\"2017-08-23T00:00:00.000Z\",\"2017-08-24T00:00:00.000Z\",\"2017-08-25T00:00:00.000Z\",\"2017-08-26T00:00:00.000Z\",\"2017-08-27T00:00:00.000Z\",\"2017-08-28T00:00:00.000Z\",\"2017-08-29T00:00:00.000Z\",\"2017-08-30T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-01T00:00:00.000Z\",\"2017-09-02T00:00:00.000Z\",\"2017-09-03T00:00:00.000Z\",\"2017-09-04T00:00:00.000Z\",\"2017-09-05T00:00:00.000Z\",\"2017-09-06T00:00:00.000Z\",\"2017-09-07T00:00:00.000Z\",\"2017-09-08T00:00:00.000Z\",\"2017-09-09T00:00:00.000Z\",\"2017-09-10T00:00:00.000Z\",\"2017-09-11T00:00:00.000Z\",\"2017-09-12T00:00:00.000Z\",\"2017-09-13T00:00:00.000Z\",\"2017-09-14T00:00:00.000Z\",\"2017-09-15T00:00:00.000Z\",\"2017-09-16T00:00:00.000Z\",\"2017-09-17T00:00:00.000Z\",\"2017-09-18T00:00:00.000Z\",\"2017-09-19T00:00:00.000Z\",\"2017-09-20T00:00:00.000Z\",\"2017-09-21T00:00:00.000Z\",\"2017-09-22T00:00:00.000Z\",\"2017-09-23T00:00:00.000Z\",\"2017-09-24T00:00:00.000Z\",\"2017-09-25T00:00:00.000Z\",\"2017-09-26T00:00:00.000Z\",\"2017-09-27T00:00:00.000Z\",\"2017-09-28T00:00:00.000Z\",\"2017-09-29T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-01T00:00:00.000Z\",\"2017-10-02T00:00:00.000Z\",\"2017-10-03T00:00:00.000Z\",\"2017-10-04T00:00:00.000Z\",\"2017-10-05T00:00:00.000Z\",\"2017-10-06T00:00:00.000Z\",\"2017-10-07T00:00:00.000Z\",\"2017-10-08T00:00:00.000Z\",\"2017-10-09T00:00:00.000Z\",\"2017-10-10T00:00:00.000Z\",\"2017-10-11T00:00:00.000Z\",\"2017-10-12T00:00:00.000Z\",\"2017-10-13T00:00:00.000Z\",\"2017-10-14T00:00:00.000Z\",\"2017-10-15T00:00:00.000Z\",\"2017-10-16T00:00:00.000Z\",\"2017-10-17T00:00:00.000Z\",\"2017-10-18T00:00:00.000Z\",\"2017-10-19T00:00:00.000Z\",\"2017-10-20T00:00:00.000Z\",\"2017-10-21T00:00:00.000Z\",\"2017-10-22T00:00:00.000Z\",\"2017-10-23T00:00:00.000Z\",\"2017-10-24T00:00:00.000Z\",\"2017-10-25T00:00:00.000Z\",\"2017-10-26T00:00:00.000Z\",\"2017-10-27T00:00:00.000Z\",\"2017-10-28T00:00:00.000Z\",\"2017-10-29T00:00:00.000Z\",\"2017-10-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-01T00:00:00.000Z\",\"2017-11-02T00:00:00.000Z\",\"2017-11-03T00:00:00.000Z\",\"2017-11-04T00:00:00.000Z\",\"2017-11-05T00:00:00.000Z\",\"2017-11-06T00:00:00.000Z\",\"2017-11-07T00:00:00.000Z\",\"2017-11-08T00:00:00.000Z\",\"2017-11-09T00:00:00.000Z\",\"2017-11-10T00:00:00.000Z\",\"2017-11-11T00:00:00.000Z\",\"2017-11-12T00:00:00.000Z\",\"2017-11-13T00:00:00.000Z\",\"2017-11-14T00:00:00.000Z\",\"2017-11-15T00:00:00.000Z\",\"2017-11-16T00:00:00.000Z\",\"2017-11-17T00:00:00.000Z\",\"2017-11-18T00:00:00.000Z\",\"2017-11-19T00:00:00.000Z\",\"2017-11-20T00:00:00.000Z\",\"2017-11-21T00:00:00.000Z\",\"2017-11-22T00:00:00.000Z\",\"2017-11-23T00:00:00.000Z\",\"2017-11-24T00:00:00.000Z\",\"2017-11-25T00:00:00.000Z\",\"2017-11-26T00:00:00.000Z\",\"2017-11-27T00:00:00.000Z\",\"2017-11-28T00:00:00.000Z\",\"2017-11-29T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-01T00:00:00.000Z\",\"2017-12-02T00:00:00.000Z\",\"2017-12-03T00:00:00.000Z\",\"2017-12-04T00:00:00.000Z\",\"2017-12-05T00:00:00.000Z\",\"2017-12-06T00:00:00.000Z\",\"2017-12-07T00:00:00.000Z\",\"2017-12-08T00:00:00.000Z\",\"2017-12-09T00:00:00.000Z\",\"2017-12-10T00:00:00.000Z\",\"2017-12-11T00:00:00.000Z\",\"2017-12-12T00:00:00.000Z\",\"2017-12-13T00:00:00.000Z\",\"2017-12-14T00:00:00.000Z\",\"2017-12-15T00:00:00.000Z\",\"2017-12-16T00:00:00.000Z\",\"2017-12-17T00:00:00.000Z\",\"2017-12-18T00:00:00.000Z\",\"2017-12-19T00:00:00.000Z\",\"2017-12-20T00:00:00.000Z\",\"2017-12-21T00:00:00.000Z\",\"2017-12-22T00:00:00.000Z\",\"2017-12-23T00:00:00.000Z\",\"2017-12-24T00:00:00.000Z\",\"2017-12-25T00:00:00.000Z\",\"2017-12-26T00:00:00.000Z\",\"2017-12-27T00:00:00.000Z\",\"2017-12-28T00:00:00.000Z\",\"2017-12-29T00:00:00.000Z\",\"2017-12-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-01T00:00:00.000Z\",\"2018-01-02T00:00:00.000Z\",\"2018-01-03T00:00:00.000Z\",\"2018-01-04T00:00:00.000Z\",\"2018-01-05T00:00:00.000Z\",\"2018-01-06T00:00:00.000Z\",\"2018-01-07T00:00:00.000Z\",\"2018-01-08T00:00:00.000Z\",\"2018-01-09T00:00:00.000Z\",\"2018-01-10T00:00:00.000Z\",\"2018-01-11T00:00:00.000Z\",\"2018-01-12T00:00:00.000Z\",\"2018-01-13T00:00:00.000Z\",\"2018-01-14T00:00:00.000Z\",\"2018-01-15T00:00:00.000Z\",\"2018-01-16T00:00:00.000Z\",\"2018-01-17T00:00:00.000Z\",\"2018-01-18T00:00:00.000Z\",\"2018-01-19T00:00:00.000Z\",\"2018-01-20T00:00:00.000Z\",\"2018-01-21T00:00:00.000Z\",\"2018-01-22T00:00:00.000Z\",\"2018-01-23T00:00:00.000Z\",\"2018-01-24T00:00:00.000Z\",\"2018-01-25T00:00:00.000Z\",\"2018-01-26T00:00:00.000Z\",\"2018-01-27T00:00:00.000Z\",\"2018-01-28T00:00:00.000Z\",\"2018-01-29T00:00:00.000Z\",\"2018-01-30T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-01T00:00:00.000Z\",\"2018-02-02T00:00:00.000Z\",\"2018-02-03T00:00:00.000Z\",\"2018-02-04T00:00:00.000Z\",\"2018-02-05T00:00:00.000Z\",\"2018-02-06T00:00:00.000Z\",\"2018-02-07T00:00:00.000Z\",\"2018-02-08T00:00:00.000Z\",\"2018-02-09T00:00:00.000Z\",\"2018-02-10T00:00:00.000Z\",\"2018-02-11T00:00:00.000Z\",\"2018-02-12T00:00:00.000Z\",\"2018-02-13T00:00:00.000Z\",\"2018-02-14T00:00:00.000Z\",\"2018-02-15T00:00:00.000Z\",\"2018-02-16T00:00:00.000Z\",\"2018-02-17T00:00:00.000Z\",\"2018-02-18T00:00:00.000Z\",\"2018-02-19T00:00:00.000Z\",\"2018-02-20T00:00:00.000Z\",\"2018-02-21T00:00:00.000Z\",\"2018-02-22T00:00:00.000Z\",\"2018-02-23T00:00:00.000Z\",\"2018-02-24T00:00:00.000Z\",\"2018-02-25T00:00:00.000Z\",\"2018-02-26T00:00:00.000Z\",\"2018-02-27T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-01T00:00:00.000Z\",\"2018-03-02T00:00:00.000Z\",\"2018-03-03T00:00:00.000Z\",\"2018-03-04T00:00:00.000Z\",\"2018-03-05T00:00:00.000Z\",\"2018-03-06T00:00:00.000Z\",\"2018-03-07T00:00:00.000Z\",\"2018-03-08T00:00:00.000Z\",\"2018-03-09T00:00:00.000Z\",\"2018-03-10T00:00:00.000Z\",\"2018-03-11T00:00:00.000Z\",\"2018-03-12T00:00:00.000Z\",\"2018-03-13T00:00:00.000Z\",\"2018-03-14T00:00:00.000Z\",\"2018-03-15T00:00:00.000Z\",\"2018-03-16T00:00:00.000Z\",\"2018-03-17T00:00:00.000Z\",\"2018-03-18T00:00:00.000Z\",\"2018-03-19T00:00:00.000Z\",\"2018-03-20T00:00:00.000Z\",\"2018-03-21T00:00:00.000Z\",\"2018-03-22T00:00:00.000Z\",\"2018-03-23T00:00:00.000Z\",\"2018-03-24T00:00:00.000Z\",\"2018-03-25T00:00:00.000Z\",\"2018-03-26T00:00:00.000Z\",\"2018-03-27T00:00:00.000Z\",\"2018-03-28T00:00:00.000Z\",\"2018-03-29T00:00:00.000Z\",\"2018-03-30T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-01T00:00:00.000Z\",\"2018-04-02T00:00:00.000Z\",\"2018-04-03T00:00:00.000Z\",\"2018-04-04T00:00:00.000Z\",\"2018-04-05T00:00:00.000Z\",\"2018-04-06T00:00:00.000Z\",\"2018-04-07T00:00:00.000Z\",\"2018-04-08T00:00:00.000Z\",\"2018-04-09T00:00:00.000Z\",\"2018-04-10T00:00:00.000Z\",\"2018-04-11T00:00:00.000Z\",\"2018-04-12T00:00:00.000Z\",\"2018-04-13T00:00:00.000Z\",\"2018-04-14T00:00:00.000Z\",\"2018-04-15T00:00:00.000Z\",\"2018-04-16T00:00:00.000Z\",\"2018-04-17T00:00:00.000Z\",\"2018-04-18T00:00:00.000Z\",\"2018-04-19T00:00:00.000Z\",\"2018-04-20T00:00:00.000Z\",\"2018-04-21T00:00:00.000Z\",\"2018-04-22T00:00:00.000Z\",\"2018-04-23T00:00:00.000Z\",\"2018-04-24T00:00:00.000Z\",\"2018-04-25T00:00:00.000Z\",\"2018-04-26T00:00:00.000Z\",\"2018-04-27T00:00:00.000Z\",\"2018-04-28T00:00:00.000Z\",\"2018-04-29T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-01T00:00:00.000Z\",\"2018-05-02T00:00:00.000Z\",\"2018-05-03T00:00:00.000Z\",\"2018-05-04T00:00:00.000Z\",\"2018-05-05T00:00:00.000Z\",\"2018-05-06T00:00:00.000Z\",\"2018-05-07T00:00:00.000Z\",\"2018-05-08T00:00:00.000Z\",\"2018-05-09T00:00:00.000Z\",\"2018-05-10T00:00:00.000Z\",\"2018-05-11T00:00:00.000Z\",\"2018-05-12T00:00:00.000Z\",\"2018-05-13T00:00:00.000Z\",\"2018-05-14T00:00:00.000Z\",\"2018-05-15T00:00:00.000Z\",\"2018-05-16T00:00:00.000Z\",\"2018-05-17T00:00:00.000Z\",\"2018-05-18T00:00:00.000Z\",\"2018-05-19T00:00:00.000Z\",\"2018-05-20T00:00:00.000Z\",\"2018-05-21T00:00:00.000Z\",\"2018-05-22T00:00:00.000Z\",\"2018-05-23T00:00:00.000Z\",\"2018-05-24T00:00:00.000Z\",\"2018-05-25T00:00:00.000Z\",\"2018-05-26T00:00:00.000Z\",\"2018-05-27T00:00:00.000Z\",\"2018-05-28T00:00:00.000Z\",\"2018-05-29T00:00:00.000Z\",\"2018-05-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-01T00:00:00.000Z\",\"2018-06-02T00:00:00.000Z\",\"2018-06-03T00:00:00.000Z\",\"2018-06-04T00:00:00.000Z\",\"2018-06-05T00:00:00.000Z\",\"2018-06-06T00:00:00.000Z\",\"2018-06-07T00:00:00.000Z\",\"2018-06-08T00:00:00.000Z\",\"2018-06-09T00:00:00.000Z\",\"2018-06-10T00:00:00.000Z\",\"2018-06-11T00:00:00.000Z\",\"2018-06-12T00:00:00.000Z\",\"2018-06-13T00:00:00.000Z\",\"2018-06-14T00:00:00.000Z\",\"2018-06-15T00:00:00.000Z\",\"2018-06-16T00:00:00.000Z\",\"2018-06-17T00:00:00.000Z\",\"2018-06-18T00:00:00.000Z\",\"2018-06-19T00:00:00.000Z\",\"2018-06-20T00:00:00.000Z\",\"2018-06-21T00:00:00.000Z\",\"2018-06-22T00:00:00.000Z\",\"2018-06-23T00:00:00.000Z\",\"2018-06-24T00:00:00.000Z\",\"2018-06-25T00:00:00.000Z\",\"2018-06-26T00:00:00.000Z\",\"2018-06-27T00:00:00.000Z\",\"2018-06-28T00:00:00.000Z\",\"2018-06-29T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-01T00:00:00.000Z\",\"2018-07-02T00:00:00.000Z\",\"2018-07-03T00:00:00.000Z\",\"2018-07-04T00:00:00.000Z\",\"2018-07-05T00:00:00.000Z\",\"2018-07-06T00:00:00.000Z\",\"2018-07-07T00:00:00.000Z\",\"2018-07-08T00:00:00.000Z\",\"2018-07-09T00:00:00.000Z\",\"2018-07-10T00:00:00.000Z\",\"2018-07-11T00:00:00.000Z\",\"2018-07-12T00:00:00.000Z\",\"2018-07-13T00:00:00.000Z\",\"2018-07-14T00:00:00.000Z\",\"2018-07-15T00:00:00.000Z\",\"2018-07-16T00:00:00.000Z\",\"2018-07-17T00:00:00.000Z\",\"2018-07-18T00:00:00.000Z\",\"2018-07-19T00:00:00.000Z\",\"2018-07-20T00:00:00.000Z\",\"2018-07-21T00:00:00.000Z\",\"2018-07-22T00:00:00.000Z\",\"2018-07-23T00:00:00.000Z\",\"2018-07-24T00:00:00.000Z\",\"2018-07-25T00:00:00.000Z\",\"2018-07-26T00:00:00.000Z\",\"2018-07-27T00:00:00.000Z\",\"2018-07-28T00:00:00.000Z\",\"2018-07-29T00:00:00.000Z\",\"2018-07-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-01T00:00:00.000Z\",\"2018-08-02T00:00:00.000Z\",\"2018-08-03T00:00:00.000Z\",\"2018-08-04T00:00:00.000Z\",\"2018-08-05T00:00:00.000Z\",\"2018-08-06T00:00:00.000Z\",\"2018-08-07T00:00:00.000Z\",\"2018-08-08T00:00:00.000Z\",\"2018-08-09T00:00:00.000Z\",\"2018-08-10T00:00:00.000Z\",\"2018-08-11T00:00:00.000Z\",\"2018-08-12T00:00:00.000Z\",\"2018-08-13T00:00:00.000Z\",\"2018-08-14T00:00:00.000Z\",\"2018-08-15T00:00:00.000Z\",\"2018-08-16T00:00:00.000Z\",\"2018-08-17T00:00:00.000Z\",\"2018-08-18T00:00:00.000Z\",\"2018-08-19T00:00:00.000Z\",\"2018-08-20T00:00:00.000Z\",\"2018-08-21T00:00:00.000Z\",\"2018-08-22T00:00:00.000Z\",\"2018-08-23T00:00:00.000Z\",\"2018-08-24T00:00:00.000Z\",\"2018-08-25T00:00:00.000Z\",\"2018-08-26T00:00:00.000Z\",\"2018-08-27T00:00:00.000Z\",\"2018-08-28T00:00:00.000Z\",\"2018-08-29T00:00:00.000Z\",\"2018-08-30T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-01T00:00:00.000Z\",\"2018-09-02T00:00:00.000Z\",\"2018-09-03T00:00:00.000Z\",\"2018-09-04T00:00:00.000Z\",\"2018-09-05T00:00:00.000Z\",\"2018-09-06T00:00:00.000Z\",\"2018-09-07T00:00:00.000Z\",\"2018-09-08T00:00:00.000Z\",\"2018-09-09T00:00:00.000Z\",\"2018-09-10T00:00:00.000Z\",\"2018-09-11T00:00:00.000Z\",\"2018-09-12T00:00:00.000Z\",\"2018-09-13T00:00:00.000Z\",\"2018-09-14T00:00:00.000Z\",\"2018-09-15T00:00:00.000Z\",\"2018-09-16T00:00:00.000Z\",\"2018-09-17T00:00:00.000Z\",\"2018-09-18T00:00:00.000Z\",\"2018-09-19T00:00:00.000Z\",\"2018-09-20T00:00:00.000Z\",\"2018-09-21T00:00:00.000Z\",\"2018-09-22T00:00:00.000Z\",\"2018-09-23T00:00:00.000Z\",\"2018-09-24T00:00:00.000Z\",\"2018-09-25T00:00:00.000Z\",\"2018-09-26T00:00:00.000Z\",\"2018-09-27T00:00:00.000Z\",\"2018-09-28T00:00:00.000Z\",\"2018-09-29T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-01T00:00:00.000Z\",\"2018-10-02T00:00:00.000Z\",\"2018-10-03T00:00:00.000Z\",\"2018-10-04T00:00:00.000Z\",\"2018-10-05T00:00:00.000Z\",\"2018-10-06T00:00:00.000Z\",\"2018-10-07T00:00:00.000Z\",\"2018-10-08T00:00:00.000Z\",\"2018-10-09T00:00:00.000Z\",\"2018-10-10T00:00:00.000Z\",\"2018-10-11T00:00:00.000Z\",\"2018-10-12T00:00:00.000Z\",\"2018-10-13T00:00:00.000Z\",\"2018-10-14T00:00:00.000Z\",\"2018-10-15T00:00:00.000Z\",\"2018-10-16T00:00:00.000Z\",\"2018-10-17T00:00:00.000Z\",\"2018-10-18T00:00:00.000Z\",\"2018-10-19T00:00:00.000Z\",\"2018-10-20T00:00:00.000Z\",\"2018-10-21T00:00:00.000Z\",\"2018-10-22T00:00:00.000Z\",\"2018-10-23T00:00:00.000Z\",\"2018-10-24T00:00:00.000Z\",\"2018-10-25T00:00:00.000Z\",\"2018-10-26T00:00:00.000Z\",\"2018-10-27T00:00:00.000Z\",\"2018-10-28T00:00:00.000Z\",\"2018-10-29T00:00:00.000Z\",\"2018-10-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-01T00:00:00.000Z\",\"2018-11-02T00:00:00.000Z\",\"2018-11-03T00:00:00.000Z\",\"2018-11-04T00:00:00.000Z\",\"2018-11-05T00:00:00.000Z\",\"2018-11-06T00:00:00.000Z\",\"2018-11-07T00:00:00.000Z\",\"2018-11-08T00:00:00.000Z\",\"2018-11-09T00:00:00.000Z\",\"2018-11-10T00:00:00.000Z\",\"2018-11-11T00:00:00.000Z\",\"2018-11-12T00:00:00.000Z\",\"2018-11-13T00:00:00.000Z\",\"2018-11-14T00:00:00.000Z\",\"2018-11-15T00:00:00.000Z\",\"2018-11-16T00:00:00.000Z\",\"2018-11-17T00:00:00.000Z\",\"2018-11-18T00:00:00.000Z\",\"2018-11-19T00:00:00.000Z\",\"2018-11-20T00:00:00.000Z\",\"2018-11-21T00:00:00.000Z\",\"2018-11-22T00:00:00.000Z\",\"2018-11-23T00:00:00.000Z\",\"2018-11-24T00:00:00.000Z\",\"2018-11-25T00:00:00.000Z\",\"2018-11-26T00:00:00.000Z\",\"2018-11-27T00:00:00.000Z\",\"2018-11-28T00:00:00.000Z\",\"2018-11-29T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-01T00:00:00.000Z\",\"2018-12-02T00:00:00.000Z\",\"2018-12-03T00:00:00.000Z\",\"2018-12-04T00:00:00.000Z\",\"2018-12-05T00:00:00.000Z\",\"2018-12-06T00:00:00.000Z\",\"2018-12-07T00:00:00.000Z\",\"2018-12-08T00:00:00.000Z\",\"2018-12-09T00:00:00.000Z\",\"2018-12-10T00:00:00.000Z\",\"2018-12-11T00:00:00.000Z\",\"2018-12-12T00:00:00.000Z\",\"2018-12-13T00:00:00.000Z\",\"2018-12-14T00:00:00.000Z\",\"2018-12-15T00:00:00.000Z\",\"2018-12-16T00:00:00.000Z\",\"2018-12-17T00:00:00.000Z\",\"2018-12-18T00:00:00.000Z\",\"2018-12-19T00:00:00.000Z\",\"2018-12-20T00:00:00.000Z\",\"2018-12-21T00:00:00.000Z\",\"2018-12-22T00:00:00.000Z\",\"2018-12-23T00:00:00.000Z\",\"2018-12-24T00:00:00.000Z\",\"2018-12-25T00:00:00.000Z\",\"2018-12-26T00:00:00.000Z\",\"2018-12-27T00:00:00.000Z\",\"2018-12-28T00:00:00.000Z\",\"2018-12-29T00:00:00.000Z\",\"2018-12-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-01T00:00:00.000Z\",\"2019-01-02T00:00:00.000Z\",\"2019-01-03T00:00:00.000Z\",\"2019-01-04T00:00:00.000Z\",\"2019-01-05T00:00:00.000Z\",\"2019-01-06T00:00:00.000Z\",\"2019-01-07T00:00:00.000Z\",\"2019-01-08T00:00:00.000Z\",\"2019-01-09T00:00:00.000Z\",\"2019-01-10T00:00:00.000Z\",\"2019-01-11T00:00:00.000Z\",\"2019-01-12T00:00:00.000Z\",\"2019-01-13T00:00:00.000Z\",\"2019-01-14T00:00:00.000Z\",\"2019-01-15T00:00:00.000Z\",\"2019-01-16T00:00:00.000Z\",\"2019-01-17T00:00:00.000Z\",\"2019-01-18T00:00:00.000Z\",\"2019-01-19T00:00:00.000Z\",\"2019-01-20T00:00:00.000Z\",\"2019-01-21T00:00:00.000Z\",\"2019-01-22T00:00:00.000Z\",\"2019-01-23T00:00:00.000Z\",\"2019-01-24T00:00:00.000Z\",\"2019-01-25T00:00:00.000Z\",\"2019-01-26T00:00:00.000Z\",\"2019-01-27T00:00:00.000Z\",\"2019-01-28T00:00:00.000Z\",\"2019-01-29T00:00:00.000Z\",\"2019-01-30T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-01T00:00:00.000Z\",\"2019-02-02T00:00:00.000Z\",\"2019-02-03T00:00:00.000Z\",\"2019-02-04T00:00:00.000Z\",\"2019-02-05T00:00:00.000Z\",\"2019-02-06T00:00:00.000Z\",\"2019-02-07T00:00:00.000Z\",\"2019-02-08T00:00:00.000Z\",\"2019-02-09T00:00:00.000Z\",\"2019-02-10T00:00:00.000Z\",\"2019-02-11T00:00:00.000Z\",\"2019-02-12T00:00:00.000Z\",\"2019-02-13T00:00:00.000Z\",\"2019-02-14T00:00:00.000Z\",\"2019-02-15T00:00:00.000Z\",\"2019-02-16T00:00:00.000Z\",\"2019-02-17T00:00:00.000Z\",\"2019-02-18T00:00:00.000Z\",\"2019-02-19T00:00:00.000Z\",\"2019-02-20T00:00:00.000Z\",\"2019-02-21T00:00:00.000Z\",\"2019-02-22T00:00:00.000Z\",\"2019-02-23T00:00:00.000Z\",\"2019-02-24T00:00:00.000Z\",\"2019-02-25T00:00:00.000Z\",\"2019-02-26T00:00:00.000Z\",\"2019-02-27T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-01T00:00:00.000Z\",\"2019-03-02T00:00:00.000Z\",\"2019-03-03T00:00:00.000Z\",\"2019-03-04T00:00:00.000Z\",\"2019-03-05T00:00:00.000Z\",\"2019-03-06T00:00:00.000Z\",\"2019-03-07T00:00:00.000Z\",\"2019-03-08T00:00:00.000Z\",\"2019-03-09T00:00:00.000Z\",\"2019-03-10T00:00:00.000Z\",\"2019-03-11T00:00:00.000Z\",\"2019-03-12T00:00:00.000Z\",\"2019-03-13T00:00:00.000Z\",\"2019-03-14T00:00:00.000Z\",\"2019-03-15T00:00:00.000Z\",\"2019-03-16T00:00:00.000Z\",\"2019-03-17T00:00:00.000Z\",\"2019-03-18T00:00:00.000Z\",\"2019-03-19T00:00:00.000Z\",\"2019-03-20T00:00:00.000Z\",\"2019-03-21T00:00:00.000Z\",\"2019-03-22T00:00:00.000Z\",\"2019-03-23T00:00:00.000Z\",\"2019-03-24T00:00:00.000Z\",\"2019-03-25T00:00:00.000Z\",\"2019-03-26T00:00:00.000Z\",\"2019-03-27T00:00:00.000Z\",\"2019-03-28T00:00:00.000Z\",\"2019-03-29T00:00:00.000Z\",\"2019-03-30T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-01T00:00:00.000Z\",\"2019-04-02T00:00:00.000Z\",\"2019-04-03T00:00:00.000Z\",\"2019-04-04T00:00:00.000Z\",\"2019-04-05T00:00:00.000Z\",\"2019-04-06T00:00:00.000Z\",\"2019-04-07T00:00:00.000Z\",\"2019-04-08T00:00:00.000Z\",\"2019-04-09T00:00:00.000Z\",\"2019-04-10T00:00:00.000Z\",\"2019-04-11T00:00:00.000Z\",\"2019-04-12T00:00:00.000Z\",\"2019-04-13T00:00:00.000Z\",\"2019-04-14T00:00:00.000Z\",\"2019-04-15T00:00:00.000Z\",\"2019-04-16T00:00:00.000Z\",\"2019-04-17T00:00:00.000Z\",\"2019-04-18T00:00:00.000Z\",\"2019-04-19T00:00:00.000Z\",\"2019-04-20T00:00:00.000Z\",\"2019-04-21T00:00:00.000Z\",\"2019-04-22T00:00:00.000Z\",\"2019-04-23T00:00:00.000Z\",\"2019-04-24T00:00:00.000Z\",\"2019-04-25T00:00:00.000Z\",\"2019-04-26T00:00:00.000Z\",\"2019-04-27T00:00:00.000Z\",\"2019-04-28T00:00:00.000Z\",\"2019-04-29T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-01T00:00:00.000Z\",\"2019-05-02T00:00:00.000Z\",\"2019-05-03T00:00:00.000Z\",\"2019-05-04T00:00:00.000Z\",\"2019-05-05T00:00:00.000Z\",\"2019-05-06T00:00:00.000Z\",\"2019-05-07T00:00:00.000Z\",\"2019-05-08T00:00:00.000Z\",\"2019-05-09T00:00:00.000Z\",\"2019-05-10T00:00:00.000Z\",\"2019-05-11T00:00:00.000Z\",\"2019-05-12T00:00:00.000Z\",\"2019-05-13T00:00:00.000Z\",\"2019-05-14T00:00:00.000Z\",\"2019-05-15T00:00:00.000Z\",\"2019-05-16T00:00:00.000Z\",\"2019-05-17T00:00:00.000Z\",\"2019-05-18T00:00:00.000Z\",\"2019-05-19T00:00:00.000Z\",\"2019-05-20T00:00:00.000Z\",\"2019-05-21T00:00:00.000Z\",\"2019-05-22T00:00:00.000Z\",\"2019-05-23T00:00:00.000Z\",\"2019-05-24T00:00:00.000Z\",\"2019-05-25T00:00:00.000Z\",\"2019-05-26T00:00:00.000Z\",\"2019-05-27T00:00:00.000Z\",\"2019-05-28T00:00:00.000Z\",\"2019-05-29T00:00:00.000Z\",\"2019-05-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-01T00:00:00.000Z\",\"2019-06-02T00:00:00.000Z\",\"2019-06-03T00:00:00.000Z\",\"2019-06-04T00:00:00.000Z\",\"2019-06-05T00:00:00.000Z\",\"2019-06-06T00:00:00.000Z\",\"2019-06-07T00:00:00.000Z\",\"2019-06-08T00:00:00.000Z\",\"2019-06-09T00:00:00.000Z\",\"2019-06-10T00:00:00.000Z\",\"2019-06-11T00:00:00.000Z\",\"2019-06-12T00:00:00.000Z\",\"2019-06-13T00:00:00.000Z\",\"2019-06-14T00:00:00.000Z\",\"2019-06-15T00:00:00.000Z\",\"2019-06-16T00:00:00.000Z\",\"2019-06-17T00:00:00.000Z\",\"2019-06-18T00:00:00.000Z\",\"2019-06-19T00:00:00.000Z\",\"2019-06-20T00:00:00.000Z\",\"2019-06-21T00:00:00.000Z\",\"2019-06-22T00:00:00.000Z\",\"2019-06-23T00:00:00.000Z\",\"2019-06-24T00:00:00.000Z\",\"2019-06-25T00:00:00.000Z\",\"2019-06-26T00:00:00.000Z\",\"2019-06-27T00:00:00.000Z\",\"2019-06-28T00:00:00.000Z\",\"2019-06-29T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-01T00:00:00.000Z\",\"2019-07-02T00:00:00.000Z\",\"2019-07-03T00:00:00.000Z\",\"2019-07-04T00:00:00.000Z\",\"2019-07-05T00:00:00.000Z\",\"2019-07-06T00:00:00.000Z\",\"2019-07-07T00:00:00.000Z\",\"2019-07-08T00:00:00.000Z\",\"2019-07-09T00:00:00.000Z\",\"2019-07-10T00:00:00.000Z\",\"2019-07-11T00:00:00.000Z\",\"2019-07-12T00:00:00.000Z\",\"2019-07-13T00:00:00.000Z\",\"2019-07-14T00:00:00.000Z\",\"2019-07-15T00:00:00.000Z\",\"2019-07-16T00:00:00.000Z\",\"2019-07-17T00:00:00.000Z\",\"2019-07-18T00:00:00.000Z\",\"2019-07-19T00:00:00.000Z\",\"2019-07-20T00:00:00.000Z\",\"2019-07-21T00:00:00.000Z\",\"2019-07-22T00:00:00.000Z\",\"2019-07-23T00:00:00.000Z\",\"2019-07-24T00:00:00.000Z\",\"2019-07-25T00:00:00.000Z\",\"2019-07-26T00:00:00.000Z\",\"2019-07-27T00:00:00.000Z\",\"2019-07-28T00:00:00.000Z\",\"2019-07-29T00:00:00.000Z\",\"2019-07-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-01T00:00:00.000Z\",\"2019-08-02T00:00:00.000Z\",\"2019-08-03T00:00:00.000Z\",\"2019-08-04T00:00:00.000Z\",\"2019-08-05T00:00:00.000Z\",\"2019-08-06T00:00:00.000Z\",\"2019-08-07T00:00:00.000Z\",\"2019-08-08T00:00:00.000Z\",\"2019-08-09T00:00:00.000Z\",\"2019-08-10T00:00:00.000Z\",\"2019-08-11T00:00:00.000Z\",\"2019-08-12T00:00:00.000Z\",\"2019-08-13T00:00:00.000Z\",\"2019-08-14T00:00:00.000Z\",\"2019-08-15T00:00:00.000Z\",\"2019-08-16T00:00:00.000Z\",\"2019-08-17T00:00:00.000Z\",\"2019-08-18T00:00:00.000Z\",\"2019-08-19T00:00:00.000Z\",\"2019-08-20T00:00:00.000Z\",\"2019-08-21T00:00:00.000Z\",\"2019-08-22T00:00:00.000Z\",\"2019-08-23T00:00:00.000Z\",\"2019-08-24T00:00:00.000Z\",\"2019-08-25T00:00:00.000Z\",\"2019-08-26T00:00:00.000Z\",\"2019-08-27T00:00:00.000Z\",\"2019-08-28T00:00:00.000Z\",\"2019-08-29T00:00:00.000Z\",\"2019-08-30T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-01T00:00:00.000Z\",\"2019-09-02T00:00:00.000Z\",\"2019-09-03T00:00:00.000Z\",\"2019-09-04T00:00:00.000Z\",\"2019-09-05T00:00:00.000Z\",\"2019-09-06T00:00:00.000Z\",\"2019-09-07T00:00:00.000Z\",\"2019-09-08T00:00:00.000Z\",\"2019-09-09T00:00:00.000Z\",\"2019-09-10T00:00:00.000Z\",\"2019-09-11T00:00:00.000Z\",\"2019-09-12T00:00:00.000Z\",\"2019-09-13T00:00:00.000Z\",\"2019-09-14T00:00:00.000Z\",\"2019-09-15T00:00:00.000Z\",\"2019-09-16T00:00:00.000Z\",\"2019-09-17T00:00:00.000Z\",\"2019-09-18T00:00:00.000Z\",\"2019-09-19T00:00:00.000Z\",\"2019-09-20T00:00:00.000Z\",\"2019-09-21T00:00:00.000Z\",\"2019-09-22T00:00:00.000Z\",\"2019-09-23T00:00:00.000Z\",\"2019-09-24T00:00:00.000Z\",\"2019-09-25T00:00:00.000Z\",\"2019-09-26T00:00:00.000Z\",\"2019-09-27T00:00:00.000Z\",\"2019-09-28T00:00:00.000Z\",\"2019-09-29T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-01T00:00:00.000Z\",\"2019-10-02T00:00:00.000Z\",\"2019-10-03T00:00:00.000Z\",\"2019-10-04T00:00:00.000Z\",\"2019-10-05T00:00:00.000Z\",\"2019-10-06T00:00:00.000Z\",\"2019-10-07T00:00:00.000Z\",\"2019-10-08T00:00:00.000Z\",\"2019-10-09T00:00:00.000Z\",\"2019-10-10T00:00:00.000Z\",\"2019-10-11T00:00:00.000Z\",\"2019-10-12T00:00:00.000Z\",\"2019-10-13T00:00:00.000Z\",\"2019-10-14T00:00:00.000Z\",\"2019-10-15T00:00:00.000Z\",\"2019-10-16T00:00:00.000Z\",\"2019-10-17T00:00:00.000Z\",\"2019-10-18T00:00:00.000Z\",\"2019-10-19T00:00:00.000Z\",\"2019-10-20T00:00:00.000Z\",\"2019-10-21T00:00:00.000Z\",\"2019-10-22T00:00:00.000Z\",\"2019-10-23T00:00:00.000Z\",\"2019-10-24T00:00:00.000Z\",\"2019-10-25T00:00:00.000Z\",\"2019-10-26T00:00:00.000Z\",\"2019-10-27T00:00:00.000Z\",\"2019-10-28T00:00:00.000Z\",\"2019-10-29T00:00:00.000Z\",\"2019-10-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-01T00:00:00.000Z\",\"2019-11-02T00:00:00.000Z\",\"2019-11-03T00:00:00.000Z\",\"2019-11-04T00:00:00.000Z\",\"2019-11-05T00:00:00.000Z\",\"2019-11-06T00:00:00.000Z\",\"2019-11-07T00:00:00.000Z\",\"2019-11-08T00:00:00.000Z\",\"2019-11-09T00:00:00.000Z\",\"2019-11-10T00:00:00.000Z\",\"2019-11-11T00:00:00.000Z\",\"2019-11-12T00:00:00.000Z\",\"2019-11-13T00:00:00.000Z\",\"2019-11-14T00:00:00.000Z\",\"2019-11-15T00:00:00.000Z\",\"2019-11-16T00:00:00.000Z\",\"2019-11-17T00:00:00.000Z\",\"2019-11-18T00:00:00.000Z\",\"2019-11-19T00:00:00.000Z\",\"2019-11-20T00:00:00.000Z\",\"2019-11-21T00:00:00.000Z\",\"2019-11-22T00:00:00.000Z\",\"2019-11-23T00:00:00.000Z\",\"2019-11-24T00:00:00.000Z\",\"2019-11-25T00:00:00.000Z\",\"2019-11-26T00:00:00.000Z\",\"2019-11-27T00:00:00.000Z\",\"2019-11-28T00:00:00.000Z\",\"2019-11-29T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-01T00:00:00.000Z\",\"2019-12-02T00:00:00.000Z\",\"2019-12-03T00:00:00.000Z\",\"2019-12-04T00:00:00.000Z\",\"2019-12-05T00:00:00.000Z\",\"2019-12-06T00:00:00.000Z\",\"2019-12-07T00:00:00.000Z\",\"2019-12-08T00:00:00.000Z\",\"2019-12-09T00:00:00.000Z\",\"2019-12-10T00:00:00.000Z\",\"2019-12-11T00:00:00.000Z\",\"2019-12-12T00:00:00.000Z\",\"2019-12-13T00:00:00.000Z\",\"2019-12-14T00:00:00.000Z\",\"2019-12-15T00:00:00.000Z\",\"2019-12-16T00:00:00.000Z\",\"2019-12-17T00:00:00.000Z\",\"2019-12-18T00:00:00.000Z\",\"2019-12-19T00:00:00.000Z\",\"2019-12-20T00:00:00.000Z\"],[2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,1,2,0,0,0,8,2,0,0,0,0,0,0,0,1,0,0,0,0,3,1,1,0,0,0,0,2,2,0,1,2,0,1,4,0,4,1,0,0,0,0,0,3,2,0,0,0,1,4,3,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,7,0,0,4,1,0,0,5,0,0,1,3,1,1,0,0,0,0,0,1,0,0,0,0,2,0,0,4,0,0,0,1,7,2,0,0,0,0,0,0,2,1,0,0,0,4,2,5,2,2,0,0,1,0,0,1,6,0,0,4,7,8,0,1,0,0,1,2,2,0,0,0,0,0,0,0,2,0,0,0,0,1,1,2,3,0,0,0,5,3,2,0,0,0,10,0,2,2,2,0,0,2,1,1,0,0,0,0,1,5,0,4,0,0,0,1,3,3,2,1,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,11,2,3,1,1,1,0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,6,0,1,0,0,0,3,3,1,0,0,0,0,1,2,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,1,1,0,0,0,2,3,0,0,0,0,0,0,0,1,0,1,0,3,2,0,2,0,0,0,6,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,0,0,1,0,0,0,0,0,0,0,0,2,1,9,0,0,8,1,0,0,1,1,0,0,0,0,0,0,0,0,0,5,3,2,1,0,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3,2,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,5,0,0,1,4,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,3,0,1,2,2,0,0,0,0,0,0,0,0,0,4,0,0,0,5,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,4,0,0,0,1,1,0,0,1,0,0,1,4,3,2,0,0,2,1,5,5,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,2,2,0,0,0,0,1,0,0,3,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,1,0,4,4,3,4,1,5,4,1,0,1,0,0,4,4,3,2,6,0,4,3,5,4,0,2,2,0,2,2,0,9,8,3,0,1,3,9,10,7,0,5,3,11,2,3,10,0,0,1,4,2,7,1,0,0,2,6,2,0,1,0,0,0,8,7,9,3,0,0,4,5,3,2,4,0,0,4,7,5,5,31,6,0,3,14,3,10,10,0,0,2,2,7,5,7,0,0,8,14,3,7,9,0,0,0,4,3,8,11,0,0,6,13,10,6,13,1,1,8,8,11,5,7,1,3,14,20,1,10,1,0,0,5,0,2,1,1,0,0,0,0,1,1,2,0,0,0,0,1,0,1,0,0,1,0,1,5,6,0,0,12,5,5,4,3,0,0,0,2,2,6,3,0,0,2,3,0,4,3,0,0,1,3,1,4,2,0,0,0,2,2,2,3,0,1,0,4,4,5,3,0,0,0,2,1,0,1,0,0,0,1,4,2,3,0,0,0,3,4,0,0,0,0,2,2,5,0,0,0,0,4,2,1,6,3,0,0,2,1,2,0,2,0,0,0,1,1,2,1,0,0,2,2,1,1,0,0,0,3,6,0,1,0,0,0,0,4,2,5,2,0,0,1,1,1,2,1,0,0,1,3,0,1,2,0,0,3,3,1,4,2,0,0,2,1,2,5,5,0,0,2,1,4,1,0,0,0,2,6,0,3,2,0,0,1,1,0,2,3,0,0,0,0,0,0,0,0,0,0,0,1,4,3,0,0,2,2,5,4,0,0,0,1,0,1,4,1,0,0,3,0,0,2,7,0,0,2,3,3,2,3,0,0,0,1,1,3,2,0,0,1,2,5,1,1,0,0,1,5,3,2,1,0,0,5,6,6,8,3,0,0,0,5,4,0,0,0,0,2,2,7,5,3,0,0,3,0,1,1,3,0,0,0,3,5,1,0,0,0,0,0,3,1,0,0,0,2,3,1,1,1,1,0,0,1,4,1,1,0,0,2,2,8,5,6,0,0,3,2,5,1,0,0,0,1,4,4,5,1,0,0,3,9,5,10,8,0,0,0,2,5,2,3,0,0,1,3,10,0,3,0,0,1,6,1,1,4,0,0,0,0,0,0,1,0,0,2,3,1,2,3,0,0,2,4,3,5,4,0,0,0,2,3,1,3,0,0,0,1,3,1,3,0,0,2,1,2,0,1,0,0,1,0,0,1,2,0,0,3,5,2,3,4,0,0,4,1,4,0,2,0,0,3,3,1,6,3,0,0,2,1,7,0,2,0,0,2,4,1,2,3,0,0,0,2,4,1,2,0,0,0,2,4,3,0,0,0,1,1,2,0,1,0,0,0,1,0,1,0,0,0,1,0,2,0,7,0,0,2,0,0,1,1,0,0,0,1,7,1,0,1,0,1,0,4,4,1,0,0,0,5,3,1,4,0,0,2,4,6,0,2,2,0,1,5,1,7,4,2,5,4,3,4,3,5,0,3,4,3,11,4,6,2,0,3,7,7,5,2,0,1,0,9,2,3,1,2,0,5,6,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,10,3,0,0,2,0,4,3,2,0,0,2,6,9,1,4,0,0,1,3,3,6,5,0,0,5,4,8,1,2,0,0,5,5,12,4,5,0,0,3,5,9,6,4,0,1,5,3,2,4,1,0,0,7,12,3,2,6,0,0,1,4,4,7,2,0,0,15,8,7,11,8,0,0,2,1,3,2,5,0,0,1,2,4,4,5,0,1,2,2,2,1,5,0,0,2,4,2,6,9,0,0,1,6,4,4,1,1,0,8,5,10,7,12,0,0,2,0,0,0,9,1,2,2,5,6,5,8,0,0,2,3,1,4,4,0,0,0,1,2,1,4,0,0,2,3,4,3,5,0,0,3,4,3,3,4,0,0,6,0,1,3,7,0,0,1,4,5,0,3,0,0,4,0,2,5,4,0,0,0,0,2,2,1,0,0,2,4,1,2,4,0,0,2,1,2,6,16,0,0,3,5,9,4,2,0,0,5,4,5,1,2,0,0,10,10,3,5,1,0,0,8,1,12,5,8,0,0,2,0,2,4,6,0,0,5,0,6,4,7,0,0,0,5,4,5,4,4,0,7,5,6,4,0,0,0,2,2,4,2,2,1,0,11,5,4,5,5,0,0,3,5,3,3,2,0,0,1,0,1,3,1,0,0,0,2,2,1,3,1,0,2,2,10,2,4,3,0,0,12,1,3,3,0,0,2,3,3,9,8,5,2,3,2,7,0,9,0,2,1,3,3,6,3,0,1,3,2,5,3,5,2,0,4,4,3,5,1,1,0,6,2,0,6,2,0,0,6,3,2,2,4,0,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,3,1,0,2,5,0,0,3,3,8,0,0,0,0,3,2,4,3,2,0,0,2,4,5,12,1,0,0,1,7,18,2,15,3,0,20,10,10,4,4,0,0,9,2,2,3,5,0,0,2,8,7,13,1,1,0,4,4,12,2,1,0,0,2,2,0,3,3,1,0,4,0,2,2,7,0,0,6,17,4,5,13,0,0,5,9,12,6,5,0,0,2,3,4,0,8,1,0,3,1,0,1,0,0,0,2,4,2,7,4,0,0,2,2,5,3,3,0,0,2,8,7,10,3,0,0,13,3,6,2,6,0,0,4,7,4,2,3,0,0,2,2,10,6,3,0,0,5,4,3,3,8,3,2,2,2,5,3,1,0,0,4,8,4,2,1,0,0,11,5,0,0,17,0,0,1,12,1,3,2,0,0,4,18,4,4,9,4,0,7,0,2,5,3,0,0,1,4,0,2,3,0,0,3,4,4,6,8,0,0,7,0,0,9,5,0,0,1,7,6,3,3,0,0,10,5,6,2,7,0,0,2,0,3,10,2,1,3,11,0,8,8,7,1,0,3,0,6,3,11,0,0,0,17,3,0,0,0,2,9,6,6,2,9,0,0,2,7,6,5,0,0,0,4,12,0,0,0,0,0,0,3,8,4,6,2,0,3,4,2,5,9,2,1,4,7,11,5,14,2,2,2,1,0,8,2,0,0,0,0,3,0,3,0,0,12,12,11,8,6,0,0,20,20,0,6,6,0,2,10,4,7,6,5,0,5,4,8,3,5,7,2,0,4,2,6,6,2,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,12,8,6,0,0,5,5,3,8,5,0,0,6,1,9,0,9,3,0,9,10,7,16,4,3,0,4,2,4,9,1,0,0,3,9,4,2,2,4,1,2,4,2,9,6,0,0,9,8,3,5,3,0,2,2,6,4,5,6,0,0,5,6,12,2,9,0,1,2,9,4,5,5,6,6,10,8,5,6,2,0,0,1,4,3,5,5,0,0,7,5,7,14,15,4,5,8,9,10,7,8,0,0,14,2,5,3,1,0,0,6,8,7,7,8,1,0,8,10,24,3,5,0,2,6,9,11,1,6,0,0,7,14,10,5,8,0,0,0,2,5,9,1,0,0,15,11,15,4,11,0,0,19,5,6,0,3,0,0,8,5,5,0,0,0,0,0,3,7,3,0,0,0,6,8,9,9,0,0,0,4,5,4,4,3,0,0,7,8,10,7,6,0,0,9,4,4,3,6,0,0,4,9,7,4,1,0,0,7,5,3,2,2,0,0,2,2,6,5,4,0,1,2,1,2,0,3,0,0,8,8,3,7,14,0,2,1,10,12,4,4,0,3,0,5,3,7,2,0,0,2,3,2,3,1,2,1,7,5,12,19,3,0,1,0,2,1,3,0,3,1,5,4,4,6,4,1,1,1,2,2,1,6,6,2,3,5,5,5,6,5,1,8,3,9,8,1,0,0,2,1,2,2,3,0,0,2,4,6,5,4,0,0,0,5,4,6,1,0,0,3,3,4,4,6,0,2,0,4,6,4,2,1,1,1,0,4,2,1,1,1,1,2,7,7,2,0,0,3,2,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,1,2,2,3,0,0,5,9,2,5,6,0,0,0,5,1,0,1,0,0,6,0,1,2,5,0,0,2,4,2,2,1,0,1,2,3,6,2,3,0,2,3,5,2,4,3,0,0,7,1,4,4,4,0,0,3,1,0,1,0,0,0,2,4,2,2,0,2,0,2,2,8,4,4,0,0,0,2,0,2,1,1,0,3,3,1,3,0,0,1,3,0,1,4,0,0,0,3,2,2,5,2,0,0,2,3,5,4,4,1,0,3,4,4,1,2,0,0,1,7,4,5,1,0,0,4,4,3,3,4,0,0,0,1,3,4,4,0,0,2,1,4,2,7,0,0,4,0,2,4,2,0,0,4,1,3,1,0,0,0,0,2,2,1,2,0,0,0,1,8,3,6,0,0,0,2,4,3,12,0,1,1,1,2,6,6,0,0,1,4,3,3,3,0,1,2,1,5,0,1,2,0,1,2,2,1,5,0,0,3,0,0,6,3,0,0,0,1,1,3,6,0,1,2,2,3,1,3,0,0,3,7,3,0,0,0,1,0,1,4,0,1,0,0,0,6,3,0,2,0,0,1,0,3,0,0,0,0,1,3,6,3,4,0,0,1,3,5,8,8,0,0,0,6,5,5,1,0,0,5,5,4,1,6,0,0,3,1,0,1,7,2,0,3,2,1,4,3,0,0,3,4,3,2,2,1,0,1,6,9,7,9,2,0,3,2,13,10,8,0,2,5,7,4,6,2,1,0,2,5,1,0,2,0,0,1,1,4,2,4,0,0,4,1,7,8,2,0,0,0,0,0,0,0,0,0,0,0,0,5,3,0,0,1,0,2,4,4,0,0,3,1,0,5,3,0,0,2,3,2,2,4,0,0,4,2,4,2,4,0,0,3,2,7,3,7,1,0,0,7,6,3,9,1,0,1,4,6,4,7,0,1,3,4,6,3,5,0,1,1,6,3,2,3,0,0,1,3,3,0,1,0,0,1,1,7,6,2,0,1,2,5,7,3,0,0,0,5,4,2,1,2,0,0,1,1,4,1,0,0,0,0,1,4,0,0,0,0,0,4,0,4,3,0,0,2,3,1,1,2,0,0,4,1,2,3,2,0,0,3,6,5,8,6,2,6,0,4,11,10,4,0,0,2,6,6,2,4,0,0,3,6,1,6,6,1,0,2,2,8,4,2,0,0,4,1,1,1,3,0,0,0,1,3,0,1,0,0,0,0,0,1,3,0,1,1,2,3,0,5,1,0,2,0,0,3,0,0,0,0,0,1,1,1,0,0,0,2,3,4,4,0,1,1,1,2,2,0,0,0,0,0,0,0,0,0,0,1,0,3,0,0,0,0,0,1,1,2,1,0,2,0,3,3,4,9,1,0,1,4,1,2,1,0,0,0,0,0,1,0,0,0,1,1,3,0,2,0,0,4,0,1,2,8,0,0,0,1,2,1,6,0,0,1,1,1,2,2,0,0,1,2,1,1,0,0,0,0,1,5,2,4,1,0,2,2,4,5,2,0,1,2,3,0,1,4,0,0,2,3,0,2,5,2,0,1,2,0,0,2,0,0,3,4,5,0,5,0,0,2,5,6,3,0,0,0,6,12,8,6,3,0,0,2,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,5,1,2,0,3,0,4,3,1,0,0,1,4,3,2,6,0,0,0,1,1,1,5,0,0,1,1,3,5,2,0,0,2,0,0,1,4,0,0,1,1,1,5,2,0,0,2,4,0,2,4,0,0,0,0,7,2,0,0,0,5,4,4,14,0,0,0,9,7,6,4,0,0,2,3,2,2,2,5,0,0,3,1,2,1,2,0,0,2,2,2,5,2,0,0,2,3,2,5,0,0,0,2,0,2,1,0,0,0,0,1,5,0,1,0,0,0,0,3,1,0,0,0,3,1,1,3,3,0,0,0,1,5,2,2,0,0,4,3,0,6,4,0,0,0,7,7,3,4,0,0,3,1,1,0,2,0,0,5,2,7,4,2,0,0,0,4,0,1,2,0,0,0,1,3,0,2,0,0,1,2,2,2,2,0,0,2,0,1,1,0,0,0,4,2,1,3,1,0,0,4,2,6,6,2,0,0,4,5,1,4,6,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,1,1,1,3,0,0,0,2,4,1,6,0,0,4,2,2,0,0,0,0,0,0,3,1,5,1,0,1,0,2,0,1,1,0,1,0,2,1,10,0,0,1,2,3,0,3,0,0,0,1,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,9,1,3,2,0,0,1,3,0,3,1,0,0,2,3,1,2,0,0,0,1,3,4,0,3,0,0,4,3,4,1,2,0,0,0,3,5,2,3,0,0,2,1,0,0,3]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 105811 lines.\n  Bugzilla  Bugzilla issues Download: bugzilla_issues.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues, header=T) File is bugzilla_issues.csv, and has 17 columns for 917 issues.\n Bugzilla open issues Download: bugzilla_issues_open.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_issues_open, header=T) File is bugzilla_issues_open.csv, and has 17 columns for 315 issues (all open).\n Bugzilla evolution Download: bugzilla_evol.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_evol, header=T) File is bugzilla_evol.csv, and has 3 columns for 589 weeks.\nLet’s try to plot the monthly number of submissions for the project:\n {\"x\":{\"attrs\":{\"title\":\"Monthly issues submissions for tools.tracecompass\",\"labels\":[\"month\",\"issues_created\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"axes\":{\"x\":{\"pixelsPerLabel\":60}},\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"monthly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2012-07-31T00:00:00.000Z\",\"2012-08-31T00:00:00.000Z\",\"2012-09-30T00:00:00.000Z\",\"2012-10-31T00:00:00.000Z\",\"2012-11-30T00:00:00.000Z\",\"2012-12-31T00:00:00.000Z\",\"2013-01-31T00:00:00.000Z\",\"2013-02-28T00:00:00.000Z\",\"2013-03-31T00:00:00.000Z\",\"2013-04-30T00:00:00.000Z\",\"2013-05-31T00:00:00.000Z\",\"2013-06-30T00:00:00.000Z\",\"2013-07-31T00:00:00.000Z\",\"2013-08-31T00:00:00.000Z\",\"2013-09-30T00:00:00.000Z\",\"2013-10-31T00:00:00.000Z\",\"2013-11-30T00:00:00.000Z\",\"2013-12-31T00:00:00.000Z\",\"2014-01-31T00:00:00.000Z\",\"2014-02-28T00:00:00.000Z\",\"2014-03-31T00:00:00.000Z\",\"2014-04-30T00:00:00.000Z\",\"2014-05-31T00:00:00.000Z\",\"2014-06-30T00:00:00.000Z\",\"2014-07-31T00:00:00.000Z\",\"2014-08-31T00:00:00.000Z\",\"2014-09-30T00:00:00.000Z\",\"2014-10-31T00:00:00.000Z\",\"2014-11-30T00:00:00.000Z\",\"2014-12-31T00:00:00.000Z\",\"2015-01-31T00:00:00.000Z\",\"2015-02-28T00:00:00.000Z\",\"2015-03-31T00:00:00.000Z\",\"2015-04-30T00:00:00.000Z\",\"2015-05-31T00:00:00.000Z\",\"2015-06-30T00:00:00.000Z\",\"2015-07-31T00:00:00.000Z\",\"2015-08-31T00:00:00.000Z\",\"2015-09-30T00:00:00.000Z\",\"2015-10-31T00:00:00.000Z\",\"2015-11-30T00:00:00.000Z\",\"2015-12-31T00:00:00.000Z\",\"2016-01-31T00:00:00.000Z\",\"2016-02-29T00:00:00.000Z\",\"2016-03-31T00:00:00.000Z\",\"2016-04-30T00:00:00.000Z\",\"2016-05-31T00:00:00.000Z\",\"2016-06-30T00:00:00.000Z\",\"2016-07-31T00:00:00.000Z\",\"2016-08-31T00:00:00.000Z\",\"2016-09-30T00:00:00.000Z\",\"2016-10-31T00:00:00.000Z\",\"2016-11-30T00:00:00.000Z\",\"2016-12-31T00:00:00.000Z\",\"2017-01-31T00:00:00.000Z\",\"2017-02-28T00:00:00.000Z\",\"2017-03-31T00:00:00.000Z\",\"2017-04-30T00:00:00.000Z\",\"2017-05-31T00:00:00.000Z\",\"2017-06-30T00:00:00.000Z\",\"2017-07-31T00:00:00.000Z\",\"2017-08-31T00:00:00.000Z\",\"2017-09-30T00:00:00.000Z\",\"2017-10-31T00:00:00.000Z\",\"2017-11-30T00:00:00.000Z\",\"2017-12-31T00:00:00.000Z\",\"2018-01-31T00:00:00.000Z\",\"2018-02-28T00:00:00.000Z\",\"2018-03-31T00:00:00.000Z\",\"2018-04-30T00:00:00.000Z\",\"2018-05-31T00:00:00.000Z\",\"2018-06-30T00:00:00.000Z\",\"2018-07-31T00:00:00.000Z\",\"2018-08-31T00:00:00.000Z\",\"2018-09-30T00:00:00.000Z\",\"2018-10-31T00:00:00.000Z\",\"2018-11-30T00:00:00.000Z\",\"2018-12-31T00:00:00.000Z\",\"2019-01-31T00:00:00.000Z\",\"2019-02-28T00:00:00.000Z\",\"2019-03-31T00:00:00.000Z\",\"2019-04-30T00:00:00.000Z\",\"2019-05-31T00:00:00.000Z\",\"2019-06-30T00:00:00.000Z\",\"2019-07-31T00:00:00.000Z\",\"2019-08-31T00:00:00.000Z\",\"2019-09-30T00:00:00.000Z\",\"2019-10-31T00:00:00.000Z\",\"2019-11-30T00:00:00.000Z\",\"2019-12-31T00:00:00.000Z\",\"2020-01-31T00:00:00.000Z\",\"2020-02-29T00:00:00.000Z\",\"2020-03-31T00:00:00.000Z\",\"2020-04-30T00:00:00.000Z\",\"2020-05-31T00:00:00.000Z\",\"2020-06-30T00:00:00.000Z\",\"2020-07-31T00:00:00.000Z\",\"2020-08-31T00:00:00.000Z\",\"2020-09-30T00:00:00.000Z\",\"2020-10-31T00:00:00.000Z\",\"2020-11-30T00:00:00.000Z\",\"2020-12-31T00:00:00.000Z\",\"2021-01-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-16T00:00:00.000Z\"],[0,0,0,0,0,0,0,0,0,0,5,2,1,0,3,11,5,2,2,0,2,7,6,12,9,3,5,7,17,10,4,24,2,5,9,26,8,14,26,8,5,13,36,18,28,23,33,35,21,19,10,8,8,8,3,9,5,5,7,16,8,6,5,14,22,10,13,16,11,7,24,13,2,13,5,2,3,5,14,4,5,9,6,8,9,6,14,4,11,4,10,7,8,8,6,13,9,9,4,7,4,2,3,3,0,5]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} Versions Download: bugzilla_versions.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_versions, header=T) File is bugzilla_versions.csv, and has 2 columns for 28 weeks.\n// jsData function gvisDataColumnChartID20e94eeb482a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 321 ], [ \"2.0.0\", 154 ], [ \"0.1.0\", 111 ], [ \"1.0.0\", 55 ], [ \"1.1.0\", 31 ], [ \"3.2.0\", 25 ], [ \"2.1.0\", 22 ], [ \"2.3.0\", 18 ], [ \"6.0.0\", 17 ], [ \"2.2.0\", 15 ], [ \"4.2.0\", 15 ], [ \"3.3.0\", 14 ], [ \"4.3.0\", 14 ], [ \"3.0.0\", 13 ], [ \"5.0.0\", 11 ], [ \"5.3.0\", 11 ], [ \"4.1.0\", 10 ], [ \"5.1.0\", 10 ], [ \"4.0.0\", 9 ], [ \"2.0.1\", 8 ], [ \"6.1.0\", 7 ], [ \"2.1.1\", 6 ], [ \"5.2.0\", 5 ], [ \"3.1.0\", 4 ], [ \"6.2.1\", 4 ], [ \"1.2.0\", 3 ], [ \"6.2.0\", 2 ], [ \"6.3.0\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID20e94eeb482a() { var data = gvisDataColumnChartID20e94eeb482a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product versions\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID20e94eeb482a') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    Components Download: bugzilla_components.csv.gz\ndata \u0026lt;- read.csv(file=file_bz_components, header=T) File is bugzilla_components.csv, and has 2 columns for 12 weeks.\ndata.sorted \u0026lt;- data[order(data$Bugs, decreasing = T),] g \u0026lt;- gvisColumnChart(data.sorted, options=list(title=\u0026#39;List of product components\u0026#39;, legend=\u0026#34;{position: \u0026#39;none\u0026#39;}\u0026#34;, width=\u0026#34;automatic\u0026#34;, height=\u0026#34;300px\u0026#34;)) plot(g) // jsData function gvisDataColumnChartID20e984a3a8e () { var data = new google.visualization.DataTable(); var datajson = [ [ \"TMF\", 502 ], [ \"LTTng\", 176 ], [ \"Core\", 97 ], [ \"CTF\", 45 ], [ \"State system\", 26 ], [ \"RCP\", 22 ], [ \"XML\", 16 ], [ \"Website\", 14 ], [ \"BTF\", 7 ], [ \"Releng\", 7 ], [ \"gdbtrace\", 3 ], [ \"pcap\", 2 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID20e984a3a8e() { var data = gvisDataColumnChartID20e984a3a8e(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"List of product components\"; options[\"legend\"] = {position: 'none'}; options[\"height\"] = \"300px\"; var chart = new google.visualization.ColumnChart( document.getElementById('ColumnChartID20e984a3a8e') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter     Eclipse Forums Forums posts Download: eclipse_forums_posts.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_posts, header=T) File is eclipse_forums_posts.csv, and has 6 columns for 342 posts. The evolution of posts\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.xts \u0026lt;- xts(data, order.by = data$created.date) time.min \u0026lt;- index(posts.xts[1,]) time.max \u0026lt;- index(posts.xts[nrow(posts.xts)]) all.dates \u0026lt;- seq(time.min, time.max, by=\u0026#34;weeks\u0026#34;) empty \u0026lt;- xts(order.by = all.dates) merged.data \u0026lt;- merge(empty, posts.xts$id, all=T) merged.data[is.na(merged.data) == T] \u0026lt;- 0 posts.weekly \u0026lt;- apply.weekly(x=merged.data, FUN = nrow) names(posts.weekly) \u0026lt;- c(\u0026#34;posts\u0026#34;) p \u0026lt;- dygraph( data = posts.weekly[-1,], main = paste(\u0026#39;Weekly forum posts for \u0026#39;, project_id, sep=\u0026#39;\u0026#39;), width = 800, height = 250 ) %\u0026gt;% dyAxis(\u0026#34;x\u0026#34;, drawGrid = FALSE) %\u0026gt;% dySeries(\u0026#34;posts\u0026#34;, label = \u0026#34;Weekly posts\u0026#34;) %\u0026gt;% dyOptions(stepPlot = TRUE) %\u0026gt;% dyRangeSelector() p  {\"x\":{\"attrs\":{\"axes\":{\"x\":{\"pixelsPerLabel\":60,\"drawGrid\":false,\"drawAxis\":true},\"y\":{\"drawAxis\":true}},\"title\":\"Weekly forum posts for tools.tracecompass\",\"labels\":[\"week\",\"Weekly posts\"],\"legend\":\"auto\",\"retainDateWindow\":false,\"series\":{\"Weekly posts\":{\"axis\":\"y\"}},\"stackedGraph\":false,\"fillGraph\":false,\"fillAlpha\":0.15,\"stepPlot\":true,\"drawPoints\":false,\"pointSize\":1,\"drawGapEdgePoints\":false,\"connectSeparatedPoints\":false,\"strokeWidth\":1,\"strokeBorderColor\":\"white\",\"colorValue\":0.5,\"colorSaturation\":1,\"includeZero\":false,\"drawAxesAtZero\":false,\"logscale\":false,\"axisTickSize\":3,\"axisLineColor\":\"black\",\"axisLineWidth\":0.3,\"axisLabelColor\":\"black\",\"axisLabelFontSize\":14,\"axisLabelWidth\":60,\"drawGrid\":true,\"gridLineWidth\":0.3,\"rightGap\":5,\"digitsAfterDecimal\":2,\"labelsKMB\":false,\"labelsKMG2\":false,\"labelsUTC\":false,\"maxNumberWidth\":6,\"animatedZooms\":false,\"mobileDisableYTouch\":true,\"disableZoom\":false,\"showRangeSelector\":true,\"rangeSelectorHeight\":40,\"rangeSelectorPlotFillColor\":\" #A7B1C4\",\"rangeSelectorPlotStrokeColor\":\"#808FAB\",\"interactionModel\":\"Dygraph.Interaction.defaultModel\"},\"scale\":\"weekly\",\"annotations\":[],\"shadings\":[],\"events\":[],\"format\":\"date\",\"data\":[[\"2014-10-13T14:55:09.000Z\",\"2014-10-20T14:55:09.000Z\",\"2014-10-27T14:55:09.000Z\",\"2014-11-03T14:55:09.000Z\",\"2014-11-10T14:55:09.000Z\",\"2014-11-17T14:55:09.000Z\",\"2014-11-24T14:55:09.000Z\",\"2014-12-01T14:55:09.000Z\",\"2014-12-12T14:23:05.000Z\",\"2014-12-15T14:55:09.000Z\",\"2014-12-22T14:55:09.000Z\",\"2014-12-29T14:55:09.000Z\",\"2015-01-05T14:55:09.000Z\",\"2015-01-12T14:55:09.000Z\",\"2015-01-19T14:55:09.000Z\",\"2015-01-28T23:35:14.000Z\",\"2015-02-02T14:55:09.000Z\",\"2015-02-09T14:55:09.000Z\",\"2015-02-16T14:55:09.000Z\",\"2015-02-23T14:55:09.000Z\",\"2015-03-02T14:55:09.000Z\",\"2015-03-09T14:55:09.000Z\",\"2015-03-16T14:55:09.000Z\",\"2015-03-23T14:55:09.000Z\",\"2015-04-03T10:57:11.000Z\",\"2015-04-07T18:10:23.000Z\",\"2015-04-13T14:55:09.000Z\",\"2015-04-20T14:55:09.000Z\",\"2015-04-27T14:55:09.000Z\",\"2015-05-04T14:55:09.000Z\",\"2015-05-11T14:55:09.000Z\",\"2015-05-18T14:55:09.000Z\",\"2015-05-25T14:55:09.000Z\",\"2015-06-01T14:55:09.000Z\",\"2015-06-08T14:55:09.000Z\",\"2015-06-15T14:55:09.000Z\",\"2015-06-22T14:55:09.000Z\",\"2015-06-29T18:22:56.000Z\",\"2015-07-06T14:55:09.000Z\",\"2015-07-13T14:55:09.000Z\",\"2015-07-20T14:55:09.000Z\",\"2015-07-27T14:55:09.000Z\",\"2015-08-03T14:55:09.000Z\",\"2015-08-10T14:55:09.000Z\",\"2015-08-17T14:55:09.000Z\",\"2015-08-24T14:55:09.000Z\",\"2015-08-31T14:55:09.000Z\",\"2015-09-07T14:55:09.000Z\",\"2015-09-14T14:55:09.000Z\",\"2015-09-21T14:55:09.000Z\",\"2015-09-28T14:55:09.000Z\",\"2015-10-06T06:42:52.000Z\",\"2015-10-16T21:44:13.000Z\",\"2015-10-19T14:55:09.000Z\",\"2015-10-26T14:55:09.000Z\",\"2015-11-02T14:55:09.000Z\",\"2015-11-09T14:55:09.000Z\",\"2015-11-16T14:55:09.000Z\",\"2015-11-23T14:55:09.000Z\",\"2015-11-30T14:55:09.000Z\",\"2015-12-07T14:55:09.000Z\",\"2015-12-14T14:55:09.000Z\",\"2015-12-21T14:55:09.000Z\",\"2015-12-28T14:55:09.000Z\",\"2016-01-08T17:39:49.000Z\",\"2016-01-12T16:59:48.000Z\",\"2016-01-18T14:55:09.000Z\",\"2016-01-25T14:55:09.000Z\",\"2016-02-01T14:55:09.000Z\",\"2016-02-08T14:55:09.000Z\",\"2016-02-15T14:55:09.000Z\",\"2016-02-22T14:55:09.000Z\",\"2016-02-29T14:55:09.000Z\",\"2016-03-07T14:55:09.000Z\",\"2016-03-14T14:55:09.000Z\",\"2016-03-21T14:55:09.000Z\",\"2016-03-28T14:55:09.000Z\",\"2016-04-07T17:10:25.000Z\",\"2016-04-11T14:55:09.000Z\",\"2016-04-18T14:55:09.000Z\",\"2016-04-25T14:55:09.000Z\",\"2016-05-02T14:55:09.000Z\",\"2016-05-09T14:55:09.000Z\",\"2016-05-16T14:55:09.000Z\",\"2016-05-23T14:55:09.000Z\",\"2016-05-30T14:55:09.000Z\",\"2016-06-06T14:55:09.000Z\",\"2016-06-13T14:55:09.000Z\",\"2016-06-20T14:55:09.000Z\",\"2016-06-27T14:55:09.000Z\",\"2016-07-04T14:55:09.000Z\",\"2016-07-11T14:55:09.000Z\",\"2016-07-18T14:55:09.000Z\",\"2016-07-25T14:55:09.000Z\",\"2016-08-01T14:55:09.000Z\",\"2016-08-08T14:55:09.000Z\",\"2016-08-15T14:55:09.000Z\",\"2016-08-22T14:55:09.000Z\",\"2016-08-29T14:55:09.000Z\",\"2016-09-05T14:55:09.000Z\",\"2016-09-12T14:55:09.000Z\",\"2016-09-19T14:55:09.000Z\",\"2016-09-26T14:55:09.000Z\",\"2016-10-03T14:55:09.000Z\",\"2016-10-10T14:55:09.000Z\",\"2016-10-17T14:55:09.000Z\",\"2016-10-24T14:55:09.000Z\",\"2016-10-31T14:55:09.000Z\",\"2016-11-07T14:55:09.000Z\",\"2016-11-14T14:55:09.000Z\",\"2016-11-21T14:55:09.000Z\",\"2016-11-28T14:55:09.000Z\",\"2016-12-09T23:07:48.000Z\",\"2016-12-16T07:37:24.000Z\",\"2016-12-19T14:55:09.000Z\",\"2016-12-26T14:55:09.000Z\",\"2017-01-02T14:55:09.000Z\",\"2017-01-09T14:55:09.000Z\",\"2017-01-16T14:55:09.000Z\",\"2017-01-23T14:55:09.000Z\",\"2017-01-30T14:55:09.000Z\",\"2017-02-06T14:55:09.000Z\",\"2017-02-13T14:55:09.000Z\",\"2017-02-20T14:55:09.000Z\",\"2017-03-02T18:20:08.000Z\",\"2017-03-06T14:55:09.000Z\",\"2017-03-13T14:55:09.000Z\",\"2017-03-20T14:55:09.000Z\",\"2017-03-27T14:55:09.000Z\",\"2017-04-03T14:55:09.000Z\",\"2017-04-10T14:55:09.000Z\",\"2017-04-17T14:55:09.000Z\",\"2017-04-24T14:55:09.000Z\",\"2017-05-01T14:55:09.000Z\",\"2017-05-08T14:55:09.000Z\",\"2017-05-15T14:55:09.000Z\",\"2017-05-22T14:55:09.000Z\",\"2017-05-29T14:55:09.000Z\",\"2017-06-05T14:55:09.000Z\",\"2017-06-12T14:55:09.000Z\",\"2017-06-19T14:55:09.000Z\",\"2017-06-26T14:55:09.000Z\",\"2017-07-03T14:55:09.000Z\",\"2017-07-10T14:55:09.000Z\",\"2017-07-17T14:55:09.000Z\",\"2017-07-24T14:55:09.000Z\",\"2017-07-31T14:55:09.000Z\",\"2017-08-07T14:55:09.000Z\",\"2017-08-14T14:55:09.000Z\",\"2017-08-21T14:55:09.000Z\",\"2017-08-28T14:55:09.000Z\",\"2017-09-04T14:55:09.000Z\",\"2017-09-11T14:55:09.000Z\",\"2017-09-18T14:55:09.000Z\",\"2017-09-25T14:55:09.000Z\",\"2017-10-02T14:55:09.000Z\",\"2017-10-09T14:55:09.000Z\",\"2017-10-16T14:55:09.000Z\",\"2017-10-23T14:55:09.000Z\",\"2017-10-30T14:55:09.000Z\",\"2017-11-06T14:55:09.000Z\",\"2017-11-13T14:55:09.000Z\",\"2017-11-20T14:55:09.000Z\",\"2017-11-27T14:55:09.000Z\",\"2017-12-04T14:55:09.000Z\",\"2017-12-11T14:55:09.000Z\",\"2017-12-18T14:55:09.000Z\",\"2017-12-25T14:55:09.000Z\",\"2018-01-01T14:55:09.000Z\",\"2018-01-08T14:55:09.000Z\",\"2018-01-15T14:55:09.000Z\",\"2018-01-22T14:55:09.000Z\",\"2018-01-29T14:55:09.000Z\",\"2018-02-05T14:55:09.000Z\",\"2018-02-12T14:55:09.000Z\",\"2018-02-19T14:55:09.000Z\",\"2018-02-26T14:55:09.000Z\",\"2018-03-05T14:55:09.000Z\",\"2018-03-12T14:55:09.000Z\",\"2018-03-22T12:06:38.000Z\",\"2018-03-26T14:55:09.000Z\",\"2018-04-02T14:55:09.000Z\",\"2018-04-13T17:44:41.000Z\",\"2018-04-16T14:55:09.000Z\",\"2018-04-23T14:55:09.000Z\",\"2018-04-30T14:55:09.000Z\",\"2018-05-07T14:55:09.000Z\",\"2018-05-14T14:55:09.000Z\",\"2018-05-21T14:55:09.000Z\",\"2018-05-28T14:55:09.000Z\",\"2018-06-04T14:55:09.000Z\",\"2018-06-11T14:55:09.000Z\",\"2018-06-18T14:55:09.000Z\",\"2018-06-25T14:55:09.000Z\",\"2018-07-02T14:55:09.000Z\",\"2018-07-09T14:55:09.000Z\",\"2018-07-16T14:55:09.000Z\",\"2018-07-23T14:55:09.000Z\",\"2018-07-30T14:55:09.000Z\",\"2018-08-06T14:55:09.000Z\",\"2018-08-13T14:55:09.000Z\",\"2018-08-20T14:55:09.000Z\",\"2018-08-31T18:17:36.000Z\",\"2018-09-03T14:55:09.000Z\",\"2018-09-10T14:55:09.000Z\",\"2018-09-17T14:55:09.000Z\",\"2018-09-24T14:55:09.000Z\",\"2018-10-01T14:55:09.000Z\",\"2018-10-08T14:55:09.000Z\",\"2018-10-15T14:55:09.000Z\",\"2018-10-22T14:55:09.000Z\",\"2018-10-29T14:55:09.000Z\",\"2018-11-05T14:55:09.000Z\",\"2018-11-12T14:55:09.000Z\",\"2018-11-19T14:55:09.000Z\",\"2018-11-26T14:55:09.000Z\",\"2018-12-03T14:55:09.000Z\",\"2018-12-10T14:55:09.000Z\",\"2018-12-17T14:55:09.000Z\",\"2018-12-24T14:55:09.000Z\",\"2018-12-31T14:55:09.000Z\",\"2019-01-07T14:55:09.000Z\",\"2019-01-14T14:55:09.000Z\",\"2019-01-25T21:10:37.000Z\",\"2019-01-28T14:55:09.000Z\",\"2019-02-04T14:55:09.000Z\",\"2019-02-11T14:55:09.000Z\",\"2019-02-18T14:55:09.000Z\",\"2019-02-25T14:55:09.000Z\",\"2019-03-04T14:55:09.000Z\",\"2019-03-11T14:55:09.000Z\",\"2019-03-18T14:55:09.000Z\",\"2019-03-25T14:55:09.000Z\",\"2019-04-01T14:55:09.000Z\",\"2019-04-08T14:55:09.000Z\",\"2019-04-15T14:55:09.000Z\",\"2019-04-22T14:55:09.000Z\",\"2019-04-29T14:55:09.000Z\",\"2019-05-06T14:55:09.000Z\",\"2019-05-13T14:55:09.000Z\",\"2019-05-20T14:55:09.000Z\",\"2019-05-27T14:55:09.000Z\",\"2019-06-03T14:55:09.000Z\",\"2019-06-10T14:55:09.000Z\",\"2019-06-17T14:55:09.000Z\",\"2019-06-24T14:55:09.000Z\",\"2019-07-01T14:55:09.000Z\",\"2019-07-08T14:55:09.000Z\",\"2019-07-17T05:19:42.000Z\",\"2019-07-22T14:55:09.000Z\",\"2019-07-29T14:55:09.000Z\",\"2019-08-05T14:55:09.000Z\",\"2019-08-12T14:55:09.000Z\",\"2019-08-19T14:55:09.000Z\",\"2019-08-26T14:55:09.000Z\",\"2019-09-02T14:55:09.000Z\",\"2019-09-09T14:55:09.000Z\",\"2019-09-16T14:55:09.000Z\",\"2019-09-23T14:55:09.000Z\",\"2019-09-30T14:55:09.000Z\",\"2019-10-07T14:55:09.000Z\",\"2019-10-14T14:55:09.000Z\",\"2019-10-21T14:55:09.000Z\",\"2019-10-28T14:55:09.000Z\",\"2019-11-04T14:55:09.000Z\",\"2019-11-17T10:12:25.000Z\",\"2019-11-21T09:13:32.000Z\",\"2019-11-27T20:20:00.000Z\",\"2019-12-06T09:48:27.000Z\",\"2019-12-09T14:55:09.000Z\",\"2019-12-16T14:55:09.000Z\",\"2019-12-23T14:55:09.000Z\",\"2019-12-30T14:55:09.000Z\",\"2020-01-06T14:55:09.000Z\",\"2020-01-13T14:55:09.000Z\",\"2020-01-22T13:46:48.000Z\",\"2020-01-29T06:10:33.000Z\",\"2020-02-03T14:55:09.000Z\",\"2020-02-10T14:55:09.000Z\",\"2020-02-17T14:55:09.000Z\",\"2020-02-24T14:55:09.000Z\",\"2020-03-02T14:55:09.000Z\",\"2020-03-09T14:55:09.000Z\",\"2020-03-16T14:55:09.000Z\",\"2020-03-23T14:55:09.000Z\",\"2020-03-30T14:55:09.000Z\",\"2020-04-06T14:55:09.000Z\",\"2020-04-13T14:55:09.000Z\",\"2020-04-20T14:55:09.000Z\",\"2020-04-27T14:55:09.000Z\",\"2020-05-04T14:55:09.000Z\",\"2020-05-11T14:55:09.000Z\",\"2020-05-18T14:55:09.000Z\",\"2020-05-25T14:55:09.000Z\",\"2020-06-01T14:55:09.000Z\",\"2020-06-08T14:55:09.000Z\",\"2020-06-15T14:55:09.000Z\",\"2020-06-22T14:55:09.000Z\",\"2020-06-29T14:55:09.000Z\",\"2020-07-06T14:55:09.000Z\",\"2020-07-13T14:55:09.000Z\",\"2020-07-20T14:55:09.000Z\",\"2020-07-27T14:55:09.000Z\",\"2020-08-03T14:55:09.000Z\",\"2020-08-10T14:55:09.000Z\",\"2020-08-17T14:55:09.000Z\",\"2020-08-24T14:55:09.000Z\",\"2020-08-31T14:55:09.000Z\",\"2020-09-07T14:55:09.000Z\",\"2020-09-14T14:55:09.000Z\",\"2020-09-21T14:55:09.000Z\",\"2020-09-28T14:55:09.000Z\",\"2020-10-05T14:55:09.000Z\",\"2020-10-12T14:55:09.000Z\",\"2020-10-19T14:55:09.000Z\",\"2020-10-26T14:55:09.000Z\",\"2020-11-02T14:55:09.000Z\",\"2020-11-09T14:55:09.000Z\",\"2020-11-16T14:55:09.000Z\",\"2020-11-23T14:55:09.000Z\",\"2020-11-30T14:55:09.000Z\",\"2020-12-11T17:06:16.000Z\",\"2020-12-14T14:55:09.000Z\",\"2020-12-21T14:55:09.000Z\",\"2020-12-28T14:55:09.000Z\",\"2021-01-04T14:55:09.000Z\",\"2021-01-11T14:55:09.000Z\",\"2021-01-18T14:55:09.000Z\",\"2021-01-25T14:55:09.000Z\",\"2021-02-01T14:55:09.000Z\",\"2021-02-08T14:55:09.000Z\",\"2021-02-16T10:06:46.000Z\"],[1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2,3,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,2,4,1,1,1,1,1,1,1,1,1,1,1,2,5,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,10,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,6,4,2,3,1,1,1,1,1,1,2,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,4]],\"fixedtz\":false,\"tzone\":\"\"},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} The list of the 10 last active posts on the forums:\ndata$created.date \u0026lt;- as.POSIXct(data$created_date, origin=\u0026#34;1970-01-01\u0026#34;) posts.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;created.date\u0026#39;, \u0026#39;author_id\u0026#39;)], 10) posts.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, posts.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, posts.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) posts.table$created.date \u0026lt;- as.character(posts.table$created.date) names(posts.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Post date\u0026#39;, \u0026#39;Post author\u0026#39;) print( xtable(head(posts.table, 10), caption = paste(\u0026#39;10 most recent posts on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 most recent posts on tools.tracecompass forum.    ID   Subject   Post date   Post author     1838112   Re: JAXB Problem   2021-02-16 10:06:46   227152     1838086   Re: JAXB Problem   2021-02-15 17:08:47   216260     1838077   JAXB Problem   2021-02-15 13:11:42   227152     1835757   Re: kernel and ust traces alongside   2020-12-11 17:06:16   88107     1835727   kernel and ust traces alongside   2020-12-11 03:29:12   230873     1820790   Re: Main toolbar   2020-01-29 06:10:33   227152     1820724   Re: Main toolbar   2020-01-27 18:53:44   205219     1820542   Main toolbar   2020-01-22 13:46:48   227152     1818122   Re: CPU usage view   2019-12-06 09:48:27   227152     1817949   Re: CPU usage view   2019-12-03 13:40:23   227152    \n Forums threads Download: eclipse_forums_threads.csv.gz\ndata \u0026lt;- read.csv(file=file_forums_threads, header=T) File is eclipse_forums_threads.csv, and has 8 columns for 297 threads. A wordcloud with the main words used in threads is presented below.\nThe list of the 10 last active threads on the forums:\ndata$last.post.date \u0026lt;- as.POSIXct(data$last_post_date, origin=\u0026#34;1970-01-01\u0026#34;) threads.table \u0026lt;- head(data[,c(\u0026#39;id\u0026#39;, \u0026#39;subject\u0026#39;, \u0026#39;last.post.date\u0026#39;, \u0026#39;last_post_id\u0026#39;, \u0026#39;replies\u0026#39;, \u0026#39;views\u0026#39;)], 10) threads.table$subject \u0026lt;- paste(\u0026#39;\u0026lt;a href=\u0026#34;\u0026#39;, threads.table$html_url, \u0026#39;\u0026#34;\u0026gt;\u0026#39;, threads.table$subject, \u0026#39;\u0026lt;/a\u0026gt;\u0026#39;, sep=\u0026#39;\u0026#39;) threads.table$last.post.date \u0026lt;- as.character(threads.table$last.post.date) names(threads.table) \u0026lt;- c(\u0026#39;ID\u0026#39;, \u0026#39;Subject\u0026#39;, \u0026#39;Last post date\u0026#39;, \u0026#39;Last post author\u0026#39;, \u0026#39;Replies\u0026#39;, \u0026#39;Views\u0026#39;) print( xtable(threads.table, caption = paste(\u0026#39;10 last active threads on\u0026#39;, project_id, \u0026#39;forum.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;lllllll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) 10 last active threads on tools.tracecompass forum.    ID   Subject   Last post date   Last post author   Replies   Views     1106973   JAXB Problem   2021-02-16 10:06:46   1838112   2   279     1106254   kernel and ust traces alongside   2020-12-11 17:06:16   1835757   1   237     1102109   Main toolbar   2020-01-29 06:10:33   1820790   2   197812     1101396   CPU usage view   2019-12-06 09:48:27   1818122   3   3291     1101279   Runnables are not visible in BTF view    2019-11-17 10:12:25   1817165   2   475     1099735   Multiple instances of trace compas   2019-07-17 05:19:42   1809502   2   1456     1097205   Trace compass with GDB trace format.   2019-01-25 21:10:37   1801765   2   1123     1094943   XML state provider for generic CTF   2018-08-31 18:17:36   1794518   2   2714     1094923   Help non-Linux/non-Java embedded C developer make use of Trace Compass   2019-11-18 12:32:13   1817195   5   1349     1092773   Resource Leak exception in tmf.ui plugin with trace compass 3.3.0   2018-04-13 17:44:41   1785437   2   2323      Jenkins  Builds Download: jenkins_builds.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_builds, header=T) File is jenkins_builds.csv, and has 7 columns for 1434 commits.\n  ID   Name   Time   Result     33   backup-legacy-builds \\#33   1.618601e+12   SUCCESS     32   backup-legacy-builds \\#32   1.618332e+12   SUCCESS     31   backup-legacy-builds \\#31   1.616268e+12   SUCCESS     30   backup-legacy-builds \\#30   1.616187e+12   SUCCESS     29   backup-legacy-builds \\#29   1.614102e+12   SUCCESS     28   backup-legacy-builds \\#28   1.611270e+12   SUCCESS     27   backup-legacy-builds \\#27   1.611267e+12   SUCCESS     26   backup-legacy-builds \\#26   1.607477e+12   SUCCESS     25   backup-legacy-builds \\#25   1.607474e+12   SUCCESS     24   backup-legacy-builds \\#24   1.605028e+12   SUCCESS    // jsData function gvisDataPieChartID20e92ae1d181 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 95 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 323 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 1012 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 4 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID20e92ae1d181() { var data = gvisDataPieChartID20e92ae1d181(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project tools.tracecompass \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID20e92ae1d181') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID20e92ae1d181); })(); function displayChartPieChartID20e92ae1d181() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n  \n Jobs Download: jenkins_jobs.csv.gz\ndata \u0026lt;- read.csv(file=file_jenkins_jobs, header=T) File is jenkins_jobs.csv, and has 15 columns for 56 commits.\n  Name   Colour   Last build time   Health report     backup-legacy-builds   blue   1.618601e+12   100     clean-up-builds   disabled   1.586810e+12   100     Connect-external-slave   disabled   1.459554e+12   100     delete-old-temp-files   blue   1.595736e+12   100     env-test   disabled   1.570638e+12   100     jstack-all   disabled   1.525189e+12   100     orbit-test-build   disabled   1.476937e+12   100     org.eclipse.tracecompass-non-simrel-release   blue   1.610589e+12   100     org.eclipse.tracecompass-simrel-publish   blue   1.616005e+12   100     org.eclipse.tracecompass-simrel-publish-2020-12-fix   blue   1.607550e+12   100    // jsData function gvisDataPieChartID20e962663527 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 22 ], [ \u0026ldquo;disabled\u0026rdquo;, 28 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 2 ], [ \u0026ldquo;red\u0026rdquo;, 3 ], [ \u0026ldquo;yellow\u0026rdquo;, 1 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID20e962663527() { var data = gvisDataPieChartID20e962663527(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project tools.tracecompass \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#D3D3D3\u0026rdquo;, \u0026ldquo;#DC3912\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID20e962663527') ); chart.draw(data,options);  }\n// jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \u0026ldquo;corechart\u0026rdquo;;\n// Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026amp;\u0026amp; i \u0026lt; pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid);\n// Add the drawChart function to the global list of callbacks callbacks.push(drawChartPieChartID20e962663527); })(); function displayChartPieChartID20e962663527() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load(\u0026ldquo;visualization\u0026rdquo;, \u0026ldquo;1\u0026rdquo;, { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length \u0026gt; 0) callbacks.shift()(); } }); }, 100); }\n// jsFooter \n    PMI  PMI Checks Download: eclipse_pmi_checks.csv.gz\ndata \u0026lt;- read.csv(file=file_pmi_checks, header=T) File is eclipse_pmi_checks.csv, and has 3 columns for 17 commits.\nchecks.table \u0026lt;- head(data[,c(\u0026#39;Description\u0026#39;, \u0026#39;Value\u0026#39;, \u0026#39;Results\u0026#39;)], 10) print( xtable(checks.table, caption = paste(\u0026#39;Extract of the 10 first PMI checks for \u0026#39;, project_id, \u0026#39;.\u0026#39;, sep=\u0026#34; \u0026#34;), digits=0, align=\u0026#34;llll\u0026#34;), type=\u0026#34;html\u0026#34;, html.table.attributes=\u0026#39;class=\u0026#34;table table-striped\u0026#34;\u0026#39;, caption.placement=\u0026#39;bottom\u0026#39;, include.rownames=FALSE, sanitize.text.function=function(x) { x } ) Extract of the 10 first PMI checks for tools.tracecompass .    Description   Value   Results     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/enter\\_bug.cgi?product=Tracecompass   OK: Create URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://bugs.eclipse.org/bugs/buglist.cgi?product=Tracecompass   OK: Query URL could be successfully fetched.     Sends a get request to the given CI URL and looks at the headers in the response (200 404..). Also checks if the URL is really a Hudson instance (through a call to its API).   https://hudson.eclipse.org/tracecompass   OK. Fetched CI URL.\\\\Failed: could not decode Hudson JSON.     Checks if the Dev ML URL can be fetched using a simple get query.   https://dev.eclipse.org/mailman/listinfo/tracecompass-dev   OK: Dev ML URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://wiki.eclipse.org/Trace\\_Compass\\#User\\_Guides   OK: Documentation URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   http://download.eclipse.org/tracecompass/releases/6.3.0/rcp/   OK: Download URL could be successfully fetched.     Checks if the Forums URL can be fetched using a simple get query.   http://eclipse.org/forums/eclipse.tracecompass   OK. Forum \\[IRC Channel (irc://irc.oftc.net/tracecompass)\\] correctly defined.\\\\Failed: could not get `\\(str URL [\\)`url\\].\\\\OK. Forum \\[Trace Compass Forums\\] correctly defined.\\\\OK: Forum \\[Trace Compass Forums\\] URL could be successfully fetched.     Checks if the URL can be fetched using a simple get query.   https://wiki.eclipse.org/Trace\\_Compass/Development\\_Environment\\_Setup   OK: Documentation URL could be successfully fetched.     Checks if the Mailing lists URL can be fetched using a simple get query.     Failed: no mailing list defined.     Checks if the URL can be fetched using a simple get query.     Failed: no URL defined for plan.      ScanCode  Authors Download: scancode_authors.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_authors, header=T) File is scancode_authors.csv, and has 2 columns for 77 commits.\n  Author   Count     unknown   3432     Genevieve Bastien   504     Matthew Khouzam   430     Bernd Hufmann   313     Alexandre Montplaisir   225     Patrick Tasse   143     Francois Chouinard   103     Jean-Christian Kouame   99     Loic Prieur-Drevon   83     Marc-Andre Laperle   76    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Authors for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20e9243f262f () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3432 ], [ \"Genevieve Bastien\", 504 ], [ \"Matthew Khouzam\", 430 ], [ \"Bernd Hufmann\", 313 ], [ \"Alexandre Montplaisir\", 225 ], [ \"Patrick Tasse\", 143 ], [ \"Francois Chouinard\", 103 ], [ \"Jean-Christian Kouame\", 99 ], [ \"Loic Prieur-Drevon\", 83 ], [ \"Marc-Andre Laperle\", 76 ], [ \"Vincent Perot\", 70 ], [ \"Yonni Chen\", 61 ], [ \"Simon Delisle\", 57 ], [ \"Gabriel-Andrew Pollo-Guilbert\", 50 ], [ \"Francis Giraldeau\", 41 ], [ \"Philippe Proulx\", 28 ], [ \"Bruno Roy\", 25 ], [ \"Mikael Ferland\", 24 ], [ \"Sonia Farrah\", 23 ], [ \"Houssem Daoud\", 20 ], [ \"Simon Marchi\", 20 ], [ \"Florian Wininger\", 17 ], [ \"Mathieu Denis\", 17 ], [ \"Robert Kiss\", 15 ], [ \"Jonathan Rajotte-Julien\", 14 ], [ \"France Lapointe Nguyen\", 11 ], [ \"Alexis Cabana-Loriaux\", 10 ], [ \"Xavier Raynaud \", 10 ], [ \"Alvaro Sanchez-Leon\", 9 ], [ \"Guilliano Molaire\", 9 ], [ \"David Piche\", 7 ], [ \"Yuriy Vashchuk\", 7 ], [ \"Samuel Gagnon\", 6 ], [ \"Francis Giraldeau \", 5 ], [ \"Jonathan Rajotte\", 5 ], [ \"Michael Jeanson\", 5 ], [ \"Benjamin Saint-Cyr\", 4 ], [ \"Xavier Raynaud\", 4 ], [ \"Francois Rajotte\", 3 ], [ \"Katherine Nadeau\", 3 ], [ \"Mahdi Zolnouri\", 3 ], [ \"Mathieu Rail\", 3 ], [ \"Wassim Nasrallah\", 3 ], [ \"Cedric Biancheri\", 2 ], [ \"Christophe Bourque Bedard\", 2 ], [ \"Etienne Bergeron\", 2 ], [ \"Generoso Pagano \", 2 ], [ \"Marc Dumais\", 2 ], [ \"Najib Arbaoui\", 2 ], [ \"Patrick-Jeffrey Pollo Guilbert\", 2 ], [ \"Viet-Hung Phan\", 2 ], [ \"William Enright\", 2 ], [ \"William Tri-Khiem Truong\", 2 ], [ \"Abdelrahmane Berhil\", 1 ], [ \"Abderrahmane Benbachir\", 1 ], [ \"Christian Mansky\", 1 ], [ \"Eric Miravete\", 1 ], [ \"France Bernd Hufmann\", 1 ], [ \"Ivan Grinenko\", 1 ], [ \"Julien Daoust\", 1 ], [ \"Matthew Khoumzam\", 1 ], [ \"Matthew Khouzam, Francois Chouinard, Patrick Tasse, Xavier Raynaud\", 1 ], [ \"Mikael Ferland \", 1 ], [ \"Naser Ezzati\", 1 ], [ \"Patrick Tasse, and others\", 1 ], [ \"Philippe Sawicki\", 1 ], [ \"Sebastien Lorrain\", 1 ], [ \"a Python\", 1 ], [ \"authorization from The Open Group\", 1 ], [ \"authors' Julien Desfossez', Antoine\", 1 ], [ \"authors' Phil Proulx\", 1 ], [ \"content Eclipse Foundation, Inc.\", 1 ], [ \"platform IResource\", 1 ], [ \"project\", 1 ], [ \"the ImportOperation\", 1 ], [ \"the LTTng\", 1 ], [ \"tracing project\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20e9243f262f() { var data = gvisDataPieChartID20e9243f262f(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project tools.tracecompass \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20e9243f262f') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Copyrights Download: scancode_copyrights.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_copyrights, header=T) File is scancode_copyrights.csv, and has 2 columns for 47 commits.\n  Copyrights   Count     Copyright (c) Ericsson   2291     unknown   2097     Copyright (c) Ecole Polytechnique de Montreal   803     Copyright (c) EfficiOS Inc., Alexandre Montplaisir   100     Copyright (c) IBM Corporation, Ericsson   79     Copyright (c) EfficiOS Inc. and others   66     Copyright (c) Ericsson, Ecole Polytechnique de Montreal   52     Copyright (c) Ericsson, Ecole Polytechnique de Montreal and others   51     Copyright (c) Ericsson and others   42     Copyright (c) Ecole Polytechnique de Montreal and others   38    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Copyrights for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20e96caff5dd () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Copyright (c) Ericsson\", 2291 ], [ \"unknown\", 2097 ], [ \"Copyright (c) Ecole Polytechnique de Montreal\", 803 ], [ \"Copyright (c) EfficiOS Inc., Alexandre Montplaisir\", 100 ], [ \"Copyright (c) IBM Corporation, Ericsson\", 79 ], [ \"Copyright (c) EfficiOS Inc. and others\", 66 ], [ \"Copyright (c) Ericsson, Ecole Polytechnique de Montreal\", 52 ], [ \"Copyright (c) Ericsson, Ecole Polytechnique de Montreal and others\", 51 ], [ \"Copyright (c) Ericsson and others\", 42 ], [ \"Copyright (c) Ecole Polytechnique de Montreal and others\", 38 ], [ \"Copyright (c) EfficiOS Inc., Philippe Proulx\", 29 ], [ \"Copyright (c) Alexandre Montplaisir \", 21 ], [ \"Copyright (c) Movidius Inc. and others\", 20 ], [ \"Copyright (c) Ericsson, EfficiOS Inc. and others\", 18 ], [ \"Copyright (c) EfficiOS Inc.\", 12 ], [ \"Copyright (c) Kalray\", 8 ], [ \"Copyright (c) Ecole Polytechnique\", 7 ], [ \"Copyright (c) Intel Corporation, Ericsson\", 7 ], [ \"Copyright (c) Red Hat, Inc. and others\", 7 ], [ \"Copyright (c) IBM Corporation and others\", 6 ], [ \"Copyright (c) EfficiOS Inc., Jonathan Rajotte-Julien\", 5 ], [ \"Copyright (c) Kalray, Ericsson\", 5 ], [ \"Copyright (c) EfficiOS Inc., Alexandre Montplaisir and others\", 4 ], [ \"Copyright (c) EfficiOS Inc., Ericsson\", 4 ], [ \"Copyright (c) EfficiOS Inc., Michael Jeanson\", 4 ], [ \"Copyright (c) Keba AG\", 3 ], [ \"Copyright (c) - Jeremie Galarneau \", 2 ], [ \"Copyright (c) - Oliver Cotte \", 2 ], [ \"Copyright (c) EfficiOS Inc., Michael Jeanson and others\", 2 ], [ \"Copyright (c) Etienne Bergeron\", 2 ], [ \"Copyright (c) Inria\", 2 ], [ \"Copyright (c) Ketan Padegaonkar and others\", 2 ], [ \"Copyright (c) Polytechnique\", 2 ], [ \"Copyright (c) Polytechnique de Montreal\", 2 ], [ \"Copyright (c) Red Hat, Inc., Ericsson\", 2 ], [ \"Copyright (c) Wind River Systems, Inc. and others\", 2 ], [ \"(c) NonNull Stream\", 1 ], [ \"Copyright (c) Draeger, Auriga\", 1 ], [ \"Copyright (c) EfficiOS Inc., Alexandre Montplaisir, Philippe Proulx\", 1 ], [ \"Copyright (c) Ericsson, Draeger, Auriga\", 1 ], [ \"Copyright (c) Ericsson, Ecole Polytechnique de Montreal, Draeger\", 1 ], [ \"Copyright (c) IBM Corporation, Ericsson and others\", 1 ], [ \"Copyright (c) Intel Corporation and others\", 1 ], [ \"Copyright (c) Matthew Khouzam\", 1 ], [ \"Copyright (c) Oracle and/or its affiliates\", 1 ], [ \"Copyright (c) The Eclipse Foundation\", 1 ], [ \"Copyright The Open Group\", 1 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20e96caff5dd() { var data = gvisDataPieChartID20e96caff5dd(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project tools.tracecompass \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20e96caff5dd') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Holders Download: scancode_holders.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_holders, header=T) File is scancode_holders.csv, and has 2 columns for 48 commits.\n  Holders   Count     Ericsson   2291     unknown   2097     Ecole Polytechnique de Montreal   803     EfficiOS Inc., Alexandre Montplaisir   100     IBM Corporation, Ericsson   79     EfficiOS Inc. and others   66     Ericsson, Ecole Polytechnique de Montreal   52     Ericsson, Ecole Polytechnique de Montreal and others   51     Ericsson and others   42     Ecole Polytechnique de Montreal and others   38    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) data.sorted \u0026lt;- data[order(data$count, decreasing = T),] p \u0026lt;- gvisPieChart(data.sorted, options = list( title=paste(\u0026#34;Holders for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20e956f31154 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Ericsson\", 2291 ], [ \"unknown\", 2097 ], [ \"Ecole Polytechnique de Montreal\", 803 ], [ \"EfficiOS Inc., Alexandre Montplaisir\", 100 ], [ \"IBM Corporation, Ericsson\", 79 ], [ \"EfficiOS Inc. and others\", 66 ], [ \"Ericsson, Ecole Polytechnique de Montreal\", 52 ], [ \"Ericsson, Ecole Polytechnique de Montreal and others\", 51 ], [ \"Ericsson and others\", 42 ], [ \"Ecole Polytechnique de Montreal and others\", 38 ], [ \"EfficiOS Inc., Philippe Proulx\", 29 ], [ \"Alexandre Montplaisir\", 21 ], [ \"Movidius Inc. and others\", 20 ], [ \"Ericsson, EfficiOS Inc. and others\", 18 ], [ \"EfficiOS Inc.\", 12 ], [ \"Kalray\", 8 ], [ \"Ecole Polytechnique\", 7 ], [ \"Red Hat, Inc. and others\", 7 ], [ \"IBM Corporation and others\", 6 ], [ \"Intel Corporation, Ericsson\", 6 ], [ \"EfficiOS Inc., Jonathan Rajotte-Julien\", 5 ], [ \"Kalray, Ericsson\", 5 ], [ \"EfficiOS Inc., Alexandre Montplaisir and others\", 4 ], [ \"EfficiOS Inc., Ericsson\", 4 ], [ \"EfficiOS Inc., Michael Jeanson\", 4 ], [ \"Keba AG\", 3 ], [ \"EfficiOS Inc., Michael Jeanson and others\", 2 ], [ \"Etienne Bergeron\", 2 ], [ \"Inria\", 2 ], [ \"Jeremie Galarneau\", 2 ], [ \"Ketan Padegaonkar and others\", 2 ], [ \"Oliver Cotte\", 2 ], [ \"Polytechnique\", 2 ], [ \"Polytechnique de Montreal\", 2 ], [ \"Red Hat, Inc., Ericsson\", 2 ], [ \"Wind River Systems, Inc. and others\", 2 ], [ \"Draeger, Auriga\", 1 ], [ \"EfficiOS Inc., Alexandre Montplaisir, Philippe Proulx\", 1 ], [ \"Ericsson, Draeger, Auriga\", 1 ], [ \"Ericsson, Ecole Polytechnique de Montreal, Draeger\", 1 ], [ \"IBM Corporation, Ericsson and others\", 1 ], [ \"Intel Corporation and others\", 1 ], [ \"Intel Corporation, Ericsson, others\", 1 ], [ \"Matthew Khouzam\", 1 ], [ \"NonNull Stream\", 1 ], [ \"Oracle and/or its affiliates\", 1 ], [ \"The Eclipse Foundation\", 1 ], [ \"The Open Group\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20e956f31154() { var data = gvisDataPieChartID20e956f31154(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project tools.tracecompass \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20e956f31154') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Licences Download: scancode_licences.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_licences, header=T) File is scancode_licences.csv, and has 2 columns for 17 commits.\n  Licence   Count     epl-1.0   3753     unknown   1988     cpl-1.0 AND other-permissive   115     gpl-1.0-plus   31     lgpl-2.0-plus   29     epl-1.0 OR bsd-new   8     mit   5     eclipse-sua-2014   2     epl-1.0 AND bsd-new   2     apache-2.0   1    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Licences for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20e9779787ed () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-1.0\", 3753 ], [ \"unknown\", 1988 ], [ \"cpl-1.0 AND other-permissive\", 115 ], [ \"gpl-1.0-plus\", 31 ], [ \"lgpl-2.0-plus\", 29 ], [ \"epl-1.0 OR bsd-new\", 8 ], [ \"mit\", 5 ], [ \"eclipse-sua-2014\", 2 ], [ \"epl-1.0 AND bsd-new\", 2 ], [ \"apache-2.0\", 1 ], [ \"bsd-new\", 1 ], [ \"cpl-1.0\", 1 ], [ \"eclipse-sua-2011\", 1 ], [ \"epl-2.0\", 1 ], [ \"mpl-1.1\", 1 ], [ \"public-domain\", 1 ], [ \"x11-opengroup\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20e9779787ed() { var data = gvisDataPieChartID20e9779787ed(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project tools.tracecompass \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20e9779787ed') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Programming Languages Download: scancode_programming_languages.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_pl, header=T) File is scancode_licences.csv, and has 2 columns for 13 commits.\n  Programming Language   Count     Java   3128     unknown   2365     HTML   118     Perl6   77     PHP   29     Bash   10     CSS   7     Python   5     ActionScript 3   4     Objective-C   2    suppressPackageStartupMessages(library(googleVis)) options(gvis.plot.tag=\u0026#39;chart\u0026#39;) p \u0026lt;- gvisPieChart(data, options = list( title=paste(\u0026#34;Programming languages for project \u0026#34;, project_id, \u0026#34; \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID20e9e25b979 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 3128 ], [ \"unknown\", 2365 ], [ \"HTML\", 118 ], [ \"Perl6\", 77 ], [ \"PHP\", 29 ], [ \"Bash\", 10 ], [ \"CSS\", 7 ], [ \"Python\", 5 ], [ \"ActionScript 3\", 4 ], [ \"Objective-C\", 2 ], [ \"JavaScript\", 1 ], [ \"Perl\", 1 ], [ \"VB.net\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID20e9e25b979() { var data = gvisDataPieChartID20e9e25b979(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project tools.tracecompass \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID20e9e25b979') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = \"corechart\"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage \u0026\u0026 i 0) callbacks.shift()(); } }); }, 100); } // jsFooter    \n Special files Download: scancode_special_files.csv.gz\ndata \u0026lt;- read.csv(file=file_sc_sf, header=T) File is scancode_special_files.csv, and has 2 columns for 143 commits.\n  Holders   Type     pom.xml   manifest     README.md   readme     analysis/pom.xml   manifest     analysis/org.eclipse.tracecompass.analysis.counters.core/META-INF/MANIFEST.MF   manifest     analysis/org.eclipse.tracecompass.analysis.counters.core.tests/META-INF/MANIFEST.MF   manifest     analysis/org.eclipse.tracecompass.analysis.counters.ui/META-INF/MANIFEST.MF   manifest     analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/META-INF/MANIFEST.MF   manifest     analysis/org.eclipse.tracecompass.analysis.graph.core/META-INF/MANIFEST.MF   manifest     analysis/org.eclipse.tracecompass.analysis.graph.core.tests/META-INF/MANIFEST.MF   manifest     analysis/org.eclipse.tracecompass.analysis.graph.ui/META-INF/MANIFEST.MF   manifest    ","href":"/projects/tools.tracecompass/datasets_report/","title":"tools.tracecompass"}]
