You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by bo...@apache.org on 2015/12/29 00:10:28 UTC

svn commit: r1722027 [2/27] - in /tika/branches/2.x: tika-parser-test/ tika-parser-test/src/ tika-parser-test/src/main/ tika-parser-test/src/main/java/ tika-parser-test/src/main/resources/ tika-parser-test/src/main/resources/META-INF/ tika-parser-test/...

Added: tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/regex/ner-regex.txt
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/regex/ner-regex.txt?rev=1722027&view=auto
==============================================================================
--- tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/regex/ner-regex.txt (added)
+++ tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/regex/ner-regex.txt Mon Dec 28 23:10:16 2015
@@ -0,0 +1,17 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+WEEK_DAY=(?i)((sun)|(mon)|(tues)|(thurs)|(fri)|((sat)(ur)?))(day)?
\ No newline at end of file

Added: tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/tika-config.xml
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/tika-config.xml?rev=1722027&view=auto
==============================================================================
--- tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/tika-config.xml (added)
+++ tika/branches/2.x/tika-parser-test/src/main/resources/org/apache/tika/parser/ner/tika-config.xml Mon Dec 28 23:10:16 2015
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<properties>
+    <parsers>
+        <parser class="org.apache.tika.parser.ner.NamedEntityParser">
+            <mime>text/plain</mime>
+            <mime>text/html</mime>
+            <mime>application/xhtml+xml</mime>
+        </parser>
+    </parsers>
+
+</properties>
\ No newline at end of file

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/AutoDetectParser.class
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/AutoDetectParser.class?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/AutoDetectParser.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/Doc1_ole.doc
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/Doc1_ole.doc?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/Doc1_ole.doc
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedDocument.docx
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedDocument.docx?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedDocument.docx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedOutlook.docx
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedOutlook.docx?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedOutlook.docx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedPDF.docx
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedPDF.docx?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/EmbeddedPDF.docx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/GLDAS_CLM10SUBP_3H.A19790202.0000.001.grb
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/GLDAS_CLM10SUBP_3H.A19790202.0000.001.grb?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/GLDAS_CLM10SUBP_3H.A19790202.0000.001.grb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/NUTCH-1997.cbor
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/NUTCH-1997.cbor?rev=1722027&view=auto
==============================================================================
--- tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/NUTCH-1997.cbor (added)
+++ tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/NUTCH-1997.cbor Mon Dec 28 23:10:16 2015
@@ -0,0 +1,30 @@
+ÙÙ÷yœ{
+  "url" : "https://www.aoncadis.org/dataset/collaborative_research_diamonds_and_oil_from_the_tundra_a_system_study_on_the_impact_of_changing_seasons_on_mining_and_oil_exploration____nsf_award_0902130.html",
+  "timestamp" : null,
+  "request" : {
+    "method" : "GET",
+    "client" : {
+      "hostname" : "nsfpolardata.dyndns.org",
+      "address" : "54.183.226.231",
+      "software" : "Nutch-1.10-SNAPSHOT",
+      "robots" : "CLASSIC",
+      "contact" : {
+        "name" : "",
+        "email" : ""
+      }
+    },
+    "headers" : [ [ "Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" ], [ "Accept-Encoding", "" ], [ "Accept-Language", "en-us,en-gb,en;q=0.7,*;q=0.3" ], [ "User-Agent", "" ] ],
+    "body" : null
+  },
+  "response" : {
+    "status" : "",
+    "server" : {
+      "hostname" : "www.aoncadis.org",
+      "address" : ""
+    },
+    "headers" : [ [ "Content-Encoding", "" ], [ "Content-Type", "text/html;charset=ISO-8859-1" ], [ "Date", "1415042513000" ], [ "Server", "" ], [ "Content-Language", "en-US" ], [ "nutch.crawl.score", "1.321877E-4" ], [ "_fst_", "33" ], [ "nutch.segment.name", "20141103111351" ], [ "Connection", "close" ] ],
+    "body" : "\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"> \r\n\r\n\r\n\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" >\r\n\r\n<head>\r\n\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" />\r\n\r\n\r\n<link rel=\"icon\" href=\"/themes/cadis/images/favicon.ico?v=2\" type=\"image/x-icon\" />\r\n\r\n<title>Collaborative Research: Diamonds and Oil from the Tundra: A System Study on the Impact of Changing Seasons on Mining and Oil Exploration    NSF Award 0902130</title>\r\n\r\n\r\n\r\n<!--CSS source files for the entire YUI Library--> \r\n<!--CSS Foundation: (also partially aggregated in reset-fonts-grids.css; does not include base.css)-->\r\n<link rel=\"stylesheet\" type=\"text
 /css\" href=\"/js/yui/2.8.2/build/reset/reset-min.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/base/base-min.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/fonts/fonts-min.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/grids/grids-min.css\" />\r\n\r\n<!--CSS for Controls:-->\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/container/assets/skins/sam/container.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/menu/assets/skins/sam/menu.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/autocomplete/assets/skins/sam/autocomplete.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/button/assets/skins/sam/button.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/calendar/assets/skins/sam/calendar.css\" />\r\n<link rel=\"stylesheet\" typ
 e=\"text/css\" href=\"/js/yui/2.8.2/build/carousel/assets/skins/sam/carousel.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/colorpicker/assets/skins/sam/colorpicker.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/datatable/assets/skins/sam/datatable.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/editor/assets/skins/sam/editor.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/imagecropper/assets/skins/sam/imagecropper.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/layout/assets/skins/sam/layout.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/paginator/assets/skins/sam/paginator.css\" />\r\n<link rel=\"stylesheet\" typyœe=\"text/css\" href=\"/js/yui/2.8.2/build/resize/assets/skins/sam/resize.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/tabview/a
 ssets/skins/sam/tabview.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/js/yui/2.8.2/build/treeview/assets/skins/sam/treeview.css\" />\r\n\r\n<!--JavaScript source files for the entire YUI Library:-->\r\n\r\n<!--YUI Core (also aggregated in yahoo-dom-event.js; see readmes in the\r\nYUI download for details on each of the aggregate files and their contents):-->\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/yahoo/yahoo-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/dom/dom.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/event/event-min.js\"></script>\r\n\r\n<!--Utilities (also partialy aggregated utilities.js; see readmes in the \r\nYUI download for details on each of the aggregate files and their contents):-->\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/element/element-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/swf/swf-min.js\"></script
 >\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/animation/animation-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/connection/connection-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/cookie/cookie-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/datasource/datasource-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/dragdrop/dragdrop-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/get/get-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/history/history-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/imageloader/imageloader-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/json/json-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/resize/resize-min.js\"></script>\r\n<script type=\
 "text/javascript\" src=\"/js/yui/2.8.2/build/selector/selector-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/yuiloader/yuiloader-min.js\"></script>\r\n\r\n<!--YUI's UI Controls:-->\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/container/container-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/menu/menu-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/autocomplete/autocomplete-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/button/button-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/calendar/calendar-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/colorpicker/colorpicker-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/datatable/datatable-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/editor/editor-min.js
 \"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/imagecropper/imagecropper-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/layout/layout-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/paginator/paginator-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/slider/slider-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/tabview/tabview-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/treeview/treeview-min.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/uploader/uploader.js\"></script>\r\n<script type=\"text/javascript\" src=\"/js/yui/2.8.2/build/stylesheet/stylesheet-min.js\"></script>\r\n\r\n<!--.swf file for the YUI Chayœrts Control--> \r\n<script type=\"text/javascript\"> \r\nYAHOO.widget.Chart.SWFURL = \"/js/yui/2.8.2/build/charts/assets/charts.swf;\"\r\n</script> \r\n
 \r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/themes/base.css\" />\r\n\r\n\r\n<script type=\"text/javascript\">\r\ndocument.write('<style>.noscript { display: none; }</style>');\r\n\r\nYAHOO.util.Cookie.set(\"cookietest\", \"true\", { path: \"/\" });\r\nif (YAHOO.util.Cookie.get(\"cookietest\"))\r\n{\r\n\r\n} else {\r\n\tdocument.write('<style>.nocookie { display: block; }</style>');\r\n}\r\n</script>\r\n\r\n\r\n\r\n<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js\"></script>\r\n\r\n\t\r\n\r\n<script src=\"https://maps.google.com/maps/api/js?sensor=false\"></script> \r\n\r\n\r\n\r\n    \r\n<script type=\"text/javascript\">\r\n\t<!--\r\n\r\n\tvar myTabs;\r\n\t\r\n\tfunction init() {\r\n\t\r\n\t\tmyTabs = new YAHOO.widget.TabView(\"dataset_tabs\");\r\n\r\n\t\t//The Summary/Metadata Tab as default.\r\n\t\tmyTabs.set('activeIndex', 0);\r\n\r\n\t}\r\n\t\r\n\tYAHOO.util.Event.onDOMReady(init); \r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\t$(document).ready(\r\n\t
 \tfunction showMap() {\r\n\r\n\t\t\tvar minLat = 61.0;\r\n\t\t\tvar maxLat = 63.0;\r\n\t\t\tvar maxLong = -110.0;\r\n\t\t\tvar minLong = -115.0;\r\n\r\n\t\t\tvar avgLat = ((Number(minLat) + Number(maxLat))/2).toFixed(3);\r\n\t\t\tvar avgLong = ((Number(minLong) + Number(maxLong))/2).toFixed(3);\r\n\r\n\t\t\tvar centerLat = 66.0;\r\n\t\t\tvar centerLong = 0.0;\r\n\r\n\t\t\tvar mapDiv = document.getElementById('map-canvas');\r\n\r\n\t\t\tvar centerPoint = new google.maps.LatLng(centerLat, centerLong);\r\n\r\n\t\t\tvar mapOptions = {\r\n\t\t\t\t\tcenter: centerPoint,\r\n\t\t\t\t\tzoom: 0,\r\n\t\t\t\t\tmapTypeId: google.maps.MapTypeId.MAP,\r\n\t\t\t\t\tdisableDefaultUI: true\r\n\t\t\t};\r\n\r\n\t\t\tvar datasetMap = new google.maps.Map(mapDiv, mapOptions);\r\n\r\n\t\t\tvar shape = new google.maps.Rectangle({\r\n\t\t\t\tbounds: new google.maps.LatLngBounds(\r\n\t\t\t\t\t\t\tnew google.maps.LatLng(minLat, minLong),\r\n\t\t\t\t\t\t\tnew google.maps.LatLng(maxLat, maxLong)),\r\n\t\t\t\t\tst
 rokeColor: '#ff0000',\r\n\t\t\t\t\tstrokeOpacity: 0.8,\r\n\t\t\t\t\tstrokeWeight: 2,\r\n\t\t\t\t\tfillColor: '#ff0000',\r\n\t\t\t\t\tfillOpacity: 0.35\r\n\t\t\t\t});\r\n\r\n\t\t\tvar avgpoint = new google.maps.LatLng(avgLat, avgLong);\r\n\r\n\t\t\tvar latDiff = Math.abs(Number(maxLat)) - Math.abs(Number(minLat));\r\n\t\t\tvar longDiff = Math.abs(Number(maxLong)) - Math.abs(Number(minLong));\r\n\r\n\t\t\t// Decide if point is needed as bb is too small to see on map\r\n\t\t\tif ((latDiff <= 3)  &&  (longDiff <= 3)) {\r\n\t\t\t\tvar showMarker = true;\r\n\t\t\t}\r\n\r\n\t\t\tif (showMarker == true ) {\r\n\r\n\t\t\t\t// Center of BBox\r\n\t\t\t\tvar marker = new google.maps.Marker({\r\n\t\t\t\t\t\tposition: avgpoint,\r\n\t\t\t\t\t\tmap: datasetMap,\r\n\t\t\t\t\t\ttitle: \"Dataset Location\"\r\n\t\t\t\t});\r\n\t\t \t}\r\n\r\n\t\t\tshape.setMap(datasetMap);\r\n\t\t}\r\n\r\n\t\t);\r\n\t\r\n\t\r\n\t-->\r\n</script>\r\n\r\n\r\n\r\n\r\n<link rel=\"stylesheet\" href=\"/themes/cadis/style.css\"
  type=\"text/css\" />\r\n<style type=\"text/css\">\r\n\r\n</style>\r\n\r\n\r\n<link rel=\"self\" type=\"text/html\" href=\"/dataset/id/bb6e8905-7172-11e2-851e-00c0f03d5b7c.html\" />\r\n<link rel=\"self\" type=\"text/dif\" href=\"/dataset/id/bb6e8905-7172-11e2-851e-00c0f03d5b7c.dif\" />\r\n<link rel=\"self\" type=\"text/iso19139\" href=\"/dataset/id/bb6e8905-7172-11e2-851e-00c0f03d5b7c.iso19139\" />\r\n<link rel=\"self\" type=\"text/plain\" href=\"/dataset/id/bb6e8905-7172-11e2-851e-00c0f03d5b7c.txt\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\nvar _gaq = _gaq || [];\r\n_gaq.push(['_setAccount', 'UA-30746926-1']);\r\n_gaq.push(['_trackPageview']);\r\n\r\n(function() {\r\n  var ga = document.createElement('script'); ga.type = 'text/javascript'; gyœa.async = true;\r\n  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n  
 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n})();\r\n</script>\r\n\r\n\r\n</head>\r\n\r\n<body class=\"yui-skin-sam\">\r\n\r\n\t<div id=\"container\">\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"broadcast-message-banner\">\r\n\r\n<p>\r\n\r\nIf you downloaded data between September 5 - 26, 2014 please check to make sure that your data download is complete.<br>\r\nThere was a system problem during this time affecting downloads.  Contact <a href=\"mailto:support@aoncadis.org?subject=Download Comment from ACADIS gateway.\">ACADIS Support</a> if you have questions.<br>\r\n<br>\r\nIf you have published a scientific paper using ACADIS data, please consider filling out our <a href=\"/redirect.html?link=https%3a%2f%2fdocs.google.com%2fa%2fucar.edu%2fforms%2fd%2f1hN1hQqhJRV2VPdawSBkUNro6KsQJ9b4wfPiUv8rv3PU%2fviewform\">ACADIS Publication Survey</a>.<br>\r\nIt only takes
  a few short minutes and will be a great help to us.\r\n\r\n</p>\r\n\r\n</div>\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div style=\"background-image: url('/themes/cadis/images/caribou_pass_by_on_frozen_tundra.png'); height: 125px; background-repeat: repeat-x; position: relative; min-width: 70em;\" >\r\n<div style=\"min-width: 80em;\"> \r\n\t<div style=\"float: left; display: inline;\">\r\n\t\t\r\n\t\t<a href=\"/home.htm\">\r\n\t\t\t<img src=\"/themes/cadis/images/AcadisGatewayBannerLogo.png\" style=\"margin: 25px 10px 0 10px;\" width=\"330\" height=\"80\" alt=\"ACADIS Gateway: An Arctic Data Repository\" />\r\n\t\t</a>\r\n\t</div>\r\n\t<div style=\"float: left; display: inline;\">\r\n\t\t<img src=\"/themes/cadis/images/acadis-service-logo.png\" style=\"margin: 26px 0px 5px 25px;\" width=\"160\" height=\"78\" alt=\"A Service of ACADIS\" />\r\n\t</div>\r\n\t<div style=\"float: right; display: inline
 ;\">\r\n\t\t<div id=\"login_links\" style=\"float: right; margin: 8px 7px 0 0; display: inline; \">\r\n\t\t\t\r\n\t\t\t\t<div>\r\n\t\t\t\t\t<a href=\"/ac/guest/secure/registration.htm\">Register</a>&nbsp;|&nbsp;<a href=\"/ac/guest/secure/login.htm\">Login</a>\r\n\t\t\t\t</div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t</div>\r\n\t\t<div class=\"searchBox\" style=\"clear: right; margin: 80px 5px 8px 5px; \">\r\n\t\t\t<div style=\"float:right; \">\r\n\t\t\t\t<form name=\"simpleQueryForm\" id=\"simpleQueryForm\" method=\"GET\" action=\"/search.html\">\r\n\t\t\t\t\t<table>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td><input style=\"font-size: 18px; margin: 0 5px;\" type=\"text\" name=\"freeText\" size=\"32\" /></td>\r\n\t\t\t\t\t\t\t<td><input style=\"font-size: 16px; margin: 0 5px;\" type=\"submit\" id=\"submit-simple-query\" value=\"Search\"/></td>\r\n\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t</table>\r\n\t\t\t\t</form>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</div>\t\r\n</div>\r\n\r\n<div id=\"header-tabs\" 
 class=\"yuimenubar yuimenubarnav\" style=\"clear: both; min-width: 74.923em;\">\r\n\t<div class=\"bd\">\r\n\t<nav class=\"sitenav\">\r\n\t\t<ul id=\"topmenu\">\r\n\t\t\t<li class=\"yuimenubaritem first-of-type\"><a class=\"yuimenubaritemlabel\" href=\"/home.htm\">Home</a></li>\r\n\t\t\t<li class=\"yuimenubaritem\"><a class=\"yuimenubaritemlabel\" href=\"/cadis/searchOptions.html\">Get Data</a>\r\n\t\t\t\t<ul>\r\n\t\t\t\t\t<li><a href=\"/search.html\">Search</a></li>\r\n\t\t\t\t\t<li><a href=\"/scienceKeywordTopic/topic.html\">Science Keyword Topics</a></li>\r\n\t\t\t\t\t<li><a href=\"/contact.html\">Principal Investigators</a></li>\r\n\t\t\t\t\t<li><a href=\"/project.html\">Projects</a></li>\r\n\t\t\t\t\t<li><a href=\"/cadis/viewProjectsGeographically.html\">Geographic Tools</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t</li>\r\n\t\t\t<li class=\"yuimenubaritem\">yœ<a class=\"yuimenubaritemlabel\" href=\"/user/publish/viewEditableProjects.htm\">Contribute Data</a>\r\n\t\t\t\t<ul>\r\n\t\t\t\t
 \t<li><a href=\"/cadis/howToContribute.html\">Templates & Guides</a></li>\r\n\t\t\t\t</ul>\r\n\t\t\t</li>\r\n\t\t\t\r\n\t\t\t<li class=\"yuimenubaritem\"><a class=\"yuimenubaritemlabel\" href=\"/cadis/about/aboutUs.htm\">About</a></li>\r\n\t\t\t<li class=\"yuimenubaritem\"><a class=\"yuimenubaritemlabel\" href=\"/contactUs.htm\">Contact</a></li>\r\n\t\t</ul>\r\n\t</nav>\r\n\t</div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t<div class=\"noscript\">\r\n\tJavaScript must be enabled.\r\n\t</div>\r\n\t<div class=\"nocookie\">\r\n\tCookies must be enabled.\r\n\t</div>\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t<div id=\"doc4\" class=\"yui-t7\">\r\n\t\t\t\t<div class=\"page-title\">\r\n\t\t\t\t\t<h1>Dataset</h1>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div id=\"hd\">\r\n\t\t\t\t\t\r\n\t\t\t\t</div>\r\n\t\t\t\t<div id=\"bd\">\r\n\t\t\t\t\t<div class=\"yui-g\">\r\n\t\t\t\t\t\t\r\n\r\n<div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<d
 iv class=\"dataset_parent_hierarchy\">\r\n\t<table><tr><td><a href=\"https://www.aoncadis.org/project/collaborative_research_diamonds_and_oil_from_the_tundra_a_system_study_on_the_impact_of_changing_seasons_on_mining_and_oil_exploration.html\">Collaborative Research: Diamonds and Oil from the Tundra: A System Study on the Impact of Changing Seasons on Mining and Oil Exploration</a></td></tr></table>\n<tr><td>&nbsp;</td></tr></td></tr></table>\n\n\r\n</div>\r\n\r\n<div class=\"dataset_name\">\r\n\t<h1>Collaborative Research: Diamonds and Oil from the Tundra: A System Study on the Impact of Changing Seasons on Mining and Oil Exploration    NSF Award 0902130</h1>\r\n</div>\r\n\r\n\r\n\r\n\r\n    <div class=\"yui-skin-sam\">\r\n\r\n\t<div id=\"dataset_tabs\" class=\"yui-navset\">\r\n\t\t<ul class=\"yui-nav\">\r\n\t\t\t<li><a href=\"#summaryTab\"><em>Metadata</em></a></li>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t<li><a href=\"#filesTab\"><em>Download Data</em></a></li>\r\n\t\t\t\r\n\t\t\t\r\n\t\t
 \t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t</ul>\r\n\r\n\t\t<div class=\"yui-content\" >\r\n\t\t\t<div class=\"tab_panel\" id=\"summaryTab\">\r\n\t\t\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\
 n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Point of Contact:</span></td><td><span>Matthew Sturm\r\n\t\t\t<br/></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\yœn\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\
 n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Author(s):</span></td><td><span>PI:  Dr. Matthew Sturm, University of Alaska-Fairbanks\r\nCo-PI: Dr. Michael Goldstein, Babson College\r\nCo-PI: Dr. Henry Huntington, Huntington Consulting\r\nCo-PI: Dr. Tom Douglas, USA-CRREL-Alaska\r\n</span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Description:</span></td><td><span>This project seeks to understand how changing season length, principally winter, affects transportation systems that rely on ice roads in the Northwest
  Territories, Canada. From this small system, we then seek to generalize the results to an assessment of the impact of seasons on transportation and economic decisions in the North. Most of the project work consisted of riding on the ice roads, discussing their construction and operation with officials, and mining public data archives for climate and socio-economic data. On-site research consisted of visiting Yellowknife twice, along with the outlying communities of Dettah and Wha-Ti. We met with both representatives of the Joint Venture Ice Road (business -- serves the three mines) and the Government of Northwest Territories Ice Roads (government -- serves three native communities) (Fig. 1).  We drove on both ice roads twice, once in January 2010 to see their construction, and once in March 2010 to see the finished product just before the road closed. We also conducted a survey about the reasons people use the government ice road between Dettah and Yellowknife and administered the 
 survey by creating a roadblock in conjunction with the Department of Transportation of Government of Northwest Territories. Some images from the field work appear in Figure 2. We did a preliminary estimate of the economic impact of creating the Joint Venture road, as well as an economic impact of the Dettah ice road and its reduction in carbon dioxide (CO2) emissions. As part of the research we created a weather/snow/ice model based on historical data, allowed for snow plowing in this model, estimated load bearing properties, and estimated failure rates and economic costs based on reasonable estimates and historical data.</span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Progress:</span></td><td><span>In Work\r\n\t\r\n\t\t - Dataset actively being collected/analyzed.<
 /span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Time Coverage:</span></td><td><span>Jan 1, 2010 - May 31, 2012</span></td></tr></table>\r\n\r\n\r\n\r\n\r\n<div>\r\n\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\r\n\r\n\t<div style=\"float:left; width: 500px;\">\r\n\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Northernmost Latitude:</span></td><td><span>63</span></td></tr></table>\r\n\r\n\r\n\r\n\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\yœn\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td
  class=\"descriptive_row_name\"><span>Southernmost Latitude:</span></td><td><span>61</span></td></tr></table>\r\n\r\n\r\n\r\n\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Westernmost Longitude:</span></td><td><span>-115</span></td></tr></table>\r\n\r\n\r\n\r\n\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Easternmost Longitude:</span></td><td><span>-110</span></td></tr></table>\r\n\r\n\r\n\r\n\t</div>\r\n\r\n\t\r\n\t\r\n\t\t<div style=\"width:259px; height:130px; float:left; \">\r\n\t\t\t<div id=\"map-canvas\" style=\"width: 100%; height: 100%;\"></div>\r\n\t\t</div>\r\n\t\r\n\t\t<div style=\"padding-top: 20px; clear: both;\"></div>
 \r\n\t\r\n\r\n</div>\r\n\r\n<br>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Science Keywords:</span></td><td><span>Human Dimensions > Environmental Impacts > Heavy Metals Concentration<br></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>ISO Topic(s):</span></td><td><span>society<br></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\
 n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Time Frequency(ies):</span></td><td><span>Monthly to Annual\r\n\t\t\r\n\t\t<br /></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Location(s):</span></td><td><span>Canada > Northwest Territories<br /></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\
 r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Platform(s):</span></td><td><span>Other\r\n\t\t\r\n\t\t<br /></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\yœn\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr
 ><td class=\"descriptive_row_name\"><span>Data Format(s):</span></td><td><span>Microsoft Excel spreadsheet\r\n\t\t\r\n\t\t<br /></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Language:</span></td><td><span>English</span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n\t\r\n\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Date Created:</span></td><td><span>2013-02-07 15:07:15</span></td></tr></table>\r\n\r\n\r\n\r\n\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr>
 <td class=\"descriptive_row_name\"><span>Date Last Updated:</span></td><td><span>2014-06-25 10:08:22</span></td></tr></table>\r\n\r\n\r\n\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\">\r\n<tr><td class=\"descriptive_row_name\"><span>Data Center:</span></td><td><span><a href=\"/redirect.html?link=http%3a%2f%2fwww.aoncadis.org%2f\">Advanced Cooperative Arctic Data and Information Service</a></span></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>Related Links:</span></td><td><span><a href=\"/redirect.html?link=http%3a%2f%2ffaculty.babson.edu%2fgoldstein%2fgoldsteingroup%2f\">Data Access</a><br></span></td></tr>
 </table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<table class=\"descriptive_row_table descriptive_row_table_bottom_row\"><tr><td class=\"descriptive_row_name\"><span>More Like This Dataset:</span></td><td><span><a href=\"/project/collaborative_research_diamonds_and_oil_from_the_tundra_a_system_study_on_the_impact_of_changing_seasons_on_mining_and_oil_exploration.html?ref=moreLikeThis\">Collaborative Research: Diamonds and Oil from the Tundra: A System Study on the Impact of Changing Seasons on Mining and Oil Exploration</a><br>\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/project/collaborative_research_the_changing_seasonality_of_tundra_nutrient_cycling_implications_for_ecosystem_and_arctic_system_functioning.html?ref=moreLikeThis\">Collaborative Research: The Changing Seasonality of Tundra Nutrient Cycling: Implications for Ecosystem and Arctic System Func
 tioning</a><br>\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/dataset/0909354.html?ref=moreLikeThis\">Collaborative Research: Nonlinearities in the Arctic climate system during the Holocene (Award #0909354)</a><br>\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/project/collaborative_research_shifting_seasonality_of_arctic_river_hydrology_alters_key_biotic_linkages_among_aquatic_systems.html?ref=moreLikeThis\">Collaborative Research: Shifting seasonality of Arctic river hydrology alters key biotic linkages among aquatic systems</a><br>\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/project/collaborative_research_ipy_observation_and_modeling_of_tundra_ecosystem_responses_to_climate_change.html?ref=moreLikeThis\">Collaborative Research: IPY Observation and Modeling of Tundra Ecosystem Reyœsponses to Climate Change</a><br></span></td></tr></table>\r\n\r\n\r\n\r\n\r\n\r
 \n\r\n\r\n\r\n\t\t\t</div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t<div class=\"tab_panel\" id=\"filesTab\">\r\n\t\t\t\t\t\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"yui-fixed-panel\" style=\"padding-top: 12px;\">\r\n\r\n\t\r\n\t<div>\r\n\t\t\r\n\t\t<a href=\"/redirect.html?link=\" ></a>\r\n\t</div>\r\n\t\r\n\r\n\t\r\n\t<div >\r\n\t\t<p>\r\n\t\t\t\r\n\t\t\t<a href=\"/dataset/collaborative_research_diamonds_and_oil_from_the_tundra_a_system_study_on_the_impact_of_changing_seasons_on_mining_and_oil_exploration____nsf_award_0902130/file.html\" >Download Files</a> - View and download individual files for this Dataset. 9 Files\r\n\t\t</p>\r\n\t\t<p>\r\n\t\t\t\r\n\t\t\t<a href=\"/dataset/collaborative_research_diamonds_and_oil_from_the_tundra_a_system_study_on_the_impact_of_changing_seasons_on_mining_and_oil_exploration____nsf_award_0902130/file.zip\" >Download Zip Archive</a> - Download all the files from this dataset in a Zip ar
 chive. 9 Files\r\n\t\t</p>\r\n\t\t<p>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<a href=\"/dataset/collaborative_research_diamonds_and_oil_from_the_tundra_a_system_study_on_the_impact_of_changing_seasons_on_mining_and_oil_exploration____nsf_award_0902130/file.wget\" >Download Wget Script</a> - A <a href=\"/redirect.html?link=http%3a%2f%2fwww.gnu.org%2fsoftware%2fwget%2f\">Wget</a> shell script that will download all files for this dataset. 9 Files\r\n\t\t</p>\r\n\t</div>\r\n\t\r\n\r\n\t\r\n\r\n</div>\r\n\r\n\r\n\t\t\t\t</div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n\t\t\t\r\n\t\t</div>\r\n\t\t\r\n\t</div>\r\n</div>\r\n<br/>\r\n\r\n\r\n\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div id=\"ft\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div id=\"footer_div\">\r\n<hr class=\"line\" />\r\n<div>\r\n\t<div>\r\n\t\t<div style=\"float: left; position: relative; width: 80px; padding-top: 20px; padding-left:10px;\">\r\n\t\t\t\r\n\t\t\t<a href=\"/r
 edirect.html?link=http%3a%2f%2fwww.nsf.gov%2f\"><img src=\"/themes/cadis/images/nsf_logo.gif\" height=\"75\" width=\"75\" alt=\"National Science Foundation\" /></a>\r\n\t\t</div>\r\n\t\t<div style=\"float: left; position: relative; width: 400px; padding-top: 0px; padding-left: 15px;\">\r\n\t\t\t<div id=\"text_menu_div\" style=\"padding-top: 20px;\">\r\n\t\t\t<a href=\"/\"> Home</a> | <a href=\"/legal/privacy_policy.htm\">Privacy Policy</a> | <a href=\"/legal/terms_of_use.htm\">Terms of Use</a> | <a href=\"/contactUs.htm\">Contact</a>\r\n\t\t\t</div>\r\n\t\t\t<div id=\"software_version_div\">\r\n\t\t\tGateway Portal Software version 2.0.55-20141029-151159\r\n\t\t\t</div>\r\n\t\t\t<div id=\"copyright_div\">\r\n\t\t\t\t\r\n\t\t\t\tCopyright &copy; 2014 <a href=\"/redirect.html?link=http%3a%2f%2fwww.ucar.edu%2f\">UCAR</a>.  All Rights Reserved.\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div style=\"float: right; position: relative; width: 375px; padding-top: 15px; padding-left: 15px;\">\r\n\
 t\t\t<div id=\"collaborator_div\">\r\n\t\t\t\t<table>\r\n\t\t\t\t<tr><td colspan=\"4\" style=\"padding-bottom: 5px;\">\r\n\t\t\t\t<span style=\"text-align: center;\">ACADIS Collaborators</span>\r\n\t\t\t\t</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr><td>\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/redirect.html?link=https%3a%2f%2fwww.eol.ucar.edu%2f\"><img src=\"/themes/cadis/images/EOL_logo50_trans.gif\" height=\"55\" width=\"118\" alt=\"Earth Observing Laboratory\" /></a>\r\n\t\t\t\t</td><td style=\"padding-left: 10px;\">\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/redirect.html?link=http%3a%2f%2fnsidc.org%2f\"><img src=\"/themes/cadis/images/nsidc_trans_notext.gif\" height=\"55\" width=\"71\" alt=\"National Snow and Ice Data Center\" /></a>\r\n\t\t\t\t</td><td style=\"padding-left: 10px;\">\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/redirect.html?link=http%3a%2f%2fwww.unidata.ucar.edu%2f\"><img src=\"/themes/cadis/images/unidata_logo.jpg\" heigy©ht=\"55\" width=\"55\" alt=\"Unidata\" /></a>\r\n\t\t\t\t</td><td st
 yle=\"padding-left: 10px;\">\r\n\t\t\t\t\r\n\t\t\t\t<a href=\"/redirect.html?link=http%3a%2f%2fwww.cisl.ucar.edu%2f\"><img src=\"/themes/cadis/images/roundCISL.jpg\" height=\"55\" width=\"55\" alt=\"Computational and Information Systems Lab\" /></a>\r\n\t\t\t\t</td></tr></table>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n</div></div>\r\n\t\t\t</div>\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\r\n\t</div>\r\n</body>\r\n</html>\r\n\r\n\r\n\r\n"
+  },
+  "key" : "org_aoncadis_www_00af9d287d5bec6357f2e5a211b09bb24a795475_1415042513000",
+  "imported" : "1415042513000"
+}ÿ
\ No newline at end of file

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/NullHeader.docx
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/NullHeader.docx?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/NullHeader.docx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/TIKA-216.tgz
URL: http://svn.apache.org/viewvc/tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/TIKA-216.tgz?rev=1722027&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tika/branches/2.x/tika-parser-test/src/main/resources/test-documents/TIKA-216.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream