blob: 292346038421d305a723ec009873db117022f078 [file] [log] [blame]
[{"content":"Eclipse DataEggs provides datasets related to the development of Eclipse projects, mainly for software practitionners and researchers.\nThe datasets include various pieces of data retrieved from the Eclipse forge: Mailing lists, Project development data, and AERI stacktraces, all in handy CSV and JSON formats. Each dataset comes with R Markdown documents describing its content and providing hints about how to use it. Examples provided mainly use the R statistical analysis software.\nContent The datasets provided include:\n Mailing lists (full mboxes and csv extracts) hosted at the Eclipse forge with their documentation and examples. AERI exception stacktraces (not updated anymore, historical data only) includes 2 datasets: problems (see documentation) and incidents (see documentation). Development data from Eclipse projects. Depending on data sources available for each project, the following information is provided: SCM (git). ITS (Bugzilla, GitHub issues, GitLab issues). CI (Jenkins). PMI checks. Stack Overflow statistics. Scancode analysis (executed on our server). Privacy has been a major concern from the beginning. Once extracted, data is anonymised using data-anonymiser and published in the downloads section of the project. See our documentation for more details\nAll data related to projects 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.\nContributing All work on the Eclipse DataEggs project is handled transparently at https://gitlab.eclipse.org/eclipse/dataeggs/ .\nWe\u0026rsquo;re open: if you\u0026rsquo;d like to contribute, please join us! You can:\n Get the code and propose merge requests on the DataEggs repository. Should you have any problem, request or question, please fill an issue in the Eclipse GitLab project page. Licencing All datasets are published under the Creative Commons BY-Attribution-Share Alike 4.0 (International).\n","href":"/dataeggs/","title":"Home"},{"content":"Introduction This document presents the datasets generated for Eclipse DataEggs, 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](../aeri_stacktraces\u0026quot; \u0026gt;}}#format-problems) 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":"/dataeggs/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":"/dataeggs/aeri_stacktraces/","title":"AERI Stacktraces"},{"content":"The Eclipse Mailing lists dump is an extract of all emails posted on the Eclipse mailing lists from 2001-11-05 to 2021-09-04, 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}](https://download.eclipse.org/dataeggs/eclipse_mls/$i) (size: $s)\u0026quot; \u0026gt;\u0026gt; list.txt; done ","href":"/dataeggs/eclipse_mls/","title":"Eclipse mailing lists"},{"content":"","href":"/dataeggs/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 2022-05-01.\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 1578 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\",\"2021-04-24T00:00:00.000Z\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00:00:00.000Z\",\"2022-04-06T00:00:00.000Z\",\"2022-04-07T00:00:00.000Z\",\"2022-04-08T00:00:00.000Z\",\"2022-04-09T00:00:00.000Z\",\"2022-04-10T00:00:00.000Z\",\"2022-04-11T00:00:00.000Z\",\"2022-04-12T00:00:00.000Z\",\"2022-04-13T00:00:00.000Z\",\"2022-04-14T00:00:00.000Z\",\"2022-04-15T00:00:00.000Z\",\"2022-04-16T00:00:00.000Z\",\"2022-04-17T00:00:00.000Z\",\"2022-04-18T00:00:00.000Z\",\"2022-04-19T00:00:00.000Z\",\"2022-04-20T00:00:00.000Z\",\"2022-04-21T00:00:00.000Z\",\"2022-04-22T00:00:00.000Z\",\"2022-04-23T00:00:00.000Z\",\"2022-04-24T00:00:00.000Z\",\"2022-04-25T00:00:00.000Z\",\"2022-04-26T00:00:00.000Z\",\"2022-04-27T00: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,4,5,7,5,4,0,0,0,4,4,1,1,0,0,2,2,6,2,2,1,0,0,1,3,6,2,0,0,2,5,7,2,3,0,0,3,0,3,5,4,0,0,3,2,3,9,1,0,0,1,2,13,1,2,2,3,1,0,2,0,2,0,0,0,1,5,2,2,0,0,0,1,4,0,1,0,0,0,0,7,1,0,0,0,0,2,4,2,0,0,0,0,0,0,0,2,0,0,0,0,3,2,0,0,0,0,4,7,1,0,0,0,2,0,3,1,2,0,0,1,0,4,1,0,0,0,1,1,3,0,1,0,0,4,5,3,1,5,0,0,0,2,3,2,2,0,0,1,2,3,0,1,0,0,1,0,2,2,3,0,0,7,2,7,3,1,0,0,1,6,4,0,2,0,0,2,1,6,0,1,0,0,2,2,9,0,0,0,0,1,5,7,0,0,0,0,0,1,4,0,3,0,0,0,0,3,0,0,0,0,5,1,5,0,0,0,0,0,0,3,0,0,0,0,0,1,2,1,0,0,0,2,2,1,8,1,0,0,4,3,4,4,0,0,2,3,5,8,1,0,1,0,0,0,3,2,0,0,0,0,0,2,1,0,0,0,0,1,2,0,0,0,0,0,0,4,3,1,0,0,0,0,0,0,9,0,0,0,0,1,0,1,0,0,0,1,4,0,0,0,0,0,0,0,0,1,0,1,0,0,2,2,0,0,0,1,3,1,0,0,0,0,4,0,0,0,0,0,0,0,4,2,4,0,0,0,0,0,5,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,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 79569 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 gvisDataPieChartID731b11b665f3 () { 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 drawChartPieChartID731b11b665f3() { var data = gvisDataPieChartID731b11b665f3(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID731b11b665f3') ); 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(drawChartPieChartID731b11b665f3); })(); function displayChartPieChartID731b11b665f3() { 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 5 commits.\n Name Colour Last build time Health report che-docs-pipeline UNKNOWN 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 gvisDataPieChartID731b2444821f () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 3 ], [ \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 drawChartPieChartID731b2444821f() { var data = gvisDataPieChartID731b2444821f(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID731b2444821f') ); 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(drawChartPieChartID731b2444821f); })(); function displayChartPieChartID731b2444821f() { 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 2 commits.\n Author Count unknown 169 Ihor Okhrimenko 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID731b38d296c7 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 169 ], [ \"Ihor Okhrimenko\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID731b38d296c7() { var data = gvisDataPieChartID731b38d296c7(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID731b38d296c7') ); 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 2 commits.\n Copyrights Count Copyright (c) Red Hat, Inc. 101 unknown 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;Copyrights for project `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID731b5971c6d9 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Copyright (c) Red Hat, Inc.\", 101 ], [ \"unknown\", 69 ] ]; data.addColumn('string','copyright'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID731b5971c6d9() { var data = gvisDataPieChartID731b5971c6d9(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID731b5971c6d9') ); 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 2 commits.\n Holders Count Red Hat, Inc. 101 unknown 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID731b74cf0845 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Red Hat, Inc.\", 101 ], [ \"unknown\", 69 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID731b74cf0845() { var data = gvisDataPieChartID731b74cf0845(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID731b74cf0845') ); 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 6 commits.\n Licence Count epl-2.0 99 epl-2.0 OR apache-2.0 97 unknown 66 epl-1.0 4 generic-cla 1 isc 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID731b6a3e57c5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 99 ], [ \"epl-2.0 OR apache-2.0\", 97 ], [ \"unknown\", 66 ], [ \"epl-1.0\", 4 ], [ \"generic-cla\", 1 ], [ \"isc\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID731b6a3e57c5() { var data = gvisDataPieChartID731b6a3e57c5(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID731b6a3e57c5') ); 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 4 commits.\n Programming Language Count TypeScript 96 unknown 46 Bash 15 ActionScript 3 13 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID731b7efbcfba () { var data = new google.visualization.DataTable(); var datajson = [ [ \"TypeScript\", 96 ], [ \"unknown\", 46 ], [ \"Bash\", 15 ], [ \"ActionScript 3\", 13 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID731b7efbcfba() { var data = gvisDataPieChartID731b7efbcfba(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID731b7efbcfba') ); 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 6 commits.\n Holders Type LICENSE legal README.md readme tests/.infra/centos-ci/common-qe/README.md readme tests/e2e/package.json manifest tests/e2e/README.md readme tests/performance/README.md readme ","href":"/dataeggs/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 2022-05-01.\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 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 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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00:00:00.000Z\",\"2022-04-06T00:00:00.000Z\",\"2022-04-07T00:00:00.000Z\",\"2022-04-08T00:00:00.000Z\",\"2022-04-09T00:00:00.000Z\",\"2022-04-10T00:00:00.000Z\",\"2022-04-11T00:00:00.000Z\",\"2022-04-12T00:00:00.000Z\",\"2022-04-13T00:00:00.000Z\",\"2022-04-14T00:00:00.000Z\",\"2022-04-15T00:00:00.000Z\",\"2022-04-16T00:00:00.000Z\",\"2022-04-17T00:00:00.000Z\",\"2022-04-18T00:00:00.000Z\",\"2022-04-19T00:00:00.000Z\",\"2022-04-20T00:00:00.000Z\",\"2022-04-21T00:00:00.000Z\",\"2022-04-22T00:00:00.000Z\",\"2022-04-23T00:00:00.000Z\",\"2022-04-24T00:00:00.000Z\",\"2022-04-25T00:00:00.000Z\",\"2022-04-26T00:00:00.000Z\",\"2022-04-27T00:00:00.000Z\",\"2022-04-28T00: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,2,0,0,1,3,2,0,0,0,1,1,1,5,0,4,0,4,0,1,1,0,0,2,2,3,1,7,8,1,0,6,1,8,9,6,0,0,2,3,2,0,1,5,0,0,1,0,1,2,0,0,0,2,0,2,0,0,0,8,0,0,4,3,0,0,0,0,0,0,2,0,0,0,0,0,1,4,0,0,1,0,0,0,0,0,2,22,6,0,0,3,1,4,7,0,0,0,2,0,0,0,4,3,2,0,0,0,0,0,0,2,4,0,2,5,0,0,0,0,0,0,0,0,1,0,2,1,5,0,3,1,8,12,4,6,19,1,7,11,5,0,5,0,9,6,3,10,3,0,16,13,0,12,1,0,0,0,5,1,2,2,1,0,2,0,10,8,4,3,5,6,1,5,7,5,2,0,0,2,3,2,0,0,5,4,3,4,7,1,0,0,3,3,8,5,0,2,0,1,1,8,2,1,0,0,4,10,5,2,2,0,0,0,1,0,0,2,0,0,3,1,1,3,0,0,3,4,1,2,1,0,0,14,0,2,5,1,0,0,0,0,0,3,2,6,6,2,4,4,8,3,5,2,12,8,6,2,0,0,5,3,5,1,5,0,0,2,2,4,3,2,0,5,1,2,4,1,1,0,0,2,1,1,0,0,0,0,0,6,3,0,1,2,0,0,0,3,4,1,0,2,1,7,10,5,1,7,1,2,0,1,2,5,0,9,6,6,11,0,8,9,1,3,3,0,2,9,25,2,6,2,7,10,2,0,0,0,0,0,0,4,1,9,0,0,0,0,2,0,0,2,0,9,2,6,9,9,3,19,9,5,13,7,3,1,4,15,6,7,1,0,0,0,1,4,11,5,8,0,0,0,2,1,8]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 19589 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 24 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-23T11:59:56.000Z\",\"2021-04-30T11:59:56.000Z\",\"2021-05-07T11:59:56.000Z\",\"2021-05-14T11:59:56.000Z\",\"2021-05-21T11:59:56.000Z\",\"2021-05-28T11:59:56.000Z\",\"2021-06-04T11:59:56.000Z\",\"2021-06-11T11:59:56.000Z\",\"2021-06-18T11:59:56.000Z\",\"2021-06-25T11:59:56.000Z\",\"2021-07-02T11:59:56.000Z\",\"2021-07-09T11:59:56.000Z\",\"2021-07-16T11:59:56.000Z\",\"2021-07-23T11:59:56.000Z\",\"2021-07-30T11:59:56.000Z\",\"2021-08-06T11:59:56.000Z\",\"2021-08-13T11:59:56.000Z\",\"2021-08-20T11:59:56.000Z\",\"2021-08-27T11:59:56.000Z\",\"2021-09-03T11:59:56.000Z\",\"2021-09-10T11:59:56.000Z\",\"2021-09-17T11:59:56.000Z\",\"2021-09-24T11:59:56.000Z\",\"2021-10-01T11:59:56.000Z\",\"2021-10-08T11:59:56.000Z\",\"2021-10-15T11:59:56.000Z\",\"2021-10-22T11:59:56.000Z\",\"2021-10-29T11:59:56.000Z\",\"2021-11-05T11:59:56.000Z\",\"2021-11-12T11:59:56.000Z\",\"2021-11-19T11:59:56.000Z\",\"2021-11-26T11:59:56.000Z\",\"2021-12-03T11:59:56.000Z\",\"2021-12-10T11:59:56.000Z\",\"2021-12-17T11:59:56.000Z\",\"2021-12-24T11:59:56.000Z\",\"2021-12-31T11:59:56.000Z\",\"2022-01-07T11:59:56.000Z\",\"2022-01-14T11:59:56.000Z\",\"2022-01-21T11:59:56.000Z\",\"2022-01-28T22:05:48.000Z\",\"2022-02-04T11:59:56.000Z\",\"2022-02-11T11:59:56.000Z\",\"2022-02-18T11:59:56.000Z\",\"2022-02-25T11:59:56.000Z\",\"2022-03-04T11:59:56.000Z\",\"2022-03-11T11:59:56.000Z\",\"2022-03-18T11:59:56.000Z\",\"2022-03-25T11:59:56.000Z\",\"2022-04-01T11:59:56.000Z\",\"2022-04-08T11:59:56.000Z\",\"2022-04-13T07:30:13.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,3,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,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,3,1,1,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 ee4j.glassfish forum. ID Subject Post date Post author 1851708 BiDirectional CORBA 2022-04-13 07:30:13 234244 1850267 Re: JAX-WS with jms transport in Glassfish 2022-02-23 11:21:55 233943 1850265 Re: Glassfish 6.2.2 CDI deployment failure:null 2022-02-23 10:44:06 233943 1849674 Application deployed on glassfish 6 fail to send email 2022-01-28 22:05:48 233794 1847238 Glassfish 6.2.2 CDI deployment failure:null 2021-10-20 15:48:27 233172 1843601 Glassfish \u0026 broker 2021-08-10 11:53:35 232708 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 \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 18 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 1110580 BiDirectional CORBA 2022-04-13 07:30:13 1851708 0 1972 1109979 Application deployed on glassfish 6 fail to send email 2022-01-28 22:05:48 1849674 0 2537 1109247 Glassfish 6.2.2 CDI deployment failure:null 2022-02-23 10:44:06 1850265 1 2487 1108641 Glassfish \u0026 broker 2021-08-10 11:53:35 1843601 0 2292 1107736 Glassfish ORB.init() java.lang.IllegalStateException: cannot modify frozen instance 2021-04-23 00:33:06 1840733 1 1174 1107081 JAX-WS with jms transport in Glassfish 2022-02-23 11:21:55 1850267 1 1616 1106974 Weird behavior with glassfish service 2021-02-16 09:00:54 1838109 2 325 1106856 out of box REST archetype gives 404 error 2021-02-04 13:58:47 1837712 0 10315 1106733 CDI issue 2021-01-26 14:17:05 1837268 0 4186 1106627 \\[Java15\\] maven-embedded-glassfish-plugin with latest glassfish 2021-01-18 22:16:06 1836926 1 296 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 gvisDataPieChartID733d56e87c29 () { 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 drawChartPieChartID733d56e87c29() { var data = gvisDataPieChartID733d56e87c29(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID733d56e87c29') ); 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(drawChartPieChartID733d56e87c29); })(); function displayChartPieChartID733d56e87c29() { 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 gvisDataPieChartID733d71345aca () { 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 drawChartPieChartID733d71345aca() { var data = gvisDataPieChartID733d71345aca(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID733d71345aca') ); 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(drawChartPieChartID733d71345aca); })(); function displayChartPieChartID733d71345aca() { 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":"/dataeggs/projects/ee4j.glassfish/datasets_report/","title":"ee4j.glassfish"},{"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 May 1 04:01:23 2022 First date: 2001-11-05 19:14:58 Last date: 2021-09-04 17:34:00 Number of posts: 689968 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 eclipse-scripting-dev openhw.core-v.verif lsp4mp-dev 4diac-dev portugal-ec messageId Description: A unique identifier for the post. Type: String (Scrambled Base64) Examples:\n (\\#tab:messageid.sample)Sample of message IDs Message ID QxlVUNFP18NeSbnw@NpUvP2ka3GfnqQLT ICtMhPXt/hd7iYc8@oAcbzJ8WiYZkdImd rMl8iTY0tdQgQc3H@XcBouRl/B3jxxEHH avv22IqT7RYH90EH@NieJphTYnbs7nhM2 Df/Ov8V1ws+VdlkW@NieJphTYnbs7nhM2 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 \\[birt-dev\\] \\[Reminder\\] Tagging your plugin and update map files for 20061208 integration build Re: \\[tptp-pmc\\] Re: Commiters take note: Meeting and schedule for handling the first iteration of 3.3/4.0 RE: \\[eclipselink-users\\] multiple PUs/db catalogs ? Re: \\[jakartaee-platform-dev\\] Transitioning Jakarta EE to the jakarta namespace \\[technology-pmc\\] \\[CQ 12325\\] Introduce GitSynchronizer for logical model support 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-09-04 17:34:00 Examples:\n (\\#tab:sentat.sample)Sample of sent dates Sent date 2010-06-14 18:20:27 2015-12-02 21:56:22 2012-09-13 15:07:31 2013-05-27 11:18:02 2008-12-10 22:47:09 Sender name Description: The name of the sender of the post. Type: String (Scrambled Base64) Number of unique entries: 24517 Examples:\n (\\#tab:sendername.sample)Sample of sender names Sender names uAerqPI7dRrEO5hW mJ9JtRxf7E4v00Gp GNLfkSGNgCJMfe7v yJE10B0+pIENAaHk GNLfkSGNgCJMfe7v 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: 24850 Examples:\n (\\#tab:senderaddr.sample)Sample of sender addresses Sender addresses eT4FD39XJ5bKYhEN@NvxWbhseFT31L5IW uoWAildFU1TWQDrm@w+VW42SAM0QaTd+8 e3aCZHnucitguxMI@NvxWbhseFT31L5IW JAOhsfSfcTuKDaKX@l/kX8oTeCB/Qccjj Rec+DMqzU33kgoOe@UFptB/CXoYulRXh2 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] 689968 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 eT4FD39XJ5bKYhEN@NvxWbhseFT31L5IW 38007 NvxWbhseFT31L5IW lEZSPsLO9idGB2lw@NvxWbhseFT31L5IW 20081 NvxWbhseFT31L5IW e3aCZHnucitguxMI@NvxWbhseFT31L5IW 15720 NvxWbhseFT31L5IW SgQkZr5z/Q2lXxJt@NvxWbhseFT31L5IW 10042 NvxWbhseFT31L5IW zMXV+9zaQ2AVd4kl@NvxWbhseFT31L5IW 8828 NvxWbhseFT31L5IW tEByGIKoqfjFxqj0@0ivjeM2IIvuAgIVF 8428 0ivjeM2IIvuAgIVF PVK2WWKO5Nf19oa7@NvxWbhseFT31L5IW 6969 NvxWbhseFT31L5IW WiyhIGCWxuJX66fC@NvxWbhseFT31L5IW 5327 NvxWbhseFT31L5IW VHZqSlUKKK7GlRQ3@NvxWbhseFT31L5IW 5012 NvxWbhseFT31L5IW gBqtVhKuUdJzwR9k@w+VW42SAM0QaTd+8 4945 w+VW42SAM0QaTd+8 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.899999999999999,0.900000000000006],\"base\":[0,0,0],\"x\":[5,28,47],\"y\":[8428,2656,1902],\"text\":[\"reorder(Author, -Posts): tEByGIKoqfjFxqj0\nPosts: 8428\nCompany: 0ivjeM2IIvuAgIVF\",\"reorder(Author, -Posts): KIxQXs2/zMuIV2H8\nPosts: 2656\nCompany: 0ivjeM2IIvuAgIVF\",\"reorder(Author, -Posts): K7RIPIAJAC2XWi8P\nPosts: 1902\nCompany: 0ivjeM2IIvuAgIVF\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(248,118,109,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"0ivjeM2IIvuAgIVF\",\"legendgroup\":\"0ivjeM2IIvuAgIVF\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000002,\"base\":0,\"x\":[32],\"y\":[2455],\"text\":\"reorder(Author, -Posts): sC1tu3/z8LDyVq+p\nPosts: 2455\nCompany: 2OivkLeLvnALhs85\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(237,129,62,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"2OivkLeLvnALhs85\",\"legendgroup\":\"2OivkLeLvnALhs85\",\"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): CFMkb5CFZiVUNApf\nPosts: 3539\nCompany: 2Qn1fCyg4FXCXbfh\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(222,140,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"2Qn1fCyg4FXCXbfh\",\"legendgroup\":\"2Qn1fCyg4FXCXbfh\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[38],\"y\":[2275],\"text\":\"reorder(Author, -Posts): sopP+4G+9BkSWX+F\nPosts: 2275\nCompany: aGAXZQ+e02VJjvmO\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(205,150,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"aGAXZQ+e02VJjvmO\",\"legendgroup\":\"aGAXZQ+e02VJjvmO\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.9,\"base\":8828,\"x\":[7],\"y\":[3532],\"text\":\"reorder(Author, -Posts): zMXV+9zaQ2AVd4kl\nPosts: 3532\nCompany: B8Eb/OQUYmXEimHC\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(183,159,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"B8Eb/OQUYmXEimHC\",\"legendgroup\":\"B8Eb/OQUYmXEimHC\",\"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): OdMdDV8Wnc+Ak6h5\nPosts: 3154\nCompany: DbNTm2GFE4DwegWT\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(157,167,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"DbNTm2GFE4DwegWT\",\"legendgroup\":\"DbNTm2GFE4DwegWT\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[29],\"y\":[2637],\"text\":\"reorder(Author, -Posts): qOOTwWPEVapHD7aZ\nPosts: 2637\nCompany: dS3Y9DDLjEU2ESkp\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(124,174,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"dS3Y9DDLjEU2ESkp\",\"legendgroup\":\"dS3Y9DDLjEU2ESkp\",\"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): AGEf43EgnDlURE+C\nPosts: 3801\nCompany: DZcsbla11jxNnA0d\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(73,181,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"DZcsbla11jxNnA0d\",\"legendgroup\":\"DZcsbla11jxNnA0d\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[37],\"y\":[2298],\"text\":\"reorder(Author, -Posts): viTHIy8mp9FoE1uo\nPosts: 2298\nCompany: gnE5m/wYLu2jEOOi\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,186,56,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"gnE5m/wYLu2jEOOi\",\"legendgroup\":\"gnE5m/wYLu2jEOOi\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[39],\"y\":[2227],\"text\":\"reorder(Author, -Posts): mZDbIzr3/MlRBdFR\nPosts: 2227\nCompany: K2yl5gGCer6hnKQu\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,190,103,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"K2yl5gGCer6hnKQu\",\"legendgroup\":\"K2yl5gGCer6hnKQu\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[36],\"y\":[2315],\"text\":\"reorder(Author, -Posts): m5estdPqri1a6hMs\nPosts: 2315\nCompany: kNkAxhpWTF+7CssX\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,192,139,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"kNkAxhpWTF+7CssX\",\"legendgroup\":\"kNkAxhpWTF+7CssX\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.899999999999999,0.899999999999999,0.899999999999999,0.900000000000006,0.900000000000006,0.900000000000006],\"base\":[0,0,0,0,0,0],\"x\":[25,27,30,34,45,49],\"y\":[3005,2679,2580,2374,1928,1811],\"text\":[\"reorder(Author, -Posts): VW8cDuEulpQpyWcK\nPosts: 3005\nCompany: l/kX8oTeCB/Qccjj\",\"reorder(Author, -Posts): gMafuo8lm7EQlB4X\nPosts: 2679\nCompany: l/kX8oTeCB/Qccjj\",\"reorder(Author, -Posts): iWPJ5Vl6mMy6FTQh\nPosts: 2580\nCompany: l/kX8oTeCB/Qccjj\",\"reorder(Author, -Posts): Pba02B4o923HHF3R\nPosts: 2374\nCompany: l/kX8oTeCB/Qccjj\",\"reorder(Author, -Posts): LvQVhRlXQtxeoKWg\nPosts: 1928\nCompany: l/kX8oTeCB/Qccjj\",\"reorder(Author, -Posts): QZcjNGPAgIDuPLXc\nPosts: 1811\nCompany: l/kX8oTeCB/Qccjj\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,193,169,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"l/kX8oTeCB/Qccjj\",\"legendgroup\":\"l/kX8oTeCB/Qccjj\",\"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): zWiUJDqlavrxE+fq\nPosts: 4641\nCompany: LABoFC0LM2NC+8BM\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,191,196,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"LABoFC0LM2NC+8BM\",\"legendgroup\":\"LABoFC0LM2NC+8BM\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[44],\"y\":[1933],\"text\":\"reorder(Author, -Posts): yqhPBZZwJUzebKbB\nPosts: 1933\nCompany: no6ImTydwI3J98Em\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,187,220,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"no6ImTydwI3J98Em\",\"legendgroup\":\"no6ImTydwI3J98Em\",\"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): bb5+FYOEXc5b5bhH\nPosts: 1860\nCompany: NpUvP2ka3GfnqQLT\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,180,240,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"NpUvP2ka3GfnqQLT\",\"legendgroup\":\"NpUvP2ka3GfnqQLT\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"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.900000000000006,0.900000000000006,0.900000000000006],\"base\":[0,0,0,0,0,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,26,31,33,35,43],\"y\":[38007,20081,15720,10042,8828,6969,5327,5012,4287,4252,4146,3912,3530,3209,2807,2578,2409,2342,1942],\"text\":[\"reorder(Author, -Posts): eT4FD39XJ5bKYhEN\nPosts: 38007\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): lEZSPsLO9idGB2lw\nPosts: 20081\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): e3aCZHnucitguxMI\nPosts: 15720\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): SgQkZr5z/Q2lXxJt\nPosts: 10042\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): zMXV+9zaQ2AVd4kl\nPosts: 8828\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): PVK2WWKO5Nf19oa7\nPosts: 6969\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): WiyhIGCWxuJX66fC\nPosts: 5327\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): VHZqSlUKKK7GlRQ3\nPosts: 5012\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): 17LbrvNcHaeuRs+a\nPosts: 4287\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): h26mcCiTeTwX3ydh\nPosts: 4252\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): RbnxRtL3s2SZLCrz\nPosts: 4146\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): vZjDW7WaMl28Rv4C\nPosts: 3912\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): yO2dOuJ8+7XVHD9B\nPosts: 3530\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): hOAU8Y1uASV46VzM\nPosts: 3209\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): RS2v2HBV8HH05uBL\nPosts: 2807\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): RzyapUHyz5b2Vc3f\nPosts: 2578\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): P4nukGTTEzgm7B66\nPosts: 2409\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): 1GJ/tYobP6pcp7s/\nPosts: 2342\nCompany: NvxWbhseFT31L5IW\",\"reorder(Author, -Posts): C3ykUeB+Gz395ZSa\nPosts: 1942\nCompany: NvxWbhseFT31L5IW\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,169,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"NvxWbhseFT31L5IW\",\"legendgroup\":\"NvxWbhseFT31L5IW\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[16],\"y\":[4018],\"text\":\"reorder(Author, -Posts): NqOl3EbRQU/LuZMc\nPosts: 4018\nCompany: oOIkxLTqxkMqBSKm\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(97,156,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"oOIkxLTqxkMqBSKm\",\"legendgroup\":\"oOIkxLTqxkMqBSKm\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[42],\"y\":[2112],\"text\":\"reorder(Author, -Posts): 1sppsF2WnY1CDZD7\nPosts: 2112\nCompany: T9kN13DDyd1fLARP\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(159,140,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"T9kN13DDyd1fLARP\",\"legendgroup\":\"T9kN13DDyd1fLARP\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[46],\"y\":[1908],\"text\":\"reorder(Author, -Posts): yC4MgPlSVso/k0wt\nPosts: 1908\nCompany: vlp8quGiamgyWMjo\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(199,124,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"vlp8quGiamgyWMjo\",\"legendgroup\":\"vlp8quGiamgyWMjo\",\"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): gBqtVhKuUdJzwR9k\nPosts: 4945\nCompany: w+VW42SAM0QaTd+8\",\"reorder(Author, -Posts): cuQKyeZz81D+zp7K\nPosts: 3121\nCompany: w+VW42SAM0QaTd+8\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(227,110,246,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"w+VW42SAM0QaTd+8\",\"legendgroup\":\"w+VW42SAM0QaTd+8\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[12],\"y\":[4502],\"text\":\"reorder(Author, -Posts): da5f9fTjGT3PodX+\nPosts: 4502\nCompany: WQ8J6fDETqqvxl/M\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(245,100,227,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"WQ8J6fDETqqvxl/M\",\"legendgroup\":\"WQ8J6fDETqqvxl/M\",\"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): PDrYkd/adNQHAV2L\nPosts: 2156\nCompany: xPFiNcQtbgPpwaWI\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,97,204,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"xPFiNcQtbgPpwaWI\",\"legendgroup\":\"xPFiNcQtbgPpwaWI\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.900000000000006,\"base\":0,\"x\":[40],\"y\":[2196],\"text\":\"reorder(Author, -Posts): hr3f4plj1Q+klcg3\nPosts: 2196\nCompany: yJGeD9PqoY2w2D3X\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,100,176,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"yJGeD9PqoY2w2D3X\",\"legendgroup\":\"yJGeD9PqoY2w2D3X\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":0.899999999999999,\"base\":0,\"x\":[19],\"y\":[3600],\"text\":\"reorder(Author, -Posts): PGKIzr9Lh4zwUH5r\nPosts: 3600\nCompany: zTIfNeSCPzqYiy41\",\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,108,145,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"zTIfNeSCPzqYiy41\",\"legendgroup\":\"zTIfNeSCPzqYiy41\",\"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\":[\"eT4FD39XJ5bKYhEN\",\"lEZSPsLO9idGB2lw\",\"e3aCZHnucitguxMI\",\"SgQkZr5z/Q2lXxJt\",\"tEByGIKoqfjFxqj0\",\"PVK2WWKO5Nf19oa7\",\"zMXV+9zaQ2AVd4kl\",\"WiyhIGCWxuJX66fC\",\"VHZqSlUKKK7GlRQ3\",\"gBqtVhKuUdJzwR9k\",\"zWiUJDqlavrxE+fq\",\"da5f9fTjGT3PodX+\",\"17LbrvNcHaeuRs+a\",\"h26mcCiTeTwX3ydh\",\"RbnxRtL3s2SZLCrz\",\"NqOl3EbRQU/LuZMc\",\"vZjDW7WaMl28Rv4C\",\"AGEf43EgnDlURE+C\",\"PGKIzr9Lh4zwUH5r\",\"CFMkb5CFZiVUNApf\",\"yO2dOuJ8+7XVHD9B\",\"hOAU8Y1uASV46VzM\",\"OdMdDV8Wnc+Ak6h5\",\"cuQKyeZz81D+zp7K\",\"VW8cDuEulpQpyWcK\",\"RS2v2HBV8HH05uBL\",\"gMafuo8lm7EQlB4X\",\"KIxQXs2/zMuIV2H8\",\"qOOTwWPEVapHD7aZ\",\"iWPJ5Vl6mMy6FTQh\",\"RzyapUHyz5b2Vc3f\",\"sC1tu3/z8LDyVq+p\",\"P4nukGTTEzgm7B66\",\"Pba02B4o923HHF3R\",\"1GJ/tYobP6pcp7s/\",\"m5estdPqri1a6hMs\",\"viTHIy8mp9FoE1uo\",\"sopP+4G+9BkSWX+F\",\"mZDbIzr3/MlRBdFR\",\"hr3f4plj1Q+klcg3\",\"PDrYkd/adNQHAV2L\",\"1sppsF2WnY1CDZD7\",\"C3ykUeB+Gz395ZSa\",\"yqhPBZZwJUzebKbB\",\"LvQVhRlXQtxeoKWg\",\"yC4MgPlSVso/k0wt\",\"K7RIPIAJAC2XWi8P\",\"bb5+FYOEXc5b5bhH\",\"QZcjNGPAgIDuPLXc\"],\"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\":[\"eT4FD39XJ5bKYhEN\",\"lEZSPsLO9idGB2lw\",\"e3aCZHnucitguxMI\",\"SgQkZr5z/Q2lXxJt\",\"tEByGIKoqfjFxqj0\",\"PVK2WWKO5Nf19oa7\",\"zMXV+9zaQ2AVd4kl\",\"WiyhIGCWxuJX66fC\",\"VHZqSlUKKK7GlRQ3\",\"gBqtVhKuUdJzwR9k\",\"zWiUJDqlavrxE+fq\",\"da5f9fTjGT3PodX+\",\"17LbrvNcHaeuRs+a\",\"h26mcCiTeTwX3ydh\",\"RbnxRtL3s2SZLCrz\",\"NqOl3EbRQU/LuZMc\",\"vZjDW7WaMl28Rv4C\",\"AGEf43EgnDlURE+C\",\"PGKIzr9Lh4zwUH5r\",\"CFMkb5CFZiVUNApf\",\"yO2dOuJ8+7XVHD9B\",\"hOAU8Y1uASV46VzM\",\"OdMdDV8Wnc+Ak6h5\",\"cuQKyeZz81D+zp7K\",\"VW8cDuEulpQpyWcK\",\"RS2v2HBV8HH05uBL\",\"gMafuo8lm7EQlB4X\",\"KIxQXs2/zMuIV2H8\",\"qOOTwWPEVapHD7aZ\",\"iWPJ5Vl6mMy6FTQh\",\"RzyapUHyz5b2Vc3f\",\"sC1tu3/z8LDyVq+p\",\"P4nukGTTEzgm7B66\",\"Pba02B4o923HHF3R\",\"1GJ/tYobP6pcp7s/\",\"m5estdPqri1a6hMs\",\"viTHIy8mp9FoE1uo\",\"sopP+4G+9BkSWX+F\",\"mZDbIzr3/MlRBdFR\",\"hr3f4plj1Q+klcg3\",\"PDrYkd/adNQHAV2L\",\"1sppsF2WnY1CDZD7\",\"C3ykUeB+Gz395ZSa\",\"yqhPBZZwJUzebKbB\",\"LvQVhRlXQtxeoKWg\",\"yC4MgPlSVso/k0wt\",\"K7RIPIAJAC2XWi8P\",\"bb5+FYOEXc5b5bhH\",\"QZcjNGPAgIDuPLXc\"],\"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\":{\"71e14f37a0d8\":{\"x\":{},\"y\":{},\"fill\":{},\"type\":\"bar\"}},\"cur_data\":\"71e14f37a0d8\",\"visdat\":{\"71e14f37a0d8\":[\"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.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\":[2024,2165,2213,2541,2523,2194,2408,2133,2241,2391,2180,2113,2021,1932,2202,2076,1786],\"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: 0ivjeM2IIvuAgIVF\",\"Year: 2006\nPosts: 57\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2007\nPosts: 58\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2008\nPosts: 59\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2009\nPosts: 60\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2010\nPosts: 61\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2011\nPosts: 62\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2012\nPosts: 63\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2013\nPosts: 64\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2014\nPosts: 65\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2015\nPosts: 66\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2016\nPosts: 67\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2017\nPosts: 68\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2018\nPosts: 69\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2019\nPosts: 70\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2020\nPosts: 71\nCompany: 0ivjeM2IIvuAgIVF\",\"Year: 2021\nPosts: 72\nCompany: 0ivjeM2IIvuAgIVF\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(248,118,109,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"0ivjeM2IIvuAgIVF\",\"legendgroup\":\"0ivjeM2IIvuAgIVF\",\"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\":[1636,1773,1817,2141,2119,1698,1902,1717,1753,1967,1659,1797,1614,1684,1632,1204],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21],\"y\":[121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136],\"text\":[\"Year: 2005\nPosts: 121\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2006\nPosts: 122\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2007\nPosts: 123\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2008\nPosts: 124\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2009\nPosts: 125\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2010\nPosts: 126\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2011\nPosts: 127\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2012\nPosts: 128\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2013\nPosts: 129\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2014\nPosts: 130\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2015\nPosts: 131\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2016\nPosts: 132\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2017\nPosts: 133\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2019\nPosts: 134\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2020\nPosts: 135\nCompany: 2Qn1fCyg4FXCXbfh\",\"Year: 2021\nPosts: 136\nCompany: 2Qn1fCyg4FXCXbfh\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(234,131,49,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"2Qn1fCyg4FXCXbfh\",\"legendgroup\":\"2Qn1fCyg4FXCXbfh\",\"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\":[1501,2222,1526,499,501,2028,2235,246,247,248,509,511,251,0,262,1132,253],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[135,54,149,230,230,88,94,231,232,233,234,235,236,237,238,188,239],\"text\":[\"Year: 2005\nPosts: 135\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2006\nPosts: 54\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2007\nPosts: 149\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2008\nPosts: 230\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2009\nPosts: 230\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2010\nPosts: 88\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2011\nPosts: 94\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2012\nPosts: 231\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2013\nPosts: 232\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2014\nPosts: 233\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2015\nPosts: 234\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2016\nPosts: 235\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2017\nPosts: 236\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2018\nPosts: 237\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2019\nPosts: 238\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2020\nPosts: 188\nCompany: aGAXZQ+e02VJjvmO\",\"Year: 2021\nPosts: 239\nCompany: aGAXZQ+e02VJjvmO\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(216,144,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"aGAXZQ+e02VJjvmO\",\"legendgroup\":\"aGAXZQ+e02VJjvmO\",\"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\":[1757,1895,1940,2265,2244,1824,2029,1845,1882,2097,1790],\"x\":[5,6,7,8,9,10,11,12,13,14,15],\"y\":[105,106,107,108,109,110,111,112,113,114,115],\"text\":[\"Year: 2005\nPosts: 105\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2006\nPosts: 106\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2007\nPosts: 107\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2008\nPosts: 108\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2009\nPosts: 109\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2010\nPosts: 110\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2011\nPosts: 111\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2012\nPosts: 112\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2013\nPosts: 113\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2014\nPosts: 114\nCompany: aXIEeLxk/WoGSMQM\",\"Year: 2015\nPosts: 115\nCompany: aXIEeLxk/WoGSMQM\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(192,155,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"aXIEeLxk/WoGSMQM\",\"legendgroup\":\"aXIEeLxk/WoGSMQM\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"orientation\":\"v\",\"width\":[0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999,0.899999999999999],\"base\":[1747,1628,1818,1767,1474],\"x\":[17,18,19,20,21],\"y\":[116,117,118,119,120],\"text\":[\"Year: 2017\nPosts: 116\nCompany: B8Eb/OQUYmXEimHC\",\"Year: 2018\nPosts: 117\nCompany: B8Eb/OQUYmXEimHC\",\"Year: 2019\nPosts: 118\nCompany: B8Eb/OQUYmXEimHC\",\"Year: 2020\nPosts: 119\nCompany: B8Eb/OQUYmXEimHC\",\"Year: 2021\nPosts: 120\nCompany: B8Eb/OQUYmXEimHC\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(163,165,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"B8Eb/OQUYmXEimHC\",\"legendgroup\":\"B8Eb/OQUYmXEimHC\",\"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\":[455,711,497,946,949,477,724,698,701,704,743,970,712,463,952,943],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],\"y\":[201,202,200,203,204,205,206,207,208,209,210,211,212,213,214,189],\"text\":[\"Year: 2005\nPosts: 201\nCompany: DZcsbla11jxNnA0d\",\"Year: 2006\nPosts: 202\nCompany: DZcsbla11jxNnA0d\",\"Year: 2007\nPosts: 200\nCompany: DZcsbla11jxNnA0d\",\"Year: 2008\nPosts: 203\nCompany: DZcsbla11jxNnA0d\",\"Year: 2009\nPosts: 204\nCompany: DZcsbla11jxNnA0d\",\"Year: 2010\nPosts: 205\nCompany: DZcsbla11jxNnA0d\",\"Year: 2011\nPosts: 206\nCompany: DZcsbla11jxNnA0d\",\"Year: 2012\nPosts: 207\nCompany: DZcsbla11jxNnA0d\",\"Year: 2013\nPosts: 208\nCompany: DZcsbla11jxNnA0d\",\"Year: 2014\nPosts: 209\nCompany: DZcsbla11jxNnA0d\",\"Year: 2015\nPosts: 210\nCompany: DZcsbla11jxNnA0d\",\"Year: 2016\nPosts: 211\nCompany: DZcsbla11jxNnA0d\",\"Year: 2017\nPosts: 212\nCompany: DZcsbla11jxNnA0d\",\"Year: 2018\nPosts: 213\nCompany: DZcsbla11jxNnA0d\",\"Year: 2019\nPosts: 214\nCompany: DZcsbla11jxNnA0d\",\"Year: 2020\nPosts: 189\nCompany: DZcsbla11jxNnA0d\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(124,174,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"DZcsbla11jxNnA0d\",\"legendgroup\":\"DZcsbla11jxNnA0d\",\"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\":[913,1373,1149,1153,682,930,905,909,1119,953,1181,924,676,1166,743,721],\"x\":[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[188,153,189,190,191,192,193,194,195,196,175,197,198,199,200,169],\"text\":[\"Year: 2006\nPosts: 188\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2007\nPosts: 153\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2008\nPosts: 189\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2009\nPosts: 190\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2010\nPosts: 191\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2011\nPosts: 192\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2012\nPosts: 193\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2013\nPosts: 194\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2014\nPosts: 195\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2015\nPosts: 196\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2016\nPosts: 175\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2017\nPosts: 197\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2018\nPosts: 198\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2019\nPosts: 199\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2020\nPosts: 200\nCompany: eqSKKzBAN3G9s7Fz\",\"Year: 2021\nPosts: 169\nCompany: eqSKKzBAN3G9s7Fz\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(57,182,0,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"eqSKKzBAN3G9s7Fz\",\"legendgroup\":\"eqSKKzBAN3G9s7Fz\",\"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\":[2119,2316,2312,2642,2626,2352,2515,2242,2352,2504,2346,2285,2140,2053,2325,2201,1913],\"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: l/kX8oTeCB/Qccjj\",\"Year: 2006\nPosts: 23\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2007\nPosts: 24\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2008\nPosts: 25\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2009\nPosts: 26\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2010\nPosts: 27\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2011\nPosts: 28\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2012\nPosts: 29\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2013\nPosts: 30\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2014\nPosts: 31\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2015\nPosts: 32\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2016\nPosts: 33\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2017\nPosts: 34\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2018\nPosts: 35\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2019\nPosts: 36\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2020\nPosts: 37\nCompany: l/kX8oTeCB/Qccjj\",\"Year: 2021\nPosts: 38\nCompany: l/kX8oTeCB/Qccjj\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,187,78,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"l/kX8oTeCB/Qccjj\",\"legendgroup\":\"l/kX8oTeCB/Qccjj\",\"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\":[837,1101,697,1338,1343,873,1766,1281,1493,1149,2180,1121,874,1365],\"x\":[5,6,7,8,9,10,11,13,14,15,16,17,18,19],\"y\":[176,181,182,183,184,185,136,171,171,186,55,185,187,171],\"text\":[\"Year: 2005\nPosts: 176\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2006\nPosts: 181\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2007\nPosts: 182\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2008\nPosts: 183\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2009\nPosts: 184\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2010\nPosts: 185\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2011\nPosts: 136\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2013\nPosts: 171\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2014\nPosts: 171\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2015\nPosts: 186\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2016\nPosts: 55\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2017\nPosts: 185\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2018\nPosts: 187\nCompany: LABoFC0LM2NC+8BM\",\"Year: 2019\nPosts: 171\nCompany: LABoFC0LM2NC+8BM\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,191,125,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"LABoFC0LM2NC+8BM\",\"legendgroup\":\"LABoFC0LM2NC+8BM\",\"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\":[240,495,1675,729,731,258,504,477,479,481,2246,746,487,237,500,515,492],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[215,216,142,217,218,219,220,221,222,223,51,224,225,226,227,228,229],\"text\":[\"Year: 2005\nPosts: 215\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2006\nPosts: 216\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2007\nPosts: 142\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2008\nPosts: 217\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2009\nPosts: 218\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2010\nPosts: 219\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2011\nPosts: 220\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2012\nPosts: 221\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2013\nPosts: 222\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2014\nPosts: 223\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2015\nPosts: 51\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2016\nPosts: 224\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2017\nPosts: 225\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2018\nPosts: 226\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2019\nPosts: 227\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2020\nPosts: 228\nCompany: m9j4Zf6UXwYx26B9\",\"Year: 2021\nPosts: 229\nCompany: m9j4Zf6UXwYx26B9\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,193,163,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"m9j4Zf6UXwYx26B9\",\"legendgroup\":\"m9j4Zf6UXwYx26B9\",\"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\":[2004,1851,1559,1626,1576,1611,1824,1515,1517,1468,1215,1536,1483,1054],\"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: no6ImTydwI3J98Em\",\"Year: 2009\nPosts: 138\nCompany: no6ImTydwI3J98Em\",\"Year: 2010\nPosts: 139\nCompany: no6ImTydwI3J98Em\",\"Year: 2011\nPosts: 140\nCompany: no6ImTydwI3J98Em\",\"Year: 2012\nPosts: 141\nCompany: no6ImTydwI3J98Em\",\"Year: 2013\nPosts: 142\nCompany: no6ImTydwI3J98Em\",\"Year: 2014\nPosts: 143\nCompany: no6ImTydwI3J98Em\",\"Year: 2015\nPosts: 144\nCompany: no6ImTydwI3J98Em\",\"Year: 2016\nPosts: 145\nCompany: no6ImTydwI3J98Em\",\"Year: 2017\nPosts: 146\nCompany: no6ImTydwI3J98Em\",\"Year: 2018\nPosts: 147\nCompany: no6ImTydwI3J98Em\",\"Year: 2019\nPosts: 148\nCompany: no6ImTydwI3J98Em\",\"Year: 2020\nPosts: 149\nCompany: no6ImTydwI3J98Em\",\"Year: 2021\nPosts: 150\nCompany: no6ImTydwI3J98Em\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,191,196,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"no6ImTydwI3J98Em\",\"legendgroup\":\"no6ImTydwI3J98Em\",\"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\":[1951,2091,2138,2465,2446,2116,2329,2053,2092,2309,2097,2029,1863,1846,2128,1989,1698],\"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: NpUvP2ka3GfnqQLT\",\"Year: 2006\nPosts: 74\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2007\nPosts: 75\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2008\nPosts: 76\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2009\nPosts: 77\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2010\nPosts: 78\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2011\nPosts: 79\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2012\nPosts: 80\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2013\nPosts: 81\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2014\nPosts: 82\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2015\nPosts: 83\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2016\nPosts: 84\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2017\nPosts: 85\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2018\nPosts: 86\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2019\nPosts: 74\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2020\nPosts: 87\nCompany: NpUvP2ka3GfnqQLT\",\"Year: 2021\nPosts: 88\nCompany: NpUvP2ka3GfnqQLT\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,186,224,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"NpUvP2ka3GfnqQLT\",\"legendgroup\":\"NpUvP2ka3GfnqQLT\",\"showlegend\":true,\"xaxis\":\"x\",\"yaxis\":\"y\",\"hoverinfo\":\"text\",\"frame\":null},{\"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,2141,2339,2336,2667,2652,2379,2543,2271,2382,2535,2378,2318,2195,2088,2361,2238,1951],\"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: NvxWbhseFT31L5IW\",\"Year: 2002\nPosts: 2\nCompany: NvxWbhseFT31L5IW\",\"Year: 2003\nPosts: 3\nCompany: NvxWbhseFT31L5IW\",\"Year: 2004\nPosts: 4\nCompany: NvxWbhseFT31L5IW\",\"Year: 2005\nPosts: 5\nCompany: NvxWbhseFT31L5IW\",\"Year: 2006\nPosts: 6\nCompany: NvxWbhseFT31L5IW\",\"Year: 2007\nPosts: 7\nCompany: NvxWbhseFT31L5IW\",\"Year: 2008\nPosts: 8\nCompany: NvxWbhseFT31L5IW\",\"Year: 2009\nPosts: 9\nCompany: NvxWbhseFT31L5IW\",\"Year: 2010\nPosts: 10\nCompany: NvxWbhseFT31L5IW\",\"Year: 2011\nPosts: 11\nCompany: NvxWbhseFT31L5IW\",\"Year: 2012\nPosts: 12\nCompany: NvxWbhseFT31L5IW\",\"Year: 2013\nPosts: 13\nCompany: NvxWbhseFT31L5IW\",\"Year: 2014\nPosts: 14\nCompany: NvxWbhseFT31L5IW\",\"Year: 2015\nPosts: 15\nCompany: NvxWbhseFT31L5IW\",\"Year: 2016\nPosts: 16\nCompany: NvxWbhseFT31L5IW\",\"Year: 2017\nPosts: 17\nCompany: NvxWbhseFT31L5IW\",\"Year: 2018\nPosts: 18\nCompany: NvxWbhseFT31L5IW\",\"Year: 2019\nPosts: 19\nCompany: NvxWbhseFT31L5IW\",\"Year: 2020\nPosts: 20\nCompany: NvxWbhseFT31L5IW\",\"Year: 2021\nPosts: 21\nCompany: NvxWbhseFT31L5IW\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(0,176,246,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"NvxWbhseFT31L5IW\",\"legendgroup\":\"NvxWbhseFT31L5IW\",\"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\":[656,0,0,0,0,0,0,1433,2173,913,0,0,1948,1496,0,0,1340],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[181,254,255,256,257,258,259,143,68,206,260,261,73,132,262,263,134],\"text\":[\"Year: 2005\nPosts: 181\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2006\nPosts: 254\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2007\nPosts: 255\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2008\nPosts: 256\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2009\nPosts: 257\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2010\nPosts: 258\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2011\nPosts: 259\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2012\nPosts: 143\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2013\nPosts: 68\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2014\nPosts: 206\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2015\nPosts: 260\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2016\nPosts: 261\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2017\nPosts: 73\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2018\nPosts: 132\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2019\nPosts: 262\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2020\nPosts: 263\nCompany: oOIkxLTqxkMqBSKm\",\"Year: 2021\nPosts: 134\nCompany: oOIkxLTqxkMqBSKm\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(53,162,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"oOIkxLTqxkMqBSKm\",\"legendgroup\":\"oOIkxLTqxkMqBSKm\",\"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,254,255,256,257,2255,259,0,0,0,260,261,0,1362,727,263,0],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21],\"y\":[240,241,242,243,244,53,245,246,247,248,249,250,251,134,225,252,253],\"text\":[\"Year: 2005\nPosts: 240\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2006\nPosts: 241\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2007\nPosts: 242\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2008\nPosts: 243\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2009\nPosts: 244\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2010\nPosts: 53\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2011\nPosts: 245\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2012\nPosts: 246\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2013\nPosts: 247\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2014\nPosts: 248\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2015\nPosts: 249\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2016\nPosts: 250\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2017\nPosts: 251\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2018\nPosts: 134\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2019\nPosts: 225\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2020\nPosts: 252\nCompany: RmbmRLICnZuf9LxG\",\"Year: 2021\nPosts: 253\nCompany: RmbmRLICnZuf9LxG\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(149,144,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"RmbmRLICnZuf9LxG\",\"legendgroup\":\"RmbmRLICnZuf9LxG\",\"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\":[1013,1282,879,1689,1989,1058,1122,1098,1103,1314,1335,1662],\"x\":[5,6,7,8,9,10,11,12,13,14,15,16],\"y\":[172,173,174,161,130,175,176,177,178,179,180,135],\"text\":[\"Year: 2005\nPosts: 172\nCompany: vlp8quGiamgyWMjo\",\"Year: 2006\nPosts: 173\nCompany: vlp8quGiamgyWMjo\",\"Year: 2007\nPosts: 174\nCompany: vlp8quGiamgyWMjo\",\"Year: 2008\nPosts: 161\nCompany: vlp8quGiamgyWMjo\",\"Year: 2009\nPosts: 130\nCompany: vlp8quGiamgyWMjo\",\"Year: 2010\nPosts: 175\nCompany: vlp8quGiamgyWMjo\",\"Year: 2011\nPosts: 176\nCompany: vlp8quGiamgyWMjo\",\"Year: 2012\nPosts: 177\nCompany: vlp8quGiamgyWMjo\",\"Year: 2013\nPosts: 178\nCompany: vlp8quGiamgyWMjo\",\"Year: 2014\nPosts: 179\nCompany: vlp8quGiamgyWMjo\",\"Year: 2015\nPosts: 180\nCompany: vlp8quGiamgyWMjo\",\"Year: 2016\nPosts: 135\nCompany: vlp8quGiamgyWMjo\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(199,124,255,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"vlp8quGiamgyWMjo\",\"legendgroup\":\"vlp8quGiamgyWMjo\",\"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\":[2080,2276,2271,2600,2583,2308,2470,2196,2305,2456,2297,2235,2089,2001,2272,2147,1858],\"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: w+VW42SAM0QaTd+8\",\"Year: 2006\nPosts: 40\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2007\nPosts: 41\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2008\nPosts: 42\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2009\nPosts: 43\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2010\nPosts: 44\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2011\nPosts: 45\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2012\nPosts: 46\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2013\nPosts: 47\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2014\nPosts: 48\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2015\nPosts: 49\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2016\nPosts: 50\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2017\nPosts: 51\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2018\nPosts: 52\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2019\nPosts: 53\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2020\nPosts: 54\nCompany: w+VW42SAM0QaTd+8\",\"Year: 2021\nPosts: 55\nCompany: w+VW42SAM0QaTd+8\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(231,107,243,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"w+VW42SAM0QaTd+8\",\"legendgroup\":\"w+VW42SAM0QaTd+8\",\"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\":[1862,2001,2047,2373,2353,1934,2140,1957,1995,2211,1905,1929,2174,1745,1936,1886,1594],\"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,21,101,102,103,104],\"text\":[\"Year: 2005\nPosts: 89\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2006\nPosts: 90\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2007\nPosts: 91\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2008\nPosts: 92\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2009\nPosts: 93\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2010\nPosts: 94\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2011\nPosts: 95\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2012\nPosts: 96\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2013\nPosts: 97\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2014\nPosts: 98\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2015\nPosts: 99\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2016\nPosts: 100\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2017\nPosts: 21\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2018\nPosts: 101\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2019\nPosts: 102\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2020\nPosts: 103\nCompany: WQ8J6fDETqqvxl/M\",\"Year: 2021\nPosts: 104\nCompany: WQ8J6fDETqqvxl/M\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(250,98,219,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"WQ8J6fDETqqvxl/M\",\"legendgroup\":\"WQ8J6fDETqqvxl/M\",\"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\":[1185,1455,1053,1521,1527,1233,1298],\"x\":[5,6,7,8,9,10,11],\"y\":[165,166,167,168,169,170,171],\"text\":[\"Year: 2005\nPosts: 165\nCompany: yJGeD9PqoY2w2D3X\",\"Year: 2006\nPosts: 166\nCompany: yJGeD9PqoY2w2D3X\",\"Year: 2007\nPosts: 167\nCompany: yJGeD9PqoY2w2D3X\",\"Year: 2008\nPosts: 168\nCompany: yJGeD9PqoY2w2D3X\",\"Year: 2009\nPosts: 169\nCompany: yJGeD9PqoY2w2D3X\",\"Year: 2010\nPosts: 170\nCompany: yJGeD9PqoY2w2D3X\",\"Year: 2011\nPosts: 171\nCompany: yJGeD9PqoY2w2D3X\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,98,188,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"yJGeD9PqoY2w2D3X\",\"legendgroup\":\"yJGeD9PqoY2w2D3X\",\"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\":[1350,1621,1220,1850,1696,1403,1469,1275,1452,1664,2004,1356,1306,1061,2038,1320,890],\"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: YoOIrkkyJr6SIfAP\",\"Year: 2006\nPosts: 152\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2007\nPosts: 153\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2008\nPosts: 154\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2009\nPosts: 155\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2010\nPosts: 156\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2011\nPosts: 157\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2012\nPosts: 158\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2013\nPosts: 159\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2014\nPosts: 160\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2015\nPosts: 93\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2016\nPosts: 161\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2017\nPosts: 162\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2018\nPosts: 154\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2019\nPosts: 90\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2020\nPosts: 163\nCompany: YoOIrkkyJr6SIfAP\",\"Year: 2021\nPosts: 164\nCompany: YoOIrkkyJr6SIfAP\"],\"type\":\"bar\",\"marker\":{\"autocolorscale\":false,\"color\":\"rgba(255,106,152,1)\",\"line\":{\"width\":1.88976377952756,\"color\":\"transparent\"}},\"name\":\"YoOIrkkyJr6SIfAP\",\"legendgroup\":\"YoOIrkkyJr6SIfAP\",\"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,2675],\"tickmode\":\"array\",\"ticktext\":[\"1113\",\"6891\",\"14669\",\"18032\",\"6054\",\"4276\",\"3948\",\"6572\",\"5193\",\"7471\",\"10811\",\"10877\",\"7950\",\"8953\",\"12068\",\"15242\",\"15170\",\"11507\",\"8451\",\"3775\",\"1663\",\"1231\",\"2950\",\"3974\",\"6396\",\"9173\",\"8980\",\"8010\",\"8491\",\"7809\",\"6809\",\"6190\",\"6614\",\"4640\",\"5863\",\"5796\",\"6522\",\"3619\",\"3884\",\"6803\",\"7044\",\"7248\",\"4894\",\"3608\",\"3355\",\"1414\",\"858\",\"579\",\"440\",\"265\",\"143\",\"186\",\"52\",\"34\",\"11\",\"1668\",\"4093\",\"4818\",\"3827\",\"2341\",\"2301\",\"2133\",\"2053\",\"2009\",\"1371\",\"1202\",\"772\",\"362\",\"410\",\"541\",\"883\",\"594\",\"97\",\"789\",\"1081\",\"2332\",\"2358\",\"2759\",\"1930\",\"1230\",\"857\",\"403\",\"431\",\"124\",\"235\",\"1015\",\"1058\",\"472\",\"27\",\"133\",\"245\",\"191\",\"460\",\"353\",\"787\",\"835\",\"986\",\"683\",\"926\",\"1479\",\"2297\",\"1783\",\"2656\",\"1367\",\"1634\",\"5479\",\"3126\",\"436\",\"225\",\"165\",\"104\",\"71\",\"83\",\"75\",\"31\",\"881\",\"2675\",\"2274\",\"2559\",\"1499\",\"95\",\"1206\",\"1445\",\"2604\",\"1216\",\"618\",\"897\",\"510\",\"427\",\"230\",\"268\",\"119\",\"72\",\"9\",\"2\",\"4\",\"63\",\"1824\",\"853\",\"509\",\"409\",\"450\",\"351\",\"371\",\"289\",\"319\",\"183\",\"126\",\"57\",\"30\",\"32\",\"79\",\"142\",\"222\",\"323\",\"671\",\"1129\",\"734\",\"606\",\"340\",\"247\",\"195\",\"117\",\"48\",\"753\",\"2668\",\"1037\",\"568\",\"176\",\"8\",\"1\",\"634\",\"1029\",\"815\",\"54\",\"19\",\"251\",\"514\",\"540\",\"597\",\"23\",\"486\",\"2140\",\"2052\",\"3\",\"18\",\"7\",\"12\",\"220\",\"273\",\"922\",\"715\",\"631\",\"254\",\"330\",\"111\",\"264\",\"312\",\"98\",\"226\",\"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\",\"86\",\"194\",\"329\",\"429\",\"520\",\"636\",\"718\",\"304\",\"120\",\"105\",\"38\",\"694\",\"1482\",\"798\",\"425\",\"100\",\"25\",\"24\",\"33\",\"35\",\"41\",\"112\",\"61\",\"102\",\"28\",\"192\",\"355\",\"382\",\"451\",\"493\",\"458\",\"170\",\"172\",\"151\",\"26\"],\"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],\"categoryorder\":\"array\",\"categoryarray\":[\"1113\",\"6891\",\"14669\",\"18032\",\"6054\",\"4276\",\"3948\",\"6572\",\"5193\",\"7471\",\"10811\",\"10877\",\"7950\",\"8953\",\"12068\",\"15242\",\"15170\",\"11507\",\"8451\",\"3775\",\"1663\",\"1231\",\"2950\",\"3974\",\"6396\",\"9173\",\"8980\",\"8010\",\"8491\",\"7809\",\"6809\",\"6190\",\"6614\",\"4640\",\"5863\",\"5796\",\"6522\",\"3619\",\"3884\",\"6803\",\"7044\",\"7248\",\"4894\",\"3608\",\"3355\",\"1414\",\"858\",\"579\",\"440\",\"265\",\"143\",\"186\",\"52\",\"34\",\"11\",\"1668\",\"4093\",\"4818\",\"3827\",\"2341\",\"2301\",\"2133\",\"2053\",\"2009\",\"1371\",\"1202\",\"772\",\"362\",\"410\",\"541\",\"883\",\"594\",\"97\",\"789\",\"1081\",\"2332\",\"2358\",\"2759\",\"1930\",\"1230\",\"857\",\"403\",\"431\",\"124\",\"235\",\"1015\",\"1058\",\"472\",\"27\",\"133\",\"245\",\"191\",\"460\",\"353\",\"787\",\"835\",\"986\",\"683\",\"926\",\"1479\",\"2297\",\"1783\",\"2656\",\"1367\",\"1634\",\"5479\",\"3126\",\"436\",\"225\",\"165\",\"104\",\"71\",\"83\",\"75\",\"31\",\"881\",\"2675\",\"2274\",\"2559\",\"1499\",\"95\",\"1206\",\"1445\",\"2604\",\"1216\",\"618\",\"897\",\"510\",\"427\",\"230\",\"268\",\"119\",\"72\",\"9\",\"2\",\"4\",\"63\",\"1824\",\"853\",\"509\",\"409\",\"450\",\"351\",\"371\",\"289\",\"319\",\"183\",\"126\",\"57\",\"30\",\"32\",\"79\",\"142\",\"222\",\"323\",\"671\",\"1129\",\"734\",\"606\",\"340\",\"247\",\"195\",\"117\",\"48\",\"753\",\"2668\",\"1037\",\"568\",\"176\",\"8\",\"1\",\"634\",\"1029\",\"815\",\"54\",\"19\",\"251\",\"514\",\"540\",\"597\",\"23\",\"486\",\"2140\",\"2052\",\"3\",\"18\",\"7\",\"12\",\"220\",\"273\",\"922\",\"715\",\"631\",\"254\",\"330\",\"111\",\"264\",\"312\",\"98\",\"226\",\"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\",\"86\",\"194\",\"329\",\"429\",\"520\",\"636\",\"718\",\"304\",\"120\",\"105\",\"38\",\"694\",\"1482\",\"798\",\"425\",\"100\",\"25\",\"24\",\"33\",\"35\",\"41\",\"112\",\"61\",\"102\",\"28\",\"192\",\"355\",\"382\",\"451\",\"493\",\"458\",\"170\",\"172\",\"151\",\"26\"],\"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\":{\"71e166ef90c5\":{\"x\":{},\"y\":{},\"fill\":{},\"type\":\"bar\"}},\"cur_data\":\"71e166ef90c5\",\"visdat\":{\"71e166ef90c5\":[\"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":"/dataeggs/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 2022-05-01.\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 gvisDataColumnChartID73623b329ac6 () { 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 drawChartColumnChartID73623b329ac6() { var data = gvisDataColumnChartID73623b329ac6(); 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('ColumnChartID73623b329ac6') ); 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 gvisDataColumnChartID73622ca0a3ce () { 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 drawChartColumnChartID73622ca0a3ce() { var data = gvisDataColumnChartID73622ca0a3ce(); 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('ColumnChartID73622ca0a3ce') ); 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 217 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-18T14:55:02.000Z\",\"2021-02-25T14:55:02.000Z\",\"2021-03-04T14:55:02.000Z\",\"2021-03-11T14:55:02.000Z\",\"2021-03-18T14:55:02.000Z\",\"2021-03-25T14:55:02.000Z\",\"2021-04-01T14:55:02.000Z\",\"2021-04-08T14:55:02.000Z\",\"2021-04-15T14:55:02.000Z\",\"2021-04-22T14:55:02.000Z\",\"2021-04-29T14:55:02.000Z\",\"2021-05-07T06:57:44.000Z\",\"2021-05-13T14:55:02.000Z\",\"2021-05-20T14:55:02.000Z\",\"2021-05-27T14:55:02.000Z\",\"2021-06-03T14:55:02.000Z\",\"2021-06-10T14:55:02.000Z\",\"2021-06-17T14:55:02.000Z\",\"2021-06-24T14:55:02.000Z\",\"2021-07-01T14:55:02.000Z\",\"2021-07-08T14:55:02.000Z\",\"2021-07-15T14:55:02.000Z\",\"2021-07-22T14:55:02.000Z\",\"2021-07-29T14:55:02.000Z\",\"2021-08-05T14:55:02.000Z\",\"2021-08-12T14:55:02.000Z\",\"2021-08-19T14:55:02.000Z\",\"2021-08-26T14:55:02.000Z\",\"2021-09-02T14:55:02.000Z\",\"2021-09-09T14:55:02.000Z\",\"2021-09-16T14:55:02.000Z\",\"2021-09-23T14:55:02.000Z\",\"2021-09-30T14:55:02.000Z\",\"2021-10-07T14:55:02.000Z\",\"2021-10-14T14:55:02.000Z\",\"2021-10-21T14:55:02.000Z\",\"2021-10-28T14:55:02.000Z\",\"2021-11-04T14:55:02.000Z\",\"2021-11-11T14:55:02.000Z\",\"2021-11-18T14:55:02.000Z\",\"2021-11-25T14:55:02.000Z\",\"2021-12-02T14:55:02.000Z\",\"2021-12-09T14:55:02.000Z\",\"2021-12-16T14:55:02.000Z\",\"2021-12-23T14:55:02.000Z\",\"2021-12-30T14:55:02.000Z\",\"2022-01-06T14:55:02.000Z\",\"2022-01-13T14:55:02.000Z\",\"2022-01-20T14:55:02.000Z\",\"2022-01-27T14:55:02.000Z\",\"2022-02-03T14:55:02.000Z\",\"2022-02-10T14:55:02.000Z\",\"2022-02-19T08:54:57.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,7,1,1,1,1,1,1,1,1,1,1,9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5]],\"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 1850171 Re: context menu (delete option) 2022-02-19 08:54:57 31021 1850163 Re: context menu (delete option) 2022-02-18 15:03:46 233863 1850153 Re: context menu (delete option) 2022-02-18 08:54:02 31021 1850144 context menu (delete option) 2022-02-17 21:55:21 233863 1849981 Re: how to make a ComboView not selectable 2022-02-10 08:50:19 31021 1849980 Re: how to make a ComboView not selectable 2022-02-10 08:29:34 233863 1849976 Re: how to make a ComboView not selectable 2022-02-10 06:52:26 31021 1849975 how to make a ComboView not selectable 2022-02-10 06:34:09 233863 1841227 Re: ChangeRecorder cannot be found by org.eclipse.emf.edit 2021-05-07 06:57:44 31021 1841170 Re: ChangeRecorder cannot be found by org.eclipse.emf.edit 2021-05-05 15:08:21 231419 \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 55 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 1110123 context menu (delete option) 2022-02-19 08:54:57 1850171 3 1390 1110072 how to make a ComboView not selectable 2022-02-10 08:50:19 1849981 3 637 1107863 ChangeRecorder cannot be found by org.eclipse.emf.edit 2021-05-07 06:57:44 1841227 7 1348 1106959 Define a ViewerContentProvider for each TreeFormView 2021-02-16 10:14:25 1838113 6 3379 1105069 Parsley Editor Example/Tutorial 2020-08-31 14:22:38 1831834 1 826 1104400 Case sensitivity problem in parsley proposals 2020-07-06 08:23:56 1829529 0 2573 1103747 Nested features in TableViewer, any updates ? 2020-05-16 13:06:22 1827515 4 1060 1103212 Any API for Parsley RAP? 2020-04-06 15:56:25 1824024 1 1304 1098254 int index = addPage(new StructuredTextEditor(), getEditorInput()); 2019-03-29 14:29:37 1804614 1 2170 1094870 Can not change int attribute 2018-09-13 12:29:02 1795042 2 3541 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 gvisDataPieChartID736212aca563 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 26 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 132 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 293 ], [ \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 drawChartPieChartID736212aca563() { var data = gvisDataPieChartID736212aca563(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID736212aca563') ); 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(drawChartPieChartID736212aca563); })(); function displayChartPieChartID736212aca563() { 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 gvisDataPieChartID736268357447 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 1 ], [ \u0026ldquo;blue\u0026rdquo;, 21 ], [ \u0026ldquo;disabled\u0026rdquo;, 6 ], [ \u0026ldquo;red\u0026rdquo;, 7 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID736268357447() { var data = gvisDataPieChartID736268357447(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID736268357447') ); 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(drawChartPieChartID736268357447); })(); function displayChartPieChartID736268357447() { 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73626cff327c () { 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 drawChartPieChartID73626cff327c() { var data = gvisDataPieChartID73626cff327c(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73626cff327c') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73623bbccaf1 () { 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 drawChartPieChartID73623bbccaf1() { var data = gvisDataPieChartID73623bbccaf1(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73623bbccaf1') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID736276c69bd6 () { 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 drawChartPieChartID736276c69bd6() { var data = gvisDataPieChartID736276c69bd6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID736276c69bd6') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73624fc4dcc6 () { 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 drawChartPieChartID73624fc4dcc6() { var data = gvisDataPieChartID73624fc4dcc6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73624fc4dcc6') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID7362578380b9 () { 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 drawChartPieChartID7362578380b9() { var data = gvisDataPieChartID7362578380b9(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID7362578380b9') ); 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":"/dataeggs/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 2022-05-01.\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 1305 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\",\"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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00: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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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,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,0,0,0,0,0,0,0,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,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,5]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 39905 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 1301 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 170 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 852 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-31T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-17T00: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,0,0,0,0,0,0,1,1,0,1,1,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 19 weeks.\n// jsData function gvisDataColumnChartID73876c376987 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 596 ], [ \"3.0.1\", 132 ], [ \"2.1.0\", 119 ], [ \"3.0.0\", 93 ], [ \"3.3.0\", 85 ], [ \"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 drawChartColumnChartID73876c376987() { var data = gvisDataColumnChartID73876c376987(); 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('ColumnChartID73876c376987') ); 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 gvisDataColumnChartID738756387aaa () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 760 ], [ \"UI\", 412 ], [ \"Team\", 77 ], [ \"Diagram\", 50 ], [ \"Command Line\", 2 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID738756387aaa() { var data = gvisDataColumnChartID738756387aaa(); 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('ColumnChartID738756387aaa') ); 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 1125 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-09T16:18:33.000Z\",\"2021-02-16T16:18:33.000Z\",\"2021-02-23T16:18:33.000Z\",\"2021-03-02T16:18:33.000Z\",\"2021-03-09T16:18:33.000Z\",\"2021-03-16T16:18:33.000Z\",\"2021-03-23T16:18:33.000Z\",\"2021-03-30T16:18:33.000Z\",\"2021-04-06T16:18:33.000Z\",\"2021-04-13T16:18:33.000Z\",\"2021-04-20T16:18:33.000Z\",\"2021-04-27T16:18:33.000Z\",\"2021-05-04T16:18:33.000Z\",\"2021-05-11T16:18:33.000Z\",\"2021-05-18T16:18:33.000Z\",\"2021-05-25T16:18:33.000Z\",\"2021-06-01T16:18:33.000Z\",\"2021-06-08T16:18:33.000Z\",\"2021-06-16T13:05:16.000Z\",\"2021-06-22T16:18:33.000Z\",\"2021-06-29T16:18:33.000Z\",\"2021-07-06T16:18:33.000Z\",\"2021-07-13T16:18:33.000Z\",\"2021-07-20T16:18:33.000Z\",\"2021-07-27T16:18:33.000Z\",\"2021-08-03T16:18:33.000Z\",\"2021-08-10T16:18:33.000Z\",\"2021-08-17T16:18:33.000Z\",\"2021-08-24T16:18:33.000Z\",\"2021-08-31T16:18:33.000Z\",\"2021-09-07T16:18:33.000Z\",\"2021-09-14T16:18:33.000Z\",\"2021-09-21T16:18:33.000Z\",\"2021-09-28T16:18:33.000Z\",\"2021-10-05T16:18:33.000Z\",\"2021-10-12T16:18:33.000Z\",\"2021-10-19T16:18:33.000Z\",\"2021-10-26T16:18:33.000Z\",\"2021-11-02T16:18:33.000Z\",\"2021-11-09T16:18:33.000Z\",\"2021-11-16T16:18:33.000Z\",\"2021-11-23T16:18:33.000Z\",\"2021-11-30T16:18:33.000Z\",\"2021-12-07T16:18:33.000Z\",\"2021-12-17T15:40:10.000Z\",\"2021-12-21T16:18:33.000Z\",\"2021-12-28T16:18:33.000Z\",\"2022-01-04T16:18:33.000Z\",\"2022-01-11T16:18:33.000Z\",\"2022-01-18T16:18:33.000Z\",\"2022-01-25T16:18:33.000Z\",\"2022-02-01T16:18:33.000Z\",\"2022-02-08T16:18:33.000Z\",\"2022-02-15T16:18:33.000Z\",\"2022-02-22T16:18:33.000Z\",\"2022-03-01T16:18:33.000Z\",\"2022-03-08T16:18:33.000Z\",\"2022-03-15T16:18:33.000Z\",\"2022-03-22T15:00:43.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,2,1,1,1,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,2,2,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 1850928 Re: Custom content merge viewer 2022-03-22 15:00:43 164662 1850680 Re: Custom content merge viewer 2022-03-14 08:10:00 38891 1850532 Custom content merge viewer 2022-03-07 18:09:12 164662 1849086 Re: git logicalmerge 2022-01-03 09:09:49 38891 1848806 git logicalmerge 2021-12-17 15:40:10 233532 1842322 Re: loader constraint violation when launching an EMF compare comparison 2021-06-16 13:05:16 231317 1842244 Re: loader constraint violation when launching an EMF compare comparison 2021-06-14 10:15:53 231317 1842238 Re: loader constraint violation when launching an EMF compare comparison 2021-06-14 07:14:12 38891 1842015 loader constraint violation when launching an EMF compare comparison 2021-06-07 09:47:10 231317 1837864 Overriding the Model Resolver: impossible? 2021-02-09 00:22:04 110161 \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 317 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 1110240 Custom content merge viewer 2022-03-22 15:00:43 1850928 2 5562 1109697 git logicalmerge 2022-01-03 09:09:49 1849086 1 3199 1108157 loader constraint violation when launching an EMF compare comparison 2021-06-16 13:05:16 1842322 3 2638 1106908 Overriding the Model Resolver: impossible? 2021-02-09 00:22:04 1837864 0 14187 1106454 AbstractChangeFactory.fillRequiredDifferences() may cause circular dependencies 2020-12-29 02:41:11 1836325 0 1435 1106277 Load resources from revision control 2021-01-05 08:14:56 1836469 1 2156 1105870 Crossover operation by EMF Compare 2020-11-23 08:25:34 1834990 3 1452 1105864 equalityHelperExtensionProvider extension point ignored 2020-11-16 16:05:53 1834707 2 1367 1105743 Maven for EMF Compare 2020-11-09 18:26:37 1834401 2 3133 1105700 CDO comparison 2020-11-09 07:59:07 1834367 1 1102 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 307 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 gvisDataPieChartID738719750ef9 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;FAILURE\u0026rdquo;, 169 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 136 ], [ \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 drawChartPieChartID738719750ef9() { var data = gvisDataPieChartID738719750ef9(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID738719750ef9') ); 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(drawChartPieChartID738719750ef9); })(); function displayChartPieChartID738719750ef9() { 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 33 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 gvisDataPieChartID73874b703e5b () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 12 ], [ \u0026ldquo;disabled\u0026rdquo;, 13 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;red\u0026rdquo;, 7 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID73874b703e5b() { var data = gvisDataPieChartID73874b703e5b(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID73874b703e5b') ); 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(drawChartPieChartID73874b703e5b); })(); function displayChartPieChartID73874b703e5b() { 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 13572 Philip Langer 55 Martin Fleck 30 Stefan Dirix 30 Michael Borkowski 13 Alexandra Buzila 6 Alexandra Buzila 3 Laurent Goubet 3 \u0026lt;a href mailto:myEGpgqY0YkjNqo3@DFElYJpqKW7c7pk5’\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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID738730c2b11e () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 13572 ], [ \"Philip Langer \", 55 ], [ \"Martin Fleck \", 30 ], [ \"Stefan Dirix \", 30 ], [ \"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 ], [ \"oAA4zLIy5CCsvlB9@SHFmRdcuZR0OYtxW\", 1 ], [ \"link ColumnResizer\", 1 ], [ \"the group\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID738730c2b11e() { var data = gvisDataPieChartID738730c2b11e(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID738730c2b11e') ); 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 30 commits.\n Copyrights Count unknown 11990 Copyright (c) Obeo 1246 Copyright (c) Obeo and others 297 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID738750edec16 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 11990 ], [ \"Copyright (c) Obeo\", 1246 ], [ \"Copyright (c) Obeo and others\", 297 ], [ \"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 and others\", 6 ], [ \"Copyright (c) Mathias Kinzler and others\", 4 ], [ \"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) Robin Rosenberg \", 1 ], [ \"Copyright (c) Yann Simon \", 1 ], [ \"Copyright Dan Vanderkam (Y92kyO5pJi2aMHvA@RturubVpgWvpjsc9) 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 drawChartPieChartID738750edec16() { var data = gvisDataPieChartID738750edec16(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID738750edec16') ); 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 28 commits.\n Holders Count unknown 11990 Obeo 1248 Obeo and others 303 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID7387530736db () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 11990 ], [ \"Obeo\", 1248 ], [ \"Obeo and others\", 303 ], [ \"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 and others\", 6 ], [ \"Mathias Kinzler and others\", 4 ], [ \"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 ], [ \"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 drawChartPieChartID7387530736db() { var data = gvisDataPieChartID7387530736db(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID7387530736db') ); 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 unknown 11920 epl-1.0 1883 apache-2.0 92 cpl-1.0 65 eclipse-sua-2010 65 mpl-1.1 65 epl-2.0 OR apache-2.0 5 cpl-1.0 AND other-permissive 3 bsd-new 2 epl-2.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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73874c07344a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 11920 ], [ \"epl-1.0\", 1883 ], [ \"apache-2.0\", 92 ], [ \"cpl-1.0\", 65 ], [ \"eclipse-sua-2010\", 65 ], [ \"mpl-1.1\", 65 ], [ \"epl-2.0 OR apache-2.0\", 5 ], [ \"cpl-1.0 AND other-permissive\", 3 ], [ \"bsd-new\", 2 ], [ \"epl-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 drawChartPieChartID73874c07344a() { var data = gvisDataPieChartID73874c07344a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73874c07344a') ); 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 12001 Java 1575 HTML 71 Objective-C 50 Bash 7 PHP 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID7387379e7311 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 12001 ], [ \"Java\", 1575 ], [ \"HTML\", 71 ], [ \"Objective-C\", 50 ], [ \"Bash\", 7 ], [ \"PHP\", 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 drawChartPieChartID7387379e7311() { var data = gvisDataPieChartID7387379e7311(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID7387379e7311') ); 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 126 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":"/dataeggs/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 2022-05-01.\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 1621 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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00:00:00.000Z\",\"2022-04-06T00:00:00.000Z\",\"2022-04-07T00:00:00.000Z\",\"2022-04-08T00:00:00.000Z\",\"2022-04-09T00:00:00.000Z\",\"2022-04-10T00:00:00.000Z\",\"2022-04-11T00:00:00.000Z\",\"2022-04-12T00:00:00.000Z\",\"2022-04-13T00:00:00.000Z\",\"2022-04-14T00:00:00.000Z\",\"2022-04-15T00:00:00.000Z\",\"2022-04-16T00:00:00.000Z\",\"2022-04-17T00:00:00.000Z\",\"2022-04-18T00: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,0,1,1,0,4,3,0,0,3,0,2,0,0,1,0,0,1,0,0,0,2,0,1,0,3,0,0,0,0,5,0,2,1,0,0,1,0,0,0,0,1,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,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,8,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,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,4,0,2,0,1,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,1,1,0,0,0,0,0,0,0,0,3,1,0,0,0,0,1,1,2,0,0,0,0,0,0,3,4,0,4,0,0,0,0,0,0,4,0,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,0,0,0,0,2,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,5,4,2,0,0,0,0,0,0,0,0,0,0,2,1,3,0,2,0,0,0,0,0,0,0,0,0,0,0,2,5,0,11,7,0,1,0,0,0,0,0,0,0,0,0,0,1,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 32372 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 680 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 89 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 528 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-08T00: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,2,0,1,2,2,0,1,0,2,1,4,2,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 gvisDataColumnChartID73ac6b39182a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 680 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID73ac6b39182a() { var data = gvisDataColumnChartID73ac6b39182a(); 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('ColumnChartID73ac6b39182a') ); 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 gvisDataColumnChartID73ac585457f () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 680 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID73ac585457f() { var data = gvisDataColumnChartID73ac585457f(); 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('ColumnChartID73ac585457f') ); 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 10208 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-21T04:01:02.000Z\",\"2021-05-02T11:12:07.000Z\",\"2021-05-06T09:57:02.000Z\",\"2021-05-13T11:48:54.000Z\",\"2021-05-22T07:15:06.000Z\",\"2021-05-26T04:01:02.000Z\",\"2021-06-05T19:44:59.000Z\",\"2021-06-13T19:44:14.000Z\",\"2021-06-17T07:34:09.000Z\",\"2021-06-23T04:01:02.000Z\",\"2021-07-03T08:35:25.000Z\",\"2021-07-09T04:33:05.000Z\",\"2021-07-16T14:18:11.000Z\",\"2021-07-24T07:49:23.000Z\",\"2021-07-31T15:29:26.000Z\",\"2021-08-07T14:15:19.000Z\",\"2021-08-14T18:00:08.000Z\",\"2021-08-20T11:13:11.000Z\",\"2021-08-29T01:37:39.000Z\",\"2021-09-05T23:38:38.000Z\",\"2021-09-08T15:44:27.000Z\",\"2021-09-17T14:46:33.000Z\",\"2021-09-24T13:46:20.000Z\",\"2021-09-29T04:01:02.000Z\",\"2021-10-10T23:51:58.000Z\",\"2021-10-14T23:26:03.000Z\",\"2021-10-24T08:35:26.000Z\",\"2021-10-27T04:01:02.000Z\",\"2021-11-05T08:44:53.000Z\",\"2021-11-14T19:08:18.000Z\",\"2021-11-17T04:01:02.000Z\",\"2021-11-28T12:40:20.000Z\",\"2021-12-01T04:01:02.000Z\",\"2021-12-08T20:52:24.000Z\",\"2021-12-15T04:01:02.000Z\",\"2021-12-22T04:01:02.000Z\",\"2021-12-29T04:01:02.000Z\",\"2022-01-05T04:01:02.000Z\",\"2022-01-12T09:49:30.000Z\",\"2022-01-20T20:11:52.000Z\",\"2022-01-26T04:01:02.000Z\",\"2022-02-02T04:01:02.000Z\",\"2022-02-09T04:01:02.000Z\",\"2022-02-18T00:08:01.000Z\",\"2022-02-27T08:51:57.000Z\",\"2022-03-02T04:01:02.000Z\",\"2022-03-09T20:49:17.000Z\",\"2022-03-20T23:30:58.000Z\",\"2022-03-26T01:21:10.000Z\",\"2022-04-03T11:53:31.000Z\",\"2022-04-08T07:11:52.000Z\",\"2022-04-13T04:01:02.000Z\",\"2022-04-24T11:14:26.000Z\",\"2022-04-25T16:22:22.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,2,6,8,5,3,5,7,35,15,1,20,12,14,23,6,17,6,17,19,14,22,8,3,1,8,8,10,2,16,15,2,8,2,4,1,1,1,1,10,6,1,1,1,7,19,1,14,11,19,8,5,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.epsilon forum. ID Subject Post date Post author 1852005 Re: Problem with tree2graph transformation example 2022-04-25 16:22:22 234315 1852003 Re: Problem with tree2graph transformation example 2022-04-25 16:09:03 67398 1852002 Re: Problem with tree2graph transformation example 2022-04-25 15:58:55 234315 1852000 Re: Problem with tree2graph transformation example 2022-04-25 14:30:39 67398 1851999 Re: Problem with tree2graph transformation example 2022-04-25 13:17:40 234315 1851986 Re: Problem with tree2graph transformation example 2022-04-25 08:01:05 67398 1851969 Problem with tree2graph transformation example 2022-04-24 11:14:26 234315 1851546 Re: org.eclipse.epsilon.examples.egl.flowchart is missing metamodel 2022-04-08 07:11:52 32655 1851542 Re: org.eclipse.epsilon.examples.egl.flowchart is missing metamodel 2022-04-08 06:12:38 41779 1851411 Re: org.eclipse.epsilon.examples.egl.flowchart is missing metamodel 2022-04-05 08:24:58 67398 \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 2026 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 1110659 Problem with tree2graph transformation example 2022-04-25 16:22:22 1852005 6 1690 1110497 org.eclipse.epsilon.examples.egl.flowchart is missing metamodel 2022-04-08 07:11:52 1851546 3 1313 1110481 EolDoc - Using annotations to generate documentation 2022-04-03 11:53:31 1851338 2 643 1110435 Error of assignment when generating simulink model 2022-03-29 10:04:05 1851160 2 1293 1110395 Transforming eol file to a simulink model using fuzzy logic blocks 2022-03-28 13:26:59 1851131 2 2128 1110374 Epsilon Core Dependencies Feature incomplete 2022-03-26 01:21:10 1851061 4 5643 1110352 Dynamically loading a metamodel in EOL 2022-03-21 11:43:46 1850889 1 891 1110336 Logging from within EOL 2022-03-23 09:54:38 1850951 6 7125 1110335 Epsilon Workflow Depends on Apache Ant plugin 2022-03-23 22:23:11 1850984 6 7671 1110258 Epsilon languages as specification language 2022-03-09 12:46:17 1850594 4 955 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 100 commits.\n ID Name Time Result 121 release-logistics \\#121 1.646562e+12 SUCCESS 120 release-logistics \\#120 1.646562e+12 SUCCESS 119 release-logistics \\#119 1.646561e+12 FAILURE 118 release-logistics \\#118 1.646528e+12 FAILURE 117 release-logistics \\#117 1.646527e+12 SUCCESS 116 release-logistics \\#116 1.646527e+12 FAILURE 115 release-logistics \\#115 1.646527e+12 FAILURE 114 release-logistics \\#114 1.646527e+12 SUCCESS 113 release-logistics \\#113 1.646527e+12 SUCCESS 112 release-logistics \\#112 1.646527e+12 FAILURE // jsData function gvisDataPieChartID73ace8c0863 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 2 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 35 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 63 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID73ace8c0863() { var data = gvisDataPieChartID73ace8c0863(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID73ace8c0863') ); 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(drawChartPieChartID73ace8c0863); })(); function displayChartPieChartID73ace8c0863() { 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.646562e+12 60 // jsData function gvisDataPieChartID73ac59e91127 () { 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 drawChartPieChartID73ac59e91127() { var data = gvisDataPieChartID73ac59e91127(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID73ac59e91127') ); 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(drawChartPieChartID73ac59e91127); })(); function displayChartPieChartID73ac59e91127() { 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 \\[built-in\\] 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 39 commits.\n Author Count unknown 8725 Sina Madani 203 Eike Stepper 72 Gregoire DUPE 60 Antonio Garcia-Dominguez 30 Alfonso de la Vega 26 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73ac42afc94e () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 8725 ], [ \"Sina Madani\", 203 ], [ \"Eike Stepper\", 72 ], [ \"Gregoire DUPE\", 60 ], [ \"Antonio Garcia-Dominguez\", 30 ], [ \"Alfonso de la Vega\", 26 ], [ \"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 ], [ \"Cheng Yun\", 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 drawChartPieChartID73ac42afc94e() { var data = gvisDataPieChartID73ac42afc94e(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73ac42afc94e') ); 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 6012 Copyright (c) The University of York 2970 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 26 Copyright (c) Antonio Garcia-Dominguez 22 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73ac339455ef () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 6012 ], [ \"Copyright (c) The University of York\", 2970 ], [ \"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\", 26 ], [ \"Copyright (c) Antonio Garcia-Dominguez\", 22 ], [ \"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 drawChartPieChartID73ac339455ef() { var data = gvisDataPieChartID73ac339455ef(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73ac339455ef') ); 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 6012 The University of York 2972 Terence Parr 110 Eike Stepper (Berlin, Germany) and others 72 Mia-Software 68 The University of York, Antonio Garcia-Dominguez 26 Antonio Garcia-Dominguez 22 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73ac6a83bb35 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 6012 ], [ \"The University of York\", 2972 ], [ \"Terence Parr\", 110 ], [ \"Eike Stepper (Berlin, Germany) and others\", 72 ], [ \"Mia-Software\", 68 ], [ \"The University of York, Antonio Garcia-Dominguez\", 26 ], [ \"Antonio Garcia-Dominguez\", 22 ], [ \"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 drawChartPieChartID73ac6a83bb35() { var data = gvisDataPieChartID73ac6a83bb35(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73ac6a83bb35') ); 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 5144 epl-2.0 OR apache-2.0 2883 epl-2.0 2219 epl-1.0 588 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73ac7f59fa64 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5144 ], [ \"epl-2.0 OR apache-2.0\", 2883 ], [ \"epl-2.0\", 2219 ], [ \"epl-1.0\", 588 ], [ \"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 drawChartPieChartID73ac7f59fa64() { var data = gvisDataPieChartID73ac7f59fa64(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73ac7f59fa64') ); 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 4137 unknown 3972 HTML 704 Python 108 PHP 87 Perl6 14 Objective-C 9 Groovy 8 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID73ac4eb3edba () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 4137 ], [ \"unknown\", 3972 ], [ \"HTML\", 704 ], [ \"Python\", 108 ], [ \"PHP\", 87 ], [ \"Perl6\", 14 ], [ \"Objective-C\", 9 ], [ \"Groovy\", 8 ], [ \"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 drawChartPieChartID73ac4eb3edba() { var data = gvisDataPieChartID73ac4eb3edba(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID73ac4eb3edba') ); 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 485 commits.\n Holders Type LICENSE legal NOTICE legal pom.xml manifest README.md readme 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 ","href":"/dataeggs/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 2022-05-01.\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 96 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\",\"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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00: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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,3]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 1744 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 147 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 36 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 112 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-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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-26T00: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,0,0,0,0,0,0,0,0,0,0,0,0,1,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 8 weeks.\n// jsData function gvisDataColumnChartID74a376568ba6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 42 ], [ \"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\", 3 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID74a376568ba6() { var data = gvisDataColumnChartID74a376568ba6(); 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('ColumnChartID74a376568ba6') ); 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 gvisDataColumnChartID74a3334d83bc () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 113 ], [ \"Others\", 22 ], [ \"UI\", 12 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID74a3334d83bc() { var data = gvisDataColumnChartID74a3334d83bc(); 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('ColumnChartID74a3334d83bc') ); 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 8284 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\",\"2020-08-04T14:55:10.000Z\",\"2020-08-11T14:55:10.000Z\",\"2020-08-18T14:55:10.000Z\",\"2020-08-25T14:55:10.000Z\",\"2020-09-01T14:55:10.000Z\",\"2020-09-08T14:55:10.000Z\",\"2020-09-15T14:55:10.000Z\",\"2020-09-22T14:55:10.000Z\",\"2020-09-29T14:55:10.000Z\",\"2020-10-06T14:55:10.000Z\",\"2020-10-13T14:55:10.000Z\",\"2020-10-20T14:55:10.000Z\",\"2020-10-27T14:55:10.000Z\",\"2020-11-03T14:55:10.000Z\",\"2020-11-10T14:55:10.000Z\",\"2020-11-17T14:55:10.000Z\",\"2020-11-24T14:55:10.000Z\",\"2020-12-01T14:55:10.000Z\",\"2020-12-08T14:55:10.000Z\",\"2020-12-15T14:55:10.000Z\",\"2020-12-22T14:55:10.000Z\",\"2020-12-29T14:55:10.000Z\",\"2021-01-05T14:55:10.000Z\",\"2021-01-12T14:55:10.000Z\",\"2021-01-19T14:55:10.000Z\",\"2021-01-26T14:55:10.000Z\",\"2021-02-02T14:55:10.000Z\",\"2021-02-09T14:55:10.000Z\",\"2021-02-16T14:55:10.000Z\",\"2021-02-23T14:55:10.000Z\",\"2021-03-02T14:55:10.000Z\",\"2021-03-09T14:55:10.000Z\",\"2021-03-16T14:55:10.000Z\",\"2021-03-23T14:55:10.000Z\",\"2021-03-30T14:55:10.000Z\",\"2021-04-06T14:55:10.000Z\",\"2021-04-13T14:55:10.000Z\",\"2021-04-20T14:55:10.000Z\",\"2021-04-27T14:55:10.000Z\",\"2021-05-04T14:55:10.000Z\",\"2021-05-11T14:55:10.000Z\",\"2021-05-18T14:55:10.000Z\",\"2021-05-25T14:55:10.000Z\",\"2021-06-01T14:55:10.000Z\",\"2021-06-08T14:55:10.000Z\",\"2021-06-15T14:55:10.000Z\",\"2021-06-22T14:55:10.000Z\",\"2021-06-29T14:55:10.000Z\",\"2021-07-06T14:55:10.000Z\",\"2021-07-13T14:55:10.000Z\",\"2021-07-20T14:55:10.000Z\",\"2021-07-27T14:55:10.000Z\",\"2021-08-03T14:55:10.000Z\",\"2021-08-10T14:55:10.000Z\",\"2021-08-17T14:55:10.000Z\",\"2021-08-24T14:55:10.000Z\",\"2021-08-31T14:55:10.000Z\",\"2021-09-07T14:55:10.000Z\",\"2021-09-14T14:55:10.000Z\",\"2021-09-21T14:55:10.000Z\",\"2021-09-28T14:55:10.000Z\",\"2021-10-05T14:55:10.000Z\",\"2021-10-12T14:55:10.000Z\",\"2021-10-19T14:55:10.000Z\",\"2021-10-26T14:55:10.000Z\",\"2021-11-02T14:55:10.000Z\",\"2021-11-10T14:48:54.000Z\",\"2021-11-18T17:15:21.000Z\",\"2021-11-27T17:00:22.000Z\",\"2021-12-02T14:53:22.000Z\",\"2021-12-09T10:46:46.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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,7,6,11,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.gendoc forum. ID Subject Post date Post author 1848600 Re: XLSXParser::layoutCells() performance issue 2021-12-09 10:46:46 44199 1848454 Re: XLSXParser::layoutCells() performance issue 2021-12-02 14:53:22 177965 1848453 Re: Issue with GenDoc on Papyrus 5.2 Windows 2021-12-02 14:46:34 44199 1848450 Re: XLSXParser::layoutCells() performance issue 2021-12-02 14:19:12 44199 1848449 Re: XLSXParser::layoutCells() performance issue 2021-12-02 13:26:23 44199 1848448 Re: XLSXParser::layoutCells() performance issue 2021-12-02 11:36:33 177965 1848445 Re: XLSXParser::layoutCells() performance issue 2021-12-02 09:19:59 44199 1848395 Re: XLSXParser::layoutCells() performance issue 2021-12-01 03:45:18 177965 1848312 Re: Issue with GenDoc on Papyrus 5.2 Windows 2021-11-27 17:00:22 205979 1848275 Re: XLSXParser::layoutCells() performance issue 2021-11-26 10:33:45 44199 \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 7791 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 1109526 XLSXParser::layoutCells() performance issue 2021-12-09 10:46:46 1848600 15 3476 1109445 Issue with GenDoc on Papyrus 5.2 Windows 2021-12-02 14:46:34 1848453 6 1514 1109428 Run Gendoc template on a model object passed from code 2021-11-10 14:48:54 1847859 2 304 1109427 Generate Excel file with multiple worksheets 2021-11-10 14:32:05 1847858 2 284 1104166 Getting ID and Name from Requirements::Requirement 2020-07-29 12:48:19 1830584 9 2670 1103311 R-E-A-L (Rapid Engineering Architecture Linked) 2020-04-14 06:45:35 1824337 2 3449 1102815 Any comparison of document generators available? 2020-03-18 07:58:32 1823018 3 1045 1101926 Generate merged cells in Excel 2020-01-07 13:27:30 1819083 1 473 1101918 Word sub document 2020-01-10 07:22:07 1819217 1 1507 1101157 Word 2010 unable to open generated Documents 2019-11-12 09:06:30 1816924 2 2218 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 331 commits.\n ID Name Time Result 2120 Gendoc-0.5-juno-maintenance \\#2120 1.651295e+12 SUCCESS 2119 Gendoc-0.5-juno-maintenance \\#2119 1.651208e+12 SUCCESS 2118 Gendoc-0.5-juno-maintenance \\#2118 1.651122e+12 SUCCESS 2117 Gendoc-0.5-juno-maintenance \\#2117 1.651036e+12 FAILURE 2116 Gendoc-0.5-juno-maintenance \\#2116 1.650949e+12 SUCCESS 2016-08-03\\_01-00-58 Gendoc-0.5-juno-maintenance \\#55 1.470200e+12 SUCCESS 2518 Gendoc-0.5-maintenance \\#2518 1.651295e+12 SUCCESS 2517 Gendoc-0.5-maintenance \\#2517 1.651208e+12 SUCCESS 2516 Gendoc-0.5-maintenance \\#2516 1.651122e+12 SUCCESS 2515 Gendoc-0.5-maintenance \\#2515 1.651036e+12 FAILURE // jsData function gvisDataPieChartID74a3374c2d66 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 4 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 19 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 308 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID74a3374c2d66() { var data = gvisDataPieChartID74a3374c2d66(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID74a3374c2d66') ); 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(drawChartPieChartID74a3374c2d66); })(); function displayChartPieChartID74a3374c2d66() { 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.651295e+12 80 Gendoc-0.5-maintenance blue 1.651295e+12 80 Gendoc-0.6-maintenance blue 1.651295e+12 100 Gendoc-2018-09 blue 1.639050e+12 100 Gendoc-2018-09-nightly blue 1.651291e+12 100 Gendoc-2018-12 blue 1.639048e+12 100 Gendoc-2018-12-nightly blue 1.651291e+12 100 Gendoc-2019-03 blue 1.639047e+12 100 Gendoc-2019-03-nightly blue 1.651292e+12 100 Gendoc-2019-06 blue 1.639049e+12 100 // jsData function gvisDataPieChartID74a351ef4403 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 50 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 7 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID74a351ef4403() { var data = gvisDataPieChartID74a351ef4403(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID74a351ef4403') ); 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(drawChartPieChartID74a351ef4403); })(); function displayChartPieChartID74a351ef4403() { 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). 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/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 rXzj0llGoqETn4Iv@Lu03zTrLt4ljY1gp 14 Caroline Bourdeu d’Aguerre 4 Papa Malick Wade 3 Alexia Allanic 1 Anne Haugommard 1 XXXX\\_generated.docx 1 an ITagExtension 1 rXzj0llGoqETn4Iv@lsn8tbQvDCjQiPBm 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74a36f8e04c () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 959 ], [ \"Kris Robertson\", 54 ], [ \"rXzj0llGoqETn4Iv@Lu03zTrLt4ljY1gp\", 14 ], [ \"Caroline Bourdeu d'Aguerre\", 4 ], [ \"Papa Malick Wade\", 3 ], [ \"Alexia Allanic\", 1 ], [ \"Anne Haugommard\", 1 ], [ \"XXXX_generated.docx\", 1 ], [ \"an ITagExtension\", 1 ], [ \"rXzj0llGoqETn4Iv@lsn8tbQvDCjQiPBm\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID74a36f8e04c() { var data = gvisDataPieChartID74a36f8e04c(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74a36f8e04c') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74a360236046 () { 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 drawChartPieChartID74a360236046() { var data = gvisDataPieChartID74a360236046(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74a360236046') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74a322c41e8f () { 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 drawChartPieChartID74a322c41e8f() { var data = gvisDataPieChartID74a322c41e8f(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74a322c41e8f') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74a37dafde89 () { 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 drawChartPieChartID74a37dafde89() { var data = gvisDataPieChartID74a37dafde89(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74a37dafde89') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74a31332cc4c () { 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 drawChartPieChartID74a31332cc4c() { var data = gvisDataPieChartID74a31332cc4c(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74a31332cc4c') ); 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":"/dataeggs/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 2022-05-01.\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 993 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\",\"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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00: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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,2,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,1,2,1,1,0,0,1,1,3,0,1,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 27463 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 984 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 104 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 641 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-31T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-24T00: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,0,1,0,0,0,0,1,1,0,2,3,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 16 weeks.\n// jsData function gvisDataColumnChartID74dc7bf411a4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 466 ], [ \"3.0.0\", 165 ], [ \"3.6.0\", 114 ], [ \"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 drawChartColumnChartID74dc7bf411a4() { var data = gvisDataColumnChartID74dc7bf411a4(); 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('ColumnChartID74dc7bf411a4') ); 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 gvisDataColumnChartID74dc554302a5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 765 ], [ \"Query Language\", 135 ], [ \"User Interface\", 31 ], [ \"Project Management\", 19 ], [ \"Maven\", 18 ], [ \"Documentation\", 16 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID74dc554302a5() { var data = gvisDataColumnChartID74dc554302a5(); 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('ColumnChartID74dc554302a5') ); 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 9626 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\",\"2021-05-02T06:40:46.000Z\",\"2021-05-08T04:55:33.000Z\",\"2021-05-11T00:59:50.000Z\",\"2021-05-20T15:49:28.000Z\",\"2021-05-28T11:17:36.000Z\",\"2021-06-06T11:33:03.000Z\",\"2021-06-08T12:50:09.000Z\",\"2021-06-15T00:59:50.000Z\",\"2021-06-22T00:59:50.000Z\",\"2021-06-29T00:59:50.000Z\",\"2021-07-06T00:59:50.000Z\",\"2021-07-13T00:59:50.000Z\",\"2021-07-20T00:59:50.000Z\",\"2021-07-31T06:16:18.000Z\",\"2021-08-03T19:41:53.000Z\",\"2021-08-10T00:59:50.000Z\",\"2021-08-17T08:18:35.000Z\",\"2021-08-25T09:01:05.000Z\",\"2021-08-31T21:52:36.000Z\",\"2021-09-07T00:59:50.000Z\",\"2021-09-14T00:59:50.000Z\",\"2021-09-21T00:59:50.000Z\",\"2021-09-28T00:59:50.000Z\",\"2021-10-05T00:59:50.000Z\",\"2021-10-14T15:17:39.000Z\",\"2021-10-19T13:30:32.000Z\",\"2021-10-26T00:59:50.000Z\",\"2021-11-03T19:28:55.000Z\",\"2021-11-09T00:59:50.000Z\",\"2021-11-16T00:59:50.000Z\",\"2021-11-26T09:19:22.000Z\",\"2021-11-30T00:59:50.000Z\",\"2021-12-07T00:59:50.000Z\",\"2021-12-14T00:59:50.000Z\",\"2021-12-21T00:59:50.000Z\",\"2021-12-28T22:13:33.000Z\",\"2022-01-07T20:36:44.000Z\",\"2022-01-11T00:59:50.000Z\",\"2022-01-22T17:50:32.000Z\",\"2022-01-25T00:59:50.000Z\",\"2022-02-04T16:27:14.000Z\",\"2022-02-09T19:22:20.000Z\",\"2022-02-18T11:44:00.000Z\",\"2022-02-22T00:59:50.000Z\",\"2022-03-01T00:59:50.000Z\",\"2022-03-08T13:47:48.000Z\",\"2022-03-17T08:46:23.000Z\",\"2022-03-27T17:31:53.000Z\",\"2022-03-31T13:52:56.000Z\",\"2022-04-05T00:59:50.000Z\",\"2022-04-12T00:59:50.000Z\",\"2022-04-19T00:59:50.000Z\",\"2022-04-28T11:42:02.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,5,3,1,2,5,6,6,1,1,1,1,1,1,6,3,1,4,3,7,1,1,1,1,1,8,3,1,3,1,1,20,1,1,1,1,6,8,1,3,3,3,5,7,1,1,4,3,4,6,1,3,1,5]],\"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 1852075 Re: Question about loss of traceability in Acceleo 2022-04-28 11:42:02 8586 1852063 Re: Question about loss of traceability in Acceleo 2022-04-28 09:14:13 67398 1852053 Re: Question about loss of traceability in Acceleo 2022-04-27 19:04:13 8586 1852051 Question about loss of traceability in Acceleo 2022-04-27 17:42:34 67398 1851651 Re: \\[Acceleo\\] Execute Multiple model 2022-04-11 17:12:59 8586 1851613 \\[Acceleo\\] Execute Multiple model 2022-04-11 07:48:17 234232 1851234 Re: \\[Acceleo\\] Execute without plugin 2022-03-31 13:52:56 234144 1851212 Re: \\[Acceleo\\] Execute without plugin 2022-03-30 18:33:30 8586 1851205 Re: \\[Acceleo\\] Execute without plugin 2022-03-30 13:49:59 234144 1851187 Re: \\[Acceleo\\] Execute without plugin 2022-03-30 04:47:10 8586 \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 2264 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 1110686 Question about loss of traceability in Acceleo 2022-04-28 11:42:02 1852075 3 932 1110553 \\[Acceleo\\] Execute Multiple model 2022-04-11 17:12:59 1851651 1 541 1110441 \\[Acceleo\\] Execute without plugin 2022-03-31 13:52:56 1851234 4 874 1110407 Generating seperate folders for the generated code 2022-03-27 17:31:53 1851088 2 800 1110322 Compilation of Acceleo module failing using acceleo maven plugin 2022-03-17 08:46:23 1850794 1 1410 1110248 Acceleo or Xtend , to be used for model to text transformation 2022-03-08 13:47:48 1850560 2 681 1110101 Acceleo Traceability 2022-02-15 05:50:28 1850079 1 777 1110030 Acceleo issue- SSL Handshake Exception 2022-02-18 11:44:00 1850158 9 2120 1109924 log4j 1.X series high-risk vulnerability 2022-01-24 09:26:13 1849536 3 5230 1109827 getLabel() behavior 2022-01-07 17:25:13 1849203 1 418 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 78 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 gvisDataPieChartID74dc387532f () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;FAILURE\u0026rdquo;, 10 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 64 ], [ \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 drawChartPieChartID74dc387532f() { var data = gvisDataPieChartID74dc387532f(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID74dc387532f') ); 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(drawChartPieChartID74dc387532f); })(); function displayChartPieChartID74dc387532f() { 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 24 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 blue 1.613727e+12 100 acceleo-master blue 1.613460e+12 100 acceleo-master-gerrit disabled 1.421139e+12 98 acceleo-master-new blue 1.623750e+12 100 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 // jsData function gvisDataPieChartID74dc4d891d37 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 10 ], [ \u0026ldquo;disabled\u0026rdquo;, 14 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID74dc4d891d37() { var data = gvisDataPieChartID74dc4d891d37(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID74dc4d891d37') ); 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(drawChartPieChartID74dc4d891d37); })(); function displayChartPieChartID74dc4d891d37() { 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 4976 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74dc2c329301 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 4976 ], [ \"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 drawChartPieChartID74dc2c329301() { var data = gvisDataPieChartID74dc2c329301(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74dc2c329301') ); 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 3916 Copyright (c) Obeo 1177 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74dc1f877270 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3916 ], [ \"Copyright (c) Obeo\", 1177 ], [ \"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 drawChartPieChartID74dc1f877270() { var data = gvisDataPieChartID74dc1f877270(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74dc1f877270') ); 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 3916 Obeo 1176 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74dc10dba333 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3916 ], [ \"Obeo\", 1176 ], [ \"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 drawChartPieChartID74dc10dba333() { var data = gvisDataPieChartID74dc10dba333(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74dc10dba333') ); 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 3867 epl-1.0 1229 cpl-1.0 AND other-permissive 38 apache-2.0 13 mit 10 epl-1.0 OR bsd-new 3 epl-2.0 OR apache-2.0 2 epl-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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74dc2f80a022 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3867 ], [ \"epl-1.0\", 1229 ], [ \"cpl-1.0 AND other-permissive\", 38 ], [ \"apache-2.0\", 13 ], [ \"mit\", 10 ], [ \"epl-1.0 OR bsd-new\", 3 ], [ \"epl-2.0 OR apache-2.0\", 2 ], [ \"epl-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 drawChartPieChartID74dc2f80a022() { var data = gvisDataPieChartID74dc2f80a022(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74dc2f80a022') ); 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 unknown 3964 Java 1016 HTML 51 Python 26 Objective-C 9 ActionScript 3 6 CSS 4 PHP 3 JavaScript 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID74dc114bb0ee () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3964 ], [ \"Java\", 1016 ], [ \"HTML\", 51 ], [ \"Python\", 26 ], [ \"Objective-C\", 9 ], [ \"ActionScript 3\", 6 ], [ \"CSS\", 4 ], [ \"PHP\", 3 ], [ \"JavaScript\", 2 ], [ \"Bash\", 1 ], [ \"VB.net\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID74dc114bb0ee() { var data = gvisDataPieChartID74dc114bb0ee(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID74dc114bb0ee') ); 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":"/dataeggs/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 2022-05-01.\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 2245 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 664 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 1555 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-31T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-06T00: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,1,4,14,2,6,1,4,7,9,11,5,7,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 20 weeks.\n// jsData function gvisDataColumnChartID75006c4c6068 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 1451 ], [ \"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 drawChartColumnChartID75006c4c6068() { var data = gvisDataColumnChartID75006c4c6068(); 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('ColumnChartID75006c4c6068') ); 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 gvisDataColumnChartID75006d642731 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Core\", 2245 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID75006d642731() { var data = gvisDataColumnChartID75006d642731(); 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('ColumnChartID75006d642731') ); 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 6901 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\",\"2021-02-09T21:03:47.000Z\",\"2021-02-16T21:03:47.000Z\",\"2021-02-23T21:03:47.000Z\",\"2021-03-02T21:03:47.000Z\",\"2021-03-09T21:03:47.000Z\",\"2021-03-16T21:03:47.000Z\",\"2021-03-23T21:03:47.000Z\",\"2021-03-30T21:03:47.000Z\",\"2021-04-06T21:03:47.000Z\",\"2021-04-13T21:03:47.000Z\",\"2021-04-20T21:03:47.000Z\",\"2021-04-27T21:03:47.000Z\",\"2021-05-04T21:03:47.000Z\",\"2021-05-11T21:03:47.000Z\",\"2021-05-18T21:03:47.000Z\",\"2021-05-25T21:03:47.000Z\",\"2021-06-02T21:03:06.000Z\",\"2021-06-08T21:03:47.000Z\",\"2021-06-15T21:03:47.000Z\",\"2021-06-22T21:03:47.000Z\",\"2021-06-29T21:03:47.000Z\",\"2021-07-06T21:03:47.000Z\",\"2021-07-13T21:03:47.000Z\",\"2021-07-20T21:03:47.000Z\",\"2021-07-27T21:03:47.000Z\",\"2021-08-03T21:03:47.000Z\",\"2021-08-10T21:03:47.000Z\",\"2021-08-17T21:03:47.000Z\",\"2021-08-24T21:03:47.000Z\",\"2021-08-31T21:03:47.000Z\",\"2021-09-07T21:03:47.000Z\",\"2021-09-14T21:03:47.000Z\",\"2021-09-21T21:03:47.000Z\",\"2021-09-28T21:03:47.000Z\",\"2021-10-05T21:03:47.000Z\",\"2021-10-12T21:03:47.000Z\",\"2021-10-19T21:03:47.000Z\",\"2021-10-26T21:03:47.000Z\",\"2021-11-02T21:03:47.000Z\",\"2021-11-09T21:03:47.000Z\",\"2021-11-19T03:57:15.000Z\",\"2021-11-23T21:03:47.000Z\",\"2021-11-30T21:03:47.000Z\",\"2021-12-12T15:19:10.000Z\",\"2021-12-15T08:44:18.000Z\",\"2021-12-21T21:03:47.000Z\",\"2021-12-28T21:03:47.000Z\",\"2022-01-04T21:03:47.000Z\",\"2022-01-11T21:03:47.000Z\",\"2022-01-18T21:03:47.000Z\",\"2022-01-25T21:03:47.000Z\",\"2022-02-04T16:21:22.000Z\",\"2022-02-08T21:03:47.000Z\",\"2022-02-15T21:03:47.000Z\",\"2022-02-22T21:03:47.000Z\",\"2022-03-01T21:03:47.000Z\",\"2022-03-08T21:03:47.000Z\",\"2022-03-15T21:03:47.000Z\",\"2022-03-22T21:03:47.000Z\",\"2022-03-30T09:22:08.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,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,4,1,1,9,5,1,1,1,1,1,1,4,1,1,1,1,1,1,1,8]],\"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 1851190 Re: How could I add org.eclipse.ocl as a dependency 2022-03-30 09:22:08 232043 1851189 Re: How could I add org.eclipse.ocl as a dependency 2022-03-30 08:56:39 8586 1851188 Re: How could I add org.eclipse.ocl as a dependency 2022-03-30 07:36:20 8586 1851186 Re: How could I add org.eclipse.ocl as a dependency 2022-03-30 04:46:13 8586 1851182 Re: How could I add org.eclipse.ocl as a dependency 2022-03-29 19:09:26 232043 1851157 Re: How could I add org.eclipse.ocl as a dependency 2022-03-29 08:54:02 8586 1851156 How could I add org.eclipse.ocl as a dependency 2022-03-29 08:17:32 232043 1849851 Re: Get annotations from type rather than instance 2022-02-04 16:21:22 8586 1849847 Re: Get annotations from type rather than instance 2022-02-04 10:42:07 231705 1849823 Get annotations from type rather than instance 2022-02-03 15:50:42 231705 \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 1519 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 1110439 How could I add org.eclipse.ocl as a dependency 2022-03-30 09:22:08 1851190 6 919 1110024 Get annotations from type rather than instance 2022-02-04 16:21:22 1849851 2 2404 1109644 Getting invalid for the evaluation of OCL on XMI 2021-12-09 18:42:38 1848617 1 352 1109615 Can not gen emf-gen from ecore file based on generator (.mwe) of OCL open source 2021-12-15 08:44:18 1848729 9 2355 1109453 Calling an EMF Java function from OCL constraint 2021-11-19 03:57:15 1848073 2 861 1108130 OCL expression not evaluated 2021-06-02 21:03:06 1841913 1 684 1106816 Issue with mdt-ocl-Update sites 2021-02-03 06:02:25 1837605 3 843 1106797 Generate Java code for generic classes 2021-02-03 04:25:42 1837597 5 716 1106768 Missing Javadoc 2021-01-29 11:21:09 1837401 5 530 1106594 Get the query result from OCL Java API in the format of XText OCL result 2021-01-13 19:02:03 1836780 1 295 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 41 commits.\n ID Name Time Result 310 ocl-branch-tests \\#310 1.649929e+12 SUCCESS 105 ocl-codegen-tests \\#105 1.650799e+12 SUCCESS 108 ocl-compatibility-2018-09 \\#108 1.650818e+12 SUCCESS 107 ocl-compatibility-2018-12 \\#107 1.650822e+12 SUCCESS 104 ocl-compatibility-2019-03 \\#104 1.650824e+12 SUCCESS 103 ocl-compatibility-2019-06 \\#103 1.650830e+12 SUCCESS 102 ocl-compatibility-2019-09 \\#102 1.650833e+12 SUCCESS 110 ocl-compatibility-2019-12 \\#110 1.650837e+12 SUCCESS 90 ocl-compatibility-2019-12 \\#90 1.639350e+12 SUCCESS 106 ocl-compatibility-2020-03 \\#106 1.650841e+12 SUCCESS // jsData function gvisDataPieChartID75003b48e012 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;SUCCESS\u0026rdquo;, 40 ], [ \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 drawChartPieChartID75003b48e012() { var data = gvisDataPieChartID75003b48e012(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \u0026ldquo;; options[\u0026ldquo;sliceVisibilityThreshold\u0026rdquo;] = 0; options[\u0026ldquo;height\u0026rdquo;] = 280; options[\u0026ldquo;colors\u0026rdquo;] = [\u0026quot;#109618\u0026rdquo;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID75003b48e012') ); 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(drawChartPieChartID75003b48e012); })(); function displayChartPieChartID75003b48e012() { 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 27 commits.\n Name Colour Last build time Health report ocl-branch-tests blue 1.649929e+12 100 ocl-codegen-tests blue 1.650799e+12 100 ocl-compatibility-2018-09 blue 1.650818e+12 100 ocl-compatibility-2018-12 blue 1.650822e+12 100 ocl-compatibility-2019-03 blue 1.650824e+12 100 ocl-compatibility-2019-06 blue 1.650830e+12 100 ocl-compatibility-2019-09 blue 1.650833e+12 100 ocl-compatibility-2019-12 blue 1.650837e+12 100 ocl-compatibility-2020-03 blue 1.650841e+12 100 ocl-compatibility-2020-06 blue 1.650842e+12 100 // jsData function gvisDataPieChartID7500535db03b () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 24 ], [ \u0026ldquo;disabled\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 drawChartPieChartID7500535db03b() { var data = gvisDataPieChartID7500535db03b(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID7500535db03b') ); 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(drawChartPieChartID7500535db03b); })(); function displayChartPieChartID7500535db03b() { 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":"/dataeggs/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 2022-05-01.\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 2840 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 895 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 1264 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-29T00: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,13,10,10,9,8,10,6,10,2,5,3,2,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 45 weeks.\n// jsData function gvisDataColumnChartID752545cd196c () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 521 ], [ \"3.1.0\", 274 ], [ \"1.0.0\", 190 ], [ \"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\", 113 ], [ \"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.4.1\", 20 ], [ \"6.2.2\", 16 ], [ \"6.3.2\", 16 ], [ \"5.1.3\", 15 ], [ \"6.5.1\", 15 ], [ \"2.0.3\", 14 ], [ \"6.4.0\", 14 ], [ \"6.3.4\", 12 ], [ \"6.4.2\", 11 ], [ \"6.0.1\", 10 ], [ \"6.1.3\", 10 ], [ \"6.2.1\", 9 ], [ \"6.3.1\", 8 ], [ \"6.3.3\", 6 ], [ \"6.6.0\", 5 ], [ \"4.1.9\", 4 ], [ \"5.1.4\", 4 ], [ \"6.0.2\", 4 ], [ \"7.0.0\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID752545cd196c() { var data = gvisDataColumnChartID752545cd196c(); 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('ColumnChartID752545cd196c') ); 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 gvisDataColumnChartID75252c21e7a5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Diagram\", 1291 ], [ \"Core\", 1001 ], [ \"Properties\", 206 ], [ \"Documentation\", 86 ], [ \"Table\", 75 ], [ \"Releng\", 67 ], [ \"Tree\", 56 ], [ \"Server\", 45 ], [ \"Workflow\", 13 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID75252c21e7a5() { var data = gvisDataColumnChartID75252c21e7a5(); 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('ColumnChartID75252c21e7a5') ); 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 8374 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\",\"2021-04-30T13:28:30.000Z\",\"2021-05-08T08:20:42.000Z\",\"2021-05-14T20:21:46.000Z\",\"2021-05-21T18:45:19.000Z\",\"2021-05-28T15:38:26.000Z\",\"2021-06-06T15:17:24.000Z\",\"2021-06-11T14:12:26.000Z\",\"2021-06-17T15:16:59.000Z\",\"2021-06-25T16:15:22.000Z\",\"2021-07-02T22:43:34.000Z\",\"2021-07-07T21:55:03.000Z\",\"2021-07-16T08:35:21.000Z\",\"2021-07-23T15:18:17.000Z\",\"2021-07-28T21:55:03.000Z\",\"2021-08-04T21:55:03.000Z\",\"2021-08-12T13:38:37.000Z\",\"2021-08-20T11:22:33.000Z\",\"2021-08-29T11:43:33.000Z\",\"2021-09-02T12:22:35.000Z\",\"2021-09-08T21:55:03.000Z\",\"2021-09-17T08:02:11.000Z\",\"2021-09-24T07:56:41.000Z\",\"2021-09-29T21:55:03.000Z\",\"2021-10-08T07:57:16.000Z\",\"2021-10-15T15:43:17.000Z\",\"2021-10-23T03:43:55.000Z\",\"2021-10-29T13:56:26.000Z\",\"2021-11-04T16:22:14.000Z\",\"2021-11-12T17:52:23.000Z\",\"2021-11-20T12:42:34.000Z\",\"2021-11-27T13:54:10.000Z\",\"2021-12-05T17:51:06.000Z\",\"2021-12-12T13:29:02.000Z\",\"2021-12-18T13:56:55.000Z\",\"2021-12-26T08:31:40.000Z\",\"2021-12-30T18:52:46.000Z\",\"2022-01-06T12:57:20.000Z\",\"2022-01-14T20:03:07.000Z\",\"2022-01-21T23:53:59.000Z\",\"2022-01-29T04:04:38.000Z\",\"2022-02-03T11:13:35.000Z\",\"2022-02-13T00:05:37.000Z\",\"2022-02-18T23:57:10.000Z\",\"2022-02-26T20:57:25.000Z\",\"2022-03-05T18:37:31.000Z\",\"2022-03-13T15:18:19.000Z\",\"2022-03-16T21:55:03.000Z\",\"2022-03-27T23:41:16.000Z\",\"2022-04-01T21:41:53.000Z\",\"2022-04-10T21:32:38.000Z\",\"2022-04-17T18:21:20.000Z\",\"2022-04-23T07:13:16.000Z\",\"2022-04-29T13:58:26.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,9,7,9,27,22,9,11,10,5,10,11,3,6,7,13,8,12,10,8,2,12,6,4,5,7,11,16,14,20,22,16,18,13,17,9,10,7,14,16,9,7,7,10,15,8,6,6,13,8,6,18,6,8]],\"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 1852113 Re: Creating a Property View Description 2022-04-29 13:58:26 86069 1852080 Re: \\[ANN\\] Sirius 7.0.0 2022-04-28 12:29:00 226924 1852062 Re: Obeo Designer, don’t start on windows 11 2022-04-28 08:29:12 228620 1852056 Re: Obeo Designer, don’t start on windows 11 2022-04-28 04:22:53 8586 1852055 Obeo Designer, don’t start on windows 11 2022-04-28 01:34:29 234342 1852041 Re: Removing default target of another diagram decoration 2022-04-27 00:49:25 218022 1852014 Re: Flow page moved halfway across the node 2022-04-25 19:18:14 233015 1851961 Re: Why the editor I created cannot display relation based edges? 2022-04-23 07:13:16 234268 1851957 Re: Removing default target of another diagram decoration 2022-04-22 21:35:33 67797 1851956 Re: Why the editor I created cannot display relation based edges? 2022-04-22 19:05:52 67797 \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 2511 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 1110688 Obeo Designer, don’t start on windows 11 2022-04-28 08:29:12 1852062 2 973 1110623 Does the Property View Sirius Specifier work in Capella ? Yes or No? 2022-04-19 09:45:56 1851834 0 3526 1110611 \\[Sirius Web\\] Grouping Node/Edge creation buttons 2022-04-19 06:52:20 1851827 1 1073 1110608 Why the editor I created cannot display relation based edges? 2022-04-23 07:13:16 1851961 2 1994 1110603 How to access/override a property page, if it has been described outside of the Sirius Specifier? 2022-04-15 15:20:50 1851789 0 1693 1110598 Index of all Sirius Tutorials 2022-04-15 09:20:23 1851774 2 356 1110595 Flow page moved halfway across the node 2022-04-25 19:18:14 1852014 3 594 1110579 Removing default target of another diagram decoration 2022-04-27 00:49:25 1852041 2 2739 1110568 (To be deleted) 2022-04-11 14:18:24 1851635 0 1874 1110554 Creating a Property View Description 2022-04-29 13:58:26 1852113 6 1731 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 178 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 gvisDataPieChartID75256af126dc () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 7 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 82 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 84 ], [ \u0026ldquo;UNKNOWN\u0026rdquo;, 1 ], [ \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 drawChartPieChartID75256af126dc() { var data = gvisDataPieChartID75256af126dc(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID75256af126dc') ); 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(drawChartPieChartID75256af126dc); })(); function displayChartPieChartID75256af126dc() { 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 41 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 gvisDataPieChartID75254408d6a9 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 17 ], [ \u0026ldquo;disabled\u0026rdquo;, 21 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \u0026ldquo;red\u0026rdquo;, 1 ], [ \u0026ldquo;red_anime\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 drawChartPieChartID75254408d6a9() { var data = gvisDataPieChartID75254408d6a9(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID75254408d6a9') ); 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(drawChartPieChartID75254408d6a9); })(); function displayChartPieChartID75254408d6a9() { 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 \\[built-in\\] 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 Il8lW9JWrJeiuLCS@kvVB5FDjl2LV9xoY 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75255102d8ad () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 14563 ], [ \"Matthew Hall\", 61 ], [ \"Florian Barbin\", 55 ], [ \"Cedric Brun \", 29 ], [ \"Mariot Chauvin\", 24 ], [ \"Il8lW9JWrJeiuLCS@kvVB5FDjl2LV9xoY\", 19 ], [ \"Laurent Redor\", 14 ], [ \"www.obeo.fr\", 6 ], [ \"Laurent Goubet\", 4 ], [ \"Maxime Porhel\", 3 ], [ \"Pratik Shah\", 3 ], [ \"m63UELbgX12I02or@kvVB5FDjl2LV9xoY\", 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 qPABssSNn3IjHhdY@kvVB5FDjl2LV9xoY\", 1 ], [ \"Cedric Chabanois\", 1 ], [ \"Damien Lecan (Sz6QlOyZj2/rpjUG@kvVB5FDjl2LV9xoY)\", 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 ], [ \"Jloc++nPuxO+Wepb@kvVB5FDjl2LV9xoY\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID75255102d8ad() { var data = gvisDataPieChartID75255102d8ad(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75255102d8ad') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID752530b77900 () { 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 drawChartPieChartID752530b77900() { var data = gvisDataPieChartID752530b77900(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID752530b77900') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID752547e4bbb3 () { 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 drawChartPieChartID752547e4bbb3() { var data = gvisDataPieChartID752547e4bbb3(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID752547e4bbb3') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID752548a6cf6d () { 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 drawChartPieChartID752548a6cf6d() { var data = gvisDataPieChartID752548a6cf6d(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID752548a6cf6d') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID752578a48d15 () { 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 drawChartPieChartID752578a48d15() { var data = gvisDataPieChartID752578a48d15(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID752578a48d15') ); 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":"/dataeggs/projects/modeling.sirius/datasets_report/","title":"modeling.sirius"},{"content":"","href":"/dataeggs/page/","title":"Pages"},{"content":"","href":"/dataeggs/projects/","title":"Projects"},{"content":"","href":"/dataeggs/search/","title":"Search"},{"content":"","href":"/dataeggs/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 2022-05-01.\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 335 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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00: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,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,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,1,1,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,2,0,0,1,1,1,0,0,0,0,0,0,3,1,1,0,0,0,1,0,3,1,0,0,2,0,1,1,1,0,0,2,0,1,0,1,0,0,3,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,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,0,0,0,0,0,0,0,0,0,0,0,1,2,1,0,1,0,0,0,0,1,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 8303 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 gvisDataColumnChartID75b05828e030 () { 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 drawChartColumnChartID75b05828e030() { var data = gvisDataColumnChartID75b05828e030(); 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('ColumnChartID75b05828e030') ); 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 gvisDataColumnChartID75b033e6db53 () { 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 drawChartColumnChartID75b033e6db53() { var data = gvisDataColumnChartID75b033e6db53(); 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('ColumnChartID75b033e6db53') ); 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 23346 1098015 Welcome to Apogy ! 2019-03-13 14:22:07 1803910 0 13624 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 37 Build \\#37 1.639603e+12 ABORTED 36 Build \\#36 1.588170e+12 ABORTED 35 Build \\#35 1.588170e+12 ABORTED 31 Build \\#31 1.588084e+12 SUCCESS 3 Build \\#3 1.538430e+12 SUCCESS 169 DevBuild \\#169 1.643572e+12 SUCCESS 168 DevBuild \\#168 1.643411e+12 SUCCESS 167 DevBuild \\#167 1.643301e+12 SUCCESS 49 DevPublish \\#49 1.572622e+12 FAILURE // jsData function gvisDataPieChartID75b0276096 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 4 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 4 ], [ \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 drawChartPieChartID75b0276096() { var data = gvisDataPieChartID75b0276096(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID75b0276096') ); 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(drawChartPieChartID75b0276096); })(); function displayChartPieChartID75b0276096() { 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.639603e+12 100 DevBuild blue 1.643572e+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 gvisDataPieChartID75b05b921e6 () { 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 drawChartPieChartID75b05b921e6() { var data = gvisDataPieChartID75b05b921e6(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID75b05b921e6') ); 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(drawChartPieChartID75b05b921e6); })(); function displayChartPieChartID75b05b921e6() { 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 \\[built-in\\] 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 18307 the Eclipse Apogy project 282 Pierre Allard 203 Regent L Archeveque 6 John E. Lloyd, Fall 4 Pierre Allard Regent L Archeveque 2 Steve Monnier OBEO 2 Pierre Allard (kxCet9YtzsDBkail@Udb6gUlw4g7cXLFG) 1 Chengdong Li V3KMyJMWWCwgjzLh@mBrf6d1UkPfHfaEq 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75b06a79fb45 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 18307 ], [ \"the Eclipse Apogy project\", 282 ], [ \"Pierre Allard\", 203 ], [ \"Regent L Archeveque\", 6 ], [ \"John E. Lloyd, Fall\", 4 ], [ \"Pierre Allard Regent L Archeveque\", 2 ], [ \"Steve Monnier OBEO\", 2 ], [ \"+ Pierre Allard (kxCet9YtzsDBkail@Udb6gUlw4g7cXLFG)\", 1 ], [ \"Chengdong Li V3KMyJMWWCwgjzLh@mBrf6d1UkPfHfaEq\", 1 ], [ \"Konstantin Scheglov \", 1 ], [ \"Tom Schindl \", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID75b06a79fb45() { var data = gvisDataPieChartID75b06a79fb45(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75b06a79fb45') ); 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 9895 Copyright (c) Agence 9270 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75b018bfa949 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 9895 ], [ \"Copyright (c) Agence\", 9270 ], [ \"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 drawChartPieChartID75b018bfa949() { var data = gvisDataPieChartID75b018bfa949(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75b018bfa949') ); 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 9895 Agence 9270 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75b0214ac5e5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 9895 ], [ \"Agence\", 9270 ], [ \"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 drawChartPieChartID75b0214ac5e5() { var data = gvisDataPieChartID75b0214ac5e5(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75b0214ac5e5') ); 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 19568 unknown 9330 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75b0698a057b () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-1.0\", 19568 ], [ \"unknown\", 9330 ], [ \"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\", 125 ], [ \"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 drawChartPieChartID75b0698a057b() { var data = gvisDataPieChartID75b0698a057b(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75b0698a057b') ); 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 10757 Java 8019 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75b049d1eda4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 10757 ], [ \"Java\", 8019 ], [ \"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 drawChartPieChartID75b049d1eda4() { var data = gvisDataPieChartID75b049d1eda4(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75b049d1eda4') ); 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 880 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":"/dataeggs/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 2022-05-01.\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 743 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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00:00:00.000Z\",\"2022-04-06T00:00:00.000Z\",\"2022-04-07T00:00:00.000Z\",\"2022-04-08T00:00:00.000Z\",\"2022-04-09T00:00:00.000Z\",\"2022-04-10T00:00:00.000Z\",\"2022-04-11T00:00:00.000Z\",\"2022-04-12T00:00:00.000Z\",\"2022-04-13T00:00:00.000Z\",\"2022-04-14T00:00:00.000Z\",\"2022-04-15T00:00:00.000Z\",\"2022-04-16T00:00:00.000Z\",\"2022-04-17T00:00:00.000Z\",\"2022-04-18T00:00:00.000Z\",\"2022-04-19T00:00:00.000Z\",\"2022-04-20T00:00:00.000Z\",\"2022-04-21T00:00:00.000Z\",\"2022-04-22T00:00:00.000Z\",\"2022-04-23T00:00:00.000Z\",\"2022-04-24T00:00:00.000Z\",\"2022-04-25T00:00:00.000Z\",\"2022-04-26T00:00:00.000Z\",\"2022-04-27T00:00:00.000Z\",\"2022-04-28T00:00:00.000Z\",\"2022-04-29T00: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,3,2,5,8,2,6,5,0,0,0,0,0,0,1,0,0,1,2,0,0,3,0,0,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,0,0,4,2,2,1,3,0,0,5,2,0,0,0,0,0,0,4,2,0,0,0,0,1,2,3,5,0,0,0,0,2,0,5,2,0,0,2,2,1,2,3,0,0,2,1,2,0,6,0,0,2,2,0,3,3,0,0,5,8,8,4,1,0,0,1,1,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,2,0,4,1,0,0,3,5,3,1,4,0,0,2,0,2,4,1,0,0,1,2,0,1,0,0,0,0,0,3,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,1,0,0,0,0,0,1,4,0,2,0,0,0,2,5,6,0,0,0,4,11,1,1,2,0,0,3,2,2,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,3,0,0,0,0,0,0,0,0,0,0,0,2,2,4,0,0,3,1,3,0,2,0,0,0,1,1,0,0,0,0,1,2,1,0,1,0,0,0,0,0,3,3,0,0,0,3,2,3,3,0,0,2,1,0,0,0,0,0,0,2,0,0,0,0,0,0,2,2,3,1,0,0,0,0,0,1,0,0,0,0,2,0,0,3,0,0,2,0,2,3,0,0,0,0,0,1,4,3,0,0,7,2,3,3,6]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 14528 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 214 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 17 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 147 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-15T00: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,4,3,3,2,2,3,1,2,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 21 weeks.\n// jsData function gvisDataColumnChartID75d639a7dd31 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 32 ], [ \"0.7.1\", 28 ], [ \"0.7.0\", 22 ], [ \"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 ], [ \"1.1.0\", 4 ], [ \"1.2.0\", 3 ], [ \"0.8.3\", 2 ], [ \"0.9.1\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID75d639a7dd31() { var data = gvisDataColumnChartID75d639a7dd31(); 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('ColumnChartID75d639a7dd31') ); 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 gvisDataColumnChartID75d657aa4827 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Models\", 121 ], [ \"General\", 31 ], [ \"Model Migration\", 25 ], [ \"UI\", 17 ], [ \"Cloud\", 7 ], [ \"Help\", 4 ], [ \"Website\", 4 ], [ \"Model Transformation\", 3 ], [ \"Model Transformation - Simulation\", 2 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID75d657aa4827() { var data = gvisDataColumnChartID75d657aa4827(); 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('ColumnChartID75d657aa4827') ); 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 48 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-25T18:55:29.000Z\",\"2020-12-02T18:55:29.000Z\",\"2020-12-09T18:55:29.000Z\",\"2020-12-16T18:55:29.000Z\",\"2020-12-23T18:55:29.000Z\",\"2020-12-30T18:55:29.000Z\",\"2021-01-06T18:55:29.000Z\",\"2021-01-13T18:55:29.000Z\",\"2021-01-20T18:55:29.000Z\",\"2021-01-27T18:55:29.000Z\",\"2021-02-03T18:55:29.000Z\",\"2021-02-10T18:55:29.000Z\",\"2021-02-17T18:55:29.000Z\",\"2021-02-24T18:55:29.000Z\",\"2021-03-03T18:55:29.000Z\",\"2021-03-10T18:55:29.000Z\",\"2021-03-17T18:55:29.000Z\",\"2021-03-24T18:55:29.000Z\",\"2021-03-31T18:55:29.000Z\",\"2021-04-07T18:55:29.000Z\",\"2021-04-14T18:55:29.000Z\",\"2021-04-21T18:55:29.000Z\",\"2021-04-28T18:55:29.000Z\",\"2021-05-05T18:55:29.000Z\",\"2021-05-12T18:55:29.000Z\",\"2021-05-19T18:55:29.000Z\",\"2021-05-26T18:55:29.000Z\",\"2021-06-02T18:55:29.000Z\",\"2021-06-09T18:55:29.000Z\",\"2021-06-16T18:55:29.000Z\",\"2021-06-23T18:55:29.000Z\",\"2021-06-30T18:55:29.000Z\",\"2021-07-07T18:55:29.000Z\",\"2021-07-14T18:55:29.000Z\",\"2021-07-21T18:55:29.000Z\",\"2021-07-28T18:55:29.000Z\",\"2021-08-04T18:55:29.000Z\",\"2021-08-11T18:55:29.000Z\",\"2021-08-18T18:55:29.000Z\",\"2021-08-25T18:55:29.000Z\",\"2021-09-01T18:55:29.000Z\",\"2021-09-08T18:55:29.000Z\",\"2021-09-15T18:55:29.000Z\",\"2021-09-22T18:55:29.000Z\",\"2021-09-29T18:55:29.000Z\",\"2021-10-06T18:55:29.000Z\",\"2021-10-13T18:55:29.000Z\",\"2021-10-20T18:55:29.000Z\",\"2021-10-27T18:55:29.000Z\",\"2021-11-03T18:55:29.000Z\",\"2021-11-10T18:55:29.000Z\",\"2021-11-17T18:55:29.000Z\",\"2021-11-24T18:55:29.000Z\",\"2021-12-01T18:55:29.000Z\",\"2021-12-08T18:55:29.000Z\",\"2021-12-15T18:55:29.000Z\",\"2021-12-22T18:55:29.000Z\",\"2021-12-29T18:55:29.000Z\",\"2022-01-05T18:55:29.000Z\",\"2022-01-12T18:55:29.000Z\",\"2022-01-19T18:55:29.000Z\",\"2022-01-26T18:55:29.000Z\",\"2022-02-02T18:55:29.000Z\",\"2022-02-09T18:55:29.000Z\",\"2022-02-16T18:55:29.000Z\",\"2022-02-23T18:55:29.000Z\",\"2022-03-02T18:55:29.000Z\",\"2022-03-09T18:55:29.000Z\",\"2022-03-16T18:55:29.000Z\",\"2022-03-22T13:06:56.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,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,4,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]],\"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 1850924 Eclipse LSAT also wants to use JGraphT 2022-03-22 13:06:56 234099 1849539 \\[Model Semantics\\] Preemptiveness is not a default algorithmic parameter 2022-01-24 11:07:15 229384 1844300 Re: NO APP4MC Multicore Support Feature 2021-09-08 13:16:06 232879 1844290 Re: NO APP4MC Multicore Support Feature 2021-09-08 08:47:45 226222 1844268 NO APP4MC Multicore Support Feature 2021-09-07 15:44:35 232879 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 \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 24 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 1110369 Eclipse LSAT also wants to use JGraphT 2022-03-22 13:06:56 1850924 0 4520 1109936 \\[Model Semantics\\] Preemptiveness is not a default algorithmic parameter 2022-01-24 11:07:15 1849539 0 5259 1108866 NO APP4MC Multicore Support Feature 2021-09-08 13:16:06 1844300 2 819 1105898 Error: No model loaded! in IndexExample 2020-11-24 00:31:30 1835048 1 2000 1105667 HW MemoryDefinition, Memory and MemoryMapping 2020-11-05 03:27:01 1834208 2 2448 1105640 PortType initiator vs responder 2020-11-04 00:41:25 1834153 2 1317 1105470 Visualize Task Execution 2020-10-12 07:49:46 1833387 2 600 1104274 \\[Extensability - M2M transformations\\] Integrating a maven powered model with app4mc M2M 2020-06-25 09:04:30 1829105 0 1710 1104268 LET (Logical Execution Time) 2020-06-26 01:57:50 1829151 2 1015 1103798 \\[Model Semantics\\] OsEvents - Counter in {Set\\|Clear}Event 2020-05-23 10:48:28 1827776 1 1780 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 78 commits.\n ID Name Time Result 1075 build-app4mc-model.transform.framework-develop \\#1075 1.649669e+12 SUCCESS 1074 build-app4mc-model.transform.framework-develop \\#1074 1.649170e+12 SUCCESS 1073 build-app4mc-model.transform.framework-develop \\#1073 1.649164e+12 SUCCESS 1009 build-app4mc-model.transform.sim.app4mc-develop \\#1009 1.649669e+12 SUCCESS 1008 build-app4mc-model.transform.sim.app4mc-develop \\#1008 1.649170e+12 SUCCESS 1007 build-app4mc-model.transform.sim.app4mc-develop \\#1007 1.649165e+12 FAILURE 1023 build-app4mc-model.transform.slg-develop \\#1023 1.649669e+12 SUCCESS 1022 build-app4mc-model.transform.slg-develop \\#1022 1.649170e+12 SUCCESS 1021 build-app4mc-model.transform.slg-develop \\#1021 1.649165e+12 SUCCESS 149 build-app4mc-modelmigration-develop \\#149 1.650994e+12 SUCCESS // jsData function gvisDataPieChartID75d63a9d4b7d () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;FAILURE\u0026rdquo;, 1 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 77 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID75d63a9d4b7d() { var data = gvisDataPieChartID75d63a9d4b7d(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID75d63a9d4b7d') ); 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(drawChartPieChartID75d63a9d4b7d); })(); function displayChartPieChartID75d63a9d4b7d() { 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.649669e+12 100 build-app4mc-model.transform.sim.app4mc-develop blue 1.649669e+12 66 build-app4mc-model.transform.slg-develop blue 1.649669e+12 100 build-app4mc-modelmigration-develop blue 1.650994e+12 100 build-app4mc-modelmigration-develop-sonar blue 1.647949e+12 100 build-app4mc-modelmigration-master-release blue 1.651246e+12 100 build-app4mc-modelmigration-release-ossrh blue 1.651316e+12 100 build-app4mc-platform-develop blue 1.651251e+12 100 build-app4mc-platform-develop-sonar blue 1.648625e+12 100 // jsData function gvisDataPieChartID75d631a5812e () { 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 drawChartPieChartID75d631a5812e() { var data = gvisDataPieChartID75d631a5812e(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID75d631a5812e') ); 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(drawChartPieChartID75d631a5812e); })(); function displayChartPieChartID75d631a5812e() { 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 11 commits.\n Author Count unknown 4787 d4RV7yHoESLqIVSD@kYHBsgCD9u2z905v 12 Jan Steffen Becker (y5wNhexeaKgpQ47/(**CJnvBOZRqZt1+Wzd?**)) 2 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 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75d61960f91 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 4787 ], [ \"d4RV7yHoESLqIVSD@kYHBsgCD9u2z905v\", 12 ], [ \"Jan Steffen Becker (y5wNhexeaKgpQ47/@CJnvBOZRqZt1+Wzd)\", 2 ], [ \"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 drawChartPieChartID75d61960f91() { var data = gvisDataPieChartID75d61960f91(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75d61960f91') ); 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 2473 Copyright (c) Robert Bosch GmbH and others 1736 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 51 Copyright (c) Vector Informatik GmbH and others 51 Copyright Eclipse APP4MC contributors and others 36 Copyright (c) INCHRON AG and others 32 Copyright (c) Robert Bosch GmbH. 18 Copyright (c) Eclipse 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75d6739e8abc () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2473 ], [ \"Copyright (c) Robert Bosch GmbH and others\", 1736 ], [ \"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\", 51 ], [ \"Copyright (c) Vector Informatik GmbH and others\", 51 ], [ \"(c) Copyright Eclipse APP4MC contributors and others\", 36 ], [ \"Copyright (c) INCHRON AG and others\", 32 ], [ \"Copyright (c) Robert Bosch GmbH.\", 18 ], [ \"Copyright (c) Eclipse\", 6 ], [ \"Copyright (c) IBM Corporation and others\", 4 ], [ \"Copyright (c) C-LAB (University of Paderborn) and others\", 3 ], [ \"Copyright (c) Eclispe\", 3 ], [ \"Copyright (c) DLR\", 2 ], [ \"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 (c) OFFIS\", 1 ], [ \"Copyright (c) itemis AG and others\", 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 drawChartPieChartID75d6739e8abc() { var data = gvisDataPieChartID75d6739e8abc(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75d6739e8abc') ); 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 2473 Robert Bosch GmbH and others 1736 Dortmund University of Applied Sciences and Arts and others 243 Timing-Architects Embedded Systems GmbH and others 173 Eclipse APP4MC contributors 51 Vector Informatik GmbH and others 51 Eclipse APP4MC contributors and others 36 INCHRON AG and others 32 Robert Bosch GmbH. 18 The Eclipse Foundation 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75d639707b49 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2473 ], [ \"Robert Bosch GmbH and others\", 1736 ], [ \"Dortmund University of Applied Sciences and Arts and others\", 243 ], [ \"Timing-Architects Embedded Systems GmbH and others\", 173 ], [ \"Eclipse APP4MC contributors\", 51 ], [ \"Vector Informatik GmbH and others\", 51 ], [ \"Eclipse APP4MC contributors and others\", 36 ], [ \"INCHRON AG and others\", 32 ], [ \"Robert Bosch GmbH.\", 18 ], [ \"The Eclipse Foundation\", 6 ], [ \"Free Software Foundation, Inc.\", 4 ], [ \"IBM Corporation and others\", 4 ], [ \"C-LAB (University of Paderborn) and others\", 3 ], [ \"Eclispe\", 3 ], [ \"Barak Naveh and Contributors\", 2 ], [ \"DLR\", 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 ], [ \"OFFIS\", 1 ], [ \"Taro L. Saito\", 1 ], [ \"The Apache Software Foundation\", 1 ], [ \"itemis AG and others\", 1 ] ]; data.addColumn('string','holder'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID75d639707b49() { var data = gvisDataPieChartID75d639707b49(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75d639707b49') ); 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 37 commits.\n Licence Count epl-2.0 3122 epl-2.0 OR apache-2.0 2298 unknown 2200 epl-1.0 254 apache-2.0 139 bsd-new OR epl-2.0 28 bsd-new 27 classpath-exception-2.0 20 bsd-simplified 12 public-domain 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75d6120df9f5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 3122 ], [ \"epl-2.0 OR apache-2.0\", 2298 ], [ \"unknown\", 2200 ], [ \"epl-1.0\", 254 ], [ \"apache-2.0\", 139 ], [ \"bsd-new OR epl-2.0\", 28 ], [ \"bsd-new\", 27 ], [ \"classpath-exception-2.0\", 20 ], [ \"bsd-simplified\", 12 ], [ \"public-domain\", 12 ], [ \"mit\", 8 ], [ \"bsd-original\", 7 ], [ \"proprietary-license\", 7 ], [ \"unknown\", 7 ], [ \"lgpl-2.1-plus\", 6 ], [ \"lgpl-2.0-plus\", 5 ], [ \"apache-1.1\", 4 ], [ \"lgpl-2.1\", 4 ], [ \"warranty-disclaimer\", 4 ], [ \"cc0-1.0\", 3 ], [ \"cddl-1.0\", 2 ], [ \"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-2.0 OR apache-1.1\", 1 ], [ \"free-unknown\", 1 ], [ \"generic-export-compliance\", 1 ], [ \"gpl-2.0\", 1 ], [ \"isc\", 1 ], [ \"mit-old-style\", 1 ], [ \"mpl-1.1\", 1 ], [ \"mpl-2.0\", 1 ], [ \"other-permissive\", 1 ], [ \"unicode-tou\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID75d6120df9f5() { var data = gvisDataPieChartID75d6120df9f5(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75d6120df9f5') ); 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 2241 Java 2199 HTML 259 Python 75 Perl6 14 CSS 7 Objective-C 6 PHP 6 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75d65bddbd5c () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2241 ], [ \"Java\", 2199 ], [ \"HTML\", 259 ], [ \"Python\", 75 ], [ \"Perl6\", 14 ], [ \"CSS\", 7 ], [ \"Objective-C\", 6 ], [ \"PHP\", 6 ], [ \"JavaScript\", 4 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID75d65bddbd5c() { var data = gvisDataPieChartID75d65bddbd5c(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75d65bddbd5c') ); 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 169 commits.\n Holders Type DEPENDENCIES manifest LICENSE legal NOTICE.md legal pom.xml manifest README.md readme 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 ","href":"/dataeggs/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 2022-05-01.\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 621 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\",\"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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00:00:00.000Z\",\"2022-04-06T00:00:00.000Z\",\"2022-04-07T00:00:00.000Z\",\"2022-04-08T00:00:00.000Z\",\"2022-04-09T00:00:00.000Z\",\"2022-04-10T00:00:00.000Z\",\"2022-04-11T00:00:00.000Z\",\"2022-04-12T00:00:00.000Z\",\"2022-04-13T00:00:00.000Z\",\"2022-04-14T00:00:00.000Z\",\"2022-04-15T00:00:00.000Z\",\"2022-04-16T00:00:00.000Z\",\"2022-04-17T00:00:00.000Z\",\"2022-04-18T00:00:00.000Z\",\"2022-04-19T00:00:00.000Z\",\"2022-04-20T00:00:00.000Z\",\"2022-04-21T00:00:00.000Z\",\"2022-04-22T00:00:00.000Z\",\"2022-04-23T00:00:00.000Z\",\"2022-04-24T00:00:00.000Z\",\"2022-04-25T00:00:00.000Z\",\"2022-04-26T00:00:00.000Z\",\"2022-04-27T00:00:00.000Z\",\"2022-04-28T00:00:00.000Z\",\"2022-04-29T00:00:00.000Z\",\"2022-04-30T00: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,1,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,1,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,2,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,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,11,0,0,1,0,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,1,1,0,0,0,0,0,0,2,0,1,0,0,0,0,1,0,0,1,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,0,0,0,0,0,0,1,0,0,0,1,5,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,3,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,1,4,1,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,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,3,4,0,0,0,0,0,1,2,2,2,0,1,0,0,0,0,1,0,0,0,0,2,0,0,1,0,0,3,0,1,0,2,0,1,2,2,2,4,1,1,0,0,1,2,0,0,6,1,0,3,2,5,0,1,0,0,7,1,3,3,2,0,0,2,2,3,1,5,1,2,8,6,4,4,3,0,0,12,3,0,1,0,0,0,2,2,0,0,0,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 14861 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 371 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 141 deploy \\#141 1.637726e+12 SUCCESS 140 deploy \\#140 1.637680e+12 SUCCESS 139 deploy \\#139 1.636035e+12 SUCCESS // jsData function gvisDataPieChartID75ffd20fc61 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 20 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 145 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 206 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID75ffd20fc61() { var data = gvisDataPieChartID75ffd20fc61(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID75ffd20fc61') ); 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(drawChartPieChartID75ffd20fc61); })(); function displayChartPieChartID75ffd20fc61() { 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.637726e+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 blue 1.637812e+12 33 master blue 1.651345e+12 100 new-version blue 1.637772e+12 80 publish-p2-repo blue 1.637681e+12 100 release blue 1.637679e+12 100 // jsData function gvisDataPieChartID75ffdcc195e () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 1 ], [ \u0026ldquo;blue\u0026rdquo;, 9 ], [ \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 drawChartPieChartID75ffdcc195e() { var data = gvisDataPieChartID75ffdcc195e(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID75ffdcc195e') ); 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(drawChartPieChartID75ffdcc195e); })(); function displayChartPieChartID75ffdcc195e() { 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.\\\\OK. CI URL is a Hudson instance. Title is \\[built-in\\] 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 3333 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75ff7fffec02 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 3333 ], [ \"collect\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID75ff7fffec02() { var data = gvisDataPieChartID75ff7fffec02(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75ff7fffec02') ); 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 2089 unknown 567 Copyright (c) Goldman Sachs and others 558 Copyright (c) The Bank of New York Mellon 52 Copyright (c) Shotaro Sano and others 11 Copyright (c) Bhavana Hindupur 9 Copyright (c) The Eclipse Foundation 8 Copyright (c) Ivan Sopov and others 7 Copyright (c) Shotaro Sano 7 Copyright (c) Eclipse Foundation, Inc. 5 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75ff17d7dd6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Copyright (c) Goldman Sachs\", 2089 ], [ \"unknown\", 567 ], [ \"Copyright (c) Goldman Sachs and others\", 558 ], [ \"Copyright (c) The Bank of New York Mellon\", 52 ], [ \"Copyright (c) Shotaro Sano and others\", 11 ], [ \"Copyright (c) Bhavana Hindupur\", 9 ], [ \"Copyright (c) The Eclipse Foundation\", 8 ], [ \"Copyright (c) Ivan Sopov and others\", 7 ], [ \"Copyright (c) Shotaro Sano\", 7 ], [ \"Copyright (c) Eclipse Foundation, Inc.\", 5 ], [ \"Copyright (c) Two Sigma\", 5 ], [ \"Copyright (c) Bhavana Hindupur and others\", 4 ], [ \"Copyright (c) The Bank of New York Mellon and others\", 4 ], [ \"Copyright (c) Two Sigma and others\", 4 ], [ \"Copyright (c) Zoltan Ujhelyi and Eclipse Collections project\", 3 ], [ \"Copyright (c) Gaurav Khurana\", 2 ], [ \"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 drawChartPieChartID75ff17d7dd6() { var data = gvisDataPieChartID75ff17d7dd6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75ff17d7dd6') ); 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. \\~ 2089 unknown 568 Goldman Sachs and others. \\~ 558 The Bank of New York Mellon 52 Shotaro Sano and others 11 Bhavana Hindupur 9 The Eclipse Foundation 8 Ivan Sopov and others. \\~ 7 Shotaro Sano 7 Eclipse Foundation, Inc. 5 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75ff882ddb2 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Goldman Sachs. ~\", 2089 ], [ \"unknown\", 568 ], [ \"Goldman Sachs and others. ~\", 558 ], [ \"The Bank of New York Mellon\", 52 ], [ \"Shotaro Sano and others\", 11 ], [ \"Bhavana Hindupur\", 9 ], [ \"The Eclipse Foundation\", 8 ], [ \"Ivan Sopov and others. ~\", 7 ], [ \"Shotaro Sano\", 7 ], [ \"Eclipse Foundation, Inc.\", 5 ], [ \"Two Sigma\", 5 ], [ \"Bhavana Hindupur and others\", 4 ], [ \"The Bank of New York Mellon and others\", 4 ], [ \"Two Sigma and others\", 4 ], [ \"Zoltan Ujhelyi and Eclipse Collections project. ~\", 3 ], [ \"Gaurav Khurana\", 2 ], [ \"(c 20(1 2) d . .$ ^\", 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 drawChartPieChartID75ff882ddb2() { var data = gvisDataPieChartID75ff882ddb2(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75ff882ddb2') ); 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 2762 unknown 557 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75ff47e7e15a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-1.0 OR bsd-new\", 2762 ], [ \"unknown\", 557 ], [ \"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 drawChartPieChartID75ff47e7e15a() { var data = gvisDataPieChartID75ff47e7e15a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75ff47e7e15a') ); 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 2660 Python 371 unknown 229 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID75ff3b1ac1af () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 2660 ], [ \"Python\", 371 ], [ \"unknown\", 229 ], [ \"Scala\", 54 ], [ \"HTML\", 19 ], [ \"ActionScript 3\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID75ff3b1ac1af() { var data = gvisDataPieChartID75ff3b1ac1af(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID75ff3b1ac1af') ); 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 40 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":"/dataeggs/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 2022-05-01.\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 511 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\",\"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\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00:00:00.000Z\",\"2022-04-06T00:00:00.000Z\",\"2022-04-07T00:00:00.000Z\",\"2022-04-08T00:00:00.000Z\",\"2022-04-09T00:00:00.000Z\",\"2022-04-10T00:00:00.000Z\",\"2022-04-11T00:00:00.000Z\",\"2022-04-12T00:00:00.000Z\",\"2022-04-13T00:00:00.000Z\",\"2022-04-14T00:00:00.000Z\",\"2022-04-15T00:00:00.000Z\",\"2022-04-16T00:00:00.000Z\",\"2022-04-17T00:00:00.000Z\",\"2022-04-18T00:00:00.000Z\",\"2022-04-19T00:00:00.000Z\",\"2022-04-20T00:00:00.000Z\",\"2022-04-21T00:00:00.000Z\",\"2022-04-22T00:00:00.000Z\",\"2022-04-23T00:00:00.000Z\",\"2022-04-24T00:00:00.000Z\",\"2022-04-25T00:00:00.000Z\",\"2022-04-26T00:00:00.000Z\",\"2022-04-27T00:00:00.000Z\",\"2022-04-28T00:00:00.000Z\",\"2022-04-29T00: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,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,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,1,0,0,0,0,2,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,2,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,1,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,0,0,0,0,3,1,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,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,1,1,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,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,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,3,0,0,3]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 12039 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 947 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 111 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 544 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-29T00: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,5,4,3,1,3,4,3,3,1,3,1,2,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 9 weeks.\n// jsData function gvisDataColumnChartID7623617b7e28 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 139 ], [ \"0.2.0\", 120 ], [ \"0.3.0\", 118 ], [ \"0.7.0\", 114 ], [ \"0.5.0\", 113 ], [ \"0.4.0\", 112 ], [ \"0.1.0\", 105 ], [ \"0.6.0\", 102 ], [ \"0.8.0\", 24 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID7623617b7e28() { var data = gvisDataColumnChartID7623617b7e28(); 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('ColumnChartID7623617b7e28') ); 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 gvisDataColumnChartID7623e813928 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"UI\", 255 ], [ \"Modules\", 198 ], [ \"Core\", 187 ], [ \"Engines\", 152 ], [ \"General\", 71 ], [ \"Help\", 45 ], [ \"Scripts\", 34 ], [ \"Website\", 5 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID7623e813928() { var data = gvisDataColumnChartID7623e813928(); 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('ColumnChartID7623e813928') ); 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 253 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\",\"2021-01-26T17:55:09.000Z\",\"2021-02-02T17:55:09.000Z\",\"2021-02-09T17:55:09.000Z\",\"2021-02-16T17:55:09.000Z\",\"2021-02-23T17:55:09.000Z\",\"2021-03-02T17:55:09.000Z\",\"2021-03-09T17:55:09.000Z\",\"2021-03-16T17:55:09.000Z\",\"2021-03-23T17:55:09.000Z\",\"2021-03-30T17:55:09.000Z\",\"2021-04-06T17:55:09.000Z\",\"2021-04-13T17:55:09.000Z\",\"2021-04-20T17:55:09.000Z\",\"2021-04-30T20:44:40.000Z\",\"2021-05-04T17:55:09.000Z\",\"2021-05-11T17:55:09.000Z\",\"2021-05-18T17:55:09.000Z\",\"2021-05-25T17:55:09.000Z\",\"2021-06-01T17:55:09.000Z\",\"2021-06-08T17:55:09.000Z\",\"2021-06-15T17:55:09.000Z\",\"2021-06-22T17:55:09.000Z\",\"2021-06-29T17:55:09.000Z\",\"2021-07-06T17:55:09.000Z\",\"2021-07-13T17:55:09.000Z\",\"2021-07-20T17:55:09.000Z\",\"2021-07-27T17:55:09.000Z\",\"2021-08-03T17:55:09.000Z\",\"2021-08-10T17:55:09.000Z\",\"2021-08-17T17:55:09.000Z\",\"2021-08-24T17:55:09.000Z\",\"2021-08-31T17:55:09.000Z\",\"2021-09-07T17:55:09.000Z\",\"2021-09-14T17:55:09.000Z\",\"2021-09-26T09:48:31.000Z\",\"2021-10-03T09:59:39.000Z\",\"2021-10-05T17:55:09.000Z\",\"2021-10-15T14:16:10.000Z\",\"2021-10-21T18:57:40.000Z\",\"2021-10-26T17:55:09.000Z\",\"2021-11-02T17:55:09.000Z\",\"2021-11-09T17:55:09.000Z\",\"2021-11-16T17:55:09.000Z\",\"2021-11-23T17:55:09.000Z\",\"2021-11-30T17:55:09.000Z\",\"2021-12-07T17:55:09.000Z\",\"2021-12-15T06:29:22.000Z\",\"2021-12-21T17:55:09.000Z\",\"2021-12-28T17:55:09.000Z\",\"2022-01-04T17:55:09.000Z\",\"2022-01-11T17:55:09.000Z\",\"2022-01-18T17:55:09.000Z\",\"2022-01-25T17:55:09.000Z\",\"2022-02-01T17:55:09.000Z\",\"2022-02-08T17:55:09.000Z\",\"2022-02-16T17:23:36.000Z\",\"2022-02-26T10:19:07.000Z\",\"2022-03-01T17:55:09.000Z\",\"2022-03-08T17:55:09.000Z\",\"2022-03-15T17:55:09.000Z\",\"2022-03-22T17:55:09.000Z\",\"2022-03-29T17:55:09.000Z\",\"2022-04-05T17:55:09.000Z\",\"2022-04-12T17:55:09.000Z\",\"2022-04-19T17:55:09.000Z\",\"2022-04-26T13:01:57.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,1,1,1,1,1,1,1,1,1,1,1,1,1,5,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,4,5,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,3,1,1,1,1,1,1,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.ease forum. ID Subject Post date Post author 1852030 Re: Jython not used 2022-04-26 13:01:57 58927 1851654 Jython not used 2022-04-12 00:23:48 2557 1850357 Re: Eclipse CDT project configuration 2022-02-26 10:19:07 58927 1850279 Re: Eclipse CDT project configuration 2022-02-23 16:52:25 233900 1850115 Re: Eclipse CDT project configuration 2022-02-16 17:23:36 58927 1850099 Eclipse CDT project configuration 2022-02-15 19:23:07 233900 1848726 Re: EASE in Python4Capella 2021-12-15 06:29:22 58927 1848666 EASE in Python4Capella 2021-12-13 15:00:16 202390 1847290 Re: Eclipse 2021-09 and Java 11 does it work? 2021-10-21 18:57:40 58927 1847255 Re: Eclipse 2021-09 and Java 11 does it work? 2021-10-21 08:34:08 99009 \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 74 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 1110572 Jython not used 2022-04-26 13:01:57 1852030 1 2701 1110107 Eclipse CDT project configuration 2022-02-26 10:19:07 1850357 3 1208 1109661 EASE in Python4Capella 2021-12-15 06:29:22 1848726 1 1330 1109216 Eclipse 2021-09 and Java 11 does it work? 2021-10-21 18:57:40 1847290 4 1933 1109032 Regexp in String.replaceAll() not working? 2021-10-12 06:38:52 1847010 3 2834 1107846 chicken and egg: can I create a workspace using an EASE script? 2021-05-03 06:47:47 1841073 1 1087 1107798 Executing EASE scripts from CLI using Eclipse 2021-04-29 18:09:02 1840978 1 1414 1106659 EASE debug mode 2021-01-21 00:19:11 1837013 1 438 1106245 import vs include 2020-12-15 06:24:21 1835848 1 1115 1106232 EASE UI module takes over context menus? 2020-12-16 05:00:38 1835898 2 1462 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 1782 commits.\n ID Name Time Result 1145 ease.build.core \\#1145 1.651289e+12 SUCCESS 1144 ease.build.core \\#1144 1.651247e+12 SUCCESS 1143 ease.build.core \\#1143 1.651203e+12 SUCCESS 1142 ease.build.core \\#1142 1.651116e+12 SUCCESS 1141 ease.build.core \\#1141 1.651030e+12 SUCCESS 1140 ease.build.core \\#1140 1.650974e+12 SUCCESS 1139 ease.build.core \\#1139 1.650943e+12 SUCCESS 1138 ease.build.core \\#1138 1.650857e+12 FAILURE 1137 ease.build.core \\#1137 1.650771e+12 FAILURE 1136 ease.build.core \\#1136 1.650684e+12 SUCCESS // jsData function gvisDataPieChartID76237002602e () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 53 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 428 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 1213 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 88 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID76237002602e() { var data = gvisDataPieChartID76237002602e(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID76237002602e') ); 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(drawChartPieChartID76237002602e); })(); function displayChartPieChartID76237002602e() { 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 ease.build.core blue 1.651289e+12 100 ease.build.core.repopulate\\_nightly\\_p2\\_site blue 1.634304e+12 100 ease.build.module.doclet blue 1.651289e+12 100 ease.build.modules blue 1.651290e+12 100 ease.build.nightly blue 1.651289e+12 100 ease.build.release blue 1.620734e+12 60 ease.build.release.deploy blue 1.624344e+12 100 ease.maintenance.downloadarea red 1.616754e+12 33 ease.verify.core.gerrit blue 1.651247e+12 80 ease.verify.core.target.2018-09 red 1.651081e+12 0 // jsData function gvisDataPieChartID76233e5b6811 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 19 ], [ \u0026ldquo;red\u0026rdquo;, 5 ], [ \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 drawChartPieChartID76233e5b6811() { var data = gvisDataPieChartID76233e5b6811(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID76233e5b6811') ); 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(drawChartPieChartID76233e5b6811); })(); function displayChartPieChartID76233e5b6811() { 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 1790 Christian Pontesegger 1 the Eclipse EASE 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID762378b2b64e () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1790 ], [ \"Christian Pontesegger\", 1 ], [ \"the Eclipse EASE project\", 1 ] ]; data.addColumn('string','author'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID762378b2b64e() { var data = gvisDataPieChartID762378b2b64e(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID762378b2b64e') ); 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 1072 Copyright (c) Christian Pontesegger and others 514 Copyright (c) year user and others 41 Copyright (c) IBM Corporation and others 28 Copyright (c) Martin Kloesch and others 28 Copyright (c) Kichwa Coders and others 24 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID76236045dc8d () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1072 ], [ \"Copyright (c) Christian Pontesegger and others\", 514 ], [ \"Copyright (c) year user and others\", 41 ], [ \"Copyright (c) IBM Corporation and others\", 28 ], [ \"Copyright (c) Martin Kloesch and others\", 28 ], [ \"Copyright (c) Kichwa Coders and others\", 24 ], [ \"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 drawChartPieChartID76236045dc8d() { var data = gvisDataPieChartID76236045dc8d(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID76236045dc8d') ); 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 1072 Christian Pontesegger and others 514 \\$ year \\$ user and others 41 IBM Corporation and others 28 Martin Kloesch and others 28 Kichwa Coders and others 24 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID76235e07d64a () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1072 ], [ \"Christian Pontesegger and others\", 514 ], [ \"$ year $ user and others\", 41 ], [ \"IBM Corporation and others\", 28 ], [ \"Martin Kloesch and others\", 28 ], [ \"Kichwa Coders and others\", 24 ], [ \"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 drawChartPieChartID76235e07d64a() { var data = gvisDataPieChartID76235e07d64a(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID76235e07d64a') ); 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 1013 epl-2.0 OR apache-2.0 714 unknown-spdx OR epl-2.0 584 epl-2.0 125 epl-1.0 22 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID762356e76e39 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 1013 ], [ \"epl-2.0 OR apache-2.0\", 714 ], [ \"unknown-spdx OR epl-2.0\", 584 ], [ \"epl-2.0\", 125 ], [ \"epl-1.0\", 22 ], [ \"bsd-new\", 15 ], [ \"unknown\", 15 ], [ \"cpl-1.0 AND other-permissive\", 3 ], [ \"python\", 2 ], [ \"apache-2.0 OR epl-2.0\", 1 ], [ \"unknown-spdx OR unknown-spdx OR unknown-spdx OR unknown-spdx OR unknown-spdx OR unknown-spdx\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID762356e76e39() { var data = gvisDataPieChartID762356e76e39(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID762356e76e39') ); 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 950 Java 706 HTML 51 JavaScript 28 PHP 25 Python 22 CSS 6 VB.net 2 Bash 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID762319c2e6f6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 950 ], [ \"Java\", 706 ], [ \"HTML\", 51 ], [ \"JavaScript\", 28 ], [ \"PHP\", 25 ], [ \"Python\", 22 ], [ \"CSS\", 6 ], [ \"VB.net\", 2 ], [ \"Bash\", 1 ], [ \"Objective-C\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID762319c2e6f6() { var data = gvisDataPieChartID762319c2e6f6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID762319c2e6f6') ); 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 126 commits.\n Holders Type LICENSE legal NOTICE legal pom.xml manifest README.md readme 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 ","href":"/dataeggs/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 2022-05-01.\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 2441 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\",\"2021-04-24T00:00:00.000Z\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00: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,1,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,1,0,1,2,2,0,2,0,0,0,1,0,0,0,0,1,4,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,2,0,0,0,0,1,2,4,2,2,2,3,3,1,0,0,0,1,2,3,3,1,0,0,0,0,0,0,1,0,0,2,0,0,3,0,0,0,0,0,1,1,1,2,2,0,1,0,0,1,0,0,0,0,1,0,4,0,0,1,0,0,0,1,0,1,1,1,0,0,0,1,0,0,2,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,3,2,2,2,0,1,0,1,3,2,0,0,0,1,0,2,1,0,0,0,0,0,0,0,1,0,0,2,4,1,1,0,0,1,12,1,2,2,3,6,1,1,1,3,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,1,1,2,0,0,2,1,1,1,0,0,0,1,2,0,0,0,0,0,2,0,0,0,0,0,0,3,0,0,0,0,1,2,7,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,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,3,2,1,2,1,2,0,0,2,1,2,2,2,2,1,3,1,1,0,0,0,0,1,3,2,1,0,0,2,2,1,0,0,1,0,0,0,1,3,1,0,0,1,0,0,0,0,2,0,0,2,1,2,0,1,1,1,1]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 91298 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 5332 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 1468 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 2494 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-27T00: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,72,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,10,5,12,10,10,16,4,6,14,2,15,20,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 78 weeks.\n// jsData function gvisDataColumnChartID764a4f2cd3b8 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 1836 ], [ \"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\", 101 ], [ \"2.2\", 96 ], [ \"4.0\", 89 ], [ \"0.10.0\", 88 ], [ \"5.6\", 85 ], [ \"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.13\", 21 ], [ \"5.8\", 21 ], [ \"3.0.3\", 18 ], [ \"5.12\", 17 ], [ \"6.0\", 17 ], [ \"3.5.1\", 16 ], [ \"4.1.1\", 16 ], [ \"3.3.2\", 15 ], [ \"3.4.2\", 15 ], [ \"6.1\", 15 ], [ \"5.10\", 14 ], [ \"5.9\", 14 ], [ \"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\", 8 ], [ \"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 ], [ \"4.0.1\", 2 ], [ \"5.4.2\", 2 ], [ \"6.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 drawChartColumnChartID764a4f2cd3b8() { var data = gvisDataColumnChartID764a4f2cd3b8(); 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('ColumnChartID764a4f2cd3b8') ); 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 gvisDataColumnChartID764a5a011887 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"UI\", 3570 ], [ \"Core\", 1389 ], [ \"Releng\", 122 ], [ \"GitHub\", 115 ], [ \"Mylyn\", 86 ], [ \"Gitflow\", 50 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID764a5a011887() { var data = gvisDataColumnChartID764a5a011887(); 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('ColumnChartID764a5a011887') ); 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 8258 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\":[\"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\":[[\"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\",\"2021-04-22T04:01:01.000Z\",\"2021-04-29T04:01:01.000Z\",\"2021-05-06T04:01:01.000Z\",\"2021-05-14T22:46:05.000Z\",\"2021-05-22T07:51:45.000Z\",\"2021-05-27T10:20:30.000Z\",\"2021-06-03T04:01:01.000Z\",\"2021-06-10T04:01:01.000Z\",\"2021-06-20T00:08:59.000Z\",\"2021-06-26T23:23:25.000Z\",\"2021-07-03T19:58:14.000Z\",\"2021-07-11T00:24:37.000Z\",\"2021-07-16T15:19:27.000Z\",\"2021-07-22T22:34:00.000Z\",\"2021-07-31T18:06:42.000Z\",\"2021-08-08T18:11:04.000Z\",\"2021-08-14T10:18:30.000Z\",\"2021-08-20T15:37:59.000Z\",\"2021-08-26T04:01:01.000Z\",\"2021-09-03T00:01:16.000Z\",\"2021-09-09T04:01:01.000Z\",\"2021-09-16T22:36:09.000Z\",\"2021-09-23T04:01:01.000Z\",\"2021-09-30T04:01:01.000Z\",\"2021-10-09T03:28:57.000Z\",\"2021-10-14T04:01:01.000Z\",\"2021-10-21T04:01:01.000Z\",\"2021-10-30T10:42:52.000Z\",\"2021-11-04T04:01:01.000Z\",\"2021-11-11T04:01:01.000Z\",\"2021-11-19T07:29:15.000Z\",\"2021-11-25T04:01:01.000Z\",\"2021-12-02T04:01:01.000Z\",\"2021-12-10T12:52:24.000Z\",\"2021-12-19T18:12:15.000Z\",\"2021-12-24T03:16:16.000Z\",\"2022-01-02T19:33:35.000Z\",\"2022-01-07T18:50:50.000Z\",\"2022-01-13T04:01:01.000Z\",\"2022-01-23T17:35:32.000Z\",\"2022-01-30T10:31:28.000Z\",\"2022-02-03T10:55:23.000Z\",\"2022-02-10T04:01:01.000Z\",\"2022-02-19T17:50:08.000Z\",\"2022-02-25T22:38:16.000Z\",\"2022-03-03T15:00:33.000Z\",\"2022-03-13T21:58:01.000Z\",\"2022-03-17T15:59:38.000Z\",\"2022-03-25T07:51:31.000Z\",\"2022-04-01T19:55:35.000Z\",\"2022-04-07T22:15:30.000Z\",\"2022-04-15T19:49:05.000Z\",\"2022-04-21T04:01:01.000Z\",\"2022-04-29T07:58:00.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,1,1,1,11,13,8,1,3,25,10,25,3,7,5,16,2,7,7,2,4,3,10,1,2,4,8,1,2,1,2,2,1,6,3,2,11,9,8,1,6,16,5,2,3,3,7,3,4,7,8,8,10,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 technology.egit forum. ID Subject Post date Post author 1852102 Re: Setting Transfer Protocol Via Code 2022-04-29 07:58:00 213855 1852085 Re: Setting Transfer Protocol Via Code 2022-04-28 14:30:01 213855 1852081 Re: Setting Transfer Protocol Via Code 2022-04-28 13:17:17 234341 1852064 Re: How can send custom error message after git push from local git server by using jgit api 2022-04-28 09:47:59 63204 1852058 Re: Setting Transfer Protocol Via Code 2022-04-28 05:47:04 213855 1852054 Setting Transfer Protocol Via Code 2022-04-27 20:04:30 234341 1851794 How can send custom error message after git push from local git server by using jgit api 2022-04-15 19:49:05 234264 1851792 Re: Performance issue to a shared network drive from Windows. 2022-04-15 18:19:52 213855 1851744 Re: Performance issue to a shared network drive from Windows. 2022-04-14 15:47:00 213855 1851740 Re: Performance issue to a shared network drive from Windows. 2022-04-14 12:27:39 233782 \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 2047 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 1110687 Setting Transfer Protocol Via Code 2022-04-29 07:58:00 1852102 4 2082 1110605 How can send custom error message after git push from local git server by using jgit api 2022-04-28 09:47:59 1852064 1 2043 1110521 JGit exception java.security.spec.InvalidKeySpecException only when running unit test 2022-04-07 22:15:30 1851539 4 726 1110518 Idiomatic way of saving a file 2022-04-06 12:03:50 1851478 0 2755 1110517 Idiomatic way to check for bare repos while cloning 2022-04-06 11:05:25 1851470 0 3049 1110448 autogc 2022-03-30 13:06:05 1851202 0 1772 1110431 While Cloning the Git LFS Repository getting error 2022-03-28 11:26:22 1851120 0 2540 1110388 Performance issue to a shared network drive from Windows. 2022-04-15 18:19:52 1851792 15 3887 1110330 Github.com RSA key with SHA-1 no longer allowed 2022-04-12 18:36:19 1851701 4 1673 1110321 A way to show empty unmanaged folders in EGit? 2022-03-16 23:26:17 1850787 0 3694 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 417 commits.\n ID Name Time Result 759 egit \\#759 1.649945e+12 SUCCESS 758 egit \\#758 1.649157e+12 SUCCESS 757 egit \\#757 1.648996e+12 SUCCESS 756 egit \\#756 1.648982e+12 SUCCESS 755 egit \\#755 1.648746e+12 SUCCESS 754 egit \\#754 1.648721e+12 SUCCESS 753 egit \\#753 1.648672e+12 SUCCESS 752 egit \\#752 1.648620e+12 SUCCESS 751 egit \\#751 1.648406e+12 SUCCESS 750 egit \\#750 1.648335e+12 SUCCESS // jsData function gvisDataPieChartID764ae34d503 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 4 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 70 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 343 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID764ae34d503() { var data = gvisDataPieChartID764ae34d503(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID764ae34d503') ); 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(drawChartPieChartID764ae34d503); })(); function displayChartPieChartID764ae34d503() { 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 26 commits.\n Name Colour Last build time Health report egit blue 1.649945e+12 100 egit-github blue 1.649947e+12 100 egit-github-publish-release blue 1.647387e+12 100 egit-github-stable blue 1.646862e+12 40 egit-github-stable.gerrit blue 1.646861e+12 100 egit-github.gerrit blue 1.646864e+12 80 egit-publish-release blue 1.647387e+12 80 egit-stable blue 1.646859e+12 80 egit-stable.gerrit blue 1.646857e+12 100 egit-training blue 1.503402e+12 80 // jsData function gvisDataPieChartID764a5dc7336b () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 1 ], [ \u0026ldquo;blue\u0026rdquo;, 15 ], [ \u0026ldquo;disabled\u0026rdquo;, 9 ], [ \u0026ldquo;notbuilt\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 drawChartPieChartID764a5dc7336b() { var data = gvisDataPieChartID764a5dc7336b(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID764a5dc7336b') ); 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(drawChartPieChartID764a5dc7336b); })(); function displayChartPieChartID764a5dc7336b() { 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 2248 Martin Fleck 4 1 1 Committer Message 1 Matthias Sohn E1Slz+dyHfkFnDKe@dIqptIQXSLyptrnf 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID764a1c17e4a5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 2248 ], [ \"Martin Fleck \", 4 ], [ \"\", 1 ], [ \"\", 1 ], [ \"Committer Message\", 1 ], [ \"Matthias Sohn E1Slz+dyHfkFnDKe@dIqptIQXSLyptrnf\", 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 drawChartPieChartID764a1c17e4a5() { var data = gvisDataPieChartID764a1c17e4a5(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID764a1c17e4a5') ); 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 998 Copyright (c) Thomas Wolf 163 Copyright (c) SAP AG and others 107 Copyright (c) Max Hohenegger 98 Copyright (c) Shawn O. Pearce 86 Copyright (c) Mathias Kinzler 85 Copyright (c) Thomas Wolf and others 83 Copyright (c) SAP AG. 80 Copyright (c) Robin Rosenberg 76 Copyright (c) Dariusz Luksza 72 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID764a43167cd1 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 998 ], [ \"Copyright (c) Thomas Wolf \", 163 ], [ \"Copyright (c) SAP AG and others\", 107 ], [ \"Copyright (c) Max Hohenegger \", 98 ], [ \"Copyright (c) Shawn O. Pearce \", 86 ], [ \"Copyright (c) Mathias Kinzler \", 85 ], [ \"Copyright (c) Thomas Wolf and others\", 83 ], [ \"Copyright (c) SAP AG.\", 80 ], [ \"Copyright (c) Robin Rosenberg \", 76 ], [ \"Copyright (c) Dariusz Luksza \", 72 ], [ \"Copyright (c) Robin Stocker \", 66 ], [ \"Copyright (c) Jens Baumgart \", 50 ], [ \"Copyright (c) Matthias Sohn \", 45 ], [ \"Copyright (c) Dariusz Luksza and others\", 43 ], [ \"Copyright (c) GitHub Inc.\", 43 ], [ \"Copyright (c) GitHub Inc. and others\", 38 ], [ \"Copyright (c) Robin Stocker and others\", 36 ], [ \"Copyright (c) IBM Corporation and others\", 33 ], [ \"Copyright (c) Mathias Kinzler and others\", 30 ], [ \"Copyright (c) Marek Zawirski \", 28 ], [ \"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) Jens Baumgart and others\", 15 ], [ \"Copyright (c) Chris Aniszczyk and others\", 14 ], [ \"Copyright (c) Daniel Megert \", 14 ], [ \"Copyright (c) Alexander Nittka \", 13 ], [ \"Copyright (c) Francois Rey\", 13 ], [ \"Copyright (c) Google Inc.\", 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) Alexander Nittka and others\", 5 ], [ \"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) Marek Zawirski and others\", 5 ], [ \"Copyright (c) Max Hohenegger and others\", 5 ], [ \"Copyright (c) Philipp Thun \", 5 ], [ \"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) 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 (RHuoKNXL4KJbY4gu@ldWgTqaU9ukwuPCJ)\", 3 ], [ \"Copyright (c) Peter Severin \", 3 ], [ \"Copyright (c) Simon Muschel \", 3 ], [ \"Copyright (c) Some Name q5JXSJC6/Dsa5nvf@LgcTkhNnJUQbci6M\", 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 NlDYtqK59P9KDIMq@dIqptIQXSLyptrnf\", 2 ], [ \"Copyright (c) Michael Keppler and others\", 2 ], [ \"Copyright (c) Other Name B0RibsNDcYNxVWGr@LgcTkhNnJUQbci6M\", 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 E/mxuqJG5PdX+1g1@t06hijfO9dLUwiuM\", 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 iObeixUfLYI3RfKq@LvE8+UFVD4LBuP0f\", 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 drawChartPieChartID764a43167cd1() { var data = gvisDataPieChartID764a43167cd1(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID764a43167cd1') ); 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 144 commits.\n Holders Count unknown 998 Thomas Wolf 163 SAP AG and others 107 Max Hohenegger 98 Robin Rosenberg 92 Mathias Kinzler 87 Shawn O. Pearce 86 Thomas Wolf and others 83 SAP AG. 80 Dariusz Luksza 74 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID764a58bd05f5 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 998 ], [ \"Thomas Wolf\", 163 ], [ \"SAP AG and others\", 107 ], [ \"Max Hohenegger\", 98 ], [ \"Robin Rosenberg\", 92 ], [ \"Mathias Kinzler\", 87 ], [ \"Shawn O. Pearce\", 86 ], [ \"Thomas Wolf and others\", 83 ], [ \"SAP AG.\", 80 ], [ \"Dariusz Luksza\", 74 ], [ \"Robin Stocker\", 67 ], [ \"Jens Baumgart\", 50 ], [ \"Matthias Sohn\", 45 ], [ \"Dariusz Luksza and others\", 43 ], [ \"GitHub Inc.\", 43 ], [ \"GitHub Inc. and others\", 38 ], [ \"Robin Stocker and others\", 37 ], [ \"IBM Corporation and others\", 33 ], [ \"Mathias Kinzler and others\", 30 ], [ \"Marek Zawirski\", 28 ], [ \"Dave Watson\", 23 ], [ \"Stefan Lay\", 23 ], [ \"IBM Corporation\", 21 ], [ \"Obeo\", 20 ], [ \"Chris Aniszczyk and others\", 17 ], [ \"Roger C. Soares\", 16 ], [ \"Jens Baumgart and others\", 15 ], [ \"Daniel Megert\", 14 ], [ \"Alexander Nittka\", 13 ], [ \"Francois Rey\", 13 ], [ \"Google Inc.\", 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 ], [ \"Max Hohenegger and others\", 6 ], [ \"Stefan Dirix\", 6 ], [ \"Tomasz Zarna\", 6 ], [ \"Tor Arne Vestbo\", 6 ], [ \"Alexander Nittka and others\", 5 ], [ \"Andreas Hermann\", 5 ], [ \"Edwin Kempin\", 5 ], [ \"Luis Copetti\", 5 ], [ \"Marek Zawirski and others\", 5 ], [ \"Philipp Thun\", 5 ], [ \"Axel Richard\", 4 ], [ \"Bernard Leach\", 4 ], [ \"Bernard Leach and others\", 4 ], [ \"Denis Zygann\", 4 ], [ \"EclipseSource Services GmbH and others\", 4 ], [ \"Jing Xue\", 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 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 drawChartPieChartID764a58bd05f5() { var data = gvisDataPieChartID764a58bd05f5(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID764a58bd05f5') ); 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 1434 epl-2.0 OR apache-2.0 1257 unknown 980 apache-2.0 59 epl-1.0 17 bsd-new 12 public-domain 8 bsd-simplified 5 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID764a7064a203 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 1434 ], [ \"epl-2.0 OR apache-2.0\", 1257 ], [ \"unknown\", 980 ], [ \"apache-2.0\", 59 ], [ \"epl-1.0\", 17 ], [ \"bsd-new\", 12 ], [ \"public-domain\", 8 ], [ \"bsd-simplified\", 5 ], [ \"unknown\", 5 ], [ \"bsd-new OR epl-1.0\", 2 ], [ \"cddl-1.0\", 2 ], [ \"lgpl-2.1-plus\", 2 ], [ \"cc0-1.0\", 1 ], [ \"unicode-tou\", 1 ], [ \"w3c-software-19980720\", 1 ] ]; data.addColumn('string','licence'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID764a7064a203() { var data = gvisDataPieChartID764a7064a203(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID764a7064a203') ); 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 1210 unknown 986 HTML 43 PHP 7 CSS 6 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID764a6d3078f2 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 1210 ], [ \"unknown\", 986 ], [ \"HTML\", 43 ], [ \"PHP\", 7 ], [ \"CSS\", 6 ], [ \"Bash\", 3 ], [ \"Perl6\", 2 ], [ \"Objective-C\", 1 ] ]; data.addColumn('string','programming_language'); data.addColumn('number','count'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartPieChartID764a6d3078f2() { var data = gvisDataPieChartID764a6d3078f2(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID764a6d3078f2') ); 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":"/dataeggs/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 2022-05-01.\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 3220 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 328 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 856 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-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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-17T00: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,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 gvisDataColumnChartID766f4028f060 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"1.0\", 964 ], [ \"1.2\", 525 ], [ \"unspecified\", 488 ], [ \"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 drawChartColumnChartID766f4028f060() { var data = gvisDataColumnChartID766f4028f060(); 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('ColumnChartID766f4028f060') ); 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 gvisDataColumnChartID766f50748985 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Tool\", 2003 ], [ \"Content\", 997 ], [ \"EPFWiki\", 112 ], [ \"Documentation\", 49 ], [ \"Website\", 42 ], [ \"Content Translation\", 17 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID766f50748985() { var data = gvisDataColumnChartID766f50748985(); 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('ColumnChartID766f50748985') ); 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 3236 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\",\"2020-09-21T19:44:10.000Z\",\"2020-09-28T19:44:10.000Z\",\"2020-10-05T19:44:10.000Z\",\"2020-10-12T19:44:10.000Z\",\"2020-10-19T19:44:10.000Z\",\"2020-10-26T19:44:10.000Z\",\"2020-11-02T19:44:10.000Z\",\"2020-11-09T19:44:10.000Z\",\"2020-11-16T19:44:10.000Z\",\"2020-11-23T19:44:10.000Z\",\"2020-11-30T19:44:10.000Z\",\"2020-12-07T19:44:10.000Z\",\"2020-12-14T19:44:10.000Z\",\"2020-12-21T19:44:10.000Z\",\"2020-12-28T19:44:10.000Z\",\"2021-01-04T19:44:10.000Z\",\"2021-01-11T19:44:10.000Z\",\"2021-01-18T19:44:10.000Z\",\"2021-01-25T19:44:10.000Z\",\"2021-02-01T19:44:10.000Z\",\"2021-02-08T19:44:10.000Z\",\"2021-02-15T19:44:10.000Z\",\"2021-02-22T19:44:10.000Z\",\"2021-03-01T19:44:10.000Z\",\"2021-03-08T19:44:10.000Z\",\"2021-03-15T19:44:10.000Z\",\"2021-03-22T19:44:10.000Z\",\"2021-03-29T19:44:10.000Z\",\"2021-04-05T19:44:10.000Z\",\"2021-04-12T19:44:10.000Z\",\"2021-04-19T19:44:10.000Z\",\"2021-04-26T19:44:10.000Z\",\"2021-05-03T19:44:10.000Z\",\"2021-05-10T19:44:10.000Z\",\"2021-05-17T19:44:10.000Z\",\"2021-05-24T19:44:10.000Z\",\"2021-05-31T19:44:10.000Z\",\"2021-06-07T19:44:10.000Z\",\"2021-06-14T19:44:10.000Z\",\"2021-06-21T19:44:10.000Z\",\"2021-06-28T19:44:10.000Z\",\"2021-07-05T19:44:10.000Z\",\"2021-07-12T19:44:10.000Z\",\"2021-07-19T19:44:10.000Z\",\"2021-07-26T19:44:10.000Z\",\"2021-08-02T19:44:10.000Z\",\"2021-08-09T19:44:10.000Z\",\"2021-08-16T19:44:10.000Z\",\"2021-08-23T19:44:10.000Z\",\"2021-08-30T19:44:10.000Z\",\"2021-09-06T19:44:10.000Z\",\"2021-09-13T19:44:10.000Z\",\"2021-09-20T19:44:10.000Z\",\"2021-09-27T19:44:10.000Z\",\"2021-10-04T19:44:10.000Z\",\"2021-10-11T19:44:10.000Z\",\"2021-10-18T19:44:10.000Z\",\"2021-10-25T19:44:10.000Z\",\"2021-11-01T19:44:10.000Z\",\"2021-11-08T19:44:10.000Z\",\"2021-11-15T19:44:10.000Z\",\"2021-11-26T17:27:41.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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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 technology.epf forum. ID Subject Post date Post author 1848296 Re: The EPF Wiki seems to be down (epf.eclipse.org) 2021-11-26 17:27:41 205578 1848294 Re: The EPF Wiki seems to be down (epf.eclipse.org) 2021-11-26 16:27:09 233405 1848276 Re: The EPF Wiki seems to be down (epf.eclipse.org) 2021-11-26 11:28:58 233405 1848271 Re: The EPF Wiki seems to be down (epf.eclipse.org) 2021-11-26 09:33:57 205578 1848233 The EPF Wiki seems to be down (epf.eclipse.org) 2021-11-25 16:32:50 233405 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 \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 1187 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 1109535 The EPF Wiki seems to be down (epf.eclipse.org) 2021-11-26 17:27:41 1848296 4 1324 1105215 Generate static HTML and host on GitHub Pages? 2020-09-16 04:00:31 1832307 0 3131 1101617 SAFe in Composer format 2019-12-10 13:04:52 1818224 1 6398 1101173 Composer is down again 2019-11-05 16:57:10 1816727 3 1472 1099034 EPF Composer in AMASS Platform 2019-11-05 17:00:25 1816728 3 36943 1098887 Where are the project downloads? 2020-07-23 20:47:57 1830352 5 6590 1097487 Current EPF Composer Usage 2019-02-12 12:23:08 1802593 3 2279 1096871 Knowing the effected files when a task/Capability pattern is modified in EPF Composer 2019-01-09 12:27:07 1800889 1 2412 1096576 Inheriting glossaries using variability in customs categories 2018-12-10 18:13:50 1799594 0 2245 1096501 Can models be collaboratively developed with EPF Composer using git repositories? 2018-12-05 11:20:19 1799345 0 2010 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":"/dataeggs/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 2022-05-01.\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 2592 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\",\"2021-04-24T00:00:00.000Z\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00:00:00.000Z\",\"2021-07-29T00:00:00.000Z\",\"2021-07-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-01T00:00:00.000Z\",\"2021-08-02T00:00:00.000Z\",\"2021-08-03T00:00:00.000Z\",\"2021-08-04T00:00:00.000Z\",\"2021-08-05T00:00:00.000Z\",\"2021-08-06T00:00:00.000Z\",\"2021-08-07T00:00:00.000Z\",\"2021-08-08T00:00:00.000Z\",\"2021-08-09T00:00:00.000Z\",\"2021-08-10T00:00:00.000Z\",\"2021-08-11T00:00:00.000Z\",\"2021-08-12T00:00:00.000Z\",\"2021-08-13T00:00:00.000Z\",\"2021-08-14T00:00:00.000Z\",\"2021-08-15T00:00:00.000Z\",\"2021-08-16T00:00:00.000Z\",\"2021-08-17T00:00:00.000Z\",\"2021-08-18T00:00:00.000Z\",\"2021-08-19T00:00:00.000Z\",\"2021-08-20T00:00:00.000Z\",\"2021-08-21T00:00:00.000Z\",\"2021-08-22T00:00:00.000Z\",\"2021-08-23T00:00:00.000Z\",\"2021-08-24T00:00:00.000Z\",\"2021-08-25T00:00:00.000Z\",\"2021-08-26T00:00:00.000Z\",\"2021-08-27T00:00:00.000Z\",\"2021-08-28T00:00:00.000Z\",\"2021-08-29T00:00:00.000Z\",\"2021-08-30T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-01T00:00:00.000Z\",\"2021-09-02T00:00:00.000Z\",\"2021-09-03T00:00:00.000Z\",\"2021-09-04T00:00:00.000Z\",\"2021-09-05T00:00:00.000Z\",\"2021-09-06T00:00:00.000Z\",\"2021-09-07T00:00:00.000Z\",\"2021-09-08T00:00:00.000Z\",\"2021-09-09T00:00:00.000Z\",\"2021-09-10T00:00:00.000Z\",\"2021-09-11T00:00:00.000Z\",\"2021-09-12T00:00:00.000Z\",\"2021-09-13T00:00:00.000Z\",\"2021-09-14T00:00:00.000Z\",\"2021-09-15T00:00:00.000Z\",\"2021-09-16T00:00:00.000Z\",\"2021-09-17T00:00:00.000Z\",\"2021-09-18T00:00:00.000Z\",\"2021-09-19T00:00:00.000Z\",\"2021-09-20T00:00:00.000Z\",\"2021-09-21T00:00:00.000Z\",\"2021-09-22T00:00:00.000Z\",\"2021-09-23T00:00:00.000Z\",\"2021-09-24T00:00:00.000Z\",\"2021-09-25T00:00:00.000Z\",\"2021-09-26T00:00:00.000Z\",\"2021-09-27T00:00:00.000Z\",\"2021-09-28T00:00:00.000Z\",\"2021-09-29T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-01T00:00:00.000Z\",\"2021-10-02T00:00:00.000Z\",\"2021-10-03T00:00:00.000Z\",\"2021-10-04T00:00:00.000Z\",\"2021-10-05T00:00:00.000Z\",\"2021-10-06T00:00:00.000Z\",\"2021-10-07T00:00:00.000Z\",\"2021-10-08T00:00:00.000Z\",\"2021-10-09T00:00:00.000Z\",\"2021-10-10T00:00:00.000Z\",\"2021-10-11T00:00:00.000Z\",\"2021-10-12T00:00:00.000Z\",\"2021-10-13T00:00:00.000Z\",\"2021-10-14T00:00:00.000Z\",\"2021-10-15T00:00:00.000Z\",\"2021-10-16T00:00:00.000Z\",\"2021-10-17T00:00:00.000Z\",\"2021-10-18T00:00:00.000Z\",\"2021-10-19T00:00:00.000Z\",\"2021-10-20T00:00:00.000Z\",\"2021-10-21T00:00:00.000Z\",\"2021-10-22T00:00:00.000Z\",\"2021-10-23T00:00:00.000Z\",\"2021-10-24T00:00:00.000Z\",\"2021-10-25T00:00:00.000Z\",\"2021-10-26T00:00:00.000Z\",\"2021-10-27T00:00:00.000Z\",\"2021-10-28T00:00:00.000Z\",\"2021-10-29T00:00:00.000Z\",\"2021-10-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-01T00:00:00.000Z\",\"2021-11-02T00:00:00.000Z\",\"2021-11-03T00:00:00.000Z\",\"2021-11-04T00:00:00.000Z\",\"2021-11-05T00:00:00.000Z\",\"2021-11-06T00:00:00.000Z\",\"2021-11-07T00:00:00.000Z\",\"2021-11-08T00:00:00.000Z\",\"2021-11-09T00:00:00.000Z\",\"2021-11-10T00:00:00.000Z\",\"2021-11-11T00:00:00.000Z\",\"2021-11-12T00:00:00.000Z\",\"2021-11-13T00:00:00.000Z\",\"2021-11-14T00:00:00.000Z\",\"2021-11-15T00:00:00.000Z\",\"2021-11-16T00:00:00.000Z\",\"2021-11-17T00:00:00.000Z\",\"2021-11-18T00:00:00.000Z\",\"2021-11-19T00:00:00.000Z\",\"2021-11-20T00:00:00.000Z\",\"2021-11-21T00:00:00.000Z\",\"2021-11-22T00:00:00.000Z\",\"2021-11-23T00:00:00.000Z\",\"2021-11-24T00:00:00.000Z\",\"2021-11-25T00:00:00.000Z\",\"2021-11-26T00:00:00.000Z\",\"2021-11-27T00:00:00.000Z\",\"2021-11-28T00:00:00.000Z\",\"2021-11-29T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-01T00:00:00.000Z\",\"2021-12-02T00:00:00.000Z\",\"2021-12-03T00:00:00.000Z\",\"2021-12-04T00:00:00.000Z\",\"2021-12-05T00:00:00.000Z\",\"2021-12-06T00:00:00.000Z\",\"2021-12-07T00:00:00.000Z\",\"2021-12-08T00:00:00.000Z\",\"2021-12-09T00:00:00.000Z\",\"2021-12-10T00:00:00.000Z\",\"2021-12-11T00:00:00.000Z\",\"2021-12-12T00:00:00.000Z\",\"2021-12-13T00:00:00.000Z\",\"2021-12-14T00:00:00.000Z\",\"2021-12-15T00:00:00.000Z\",\"2021-12-16T00:00:00.000Z\",\"2021-12-17T00:00:00.000Z\",\"2021-12-18T00:00:00.000Z\",\"2021-12-19T00:00:00.000Z\",\"2021-12-20T00:00:00.000Z\",\"2021-12-21T00:00:00.000Z\",\"2021-12-22T00:00:00.000Z\",\"2021-12-23T00:00:00.000Z\",\"2021-12-24T00:00:00.000Z\",\"2021-12-25T00:00:00.000Z\",\"2021-12-26T00:00:00.000Z\",\"2021-12-27T00:00:00.000Z\",\"2021-12-28T00:00:00.000Z\",\"2021-12-29T00:00:00.000Z\",\"2021-12-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-01T00:00:00.000Z\",\"2022-01-02T00:00:00.000Z\",\"2022-01-03T00:00:00.000Z\",\"2022-01-04T00:00:00.000Z\",\"2022-01-05T00:00:00.000Z\",\"2022-01-06T00:00:00.000Z\",\"2022-01-07T00:00:00.000Z\",\"2022-01-08T00:00:00.000Z\",\"2022-01-09T00:00:00.000Z\",\"2022-01-10T00:00:00.000Z\",\"2022-01-11T00:00:00.000Z\",\"2022-01-12T00:00:00.000Z\",\"2022-01-13T00:00:00.000Z\",\"2022-01-14T00:00:00.000Z\",\"2022-01-15T00:00:00.000Z\",\"2022-01-16T00:00:00.000Z\",\"2022-01-17T00:00:00.000Z\",\"2022-01-18T00:00:00.000Z\",\"2022-01-19T00:00:00.000Z\",\"2022-01-20T00:00:00.000Z\",\"2022-01-21T00:00:00.000Z\",\"2022-01-22T00:00:00.000Z\",\"2022-01-23T00:00:00.000Z\",\"2022-01-24T00:00:00.000Z\",\"2022-01-25T00:00:00.000Z\",\"2022-01-26T00:00:00.000Z\",\"2022-01-27T00:00:00.000Z\",\"2022-01-28T00:00:00.000Z\",\"2022-01-29T00:00:00.000Z\",\"2022-01-30T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-01T00:00:00.000Z\",\"2022-02-02T00:00:00.000Z\",\"2022-02-03T00:00:00.000Z\",\"2022-02-04T00:00:00.000Z\",\"2022-02-05T00:00:00.000Z\",\"2022-02-06T00:00:00.000Z\",\"2022-02-07T00:00:00.000Z\",\"2022-02-08T00:00:00.000Z\",\"2022-02-09T00:00:00.000Z\",\"2022-02-10T00:00:00.000Z\",\"2022-02-11T00:00:00.000Z\",\"2022-02-12T00:00:00.000Z\",\"2022-02-13T00:00:00.000Z\",\"2022-02-14T00:00:00.000Z\",\"2022-02-15T00:00:00.000Z\",\"2022-02-16T00:00:00.000Z\",\"2022-02-17T00:00:00.000Z\",\"2022-02-18T00:00:00.000Z\",\"2022-02-19T00:00:00.000Z\",\"2022-02-20T00:00:00.000Z\",\"2022-02-21T00:00:00.000Z\",\"2022-02-22T00:00:00.000Z\",\"2022-02-23T00:00:00.000Z\",\"2022-02-24T00:00:00.000Z\",\"2022-02-25T00:00:00.000Z\",\"2022-02-26T00:00:00.000Z\",\"2022-02-27T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-01T00:00:00.000Z\",\"2022-03-02T00:00:00.000Z\",\"2022-03-03T00:00:00.000Z\",\"2022-03-04T00:00:00.000Z\",\"2022-03-05T00:00:00.000Z\",\"2022-03-06T00:00:00.000Z\",\"2022-03-07T00:00:00.000Z\",\"2022-03-08T00:00:00.000Z\",\"2022-03-09T00:00:00.000Z\",\"2022-03-10T00:00:00.000Z\",\"2022-03-11T00:00:00.000Z\",\"2022-03-12T00:00:00.000Z\",\"2022-03-13T00:00:00.000Z\",\"2022-03-14T00:00:00.000Z\",\"2022-03-15T00:00:00.000Z\",\"2022-03-16T00:00:00.000Z\",\"2022-03-17T00:00:00.000Z\",\"2022-03-18T00:00:00.000Z\",\"2022-03-19T00:00:00.000Z\",\"2022-03-20T00:00:00.000Z\",\"2022-03-21T00:00:00.000Z\",\"2022-03-22T00:00:00.000Z\",\"2022-03-23T00:00:00.000Z\",\"2022-03-24T00:00:00.000Z\",\"2022-03-25T00:00:00.000Z\",\"2022-03-26T00:00:00.000Z\",\"2022-03-27T00:00:00.000Z\",\"2022-03-28T00:00:00.000Z\",\"2022-03-29T00:00:00.000Z\",\"2022-03-30T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-01T00:00:00.000Z\",\"2022-04-02T00:00:00.000Z\",\"2022-04-03T00:00:00.000Z\",\"2022-04-04T00:00:00.000Z\",\"2022-04-05T00:00:00.000Z\",\"2022-04-06T00:00:00.000Z\",\"2022-04-07T00:00:00.000Z\",\"2022-04-08T00:00:00.000Z\",\"2022-04-09T00:00:00.000Z\",\"2022-04-10T00:00:00.000Z\",\"2022-04-11T00:00:00.000Z\",\"2022-04-12T00:00:00.000Z\",\"2022-04-13T00:00:00.000Z\",\"2022-04-14T00:00:00.000Z\",\"2022-04-15T00:00:00.000Z\",\"2022-04-16T00:00:00.000Z\",\"2022-04-17T00:00:00.000Z\",\"2022-04-18T00:00:00.000Z\",\"2022-04-19T00:00:00.000Z\",\"2022-04-20T00:00:00.000Z\",\"2022-04-21T00:00:00.000Z\",\"2022-04-22T00:00:00.000Z\",\"2022-04-23T00:00:00.000Z\",\"2022-04-24T00:00:00.000Z\",\"2022-04-25T00: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,1,3,0,1,0,2,0,1,3,1,0,0,1,4,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,3,0,0,1,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,2,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,2,3,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,2,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,1,1,3,2,0,4,0,4,4,2,0,1,0,0,0,0,1,4,6,0,1,0,1,0,3,2,0,0,2,0,1,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,2,0,0,1,0,0,2,0,0,0,0,2,1,1,2,0,0,0,3,4,1,3,2,0,0,1,0,0,0,0,0,1,1,5,0,0,0,0,1,2,4,3,2,0,4,1,0,1,0,0,0,2,3,3,3,2,0,2,0,0,0,3,2,0,0,2,0,5,0,0,0,0,0,0,0,0,2,0,0,1,1,0,2,0,1,0,0,1,0,1,0,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,2,0,0,0,1,0,0,0,0,0,1,2,2,4,0,0,0,0,1,4,1,2,0,0,0,0,2,1,0,1,7,0,0,1,0,0,1,0,4,2,0,0,0,0,0,2,3,2,2,0,0,0,0,0,2,0,0,0,0,0,2,2,0,1,0,0,0,3,2,0,0,0,1,0,0,2,1,0,2,3,0,3,1,1,0,2,1,0,0,2,1,1,5,0,1,1,2,1,3,2,0,3,2,8,0,4,0,2,4,1,0,1,2,5,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,2,3,3,4,1,0,0,0,1,0,2,2,0,0,0,7,3,10,0,0,2,1,2,0,1,1,1,3,1,0,0,0,0,0,0,6,6,2,3,3,1,0,0,3,1,1,1,3,0,2,1,0,1,0,0,0,6,1,2,0,0,0,2,0,0,1,5,6,2,0,1,2,2,0,3,1,1,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,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,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 121565 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 1581 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 505 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 1210 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-29T00: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,6,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,6,9,9,9,8,7,8,11,3,9,18,3,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 77 weeks.\n// jsData function gvisDataColumnChartID76a448db0653 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 500 ], [ \"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.12\", 23 ], [ \"5.7\", 22 ], [ \"5.8\", 22 ], [ \"5.2\", 21 ], [ \"2.3\", 20 ], [ \"3.1\", 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 ], [ \"4.7\", 17 ], [ \"5.1\", 17 ], [ \"2.1\", 16 ], [ \"6.0\", 16 ], [ \"0.12\", 15 ], [ \"3.4.1\", 15 ], [ \"4.10\", 14 ], [ \"4.5\", 14 ], [ \"5.10\", 14 ], [ \"1.2\", 13 ], [ \"4.11\", 13 ], [ \"5.13\", 13 ], [ \"5.5\", 13 ], [ \"4.3\", 12 ], [ \"5.11\", 12 ], [ \"5.9\", 12 ], [ \"0.7.1\", 10 ], [ \"2.4\", 7 ], [ \"4.1.1\", 7 ], [ \"5.0\", 7 ], [ \"6.1\", 6 ], [ \"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 ], [ \"5.8.1\", 3 ], [ \"6.2\", 3 ], [ \"3.0.2\", 2 ], [ \"3.4.2\", 2 ], [ \"5.1.11\", 2 ], [ \"5.1.3\", 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.3.2\", 1 ], [ \"5.3.5\", 1 ], [ \"5.4.2\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID76a448db0653() { var data = gvisDataColumnChartID76a448db0653(); 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('ColumnChartID76a448db0653') ); 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 gvisDataColumnChartID76a462bbf2f4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"JGit\", 1581 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID76a462bbf2f4() { var data = gvisDataColumnChartID76a462bbf2f4(); 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('ColumnChartID76a462bbf2f4') ); 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 8258 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\":[\"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\":[[\"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\",\"2021-04-22T04:01:01.000Z\",\"2021-04-29T04:01:01.000Z\",\"2021-05-06T04:01:01.000Z\",\"2021-05-14T22:46:05.000Z\",\"2021-05-22T07:51:45.000Z\",\"2021-05-27T10:20:30.000Z\",\"2021-06-03T04:01:01.000Z\",\"2021-06-10T04:01:01.000Z\",\"2021-06-20T00:08:59.000Z\",\"2021-06-26T23:23:25.000Z\",\"2021-07-03T19:58:14.000Z\",\"2021-07-11T00:24:37.000Z\",\"2021-07-16T15:19:27.000Z\",\"2021-07-22T22:34:00.000Z\",\"2021-07-31T18:06:42.000Z\",\"2021-08-08T18:11:04.000Z\",\"2021-08-14T10:18:30.000Z\",\"2021-08-20T15:37:59.000Z\",\"2021-08-26T04:01:01.000Z\",\"2021-09-03T00:01:16.000Z\",\"2021-09-09T04:01:01.000Z\",\"2021-09-16T22:36:09.000Z\",\"2021-09-23T04:01:01.000Z\",\"2021-09-30T04:01:01.000Z\",\"2021-10-09T03:28:57.000Z\",\"2021-10-14T04:01:01.000Z\",\"2021-10-21T04:01:01.000Z\",\"2021-10-30T10:42:52.000Z\",\"2021-11-04T04:01:01.000Z\",\"2021-11-11T04:01:01.000Z\",\"2021-11-19T07:29:15.000Z\",\"2021-11-25T04:01:01.000Z\",\"2021-12-02T04:01:01.000Z\",\"2021-12-10T12:52:24.000Z\",\"2021-12-19T18:12:15.000Z\",\"2021-12-24T03:16:16.000Z\",\"2022-01-02T19:33:35.000Z\",\"2022-01-07T18:50:50.000Z\",\"2022-01-13T04:01:01.000Z\",\"2022-01-23T17:35:32.000Z\",\"2022-01-30T10:31:28.000Z\",\"2022-02-03T10:55:23.000Z\",\"2022-02-10T04:01:01.000Z\",\"2022-02-19T17:50:08.000Z\",\"2022-02-25T22:38:16.000Z\",\"2022-03-03T15:00:33.000Z\",\"2022-03-13T21:58:01.000Z\",\"2022-03-17T15:59:38.000Z\",\"2022-03-25T07:51:31.000Z\",\"2022-04-01T19:55:35.000Z\",\"2022-04-07T22:15:30.000Z\",\"2022-04-15T19:49:05.000Z\",\"2022-04-21T04:01:01.000Z\",\"2022-04-29T07:58:00.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,1,1,1,11,13,8,1,3,25,10,25,3,7,5,16,2,7,7,2,4,3,10,1,2,4,8,1,2,1,2,2,1,6,3,2,11,9,8,1,6,16,5,2,3,3,7,3,4,7,8,8,10,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 technology.jgit forum. ID Subject Post date Post author 1852102 Re: Setting Transfer Protocol Via Code 2022-04-29 07:58:00 213855 1852085 Re: Setting Transfer Protocol Via Code 2022-04-28 14:30:01 213855 1852081 Re: Setting Transfer Protocol Via Code 2022-04-28 13:17:17 234341 1852064 Re: How can send custom error message after git push from local git server by using jgit api 2022-04-28 09:47:59 63204 1852058 Re: Setting Transfer Protocol Via Code 2022-04-28 05:47:04 213855 1852054 Setting Transfer Protocol Via Code 2022-04-27 20:04:30 234341 1851794 How can send custom error message after git push from local git server by using jgit api 2022-04-15 19:49:05 234264 1851792 Re: Performance issue to a shared network drive from Windows. 2022-04-15 18:19:52 213855 1851744 Re: Performance issue to a shared network drive from Windows. 2022-04-14 15:47:00 213855 1851740 Re: Performance issue to a shared network drive from Windows. 2022-04-14 12:27:39 233782 \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 2047 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 1110687 Setting Transfer Protocol Via Code 2022-04-29 07:58:00 1852102 4 2083 1110605 How can send custom error message after git push from local git server by using jgit api 2022-04-28 09:47:59 1852064 1 2043 1110521 JGit exception java.security.spec.InvalidKeySpecException only when running unit test 2022-04-07 22:15:30 1851539 4 726 1110518 Idiomatic way of saving a file 2022-04-06 12:03:50 1851478 0 2755 1110517 Idiomatic way to check for bare repos while cloning 2022-04-06 11:05:25 1851470 0 3049 1110448 autogc 2022-03-30 13:06:05 1851202 0 1772 1110431 While Cloning the Git LFS Repository getting error 2022-03-28 11:26:22 1851120 0 2540 1110388 Performance issue to a shared network drive from Windows. 2022-04-15 18:19:52 1851792 15 3887 1110330 Github.com RSA key with SHA-1 no longer allowed 2022-04-12 18:36:19 1851701 4 1673 1110321 A way to show empty unmanaged folders in EGit? 2022-03-16 23:26:17 1850787 0 3694 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 215 commits.\n ID Name Time Result 539 jgit \\#539 1.651328e+12 FAILURE 538 jgit \\#538 1.650867e+12 FAILURE 537 jgit \\#537 1.649943e+12 FAILURE 536 jgit \\#536 1.649883e+12 FAILURE 535 jgit \\#535 1.649158e+12 FAILURE 534 jgit \\#534 1.648904e+12 FAILURE 533 jgit \\#533 1.648851e+12 FAILURE 532 jgit \\#532 1.648849e+12 FAILURE 531 jgit \\#531 1.648848e+12 FAILURE 530 jgit \\#530 1.648677e+12 FAILURE // jsData function gvisDataPieChartID76a4286ddc3c () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;FAILURE\u0026rdquo;, 140 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 75 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID76a4286ddc3c() { var data = gvisDataPieChartID76a4286ddc3c(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID76a4286ddc3c') ); 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(drawChartPieChartID76a4286ddc3c); })(); function displayChartPieChartID76a4286ddc3c() { 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 red 1.651328e+12 0 jgit.bazel disabled 1.497561e+12 0 jgit.java11 blue 1.651328e+12 100 jgit.old disabled 1.582496e+12 100 jgit.windows disabled 0.000000e+00 0 stable UNKNOWN 0.000000e+00 20 test blue 1.562684e+12 100 test.windows disabled 1.552000e+12 40 thomas-test disabled 1.561285e+12 100 webmaster-test blue 1.623414e+12 100 // jsData function gvisDataPieChartID76a45aaf2098 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 3 ], [ \u0026ldquo;disabled\u0026rdquo;, 6 ], [ \u0026ldquo;red\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 drawChartPieChartID76a45aaf2098() { var data = gvisDataPieChartID76a45aaf2098(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID76a45aaf2098') ); 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(drawChartPieChartID76a45aaf2098); })(); function displayChartPieChartID76a45aaf2098() { 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 \\[built-in\\] 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":"/dataeggs/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 2022-05-01.\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 128 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 42 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 107 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-31T00:00:00.000Z\",\"2021-02-28T00:00:00.000Z\",\"2021-03-31T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-16T00: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,0,0,0,0,0,0,0,1,1,0,0,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 7 weeks.\n// jsData function gvisDataColumnChartID77307c643f39 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 61 ], [ \"future\", 17 ], [ \"v0.5\", 17 ], [ \"1.0\", 12 ], [ \"1.2\", 11 ], [ \"1.1\", 8 ], [ \"0.9\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID77307c643f39() { var data = gvisDataColumnChartID77307c643f39(); 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('ColumnChartID77307c643f39') ); 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 gvisDataColumnChartID77308b46145 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"MQTT\", 76 ], [ \"Website\", 19 ], [ \"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 drawChartColumnChartID77308b46145() { var data = gvisDataColumnChartID77308b46145(); 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('ColumnChartID77308b46145') ); 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 693 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-23T15:55:02.000Z\",\"2021-04-30T15:55:02.000Z\",\"2021-05-07T15:55:02.000Z\",\"2021-05-14T15:55:02.000Z\",\"2021-05-22T23:55:23.000Z\",\"2021-05-28T15:55:02.000Z\",\"2021-06-04T15:55:02.000Z\",\"2021-06-11T15:55:02.000Z\",\"2021-06-18T15:55:02.000Z\",\"2021-06-25T15:55:02.000Z\",\"2021-07-02T15:55:02.000Z\",\"2021-07-09T15:55:02.000Z\",\"2021-07-16T15:55:02.000Z\",\"2021-07-23T15:55:02.000Z\",\"2021-07-30T15:55:02.000Z\",\"2021-08-06T15:55:02.000Z\",\"2021-08-13T15:55:02.000Z\",\"2021-08-20T15:55:02.000Z\",\"2021-08-27T15:55:02.000Z\",\"2021-09-03T15:55:02.000Z\",\"2021-09-10T15:55:02.000Z\",\"2021-09-17T15:55:02.000Z\",\"2021-09-24T15:55:02.000Z\",\"2021-10-01T15:55:02.000Z\",\"2021-10-08T15:55:02.000Z\",\"2021-10-15T15:55:02.000Z\",\"2021-10-22T15:55:02.000Z\",\"2021-10-29T15:55:02.000Z\",\"2021-11-05T15:55:02.000Z\",\"2021-11-12T15:55:02.000Z\",\"2021-11-19T15:55:02.000Z\",\"2021-11-26T15:55:02.000Z\",\"2021-12-03T15:55:02.000Z\",\"2021-12-10T15:55:02.000Z\",\"2021-12-17T15:55:02.000Z\",\"2021-12-24T15:55:02.000Z\",\"2021-12-31T15:55:02.000Z\",\"2022-01-09T21:36:44.000Z\",\"2022-01-14T15:55:02.000Z\",\"2022-01-21T15:55:02.000Z\",\"2022-01-28T15:55:02.000Z\",\"2022-02-04T15:55:02.000Z\",\"2022-02-11T15:55:02.000Z\",\"2022-02-20T13:08:55.000Z\",\"2022-02-25T15:55:02.000Z\",\"2022-03-04T21:15:59.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,2,2,5,1,2,3,6,1,1,3,1,1,1,1,3,1,2,1,2,2,2,1,1,1,4,1,1,1,1,2,1,3,1,2,1,2,1,2,1,2,2,1,1,3,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.paho forum. ID Subject Post date Post author 1850491 RUST mqtt-sn crate help 2022-03-04 21:15:59 233995 1850182 Paho tls of self-signet certificate 2022-02-20 13:08:55 233927 1850165 RPi Python MQTT - occasional errors 2022-02-18 18:50:15 233922 1849551 on\\_log callback not being triggered 2022-01-24 18:12:18 233763 1849477 Illegal reflective access by org.eclipse.paho.client.mqttv3.internal.FileLock went away in JDK 17? 2022-01-21 06:05:47 56361 1849233 full publish vs single 2022-01-09 21:36:44 233676 1848908 Tuning linux client device to support more than 1024 client 2021-12-23 06:31:01 233463 1848573 MQTTSNGateway in docker container 2021-12-08 11:29:59 233471 1848216 Segmentation fault while MQTTClient\\_setCallbacks 2021-11-25 09:39:55 219692 1848215 Segmentation fault while MQTTClient\\_setCallbacks 2021-11-25 09:36:49 219692 \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 305 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 1110224 RUST mqtt-sn crate help 2022-03-04 21:15:59 1850491 0 3806 1110127 Paho tls of self-signet certificate 2022-02-20 13:08:55 1850182 0 2768 1110125 RPi Python MQTT - occasional errors 2022-02-18 18:50:15 1850165 0 2121 1109942 on\\_log callback not being triggered 2022-01-24 18:12:18 1849551 0 2689 1109915 Illegal reflective access by org.eclipse.paho.client.mqttv3.internal.FileLock went away in JDK 17? 2022-01-21 06:05:47 1849477 0 2546 1109841 full publish vs single 2022-01-09 21:36:44 1849233 0 1906 1109739 Tuning linux client device to support more than 1024 client 2021-12-23 06:31:01 1848908 0 2119 1109634 MQTTSNGateway in docker container 2021-12-08 11:29:59 1848573 0 1925 1109528 Segmentation fault while MQTTClient\\_setCallbacks 2021-11-25 09:39:55 1848216 0 2926 1109527 Segmentation fault while MQTTClient\\_setCallbacks 2021-11-25 09:36:49 1848215 0 2871 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 115 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 gvisDataPieChartID773079441d23 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 3 ], [ \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 drawChartPieChartID773079441d23() { var data = gvisDataPieChartID773079441d23(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID773079441d23') ); 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(drawChartPieChartID773079441d23); })(); function displayChartPieChartID773079441d23() { 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 notbuilt 0.000000e+00 0 // jsData function gvisDataPieChartID773074d39117 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 8 ], [ \u0026ldquo;notbuilt\u0026rdquo;, 1 ], [ \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 drawChartPieChartID773074d39117() { var data = gvisDataPieChartID773074d39117(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID773074d39117') ); 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(drawChartPieChartID773074d39117); })(); function displayChartPieChartID773074d39117() { 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/index.php?page=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":"/dataeggs/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;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 2022-05-01.\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 5355 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\",\"2021-04-24T00:00:00.000Z\",\"2021-04-25T00:00:00.000Z\",\"2021-04-26T00:00:00.000Z\",\"2021-04-27T00:00:00.000Z\",\"2021-04-28T00:00:00.000Z\",\"2021-04-29T00:00:00.000Z\",\"2021-04-30T00:00:00.000Z\",\"2021-05-01T00:00:00.000Z\",\"2021-05-02T00:00:00.000Z\",\"2021-05-03T00:00:00.000Z\",\"2021-05-04T00:00:00.000Z\",\"2021-05-05T00:00:00.000Z\",\"2021-05-06T00:00:00.000Z\",\"2021-05-07T00:00:00.000Z\",\"2021-05-08T00:00:00.000Z\",\"2021-05-09T00:00:00.000Z\",\"2021-05-10T00:00:00.000Z\",\"2021-05-11T00:00:00.000Z\",\"2021-05-12T00:00:00.000Z\",\"2021-05-13T00:00:00.000Z\",\"2021-05-14T00:00:00.000Z\",\"2021-05-15T00:00:00.000Z\",\"2021-05-16T00:00:00.000Z\",\"2021-05-17T00:00:00.000Z\",\"2021-05-18T00:00:00.000Z\",\"2021-05-19T00:00:00.000Z\",\"2021-05-20T00:00:00.000Z\",\"2021-05-21T00:00:00.000Z\",\"2021-05-22T00:00:00.000Z\",\"2021-05-23T00:00:00.000Z\",\"2021-05-24T00:00:00.000Z\",\"2021-05-25T00:00:00.000Z\",\"2021-05-26T00:00:00.000Z\",\"2021-05-27T00:00:00.000Z\",\"2021-05-28T00:00:00.000Z\",\"2021-05-29T00:00:00.000Z\",\"2021-05-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-01T00:00:00.000Z\",\"2021-06-02T00:00:00.000Z\",\"2021-06-03T00:00:00.000Z\",\"2021-06-04T00:00:00.000Z\",\"2021-06-05T00:00:00.000Z\",\"2021-06-06T00:00:00.000Z\",\"2021-06-07T00:00:00.000Z\",\"2021-06-08T00:00:00.000Z\",\"2021-06-09T00:00:00.000Z\",\"2021-06-10T00:00:00.000Z\",\"2021-06-11T00:00:00.000Z\",\"2021-06-12T00:00:00.000Z\",\"2021-06-13T00:00:00.000Z\",\"2021-06-14T00:00:00.000Z\",\"2021-06-15T00:00:00.000Z\",\"2021-06-16T00:00:00.000Z\",\"2021-06-17T00:00:00.000Z\",\"2021-06-18T00:00:00.000Z\",\"2021-06-19T00:00:00.000Z\",\"2021-06-20T00:00:00.000Z\",\"2021-06-21T00:00:00.000Z\",\"2021-06-22T00:00:00.000Z\",\"2021-06-23T00:00:00.000Z\",\"2021-06-24T00:00:00.000Z\",\"2021-06-25T00:00:00.000Z\",\"2021-06-26T00:00:00.000Z\",\"2021-06-27T00:00:00.000Z\",\"2021-06-28T00:00:00.000Z\",\"2021-06-29T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-01T00:00:00.000Z\",\"2021-07-02T00:00:00.000Z\",\"2021-07-03T00:00:00.000Z\",\"2021-07-04T00:00:00.000Z\",\"2021-07-05T00:00:00.000Z\",\"2021-07-06T00:00:00.000Z\",\"2021-07-07T00:00:00.000Z\",\"2021-07-08T00:00:00.000Z\",\"2021-07-09T00:00:00.000Z\",\"2021-07-10T00:00:00.000Z\",\"2021-07-11T00:00:00.000Z\",\"2021-07-12T00:00:00.000Z\",\"2021-07-13T00:00:00.000Z\",\"2021-07-14T00:00:00.000Z\",\"2021-07-15T00:00:00.000Z\",\"2021-07-16T00:00:00.000Z\",\"2021-07-17T00:00:00.000Z\",\"2021-07-18T00:00:00.000Z\",\"2021-07-19T00:00:00.000Z\",\"2021-07-20T00:00:00.000Z\",\"2021-07-21T00:00:00.000Z\",\"2021-07-22T00:00:00.000Z\",\"2021-07-23T00:00:00.000Z\",\"2021-07-24T00:00:00.000Z\",\"2021-07-25T00:00:00.000Z\",\"2021-07-26T00:00:00.000Z\",\"2021-07-27T00:00:00.000Z\",\"2021-07-28T00: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,1,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,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,3,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,6,4,3,4,5,0,1,4,0,0,0,1,0,3,0,1,1,2,8,1,0,1,0,0,2,0,1,0,1,3,0,0,0,0,0,0,0,2,1,3,2,0,0,6,5,1,1,1,6,2,2,1,3,2,0,0,0,0,0,1,1,1,0,3,5,0,1,1,0,2,3,2,2,1,0,5,1,0,0,0,1,0,1,1,3,0,1,1,2,0,0,0,0,0,4,1,0,1,0,0,0,3,0,0,0,0,1,0,0,0,6,1,2,1,2]]},\"evals\":[\"attrs.interactionModel\"],\"jsHooks\":[]} \nGit log Download: git_log.txt.gz\nFile is git_log.txt, and full log has 250343 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 22309 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 4906 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 5535 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-31T00:00:00.000Z\",\"2022-04-29T00: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,147,119,119,127,115,77,65,92,88,68,99,78,108,65,93,86,71,69,79,105,112,91,68,86,100,66,73,92,67,68,59,54,112,48,54,61,79,81,64,61,63,57,67,52,52,71,74,52,63,52,64,50,51,102,55,68,70,82,75,60,47,54,59,61,51,52,45,69,92,49,64,79,51,45,59,38,63,62,58,42,67,51,52,42,59,60,47,25,38,38,37,17,28,18,43,33,33,37,35,19,23,33,12,39,45,32,55,64,32,39,27,24,40,28,34,19,14,26,17,35,34,24,21,26,13,20,15,11,17,7,12,14]]},\"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 88 weeks.\n// jsData function gvisDataColumnChartID775778f0dd9f () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Next\", 2498 ], [ \"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\", 294 ], [ \"5.0.1\", 263 ], [ \"4.0.1\", 234 ], [ \"3.1.1\", 224 ], [ \"2.1\", 207 ], [ \"9.2.0\", 206 ], [ \"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\", 71 ], [ \"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\", 43 ], [ \"9.11.0\", 40 ], [ \"9.9.0\", 38 ], [ \"9.8.0\", 34 ], [ \"10.1.0\", 32 ], [ \"10.3.0\", 26 ], [ \"10.5.0\", 25 ], [ \"10.0.0\", 23 ], [ \"10.2.0\", 21 ], [ \"9.11.1\", 21 ], [ \"9.6.0\", 21 ], [ \"9.0.1\", 19 ], [ \"9.5.2\", 19 ], [ \"9.4.2\", 16 ], [ \"9.5.3\", 16 ], [ \"10.4.0\", 15 ], [ \"9.8.1\", 13 ], [ \"9.3.1\", 12 ], [ \"10.0.1\", 11 ], [ \"10.6.0\", 10 ], [ \"9.4.1\", 10 ], [ \"9.5.1\", 10 ], [ \"9.5.5\", 10 ], [ \"9.5.4\", 9 ], [ \"9.7.2\", 8 ], [ \"10.4.1\", 7 ], [ \"10.3.1\", 4 ], [ \"10.3.2\", 4 ], [ \"2.0.3\", 4 ], [ \"1.0.1\", 2 ], [ \"10.3.3\", 2 ], [ \"9.7.1\", 2 ], [ \"10.6.1\", 1 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID775778f0dd9f() { var data = gvisDataColumnChartID775778f0dd9f(); 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('ColumnChartID775778f0dd9f') ); 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 31 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 gvisDataColumnChartID7757315c15a4 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"cdt-core\", 6436 ], [ \"cdt-parser\", 2646 ], [ \"cdt-build\", 2314 ], [ \"cdt-debug\", 2123 ], [ \"cdt-debug-dsf-gdb\", 1438 ], [ \"cdt-editor\", 1031 ], [ \"cdt-debug-dsf\", 900 ], [ \"cdt-indexer\", 822 ], [ \"cdt-build-managed\", 647 ], [ \"cdt-other\", 547 ], [ \"cdt-refactoring\", 485 ], [ \"cdt-codan\", 481 ], [ \"cdt-doc\", 307 ], [ \"cdt-releng\", 304 ], [ \"cdt-debug-cdi-gdb\", 256 ], [ \"cdt-memory\", 251 ], [ \"terminal\", 206 ], [ \"cdt-arduino\", 199 ], [ \"cdt-debug-cdi\", 190 ], [ \"cdt-source-nav\", 167 ], [ \"cdt-debug-edc\", 153 ], [ \"cdt-autotools\", 111 ], [ \"launchbar\", 69 ], [ \"cdt-lsp\", 48 ], [ \"cdt-gdb-standalone\", 45 ], [ \"cdt-cmake\", 33 ], [ \"remote\", 33 ], [ \"cdt-qt\", 29 ], [ \"cdt-debug-hardware\", 24 ], [ \"cdt-docker\", 9 ], [ \"tools.templates\", 5 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID7757315c15a4() { var data = gvisDataColumnChartID7757315c15a4(); 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('ColumnChartID7757315c15a4') ); 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 40673 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\",\"2021-05-02T11:14:41.000Z\",\"2021-05-09T17:36:37.000Z\",\"2021-05-15T11:44:58.000Z\",\"2021-05-21T00:34:09.000Z\",\"2021-05-30T07:41:13.000Z\",\"2021-06-05T15:13:08.000Z\",\"2021-06-11T00:34:09.000Z\",\"2021-06-20T14:26:30.000Z\",\"2021-06-27T09:11:24.000Z\",\"2021-07-02T00:34:09.000Z\",\"2021-07-09T00:34:09.000Z\",\"2021-07-18T23:41:39.000Z\",\"2021-07-23T00:34:09.000Z\",\"2021-07-31T11:06:39.000Z\",\"2021-08-07T18:08:48.000Z\",\"2021-08-15T17:04:21.000Z\",\"2021-08-22T08:27:20.000Z\",\"2021-08-29T18:37:38.000Z\",\"2021-09-05T12:50:04.000Z\",\"2021-09-12T21:28:05.000Z\",\"2021-09-19T07:40:00.000Z\",\"2021-09-26T23:41:48.000Z\",\"2021-10-03T17:39:46.000Z\",\"2021-10-10T20:38:31.000Z\",\"2021-10-17T03:46:11.000Z\",\"2021-10-24T13:20:04.000Z\",\"2021-10-31T18:08:39.000Z\",\"2021-11-07T19:09:36.000Z\",\"2021-11-14T15:13:11.000Z\",\"2021-11-21T16:18:53.000Z\",\"2021-11-27T14:18:05.000Z\",\"2021-12-05T20:04:24.000Z\",\"2021-12-11T16:11:40.000Z\",\"2021-12-18T16:35:45.000Z\",\"2021-12-26T20:36:01.000Z\",\"2022-01-02T07:16:03.000Z\",\"2022-01-09T14:27:16.000Z\",\"2022-01-14T00:34:09.000Z\",\"2022-01-23T20:35:59.000Z\",\"2022-01-30T19:27:28.000Z\",\"2022-02-05T16:14:54.000Z\",\"2022-02-11T17:17:23.000Z\",\"2022-02-20T15:42:14.000Z\",\"2022-02-26T18:20:47.000Z\",\"2022-03-05T18:10:33.000Z\",\"2022-03-13T16:41:30.000Z\",\"2022-03-18T19:46:46.000Z\",\"2022-03-26T17:16:15.000Z\",\"2022-04-03T19:29:17.000Z\",\"2022-04-09T12:26:15.000Z\",\"2022-04-16T12:53:38.000Z\",\"2022-04-23T11:02:00.000Z\",\"2022-04-30T13:16: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,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,7,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,19,11,11,11,9,7,13,9,28,7,3,14,4,7,10,13,11,18,28,39,21,31,34,30,19,21,34,22,16,13,15,12,4,17,11,4,5,4,5,20,9,18,16,7,12,10,8,12,6,11,10,20,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 tools.cdt forum. ID Subject Post date Post author 1852125 error by startup eclipse 2022-04-30 13:16:30 211886 1852123 Re: Installation 2022-03 with remote development for raspberry 2022-04-30 12:49:50 211886 1852120 Scanner Discovery for Makefile Project 2022-04-30 05:01:52 217195 1852091 Re: Missing wiringpi lib 2022-04-28 16:40:59 211886 1852021 Unresolved symbol from included header 2022-04-26 02:01:50 187828 1851963 Re: Sources are not shown during remote target debugging 2022-04-23 11:02:00 234309 1851955 Sources are not shown during remote target debugging 2022-04-22 19:00:32 234309 1851947 Re: Can’t debug with CMake 2022-04-22 13:35:07 234249 1851916 Re: External browser with relative paths 2022-04-21 15:54:36 226961 1851911 TM Terminal is slow as molasses on mac os X 2022-04-21 14:43:07 229433 \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 14554 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 1110706 error by startup eclipse 2022-04-30 13:16:30 1852125 0 343 1110705 Scanner Discovery for Makefile Project 2022-04-30 05:01:52 1852120 0 656 1110674 Unresolved symbol from included header 2022-04-26 02:01:50 1852021 0 2266 1110655 Sources are not shown during remote target debugging 2022-04-23 11:02:00 1851963 1 399 1110645 TM Terminal is slow as molasses on mac os X 2022-04-21 14:43:07 1851911 0 3223 1110630 Failed to execute MI command: -data-evaluate-expression 2022-04-19 23:33:25 1851848 0 2863 1110628 arduino / sloeber: how to use \\#define via configuration? 2022-04-20 00:11:22 1851849 1 921 1110614 Library Dependency Errors in Eclipse Version: 2021-09 (4.21.0) Build id: 20210910-1417 2022-04-18 13:14:46 1851813 0 2652 1110607 bash: ./hello.o: cannot execute binary file: Exec format error 2022-04-16 12:53:38 1851801 2 603 1110604 External browser with relative paths 2022-04-21 15:54:36 1851916 1 1559 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 391 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 26 cdt-10.2 \\#26 1.622964e+12 SUCCESS 2 cdt-10.2 \\#2 1.615219e+12 SUCCESS 3 cdt-10.2-java16 \\#3 1.618109e+12 UNSTABLE // jsData function gvisDataPieChartID775729477bd6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 14 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 68 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 281 ], [ \u0026ldquo;UNSTABLE\u0026rdquo;, 28 ] ]; data.addColumn(\u0026lsquo;string\u0026rsquo;,\u0026lsquo;Result\u0026rsquo;); data.addColumn(\u0026lsquo;number\u0026rsquo;,\u0026lsquo;Count\u0026rsquo;); data.addRows(datajson); return(data); }\n// jsDrawChart function drawChartPieChartID775729477bd6() { var data = gvisDataPieChartID775729477bd6(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID775729477bd6') ); 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(drawChartPieChartID775729477bd6); })(); function displayChartPieChartID775729477bd6() { 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 45 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 disabled 1.622964e+12 100 cdt-10.2-java16 disabled 1.618109e+12 99 cdt-10.3 disabled 1.636878e+12 80 cdt-10.4 disabled 1.636879e+12 99 cdt-10.5 disabled 1.638694e+12 99 cdt-10.6 blue 1.651000e+12 80 // jsData function gvisDataPieChartID77572ef1665e () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;aborted\u0026rdquo;, 1 ], [ \u0026ldquo;blue\u0026rdquo;, 16 ], [ \u0026ldquo;disabled\u0026rdquo;, 21 ], [ \u0026ldquo;red\u0026rdquo;, 5 ], [ \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 drawChartPieChartID77572ef1665e() { var data = gvisDataPieChartID77572ef1665e(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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;, \u0026ldquo;#FF9900\u0026rdquo;]; options[\u0026ldquo;pieHole\u0026rdquo;] = 0.4;\nvar chart = new google.visualization.PieChart( document.getElementById('PieChartID77572ef1665e') ); 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(drawChartPieChartID77572ef1665e); })(); function displayChartPieChartID77572ef1665e() { 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 15864 Martin Weber 88 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID775713e7b54c () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 15864 ], [ \"Martin Weber\", 88 ], [ \"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 ], [ \"hQmbNq/IsiBOZ/Zq@6UYYwuIQ5JGHCx2W\", 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 (sZ1rIVcDF5Fg3lnj@6UYYwuIQ5JGHCx2W)\", 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 ], [ \"moXPlHarVSjY9q81@6UYYwuIQ5JGHCx2W\", 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 ], [ \"d6ACqoy/eWJWNamb@ige7bkX31/mwFmqH\", 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 ], [ \"WWdoHy5Tb8d3ATiB@LmzytPEsxWLeIdQa\", 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 drawChartPieChartID775713e7b54c() { var data = gvisDataPieChartID775713e7b54c(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID775713e7b54c') ); 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 5999 Copyright (c) QNX Software Systems and others 2146 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID7757711612e6 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 5999 ], [ \"Copyright (c) QNX Software Systems and others\", 2146 ], [ \"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\", 103 ], [ \"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) Kichwa Coders Canada Inc. and others\", 50 ], [ \"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) 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) Intel Corporation\", 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) 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 drawChartPieChartID7757711612e6() { var data = gvisDataPieChartID7757711612e6(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID7757711612e6') ); 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 6161 QNX Software Systems and others 2146 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID77575c3e44cf () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unknown\", 6161 ], [ \"QNX Software Systems and others\", 2146 ], [ \"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\", 102 ], [ \"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 ], [ \"Kichwa Coders Canada Inc. and others\", 50 ], [ \"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 ], [ \"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 ], [ \"Intel Corporation\", 11 ], [ \"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 ], [ \"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 drawChartPieChartID77575c3e44cf() { var data = gvisDataPieChartID77575c3e44cf(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID77575c3e44cf') ); 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 10489 epl-2.0 OR apache-2.0 10224 unknown 5839 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID7757516d2942 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"epl-2.0\", 10489 ], [ \"epl-2.0 OR apache-2.0\", 10224 ], [ \"unknown\", 5839 ], [ \"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 drawChartPieChartID7757516d2942() { var data = gvisDataPieChartID7757516d2942(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID7757516d2942') ); 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 9359 unknown 5572 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID7757188f5213 () { var data = new google.visualization.DataTable(); var datajson = [ [ \"Java\", 9359 ], [ \"unknown\", 5572 ], [ \"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 drawChartPieChartID7757188f5213() { var data = gvisDataPieChartID7757188f5213(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID7757188f5213') ); 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 289 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":"/dataeggs/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 2022-05-01.\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 970 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 247 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 630 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-30T00:00:00.000Z\",\"2021-05-31T00:00:00.000Z\",\"2021-06-30T00:00:00.000Z\",\"2021-07-31T00:00:00.000Z\",\"2021-08-31T00:00:00.000Z\",\"2021-09-30T00:00:00.000Z\",\"2021-10-31T00:00:00.000Z\",\"2021-11-30T00:00:00.000Z\",\"2021-12-31T00:00:00.000Z\",\"2022-01-31T00:00:00.000Z\",\"2022-02-28T00:00:00.000Z\",\"2022-03-30T00: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,34,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,7,5,11,1,5,4,7,5,1,1,3,10]]},\"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 gvisDataColumnChartID77855320740e () { var data = new google.visualization.DataTable(); var datajson = [ [ \"unspecified\", 335 ], [ \"2.0.0\", 155 ], [ \"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\", 18 ], [ \"2.2.0\", 15 ], [ \"3.0.0\", 14 ], [ \"3.3.0\", 14 ], [ \"4.2.0\", 14 ], [ \"4.3.0\", 14 ], [ \"5.0.0\", 11 ], [ \"5.3.0\", 11 ], [ \"7.1.0\", 11 ], [ \"4.1.0\", 10 ], [ \"5.1.0\", 10 ], [ \"4.0.0\", 9 ], [ \"6.3.0\", 9 ], [ \"7.0.0\", 9 ], [ \"2.0.1\", 8 ], [ \"6.1.0\", 7 ], [ \"2.1.1\", 6 ], [ \"7.3.0\", 6 ], [ \"5.2.0\", 5 ], [ \"3.1.0\", 4 ], [ \"6.2.1\", 4 ], [ \"7.2.0\", 4 ], [ \"1.2.0\", 3 ], [ \"6.2.0\", 2 ] ]; data.addColumn('string','Version'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID77855320740e() { var data = gvisDataColumnChartID77855320740e(); 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('ColumnChartID77855320740e') ); 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 13 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 gvisDataColumnChartID778542138b3b () { var data = new google.visualization.DataTable(); var datajson = [ [ \"TMF\", 529 ], [ \"LTTng\", 178 ], [ \"Core\", 99 ], [ \"CTF\", 47 ], [ \"State system\", 28 ], [ \"RCP\", 22 ], [ \"XML\", 16 ], [ \"Website\", 14 ], [ \"Analysis\", 13 ], [ \"Releng\", 12 ], [ \"BTF\", 7 ], [ \"gdbtrace\", 3 ], [ \"pcap\", 2 ] ]; data.addColumn('string','Component'); data.addColumn('number','Bugs'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartColumnChartID778542138b3b() { var data = gvisDataColumnChartID778542138b3b(); 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('ColumnChartID778542138b3b') ); 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 344 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\",\"2021-02-22T14:55:09.000Z\",\"2021-03-01T14:55:09.000Z\",\"2021-03-08T14:55:09.000Z\",\"2021-03-15T14:55:09.000Z\",\"2021-03-22T14:55:09.000Z\",\"2021-03-29T14:55:09.000Z\",\"2021-04-05T14:55:09.000Z\",\"2021-04-12T14:55:09.000Z\",\"2021-04-19T14:55:09.000Z\",\"2021-04-26T14:55:09.000Z\",\"2021-05-03T14:55:09.000Z\",\"2021-05-10T14:55:09.000Z\",\"2021-05-17T14:55:09.000Z\",\"2021-05-24T14:55:09.000Z\",\"2021-05-31T14:55:09.000Z\",\"2021-06-07T14:55:09.000Z\",\"2021-06-15T17:22:24.000Z\",\"2021-06-27T07:44:43.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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,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 tools.tracecompass forum. ID Subject Post date Post author 1842653 Re: Create a new trace type 2021-06-27 07:44:43 232392 1842293 Create a new trace type 2021-06-15 17:22:24 232392 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 \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 298 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 1108236 Create a new trace type 2021-06-27 07:44:43 1842653 1 2210 1106973 JAXB Problem 2021-02-16 10:06:46 1838112 2 534 1106254 kernel and ust traces alongside 2020-12-11 17:06:16 1835757 1 472 1102109 Main toolbar 2020-01-29 06:10:33 1820790 2 198001 1101396 CPU usage view 2019-12-06 09:48:27 1818122 3 3481 1101279 Runnables are not visible in BTF view 2019-11-17 10:12:25 1817165 2 633 1099735 Multiple instances of trace compas 2019-07-17 05:19:42 1809502 2 1601 1097205 Trace compass with GDB trace format. 2019-01-25 21:10:37 1801765 2 1361 1094943 XML state provider for generic CTF 2018-08-31 18:17:36 1794518 2 3009 1094923 Help non-Linux/non-Java embedded C developer make use of Trace Compass 2019-11-18 12:32:13 1817195 5 1724 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 1720 commits.\n ID Name Time Result 69 backup-legacy-builds \\#69 1.649166e+12 SUCCESS 68 backup-legacy-builds \\#68 1.648734e+12 SUCCESS 67 backup-legacy-builds \\#67 1.648671e+12 SUCCESS 66 backup-legacy-builds \\#66 1.647454e+12 SUCCESS 65 backup-legacy-builds \\#65 1.647446e+12 SUCCESS 64 backup-legacy-builds \\#64 1.639078e+12 SUCCESS 63 backup-legacy-builds \\#63 1.639071e+12 SUCCESS 62 backup-legacy-builds \\#62 1.633138e+12 SUCCESS 61 backup-legacy-builds \\#61 1.631134e+12 SUCCESS 60 backup-legacy-builds \\#60 1.631126e+12 SUCCESS // jsData function gvisDataPieChartID778535564746 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;ABORTED\u0026rdquo;, 55 ], [ \u0026ldquo;FAILURE\u0026rdquo;, 244 ], [ \u0026ldquo;SUCCESS\u0026rdquo;, 1419 ], [ \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 drawChartPieChartID778535564746() { var data = gvisDataPieChartID778535564746(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Build Results for project r project_id \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('PieChartID778535564746') ); 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(drawChartPieChartID778535564746); })(); function displayChartPieChartID778535564746() { 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 61 commits.\n Name Colour Last build time Health report backup-legacy-builds blue 1.649166e+12 100 clean-up-builds disabled 1.586810e+12 100 Connect-external-slave disabled 1.459554e+12 100 delete-old-temp-files disabled 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.647640e+12 100 org.eclipse.tracecompass-simrel-publish-2020-12-fix blue 1.607550e+12 100 // jsData function gvisDataPieChartID778526e31b31 () { var data = new google.visualization.DataTable(); var datajson = [ [ \u0026ldquo;blue\u0026rdquo;, 28 ], [ \u0026ldquo;disabled\u0026rdquo;, 30 ], [ \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 drawChartPieChartID778526e31b31() { var data = gvisDataPieChartID778526e31b31(); var options = {}; options[\u0026ldquo;allowHtml\u0026rdquo;] = true; options[\u0026ldquo;title\u0026rdquo;] = \u0026ldquo;Job Results for project r project_id \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('PieChartID778526e31b31') ); 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(drawChartPieChartID778526e31b31); })(); function displayChartPieChartID778526e31b31() { 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). 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/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/7.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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID778514e8c088 () { 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 drawChartPieChartID778514e8c088() { var data = gvisDataPieChartID778514e8c088(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Authors for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID778514e8c088') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID778560f4c728 () { 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 drawChartPieChartID778560f4c728() { var data = gvisDataPieChartID778560f4c728(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Copyrights for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID778560f4c728') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID778567591579 () { 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 drawChartPieChartID778567591579() { var data = gvisDataPieChartID778567591579(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Holders for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID778567591579') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID7785987a365 () { 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 drawChartPieChartID7785987a365() { var data = gvisDataPieChartID7785987a365(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Licences for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID7785987a365') ); 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 `r project_id` \u0026#34;, sep=\u0026#34;\u0026#34;), sliceVisibilityThreshold=0, height=280, pieHole= 0.4)) print(p, \u0026#39;chart\u0026#39;) // jsData function gvisDataPieChartID77851074e7d7 () { 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 drawChartPieChartID77851074e7d7() { var data = gvisDataPieChartID77851074e7d7(); var options = {}; options[\"allowHtml\"] = true; options[\"title\"] = \"Programming languages for project `r project_id` \"; options[\"sliceVisibilityThreshold\"] = 0; options[\"height\"] = 280; options[\"pieHole\"] = 0.4; var chart = new google.visualization.PieChart( document.getElementById('PieChartID77851074e7d7') ); 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":"/dataeggs/projects/tools.tracecompass/datasets_report/","title":"tools.tracecompass"}]