Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active April 14, 2016 04:04
Show Gist options
  • Save bollwyvl/00f85276fbd9b36e2868cfe74bbc788e to your computer and use it in GitHub Desktop.
Save bollwyvl/00f85276fbd9b36e2868cfe74bbc788e to your computer and use it in GitHub Desktop.
.ipynb_checkpoints/
*.csv
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "81b2203b-030d-4ae5-99ef-905bf521e84c"
}
},
"source": [
"# Data in Thomas Jefferson's Garden Notebook"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "a5f0ad5a-7874-4586-981b-e4be053676df"
}
},
"source": [
"![](http://www.masshist.org/thomasjeffersonpapers/garden/image/lg/garden_48_lg.jpg)"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "aa25b68f-1818-473a-b49b-c4861234ad50"
}
},
"source": [
"Happy Birthday, Thomas Jefferson! While running a little startup called the United States of America, TJ supported some pretty [awesome science](https://www.nps.gov/nr/travel/lewisandclark/encounters.htm), built some pretty [sweet inventions](https://www.monticello.org/site/research-and-collections/patents) and generally was a pretty cool guy. But apparently, his real love was gardening."
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "0063c75e-a4a4-4b7b-8f69-29ed1f8bb4b3"
}
},
"source": [
"![](http://www.loc.gov/teachers/classroommaterials/connections/thomas-jefferson/images/section_header.jpg)"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "ab21046d-7876-4588-975f-36b0d0a92811"
}
},
"source": [
"## \"No occupation is so delightful to me as the culture of the earth, and no culture comparable to that of the garden...But though an old man, I am but a young gardener.\"\n",
"\n",
"> [*](https://www.monticello.org/site/research-and-collections/famous-jefferson-quotes#gardening) _Jefferson to Charles W. Peale, August 20, 1811. Lipscomb, Andrew A. and Albert Ellery Bergh, ed. The Writings of Thomas Jefferson, Volume 13. Washington D.C.: Issued under the auspices of the Thomas Jefferson Memorial Association of the United States, 1903-04, p. 79._"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's see what kind of horticultural data he left behind!"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "1e3d2551-9d03-412a-824c-da77924d8eb2"
}
},
"source": [
"## you might need to install some stuff..."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "c32e8e62-d4e9-45b0-aafd-6e43dc370e40"
}
},
"outputs": [],
"source": [
"# !conda install lxml cssselect pandas bokeh -y\n",
"# !pip install pyquery coffeetools jademagic\n",
"# !npm install -g coffee-script"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "69830b2a-6f3e-4fe6-9c5f-5881a6dd2b8f"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <div class=\"bk-banner\">\n",
" <a href=\"http://bokeh.pydata.org\" target=\"_blank\" class=\"bk-logo bk-logo-small bk-logo-notebook\"></a>\n",
" <span id=\"1bf7cb01-f215-4913-81fa-ffd80665e5f2\">Loading BokehJS ...</span>\n",
" </div>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/javascript": [
"\n",
"(function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
"\n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\") {\n",
" window._bokeh_onload_callbacks = [];\n",
" }\n",
"\n",
" function run_callbacks() {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" delete window._bokeh_onload_callbacks\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
"\n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };\n",
"\n",
" var js_urls = ['https://cdn.pydata.org/bokeh/release/bokeh-0.11.1.min.js', 'https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.11.1.min.js', 'https://cdn.pydata.org/bokeh/release/bokeh-compiler-0.11.1.min.js'];\n",
"\n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.set_log_level(\"info\");\n",
" },\n",
" \n",
" function(Bokeh) {\n",
" Bokeh.$(\"#1bf7cb01-f215-4913-81fa-ffd80665e5f2\").text(\"BokehJS successfully loaded\");\n",
" },\n",
" function(Bokeh) {\n",
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-0.11.1.min.css\");\n",
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-0.11.1.min.css\");\n",
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.11.1.min.css\");\n",
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.11.1.min.css\");\n",
" }\n",
" ];\n",
"\n",
" function run_inline_js() {\n",
" for (var i = 0; i < inline_js.length; i++) {\n",
" inline_js[i](window.Bokeh);\n",
" }\n",
" }\n",
"\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
" run_inline_js();\n",
" } else {\n",
" load_libs(js_urls, function() {\n",
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n",
" run_inline_js();\n",
" });\n",
" }\n",
"}(this));"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import datetime\n",
"import re\n",
"import math\n",
"import pandas\n",
"from bokeh.plotting import output_notebook, show, figure, ColumnDataSource\n",
"from bokeh.models import HoverTool, CustomJS\n",
"from bokeh.resources import CDN\n",
"import IPython\n",
"from pyquery import PyQuery\n",
"from coffeetools import coffee\n",
"output_notebook(resources=CDN)"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "9240a48b-baaf-4620-bdd0-ec3c51e21c4b"
}
},
"source": [
"## While you're waiting, let's read about the data set.\n",
"It is provided by the [Massachusetts Historical Society](http://www.masshist.org/thomasjeffersonpapers/garden)."
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "645ae256-0100-4e6e-985e-05d5c9d0dcde"
},
"scrolled": false
},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <iframe\n",
" width=\"100%\"\n",
" height=\"800px\"\n",
" src=\"http://www.masshist.org/thomasjeffersonpapers/garden\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x10675f550>"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"IPython.display.IFrame(\"http://www.masshist.org/thomasjeffersonpapers/garden\", width=\"100%\", height=\"800px\")"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "a1e44b75-3bf2-4ced-93af-7aaaf467af20"
}
},
"source": [
"## Here are the URLs we need"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": true,
"nbpresent": {
"id": "52e2e466-a055-42bf-a29b-67430ba84de7"
}
},
"outputs": [],
"source": [
"garden_url = \"http://www.masshist.org/thomasjeffersonpapers/doc?id=garden_{page}\"\n",
"img_url = \"http://www.masshist.org/thomasjeffersonpapers/garden/image/lg/garden_{page}_lg.jpg\""
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "ca6409bc-d220-4c69-81ef-b2d875caf775"
}
},
"source": [
"_we'll refactor this later..._"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": true,
"nbpresent": {
"id": "70cc2708-3c14-4ce6-af11-f5ac736950a4"
}
},
"outputs": [],
"source": [
"page = 1"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "a225208d-a175-4307-a746-ad9d4ab24d7b"
}
},
"outputs": [],
"source": [
"pq = PyQuery(garden_url.format(page=page))"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "38fca328-c8d6-49d5-ac05-1816f98ee73e"
}
},
"source": [
"# looks like a pattern"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "812638c7-110c-4364-8e83-4c57ed84280c"
}
},
"outputs": [
{
"data": {
"text/plain": [
"'1766. Shadwell.'"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"head = pq(\".head\").text()\n",
"head"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "c08612c4-1336-4822-b651-8eb4dea2c1e3"
}
},
"outputs": [
{
"data": {
"text/plain": [
"'1766'"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"year = re.match(r'\\d*', head).group()\n",
"year"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "5ef19bf4-c298-404f-994d-6e3dde8232ab"
}
},
"outputs": [
{
"data": {
"text/plain": [
"'Shadwell'"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"location = re.match(r'\\d+\\.\\s*(.*)\\.$', head).group(1)\n",
"location"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "3608d1e0-6d1a-40c3-85c4-c764a970de95"
}
},
"source": [
"## Let's see what we've got"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "31359668-1011-43b9-acab-3ead61aeb5d5"
}
},
"outputs": [
{
"data": {
"text/plain": [
"[('Mar. 30.', 'Purple hyacinth begins to bloom.'),\n",
" ('Apr. 6.', 'Narcissus and Puckoon open.'),\n",
" ('13.', 'Puckoon flowers fallen.'),\n",
" ('16.', 'a bluish colored, funnel-formed flower in lowgrounds in bloom.'),\n",
" ('30.', 'purple flag blooms. Hyacinth & Narcissus gone.'),\n",
" ('May. 4.',\n",
" 'Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets'),\n",
" ('7.', 'blue flower in lowgrounds vanished.'),\n",
" ('11.',\n",
" 'The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease')]"
]
},
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"entries = [(a.text_content().strip(), b.text_content().strip())\n",
" for a, b in list(zip(pq(\".entrydate\"), pq(\".entry\")))]\n",
"entries"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "5eb16960-90a0-4974-aeaf-31b44b44d769"
}
},
"source": [
"## Hm, we're going to have to fill in those missing months"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": true,
"nbpresent": {
"id": "0d29f1b0-ae7a-4c55-b3d5-a41ce383260e"
}
},
"outputs": [],
"source": [
"month = None"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "6a0a5907-ce1a-4b9d-89ad-d0e2fd170b38"
}
},
"outputs": [],
"source": [
"month_pattern = r\"Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec\"\n",
"month_idx = {abbr: i + 1 for i, abbr in enumerate(month_pattern.split(\"|\"))}\n",
"day_pattern = r\"\\d+\""
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "8c132e91-8b09-45e7-b0bd-a7efbbaddf96"
}
},
"outputs": [],
"source": [
"def fix_dates(entries, page=None, month=None, year=None):\n",
" day = None\n",
" month = None\n",
" for date, entry in entries:\n",
" day_match = re.findall(day_pattern, date)\n",
" month_match = re.findall(month_pattern, date)\n",
"\n",
" day = day_match[0] if day_match else day\n",
" month = month_match[0] if month_match else month\n",
" \n",
" try:\n",
" date = datetime.date(int(year), month_idx.get(month, 1) or 1, int(day))\n",
" yield date, int(year), month_idx.get(month, 1) or 1, page, entry\n",
" except:\n",
" pass"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "85f1a56c-2eac-4c97-a7bb-27f4e075ff4c"
}
},
"source": [
"## Ok, I think we're ready to be in pandas"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "e2316864-6852-4aa3-a0ed-6bc64aff1540"
}
},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>year</th>\n",
" <th>month</th>\n",
" <th>page</th>\n",
" <th>entry</th>\n",
" </tr>\n",
" <tr>\n",
" <th>date</th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>1766-03-30</th>\n",
" <td>1766</td>\n",
" <td>3</td>\n",
" <td>1</td>\n",
" <td>Purple hyacinth begins to bloom.</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1766-04-06</th>\n",
" <td>1766</td>\n",
" <td>4</td>\n",
" <td>1</td>\n",
" <td>Narcissus and Puckoon open.</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1766-04-13</th>\n",
" <td>1766</td>\n",
" <td>4</td>\n",
" <td>1</td>\n",
" <td>Puckoon flowers fallen.</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1766-04-16</th>\n",
" <td>1766</td>\n",
" <td>4</td>\n",
" <td>1</td>\n",
" <td>a bluish colored, funnel-formed flower in lowg...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1766-04-30</th>\n",
" <td>1766</td>\n",
" <td>4</td>\n",
" <td>1</td>\n",
" <td>purple flag blooms. Hyacinth &amp; Narcissus gone.</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1766-05-04</th>\n",
" <td>1766</td>\n",
" <td>5</td>\n",
" <td>1</td>\n",
" <td>Wild honeysuckle in our woods open. -- also th...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1766-05-07</th>\n",
" <td>1766</td>\n",
" <td>5</td>\n",
" <td>1</td>\n",
" <td>blue flower in lowgrounds vanished.</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1766-05-11</th>\n",
" <td>1766</td>\n",
" <td>5</td>\n",
" <td>1</td>\n",
" <td>The purple flag, Dwarf flag, Violet &amp; wild Hon...</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" year month page \\\n",
"date \n",
"1766-03-30 1766 3 1 \n",
"1766-04-06 1766 4 1 \n",
"1766-04-13 1766 4 1 \n",
"1766-04-16 1766 4 1 \n",
"1766-04-30 1766 4 1 \n",
"1766-05-04 1766 5 1 \n",
"1766-05-07 1766 5 1 \n",
"1766-05-11 1766 5 1 \n",
"\n",
" entry \n",
"date \n",
"1766-03-30 Purple hyacinth begins to bloom. \n",
"1766-04-06 Narcissus and Puckoon open. \n",
"1766-04-13 Puckoon flowers fallen. \n",
"1766-04-16 a bluish colored, funnel-formed flower in lowg... \n",
"1766-04-30 purple flag blooms. Hyacinth & Narcissus gone. \n",
"1766-05-04 Wild honeysuckle in our woods open. -- also th... \n",
"1766-05-07 blue flower in lowgrounds vanished. \n",
"1766-05-11 The purple flag, Dwarf flag, Violet & wild Hon... "
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"df = pandas.DataFrame.from_records(\n",
" fix_dates(entries, year=year, page=page),\n",
" columns=[\"date\", \"year\", \"month\", \"page\", \"entry\"],\n",
" index=[\"date\"])\n",
"df"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "e19e6e2a-0416-4f6c-aaaa-bdd08b9cf8c9"
}
},
"source": [
"## Yep. Okay, let's make it pretty and interactive..."
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {
"collapsed": true,
"nbpresent": {
"id": "e1ac6ae5-9a3a-44ec-ad85-81c6434689de"
}
},
"outputs": [],
"source": [
"def hover():\n",
" return HoverTool(\n",
" tooltips=[\n",
" (\"Date\", \"$y\"),\n",
" (\"Entry\", \"@entry\"),\n",
" ]\n",
" )"
]
},
{
"cell_type": "code",
"execution_count": 16,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "25096f65-1370-4b58-a251-7ea0d5ad8e0c"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
" <div class=\"plotdiv\" id=\"9e4ebbaf-9ce6-4f95-bdbb-92038a45505b\"></div>\n",
"<script type=\"text/javascript\">\n",
" \n",
" (function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
" \n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\") {\n",
" window._bokeh_onload_callbacks = [];\n",
" }\n",
" \n",
" function run_callbacks() {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" delete window._bokeh_onload_callbacks\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
" \n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"9e4ebbaf-9ce6-4f95-bdbb-92038a45505b\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid '9e4ebbaf-9ce6-4f95-bdbb-92038a45505b' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
" \n",
" var js_urls = [];\n",
" \n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.$(function() {\n",
" var docs_json = {\"4fa61ba9-8631-4b76-964b-9761cb737768\":{\"roots\":{\"references\":[{\"attributes\":{\"formatter\":{\"id\":\"e39ec0b8-a200-499b-ae45-b3ca18dfb8b3\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"48a1bee9-c324-40a6-8381-5903f1c00618\",\"type\":\"DatetimeTicker\"}},\"id\":\"feba2433-a3f5-4975-a9f9-c02aa516e1f2\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"6a17e5ed-c4d8-4657-adc2-bdcfa63fd852\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"84323287-c4f9-4251-a205-910142de6672\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"222f45b5-b414-4120-8537-ffda8e880465\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"23b7e33e-78ab-47d7-9f74-ef60e15d4fcc\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"03e518a7-a729-4fa8-bb14-658c09a3d46b\",\"type\":\"GlyphRenderer\"},{\"attributes\":{},\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"8974b388-bc43-4ba7-95f4-f15e3e2c1e93\",\"type\":\"DaysTicker\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"48a1bee9-c324-40a6-8381-5903f1c00618\",\"type\":\"DatetimeTicker\"},{\"attributes\":{\"fill_color\":{\"value\":\"#1f77b4\"},\"line_color\":{\"value\":\"#1f77b4\"},\"x\":{\"field\":\"date\"},\"y\":{\"field\":\"year\"}},\"id\":\"222f45b5-b414-4120-8537-ffda8e880465\",\"type\":\"Circle\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"24b516e4-f35e-45c2-b1ca-47787bc0bc97\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"d0ae4e75-505c-45e2-ad0e-4871e6704a8b\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"bbf3403b-41ae-4aad-8a16-1c3765441cbb\",\"type\":\"DaysTicker\"},{\"attributes\":{\"formatter\":{\"id\":\"0ca9e631-4e2d-445a-b4d3-5dc5d24d14df\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"}},\"id\":\"bbc91ea0-5030-4a04-b3cf-000074fe00bb\",\"type\":\"LinearAxis\"},{\"attributes\":{\"callback\":null,\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"tooltips\":[[\"Date\",\"$y\"],[\"Entry\",\"@entry\"]]},\"id\":\"41e944e5-344c-4749-a4bf-f7217b2176e8\",\"type\":\"HoverTool\"},{\"attributes\":{\"days\":[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]},\"id\":\"e385a710-f9db-4587-a804-a7b6502f9220\",\"type\":\"DaysTicker\"},{\"attributes\":{},\"id\":\"9e01a9fa-f08c-404b-bc5c-929b1127e705\",\"type\":\"ToolEvents\"},{\"attributes\":{\"callback\":null},\"id\":\"89ac8403-d683-4eab-afeb-c9e97d6ad4b0\",\"type\":\"DataRange1d\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"54aaa9f7-f913-47fb-9840-4f15a02fd554\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"below\":[{\"id\":\"feba2433-a3f5-4975-a9f9-c02aa516e1f2\",\"type\":\"DatetimeAxis\"}],\"left\":[{\"id\":\"bbc91ea0-5030-4a04-b3cf-000074fe00bb\",\"type\":\"LinearAxis\"}],\"renderers\":[{\"id\":\"feba2433-a3f5-4975-a9f9-c02aa516e1f2\",\"type\":\"DatetimeAxis\"},{\"id\":\"89da3948-c252-4f2c-92c4-13ded3213d1f\",\"type\":\"Grid\"},{\"id\":\"bbc91ea0-5030-4a04-b3cf-000074fe00bb\",\"type\":\"LinearAxis\"},{\"id\":\"969fb207-6c60-4538-a460-70797d860a76\",\"type\":\"Grid\"},{\"id\":\"03e518a7-a729-4fa8-bb14-658c09a3d46b\",\"type\":\"GlyphRenderer\"}],\"tool_events\":{\"id\":\"9e01a9fa-f08c-404b-bc5c-929b1127e705\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"41e944e5-344c-4749-a4bf-f7217b2176e8\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"31917406-4069-4b32-b88a-d3853e7c4a74\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"89ac8403-d683-4eab-afeb-c9e97d6ad4b0\",\"type\":\"DataRange1d\"}},\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"date\",\"entry\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\"],\"month\":[3,4,4,4,4,5,5,5],\"page\":[1,1,1,1,1,1,1,1],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766]}},\"id\":\"84323287-c4f9-4251-a205-910142de6672\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"41c8e2c1-14da-46c8-b9ca-5521ce8c1570\",\"type\":\"DaysTicker\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"}},\"id\":\"969fb207-6c60-4538-a460-70797d860a76\",\"type\":\"Grid\"},{\"attributes\":{},\"id\":\"e39ec0b8-a200-499b-ae45-b3ca18dfb8b3\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{},\"id\":\"ed093c4d-768e-45bd-af15-f9741d2c4cdf\",\"type\":\"YearsTicker\"},{\"attributes\":{},\"id\":\"0ca9e631-4e2d-445a-b4d3-5dc5d24d14df\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"48a1bee9-c324-40a6-8381-5903f1c00618\",\"type\":\"DatetimeTicker\"}},\"id\":\"89da3948-c252-4f2c-92c4-13ded3213d1f\",\"type\":\"Grid\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"ede9eb4e-f47f-44a0-99f4-b3ba976cc0d9\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"987b5cc3-3ac7-4c79-a198-da2dc36ef7b9\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"4745a1b9-0d8d-4442-8700-cb63e9919909\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":null},\"id\":\"31917406-4069-4b32-b88a-d3853e7c4a74\",\"type\":\"DataRange1d\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"x\":{\"field\":\"date\"},\"y\":{\"field\":\"year\"}},\"id\":\"23b7e33e-78ab-47d7-9f74-ef60e15d4fcc\",\"type\":\"Circle\"}],\"root_ids\":[\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\"]},\"title\":\"Bokeh Application\",\"version\":\"0.11.1\"}};\n",
" var render_items = [{\"docid\":\"4fa61ba9-8631-4b76-964b-9761cb737768\",\"elementid\":\"9e4ebbaf-9ce6-4f95-bdbb-92038a45505b\",\"modelid\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"notebook_comms_target\":\"5a158c79-e4ea-4e49-b11b-c61262c741b7\"}];\n",
" \n",
" Bokeh.embed.embed_items(docs_json, render_items);\n",
" });\n",
" },\n",
" function(Bokeh) {\n",
" }\n",
" ];\n",
" \n",
" function run_inline_js() {\n",
" for (var i = 0; i < inline_js.length; i++) {\n",
" inline_js[i](window.Bokeh);\n",
" }\n",
" }\n",
" \n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
" run_inline_js();\n",
" } else {\n",
" load_libs(js_urls, function() {\n",
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n",
" run_inline_js();\n",
" });\n",
" }\n",
" }(this));\n",
"</script>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"cds = ColumnDataSource(df)\n",
"p = figure(tools=[hover()], x_axis_type=\"datetime\")\n",
"p.circle(x=\"date\", y=\"year\", source=cds)\n",
"show(p);"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "f7d89a92-2a61-4e84-b9a8-a1aa46a653cb"
}
},
"source": [
"## Not bad."
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "49bf4e69-f957-4ef5-888a-44ca3faa1bfc"
}
},
"source": [
"## Great, let's bring it all together"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {
"collapsed": true,
"nbpresent": {
"id": "4dc89158-463d-4d05-8c63-16c27f864816"
}
},
"outputs": [],
"source": [
"# be nice: cache\n",
"_pq = {}"
]
},
{
"cell_type": "code",
"execution_count": 18,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "53b87c5c-b026-4b3b-a776-945945fe94a8"
}
},
"outputs": [],
"source": [
"year = None\n",
"location = None\n",
"\n",
"all_entries = []\n",
"\n",
"for page in range(1, 67):\n",
" url = garden_url.format(page=page)\n",
" pq = _pq.get(url, None)\n",
" if pq is None:\n",
" pq = _pq[url] = PyQuery(url)\n",
" head = pq(\".head\").text()\n",
" \n",
" location_match = re.match(r'\\d+\\.\\s*(.*)\\.$', head)\n",
" if location_match:\n",
" location = location_match.group(1)\n",
"\n",
" year_match = re.findall(r'\\d{4}', head)\n",
" if year_match:\n",
" year = year_match[0]\n",
" \n",
" entries = [(a.text_content().strip(), b.text_content().strip())\n",
" for a, b in list(zip(pq(\".entrydate\"), pq(\".entry\")))]\n",
" \n",
" entries = fix_dates(entries, year=year, page=page)\n",
" #print(list(entries))\n",
"\n",
" if entries:\n",
" all_entries.extend(entries)"
]
},
{
"cell_type": "code",
"execution_count": 19,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "a15492bb-f82e-48cb-907d-952667c2dbc0"
}
},
"outputs": [],
"source": [
"df = pandas.DataFrame.from_records(\n",
" all_entries,\n",
" columns=[\"date\", \"year\", \"month\", \"page\", \"entry\"],\n",
" index=[\"date\"])"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "32c8eec2-f213-4378-9d05-32e2bc3e21aa"
}
},
"source": [
"## Let's add some more columns for our viz"
]
},
{
"cell_type": "code",
"execution_count": 20,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "6a300482-17b9-4cbb-b773-ba32c6d7fdf0"
}
},
"outputs": [],
"source": [
"df[\"length\"] = [math.log(len(entry)) * 3 for entry in df[\"entry\"]]"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "b2f7edd1-9618-4b5a-9a21-0a2e56951988"
}
},
"outputs": [],
"source": [
"df[\"julian\"] = [int(idx.strftime(\"%j\")) for idx in df.index]"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "86f54f45-00fd-4e25-8ba2-6655236847e3"
}
},
"source": [
"## Oh yes, and about those images..."
]
},
{
"cell_type": "code",
"execution_count": 22,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "1559a38c-94c7-4341-a658-4f29120ca5d4"
}
},
"outputs": [],
"source": [
"df[\"month_name\"] = df.month.apply(lambda e: datetime.datetime(2001,e,1).strftime(\"%B\"))"
]
},
{
"cell_type": "code",
"execution_count": 23,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "0f47fe86-577d-4798-8d0f-7a2ca140e84a"
}
},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>julian</th>\n",
" <th>page</th>\n",
" <th>url</th>\n",
" </tr>\n",
" <tr>\n",
" <th>date</th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>1766-03-30</th>\n",
" <td>089</td>\n",
" <td>1</td>\n",
" <td>http://www.masshist.org/thomasjeffersonpapers/...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1767-02-09</th>\n",
" <td>040</td>\n",
" <td>2</td>\n",
" <td>http://www.masshist.org/thomasjeffersonpapers/...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1767-05-27</th>\n",
" <td>147</td>\n",
" <td>3</td>\n",
" <td>http://www.masshist.org/thomasjeffersonpapers/...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1786-02-24</th>\n",
" <td>055</td>\n",
" <td>4</td>\n",
" <td>http://www.masshist.org/thomasjeffersonpapers/...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1769-03-14</th>\n",
" <td>073</td>\n",
" <td>5</td>\n",
" <td>http://www.masshist.org/thomasjeffersonpapers/...</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" julian page url\n",
"date \n",
"1766-03-30 089 1 http://www.masshist.org/thomasjeffersonpapers/...\n",
"1767-02-09 040 2 http://www.masshist.org/thomasjeffersonpapers/...\n",
"1767-05-27 147 3 http://www.masshist.org/thomasjeffersonpapers/...\n",
"1786-02-24 055 4 http://www.masshist.org/thomasjeffersonpapers/...\n",
"1769-03-14 073 5 http://www.masshist.org/thomasjeffersonpapers/..."
]
},
"execution_count": 23,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"pages = pandas.DataFrame.from_records(\n",
" [(min(entries), min(entries).strftime(\"%j\"), page, img_url.format(page=page))\n",
" for page, entries in df.groupby(by=[\"page\"]).groups.items()],\n",
" columns=[\"date\", \"julian\", \"page\", \"url\"],\n",
" index=\"date\"\n",
")\n",
"pages.head()"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbpresent": {
"id": "b21ec7ca-14ef-4b4e-93fe-1cd1a195557e"
}
},
"source": [
"## Nice. Please show me the money."
]
},
{
"cell_type": "code",
"execution_count": 24,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "73045a5a-6c4c-4f60-8f10-3e237a932fe3"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
" <div class=\"plotdiv\" id=\"b55e44b1-dccf-4278-8cf7-f9ce50995706\"></div>\n",
"<script type=\"text/javascript\">\n",
" \n",
" (function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
" \n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\") {\n",
" window._bokeh_onload_callbacks = [];\n",
" }\n",
" \n",
" function run_callbacks() {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" delete window._bokeh_onload_callbacks\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
" \n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"b55e44b1-dccf-4278-8cf7-f9ce50995706\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid 'b55e44b1-dccf-4278-8cf7-f9ce50995706' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
" \n",
" var js_urls = [];\n",
" \n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.$(function() {\n",
" var docs_json = {\"ba0d2aa4-4e46-458e-b93c-7e66891eb8e7\":{\"roots\":{\"references\":[{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"0aac47bb-f2f1-42ce-b9b3-885c7a493218\",\"type\":\"BasicTicker\"}},\"id\":\"c35db568-4f44-4818-abfb-1b9b12450041\",\"type\":\"Grid\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"8cd6b9f4-beb2-40dc-a9b5-18ef5dbe2f39\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"c4fb7701-5684-4ebb-9aa9-255cc23578a0\",\"type\":\"DatetimeTicker\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"8974b388-bc43-4ba7-95f4-f15e3e2c1e93\",\"type\":\"DaysTicker\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"6e96ffa9-3ca4-4e0a-871e-fce2e85a2869\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"78d3c993-22c1-40ad-ab57-d79002a10c9c\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"24b516e4-f35e-45c2-b1ca-47787bc0bc97\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"201244c3-db58-4f97-8d95-6370a3eaf4a7\",\"type\":\"ResizeTool\"},{\"attributes\":{\"fill_color\":{\"value\":\"#1f77b4\"},\"line_color\":{\"value\":\"#1f77b4\"},\"x\":{\"field\":\"date\"},\"y\":{\"field\":\"year\"}},\"id\":\"222f45b5-b414-4120-8537-ffda8e880465\",\"type\":\"Circle\"},{\"attributes\":{},\"id\":\"5cdabde5-832c-48fc-bf4f-bf1d3c757779\",\"type\":\"ToolEvents\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"b27eb11e-cba1-408d-a77e-c5c88d533999\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"callback\":null},\"id\":\"31917406-4069-4b32-b88a-d3853e7c4a74\",\"type\":\"DataRange1d\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"01ae8bdb-9254-43fb-be1b-89127e3a552a\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"fd44cb78-101a-4b8d-bc5a-852e8c9b2565\",\"type\":\"ColumnDataSource\"},{\"attributes\":{},\"id\":\"0aac47bb-f2f1-42ce-b9b3-885c7a493218\",\"type\":\"BasicTicker\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"953b280e-4974-41d3-81b6-7480707d94b3\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"days\":[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]},\"id\":\"e385a710-f9db-4587-a804-a7b6502f9220\",\"type\":\"DaysTicker\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"}},\"id\":\"969fb207-6c60-4538-a460-70797d860a76\",\"type\":\"Grid\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"e7c9f27a-e730-4685-81da-b6206aefe8d5\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"c4fb7701-5684-4ebb-9aa9-255cc23578a0\",\"type\":\"DatetimeTicker\"}},\"id\":\"b31bca8d-ead8-480a-bd70-c35ce0dc23c9\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"c4fb7701-5684-4ebb-9aa9-255cc23578a0\",\"type\":\"DatetimeTicker\"}},\"id\":\"88338860-db25-4a19-a4c8-d5c0f967878e\",\"type\":\"Grid\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"41c8e2c1-14da-46c8-b9ca-5521ce8c1570\",\"type\":\"DaysTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"84323287-c4f9-4251-a205-910142de6672\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"222f45b5-b414-4120-8537-ffda8e880465\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"23b7e33e-78ab-47d7-9f74-ef60e15d4fcc\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"03e518a7-a729-4fa8-bb14-658c09a3d46b\",\"type\":\"GlyphRenderer\"},{\"attributes\":{},\"id\":\"ed093c4d-768e-45bd-af15-f9741d2c4cdf\",\"type\":\"YearsTicker\"},{\"attributes\":{},\"id\":\"0ca9e631-4e2d-445a-b4d3-5dc5d24d14df\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"below\":[{\"id\":\"30d7c130-c895-40fa-9f7d-b4345432136e\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"b31bca8d-ead8-480a-bd70-c35ce0dc23c9\",\"type\":\"DatetimeAxis\"}],\"renderers\":[{\"id\":\"30d7c130-c895-40fa-9f7d-b4345432136e\",\"type\":\"LinearAxis\"},{\"id\":\"c35db568-4f44-4818-abfb-1b9b12450041\",\"type\":\"Grid\"},{\"id\":\"b31bca8d-ead8-480a-bd70-c35ce0dc23c9\",\"type\":\"DatetimeAxis\"},{\"id\":\"88338860-db25-4a19-a4c8-d5c0f967878e\",\"type\":\"Grid\"},{\"id\":\"b27eb11e-cba1-408d-a77e-c5c88d533999\",\"type\":\"BoxAnnotation\"},{\"id\":\"8b1bf53c-6c88-4a97-ae44-1588fc8cb4c9\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Notes (1766-1824)\",\"tool_events\":{\"id\":\"5cdabde5-832c-48fc-bf4f-bf1d3c757779\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"2182cca1-c907-415c-987c-2d5d82fec24e\",\"type\":\"PanTool\"},{\"id\":\"b7914b36-51d7-4f0d-9a52-73c95410684a\",\"type\":\"WheelZoomTool\"},{\"id\":\"1d529b3b-5612-4281-b2b6-52959fa2b43d\",\"type\":\"BoxZoomTool\"},{\"id\":\"78d3c993-22c1-40ad-ab57-d79002a10c9c\",\"type\":\"PreviewSaveTool\"},{\"id\":\"201244c3-db58-4f97-8d95-6370a3eaf4a7\",\"type\":\"ResizeTool\"},{\"id\":\"5e33d1cf-dcd0-496f-a015-31e73053a31a\",\"type\":\"ResetTool\"},{\"id\":\"78caf0e6-43b9-4a6e-ba23-949f7f0a83a0\",\"type\":\"HelpTool\"}],\"x_range\":{\"id\":\"0367f0f0-7277-435c-b632-6a458745116f\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"f8d06602-18bb-4d14-b0e0-d8e57a6296c1\",\"type\":\"DataRange1d\"}},\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{},\"id\":\"35bea849-0d51-42f4-b967-396aab6634a3\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"ede9eb4e-f47f-44a0-99f4-b3ba976cc0d9\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"f9970ee0-1b9f-460c-ab8c-6590fa8ba216\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"b7914b36-51d7-4f0d-9a52-73c95410684a\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"4745a1b9-0d8d-4442-8700-cb63e9919909\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"d0ae4e75-505c-45e2-ad0e-4871e6704a8b\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"callback\":null},\"id\":\"0367f0f0-7277-435c-b632-6a458745116f\",\"type\":\"DataRange1d\"},{\"attributes\":{\"formatter\":{\"id\":\"e39ec0b8-a200-499b-ae45-b3ca18dfb8b3\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"48a1bee9-c324-40a6-8381-5903f1c00618\",\"type\":\"DatetimeTicker\"}},\"id\":\"feba2433-a3f5-4975-a9f9-c02aa516e1f2\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"6a17e5ed-c4d8-4657-adc2-bdcfa63fd852\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{},\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"48a1bee9-c324-40a6-8381-5903f1c00618\",\"type\":\"DatetimeTicker\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"78caf0e6-43b9-4a6e-ba23-949f7f0a83a0\",\"type\":\"HelpTool\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"416a9115-c147-4da6-92b9-22c95650f81e\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"35bea849-0d51-42f4-b967-396aab6634a3\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"0aac47bb-f2f1-42ce-b9b3-885c7a493218\",\"type\":\"BasicTicker\"}},\"id\":\"30d7c130-c895-40fa-9f7d-b4345432136e\",\"type\":\"LinearAxis\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"0f64e19e-fdb3-438b-be8f-bca131562429\",\"type\":\"Circle\"},{\"attributes\":{},\"id\":\"d59caf38-2469-49c5-ae68-f5484bd531ec\",\"type\":\"YearsTicker\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"841d3bc7-32bd-487a-906f-060c3363e706\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"bbf3403b-41ae-4aad-8a16-1c3765441cbb\",\"type\":\"DaysTicker\"},{\"attributes\":{\"formatter\":{\"id\":\"0ca9e631-4e2d-445a-b4d3-5dc5d24d14df\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"}},\"id\":\"bbc91ea0-5030-4a04-b3cf-000074fe00bb\",\"type\":\"LinearAxis\"},{\"attributes\":{\"callback\":null,\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"tooltips\":[[\"Date\",\"$y\"],[\"Entry\",\"@entry\"]]},\"id\":\"41e944e5-344c-4749-a4bf-f7217b2176e8\",\"type\":\"HoverTool\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"75d1df71-f08c-4809-a39a-58344304c1f6\",\"type\":\"MonthsTicker\"},{\"attributes\":{},\"id\":\"9e01a9fa-f08c-404b-bc5c-929b1127e705\",\"type\":\"ToolEvents\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"54aaa9f7-f913-47fb-9840-4f15a02fd554\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"below\":[{\"id\":\"feba2433-a3f5-4975-a9f9-c02aa516e1f2\",\"type\":\"DatetimeAxis\"}],\"left\":[{\"id\":\"bbc91ea0-5030-4a04-b3cf-000074fe00bb\",\"type\":\"LinearAxis\"}],\"renderers\":[{\"id\":\"feba2433-a3f5-4975-a9f9-c02aa516e1f2\",\"type\":\"DatetimeAxis\"},{\"id\":\"89da3948-c252-4f2c-92c4-13ded3213d1f\",\"type\":\"Grid\"},{\"id\":\"bbc91ea0-5030-4a04-b3cf-000074fe00bb\",\"type\":\"LinearAxis\"},{\"id\":\"969fb207-6c60-4538-a460-70797d860a76\",\"type\":\"Grid\"},{\"id\":\"03e518a7-a729-4fa8-bb14-658c09a3d46b\",\"type\":\"GlyphRenderer\"}],\"tool_events\":{\"id\":\"9e01a9fa-f08c-404b-bc5c-929b1127e705\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"41e944e5-344c-4749-a4bf-f7217b2176e8\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"31917406-4069-4b32-b88a-d3853e7c4a74\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"89ac8403-d683-4eab-afeb-c9e97d6ad4b0\",\"type\":\"DataRange1d\"}},\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"days\":[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]},\"id\":\"5eacb4fc-bad2-4a04-ab56-15816785ad26\",\"type\":\"DaysTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"fd44cb78-101a-4b8d-bc5a-852e8c9b2565\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"0f64e19e-fdb3-438b-be8f-bca131562429\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"f9970ee0-1b9f-460c-ab8c-6590fa8ba216\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"8b1bf53c-6c88-4a97-ae44-1588fc8cb4c9\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"overlay\":{\"id\":\"b27eb11e-cba1-408d-a77e-c5c88d533999\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"1d529b3b-5612-4281-b2b6-52959fa2b43d\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"563ca882-0e8d-4cd8-ab29-e8352f083145\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"2182cca1-c907-415c-987c-2d5d82fec24e\",\"type\":\"PanTool\"},{\"attributes\":{\"callback\":null},\"id\":\"89ac8403-d683-4eab-afeb-c9e97d6ad4b0\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"e39ec0b8-a200-499b-ae45-b3ca18dfb8b3\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"5e33d1cf-dcd0-496f-a015-31e73053a31a\",\"type\":\"ResetTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"x\":{\"field\":\"date\"},\"y\":{\"field\":\"year\"}},\"id\":\"23b7e33e-78ab-47d7-9f74-ef60e15d4fcc\",\"type\":\"Circle\"},{\"attributes\":{\"callback\":null},\"id\":\"f8d06602-18bb-4d14-b0e0-d8e57a6296c1\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"e7c9f27a-e730-4685-81da-b6206aefe8d5\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"48a1bee9-c324-40a6-8381-5903f1c00618\",\"type\":\"DatetimeTicker\"}},\"id\":\"89da3948-c252-4f2c-92c4-13ded3213d1f\",\"type\":\"Grid\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"date\",\"entry\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\"],\"month\":[3,4,4,4,4,5,5,5],\"page\":[1,1,1,1,1,1,1,1],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766]}},\"id\":\"84323287-c4f9-4251-a205-910142de6672\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"987b5cc3-3ac7-4c79-a198-da2dc36ef7b9\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"beb93565-9d4b-4c56-ba02-ea564e6c342c\",\"type\":\"DaysTicker\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"abc6000e-4f9f-4434-90bf-c660e9b88e38\",\"type\":\"DaysTicker\"}],\"root_ids\":[\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\"]},\"title\":\"Bokeh Application\",\"version\":\"0.11.1\"}};\n",
" var render_items = [{\"docid\":\"ba0d2aa4-4e46-458e-b93c-7e66891eb8e7\",\"elementid\":\"b55e44b1-dccf-4278-8cf7-f9ce50995706\",\"modelid\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"notebook_comms_target\":\"75460c60-177c-430f-b92d-8e782d467e90\"}];\n",
" \n",
" Bokeh.embed.embed_items(docs_json, render_items);\n",
" });\n",
" },\n",
" function(Bokeh) {\n",
" }\n",
" ];\n",
" \n",
" function run_inline_js() {\n",
" for (var i = 0; i < inline_js.length; i++) {\n",
" inline_js[i](window.Bokeh);\n",
" }\n",
" }\n",
" \n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
" run_inline_js();\n",
" } else {\n",
" load_libs(js_urls, function() {\n",
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n",
" run_inline_js();\n",
" });\n",
" }\n",
" }(this));\n",
"</script>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"p = figure(title=\"TJ's Garden Notes (1766-1824)\", \n",
" y_axis_type=\"datetime\", y_axis_label=\"Date\",\n",
" x_axis_label=\"Day of Year\")\n",
"p.circle(x=\"julian\", y=\"date\", size=\"length\", alpha=0.5,\n",
" source=ColumnDataSource(df))\n",
"show(p);"
]
},
{
"cell_type": "code",
"execution_count": 25,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"pages.url = pages.url.apply(lambda v: v.replace('lg','thumb'))"
]
},
{
"cell_type": "code",
"execution_count": 26,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"df['url'] = \"\"\"\"\"\"\n",
"for i, v in pages.url.items():\n",
" pages.set_value(i,'url',v.replace('lg','thumb'))"
]
},
{
"cell_type": "code",
"execution_count": 50,
"metadata": {
"collapsed": false,
"nbpresent": {
"id": "8ba32654-c236-45e3-9191-bc5846a17750"
}
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
" <div class=\"plotdiv\" id=\"c0b15f92-cedc-49fd-a6de-042f3fff637f\"></div>\n",
"<script type=\"text/javascript\">\n",
" \n",
" (function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
" \n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\") {\n",
" window._bokeh_onload_callbacks = [];\n",
" }\n",
" \n",
" function run_callbacks() {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" delete window._bokeh_onload_callbacks\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
" \n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"c0b15f92-cedc-49fd-a6de-042f3fff637f\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid 'c0b15f92-cedc-49fd-a6de-042f3fff637f' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
" \n",
" var js_urls = [];\n",
" \n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.$(function() {\n",
" var docs_json = {\"7d96d440-d591-4844-b9e2-1c73f6d85e16\":{\"roots\":{\"references\":[{\"attributes\":{},\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"c4fb7701-5684-4ebb-9aa9-255cc23578a0\",\"type\":\"DatetimeTicker\"},{\"attributes\":{},\"id\":\"333a85e4-e84d-4152-8a1b-b4a90f47f603\",\"type\":\"BasicTicker\"},{\"attributes\":{\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"a73f1a0a-9076-4a31-a12f-4d11cad2c56a\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"09d8f3d9-e611-4f50-ad0b-fa4ffc460b9e\",\"type\":\"ImageURL\"},{\"attributes\":{\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"be72ff50-4f5e-4e39-84c7-eee5db0910fd\",\"type\":\"PanTool\"},{\"attributes\":{\"below\":[{\"id\":\"f557b1b1-0c0c-4012-b24a-520e37abeacc\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"c9169947-bb93-4bab-9bb9-5b3df6dc26e9\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"f557b1b1-0c0c-4012-b24a-520e37abeacc\",\"type\":\"LinearAxis\"},{\"id\":\"582f591d-8c03-46ce-b9e4-cd70200dbe53\",\"type\":\"Grid\"},{\"id\":\"c9169947-bb93-4bab-9bb9-5b3df6dc26e9\",\"type\":\"DatetimeAxis\"},{\"id\":\"022dbeb6-6082-4de7-a1be-1b30025d3165\",\"type\":\"Grid\"},{\"id\":\"4f1bdbea-d410-4954-9114-21f7b4622a95\",\"type\":\"BoxAnnotation\"},{\"id\":\"60ec23b4-129a-4488-add4-8e0eb837f352\",\"type\":\"GlyphRenderer\"},{\"id\":\"83bcf806-37fd-40d8-911b-a0539ef3fa44\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"908bf630-5278-49ef-abc0-fdd96b87727b\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"933e0e88-08cc-49e1-a2a4-def278fca106\",\"type\":\"PanTool\"},{\"id\":\"3f6b339f-af0a-4d8d-9876-44410a71fe4c\",\"type\":\"WheelZoomTool\"},{\"id\":\"a8558e49-40b9-4f0a-a618-5955e13b5983\",\"type\":\"BoxZoomTool\"},{\"id\":\"0bb7da4c-6e8b-4cbb-89c3-f15eeba646a5\",\"type\":\"PreviewSaveTool\"},{\"id\":\"8aa2266e-2277-4d38-a5cd-455312df2adb\",\"type\":\"ResizeTool\"},{\"id\":\"9d412901-6271-45b0-bc74-6683bbe36eeb\",\"type\":\"ResetTool\"},{\"id\":\"36f0fcfd-7d00-4e03-adb2-ef781e8e016b\",\"type\":\"HelpTool\"},{\"id\":\"ff510579-fabb-4c41-bf24-86d2aa7f4e54\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"c1cf7e3b-ba4a-435c-b9c1-d505d0e88d29\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"39f523c7-0def-4b5c-aa26-102ac506aada\",\"type\":\"DataRange1d\"}},\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"6812b92f-0351-4e16-9634-8d351d380531\",\"type\":\"ImageURL\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"7bff223e-2147-4371-b270-65e6c01f9868\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"date\",\"julian\",\"url\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6402672000000.0,-6393427200000.0,-5801760000000.0,-6336662400000.0,-6274281600000.0,-4636224000000.0,-6246115200000.0,-6223996800000.0,-6210604800000.0,-6204470400000.0,-6179241600000.0,-6178118400000.0,-6177427200000.0,-6177340800000.0,-6176908800000.0,-6176908800000.0,-6174489600000.0,-6148828800000.0,-6084547200000.0,-6072796800000.0,-6054048000000.0,-6036940800000.0,-6049728000000.0,-5929027200000.0,-5877619200000.0,-5596128000000.0,-5548867200000.0,-5516380800000.0,-5232211200000.0,-5070470400000.0,-5042304000000.0,-5039193600000.0,-5011200000000.0,-4983379200000.0,-4979923200000.0,-4947523200000.0,-4918924800000.0],\"julian\":[\"089\",\"040\",\"147\",\"055\",\"073\",\"065\",\"032\",\"026\",\"282\",\"071\",\"142\",\"069\",\"082\",\"090\",\"091\",\"096\",\"096\",\"124\",\"056\",\"069\",\"205\",\"057\",\"255\",\"107\",\"043\",\"273\",\"244\",\"060\",\"071\",\"074\",\"119\",\"080\",\"116\",\"075\",\"032\",\"072\",\"081\",\"047\"],\"page\":[1,2,3,4,5,6,65,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,40,41,44,48,49,52,56],\"url\":[\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_1_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_2_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_3_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_4_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_5_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_6_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_65_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_8_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_9_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_10_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_11_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_12_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_13_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_14_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_15_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_18_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_19_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_20_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_21_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_22_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_23_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_24_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_25_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_26_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_27_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_29_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_30_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_31_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_32_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_40_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_41_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_44_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_48_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_49_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_52_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_56_thumb.jpg\"]}},\"id\":\"c0e88e01-c1aa-42d2-a1f3-f42d3431a385\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"bc170e76-a56c-4d3a-94e8-2a09f3e43bca\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"3df818e2-ab80-413e-adca-3c068a930b70\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\", {\\\"class\\\": \\\"col-md-4\\\"})\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\"))\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"ba749ee3-e14d-4e78-92fa-e1dc16e6da6b\",\"type\":\"CustomJS\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"d3f160ef-61ff-4120-b0a9-e69c91693985\",\"type\":\"Circle\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"a41a8c45-96a8-466e-ada7-c36b7d67f989\",\"type\":\"Circle\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"49fc15fc-6551-4dbe-a2cb-7bf773fff079\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"0d0b7395-ab1b-4572-9bc4-968adb349828\",\"type\":\"BasicTicker\"}},\"id\":\"e2a3d884-c4c5-4cb1-9a9c-789cb56fc3ff\",\"type\":\"LinearAxis\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"4eb9c03c-b6bb-4af2-9a1d-bc1d5e805f17\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"url\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"14de5680-f12d-4475-8ed1-f74d921d1aa8\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"data_source\":{\"id\":\"addd6d78-46de-42a1-9b27-043cd326b8ca\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"fa0ef689-ac94-4136-a755-37e04ffc7745\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"3742030c-fc1b-40b7-a1a9-790e15bc7d9e\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"42ca62d4-127b-4c78-87e4-761420d11b07\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"a1b7e89c-ff0d-4b6b-bf14-276688055b66\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"e9d395ed-1df2-49e3-8e60-4bfa457f150d\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"9a09ef69-1b97-4e0d-aca3-e3c5dbc5f5c2\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"4e2f2b39-e3d4-49fe-9222-82477a1e40fd\",\"type\":\"CustomJS\"},{\"attributes\":{\"callback\":{\"id\":\"3ce69793-8f0b-4ff0-9ed7-feccee3d2214\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"0bf72996-2e4e-4d63-8b35-06d77d3458a7\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"df44ed4b-2268-4829-8938-ff0514894588\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"2ab59909-5b60-42c1-af2a-fe7a28efd7e7\",\"type\":\"HoverTool\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"69b63094-f879-4eb8-b06c-79d2577d943e\",\"type\":\"MonthsTicker\"},{\"attributes\":{},\"id\":\"342cb5eb-a22a-4ec9-8992-0757abcc8901\",\"type\":\"ToolEvents\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"5b012ff3-cae1-488d-9550-be2459e4df9b\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"3806f59e-f9fa-4673-ae5f-3b114133d444\",\"type\":\"BasicTicker\"}},\"id\":\"27cb4e54-9675-4219-9d47-5e8844a5e430\",\"type\":\"LinearAxis\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"60f861b5-f435-48ab-b3dd-5a4488a8c217\",\"type\":\"DatetimeTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"8a334e0e-99d5-4587-abe7-913e190c1a10\",\"type\":\"DaysTicker\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"0d132123-82de-4310-b9d1-fec7cc89c0cf\",\"type\":\"ImageURL\"},{\"attributes\":{\"overlay\":{\"id\":\"67abea6f-8d8d-43e7-a668-954e76931897\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"0bf72996-2e4e-4d63-8b35-06d77d3458a7\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"6ed25771-e18d-48f0-b9c1-4690e02c5c90\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"callback\":{\"id\":\"d1b3cb13-c0ae-4b8a-9199-70628f1ab528\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"60ec23b4-129a-4488-add4-8e0eb837f352\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"ff510579-fabb-4c41-bf24-86d2aa7f4e54\",\"type\":\"HoverTool\"},{\"attributes\":{\"callback\":{\"id\":\"a9e900f8-75c3-43c8-a98a-d5174faf66bf\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"3332f13f-b22d-4a2b-865d-ca1c9621b20e\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"68c68320-d658-4d0e-ae53-6f101eb7807e\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"8b3b66b6-b3e8-4141-ab4e-12c3baecf2a0\",\"type\":\"HoverTool\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"6e96ffa9-3ca4-4e0a-871e-fce2e85a2869\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"e5a915c8-6c20-4310-ab8b-851f8395d749\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"8132517e-09da-4f3b-83f0-3dd060317cd8\",\"type\":\"ImageURL\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"7169583f-ff1d-4d1a-aa18-e2f2b5d35067\",\"type\":\"ImageURL\"},\"selection_glyph\":null},\"id\":\"b11f04f5-b31a-4395-8db8-7dc7ccbefac9\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"403ecfec-94a7-45c4-a484-885b8df6362f\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"dbb51fa9-6ca5-4ebe-b5fd-58e88089b0ec\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"19417b95-dca8-40f4-b5e6-1c81bd093e51\",\"type\":\"HelpTool\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"e3f1f512-69c8-45a2-927c-44bbbf16306d\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"17e1be91-a808-47cc-a60a-334feca0e586\",\"type\":\"ImageURL\"},{\"attributes\":{\"data_source\":{\"id\":\"6c17d38e-60f0-488f-a573-f907bd3881d3\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"09510cfe-2b31-4f51-8303-687e09a164ed\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"d562495c-fa63-4916-9eb8-2cb27864fecb\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"ad6d1ddc-37c9-41c0-acdd-3974b71e2ed3\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"e29f6d6f-2aea-4bf1-bd1e-6b55b768740f\",\"type\":\"Circle\"},{\"attributes\":{},\"id\":\"fed0dade-38cf-4980-ae46-bd79cd0688c0\",\"type\":\"BasicTicker\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"586552fe-02db-4a63-bdc1-8b3c54272f11\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":null},\"id\":\"0367f0f0-7277-435c-b632-6a458745116f\",\"type\":\"DataRange1d\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"6cb7d13e-d0a6-4901-a8ac-b63bbaaddb54\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"49c913bc-2861-4b3d-aa11-275e3cbb3a1a\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"b5177765-065b-43e9-abac-986ab5c61a0b\",\"type\":\"DatetimeTicker\"}},\"id\":\"19f84f34-d237-4c7e-b4c9-32b693e506d8\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"d435314f-1b38-40af-9bb2-cb448746b9c8\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"841d3bc7-32bd-487a-906f-060c3363e706\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"a668c72b-f6d3-4829-a802-e56f4cec7e34\",\"type\":\"DaysTicker\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"7169583f-ff1d-4d1a-aa18-e2f2b5d35067\",\"type\":\"ImageURL\"},{\"attributes\":{\"callback\":null},\"id\":\"f8d06602-18bb-4d14-b0e0-d8e57a6296c1\",\"type\":\"DataRange1d\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"22e7a860-c79e-4a43-bbf8-10e038e632ed\",\"type\":\"BoxAnnotation\"},{\"attributes\":{},\"id\":\"9480ccdc-2c5e-473e-adbf-627f37950c6d\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"formatter\":{\"id\":\"0ca9e631-4e2d-445a-b4d3-5dc5d24d14df\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"}},\"id\":\"bbc91ea0-5030-4a04-b3cf-000074fe00bb\",\"type\":\"LinearAxis\"},{\"attributes\":{},\"id\":\"fb574eeb-fe17-4a59-a284-bcac2fc3497b\",\"type\":\"BasicTicker\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"4399c370-13f4-40f9-b0c3-95edd842863d\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"overlay\":{\"id\":\"e3f1f512-69c8-45a2-927c-44bbbf16306d\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"16d779b6-53af-4e4f-b27b-897901d81d00\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"cc2c575e-e68a-4931-9ce3-f4fc8fa80f94\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"plot\":{\"id\":\"a93bcab6-b6fe-4ee7-9820-7f2261c20964\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"705997fa-1aef-44f5-acb0-99e0236d0bda\",\"type\":\"ResizeTool\"},{\"attributes\":{},\"id\":\"0515e63f-994a-49e7-b9b7-3831262e99f0\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"37b81404-6344-4140-8aa5-16894437cf01\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"0bf72996-2e4e-4d63-8b35-06d77d3458a7\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"11f43931-2373-473b-8375-cf58e26ec11e\",\"type\":\"DatetimeTicker\"}},\"id\":\"bcfe48bf-d3ed-4857-874f-0371357636a2\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"1d75efd5-20d2-46b9-93bd-eb899d299b1b\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"5b023417-d261-4614-b2a0-5cba079c146f\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\", {\\\"class\\\": \\\"col-md-4\\\"})\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<ul/>\\\").append(\\n cdata['entry'][index].split(\\\"\\\\n\\\")\\n .map(function(line){ return $(\\\"<li/>\\\").text(line); })\\n )\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"21b5d6b0-86b6-4759-9d5a-468dae90f661\",\"type\":\"CustomJS\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"81d4ed13-df53-4e8d-ab12-98debcf218f3\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"3332f13f-b22d-4a2b-865d-ca1c9621b20e\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"fed0dade-38cf-4980-ae46-bd79cd0688c0\",\"type\":\"BasicTicker\"}},\"id\":\"f87ce5da-e72c-488b-9c8b-d60c6abf0feb\",\"type\":\"LinearAxis\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"a9c930fe-15f7-42f7-a86d-186a28f0c8bf\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"2217e1b1-61ab-4541-a85b-1a847f3de368\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\", {\\\"class\\\": \\\"col-md-4\\\"})\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<ul/>\\\")\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"4d658f75-9a3d-4ec7-8da7-99f6ecb75939\",\"type\":\"CustomJS\"},{\"attributes\":{},\"id\":\"f75dede7-5b67-4325-8f3a-facdf3a35909\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"b149fdaf-192c-4384-bb00-4b84f8c0ea23\",\"type\":\"HelpTool\"},{\"attributes\":{\"callback\":null},\"id\":\"7e231c90-df5a-47ed-a9d5-1208f059131d\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"50ba6073-e25d-472c-b205-ae7aa4472053\",\"type\":\"YearsTicker\"},{\"attributes\":{},\"id\":\"50672662-9017-4a2f-8623-bf66c74c0811\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"days\":[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]},\"id\":\"5eacb4fc-bad2-4a04-ab56-15816785ad26\",\"type\":\"DaysTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"fd44cb78-101a-4b8d-bc5a-852e8c9b2565\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"0f64e19e-fdb3-438b-be8f-bca131562429\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"f9970ee0-1b9f-460c-ab8c-6590fa8ba216\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"8b1bf53c-6c88-4a97-ae44-1588fc8cb4c9\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"9480ccdc-2c5e-473e-adbf-627f37950c6d\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"fb27a72c-db02-4560-9385-b84a92020dcc\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"d014fc53-aeff-4ef7-8dd2-9ed24c7d879d\",\"type\":\"BasicTicker\"}},\"id\":\"8fd5ec2b-31b5-4beb-8eb1-8bed844a6c02\",\"type\":\"LinearAxis\"},{\"attributes\":{},\"id\":\"e7c9f27a-e730-4685-81da-b6206aefe8d5\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"0755a87d-68fe-441e-9896-240b4f123ed0\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"7c859f89-5802-4b3f-97d9-3bdde68599d2\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1afb6d9d-bd41-427b-a608-b0944457cdb6\",\"type\":\"BasicTicker\"}},\"id\":\"582f591d-8c03-46ce-b9e4-cd70200dbe53\",\"type\":\"Grid\"},{\"attributes\":{},\"id\":\"5cdabde5-832c-48fc-bf4f-bf1d3c757779\",\"type\":\"ToolEvents\"},{\"attributes\":{\"plot\":{\"id\":\"0d427dc3-b77a-46a6-b52b-682d46ed25fe\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"5e5ac2a7-9994-4a0d-8661-516ffc6afa1d\",\"type\":\"ResetTool\"},{\"attributes\":{\"below\":[{\"id\":\"0afc7f9e-0545-4945-8c4f-5e06b0813e1a\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"2ff7b223-3f5f-4038-b469-1f656305fca1\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"0afc7f9e-0545-4945-8c4f-5e06b0813e1a\",\"type\":\"LinearAxis\"},{\"id\":\"1a87897f-e2ac-4538-9b1e-e2468dd9204f\",\"type\":\"Grid\"},{\"id\":\"2ff7b223-3f5f-4038-b469-1f656305fca1\",\"type\":\"DatetimeAxis\"},{\"id\":\"986f9cc3-da7f-4848-ba6a-4928f25571f2\",\"type\":\"Grid\"},{\"id\":\"e3f1f512-69c8-45a2-927c-44bbbf16306d\",\"type\":\"BoxAnnotation\"},{\"id\":\"1c98f35a-258d-446b-8589-041a5e384c2d\",\"type\":\"GlyphRenderer\"},{\"id\":\"b73dbd24-d81a-4e61-89d9-91bb46c122d1\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"ced686c9-438f-4ed2-920c-c01341a853e3\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"9156916a-5c17-49d2-b994-764794d144c4\",\"type\":\"PanTool\"},{\"id\":\"22cec36d-1eac-4a4a-b111-f68f9b3e6083\",\"type\":\"WheelZoomTool\"},{\"id\":\"cc2c575e-e68a-4931-9ce3-f4fc8fa80f94\",\"type\":\"BoxZoomTool\"},{\"id\":\"ef712409-fd4b-4715-970f-e5b5a53bf8d7\",\"type\":\"PreviewSaveTool\"},{\"id\":\"01798da7-c8f1-4662-bbaa-81922bed9254\",\"type\":\"ResizeTool\"},{\"id\":\"2ad91c6f-f57c-4c4c-8bcf-12ac59f08a85\",\"type\":\"ResetTool\"},{\"id\":\"d6c2415c-a310-40a4-b184-0199e71234fd\",\"type\":\"HelpTool\"},{\"id\":\"e31506be-28a4-42e2-bf86-52e75f0b0990\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"44b82526-1dcb-4a2e-b0e7-3d1e7dfeabec\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"39cf02e8-4cf4-44ac-819e-997ba61609ca\",\"type\":\"DataRange1d\"}},\"id\":\"16d779b6-53af-4e4f-b27b-897901d81d00\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"plot\":{\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"3f6b339f-af0a-4d8d-9876-44410a71fe4c\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"e08cc331-dbbc-480e-8857-52131de641b4\",\"type\":\"ImageURL\"},{\"attributes\":{\"below\":[{\"id\":\"f5c2acc9-8b2e-4d9a-a2aa-9536f71dc8e4\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"5bf2b842-e132-46d6-8cd7-96505e73050c\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"f5c2acc9-8b2e-4d9a-a2aa-9536f71dc8e4\",\"type\":\"LinearAxis\"},{\"id\":\"4d5cb8f1-40b1-425d-8c43-b677174e6e1d\",\"type\":\"Grid\"},{\"id\":\"5bf2b842-e132-46d6-8cd7-96505e73050c\",\"type\":\"DatetimeAxis\"},{\"id\":\"1e2d763e-cf01-4ed6-9531-c6d8bb700579\",\"type\":\"Grid\"},{\"id\":\"22e7a860-c79e-4a43-bbf8-10e038e632ed\",\"type\":\"BoxAnnotation\"},{\"id\":\"3b76956b-d494-4db4-9aed-78cb8c624d9c\",\"type\":\"GlyphRenderer\"},{\"id\":\"ab647706-e805-47db-828b-6ff70257a9aa\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"76d2c625-4a1e-4fb3-a43c-f9736e61eecb\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"f24d2561-b7c5-4256-bbcf-21ddfff01994\",\"type\":\"PanTool\"},{\"id\":\"d506e3a5-3b12-4c01-ab74-b06aeed212fb\",\"type\":\"WheelZoomTool\"},{\"id\":\"e091ea52-a36d-4e9b-b23e-97c17fa36ab5\",\"type\":\"BoxZoomTool\"},{\"id\":\"c7b2c433-85f1-492b-879a-0d1258aac1dc\",\"type\":\"PreviewSaveTool\"},{\"id\":\"533b0592-a399-4c1e-b485-deab2e337f8b\",\"type\":\"ResizeTool\"},{\"id\":\"632d56c3-9563-4a26-a6e4-24a894e0c0fb\",\"type\":\"ResetTool\"},{\"id\":\"15b3333b-9141-40b5-b0af-05910238e47a\",\"type\":\"HelpTool\"},{\"id\":\"d560affe-0342-4fdf-91a3-a98013dcaa87\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"f38b615e-e017-49ec-b1d0-80d3e582fe17\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"15e8c4b0-a24c-4892-aa3c-c8e88f2f5461\",\"type\":\"DataRange1d\"}},\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"callback\":{\"id\":\"ee22c3d3-f8a9-4750-b132-b8571c60e292\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"e53eea0f-12bc-4626-bc90-e2f348768b93\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"d5c50f66-e0c1-4188-b632-87ae05f5d497\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"7250bcd1-af9f-4b72-bbf4-d2580007c7c3\",\"type\":\"HoverTool\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"7e8b4834-4bbf-4b98-bcc0-3c5bf8066f36\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{},\"id\":\"41a7294b-cf20-41ec-8783-c8ec8a188eba\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"30b932b4-400c-4b05-88ef-b4194116e459\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"201244c3-db58-4f97-8d95-6370a3eaf4a7\",\"type\":\"ResizeTool\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"8132517e-09da-4f3b-83f0-3dd060317cd8\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"09068932-aced-434a-bc6b-0874c43be079\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"c5bba767-e962-4d01-91fe-57b9f9ecbcbb\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"95801d3d-b288-4b29-8a4b-5cd6b971977a\",\"type\":\"CustomJS\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"aae90a81-94d8-4820-b0fe-9d6306b044f0\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"fc87e57a-b7f6-40b3-b17f-de3d5e45767d\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"d562495c-fa63-4916-9eb8-2cb27864fecb\",\"type\":\"Circle\"},{\"attributes\":{},\"id\":\"0aac47bb-f2f1-42ce-b9b3-885c7a493218\",\"type\":\"BasicTicker\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"63985853-4d2b-407f-8e1a-b3910d3cb9d1\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"98452a0f-ef59-420e-8675-3b30e869a829\",\"type\":\"DaysTicker\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"6c17d38e-60f0-488f-a573-f907bd3881d3\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"a1209ecd-b078-4dc4-952c-77ad6b6320bd\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\", {\\\"class\\\": \\\"col-md-4\\\"})\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<ul/>\\\").append(\\n cdata['entry'][index].split(\\\"\\\\n\\\")\\n .map(function(line){\\n return $(\\\"<li/>\\\").text(line);\\n })\\n )\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"6d9a6e0c-7fbe-4d89-8884-b6810521b080\",\"type\":\"CustomJS\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"9abf0f26-1c5e-406a-9612-cbd0bc742153\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"58cd3535-fd95-430f-a290-e6c4d70fb7c9\",\"type\":\"DatetimeTicker\"},{\"attributes\":{\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"3806f59e-f9fa-4673-ae5f-3b114133d444\",\"type\":\"BasicTicker\"}},\"id\":\"e7948076-f8e4-480a-8beb-9337c5e882bb\",\"type\":\"Grid\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"8974b388-bc43-4ba7-95f4-f15e3e2c1e93\",\"type\":\"DaysTicker\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"667697d9-91fb-43c2-8360-905babcc1147\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":{\"id\":\"5252fb49-dd67-4e47-9e3d-06c942ba3459\",\"type\":\"CustomJS\"}},\"id\":\"06c045b3-c69a-42b1-a753-ce23acf32e47\",\"type\":\"DataRange1d\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"01ae8bdb-9254-43fb-be1b-89127e3a552a\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"plot\":{\"id\":\"a0062cc7-2a36-44f1-9b28-ad2cc76b2d5c\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"a7d2375a-9906-4a00-bf7d-bf44e074187d\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"plot\":{\"id\":\"dbb51fa9-6ca5-4ebe-b5fd-58e88089b0ec\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"8cbbb65e-0d9a-43bf-a627-388958d6cbc6\",\"type\":\"BasicTicker\"}},\"id\":\"6243ad07-b648-4899-b5fe-b54d5d2f2bc0\",\"type\":\"Grid\"},{\"attributes\":{},\"id\":\"be42c9dc-5e3b-453c-951b-df426fc7a393\",\"type\":\"YearsTicker\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"12e77c13-0408-4e11-a4ba-5ffcc6cce6fc\",\"type\":\"ImageURL\"},{\"attributes\":{},\"id\":\"644c3e81-27b5-474a-b154-4e26b3318f5d\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"callback\":null},\"id\":\"dfcfde1d-88ef-4e80-b75e-ffba95f1bcae\",\"type\":\"DataRange1d\"},{\"attributes\":{\"days\":[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]},\"id\":\"82444400-aa48-4be8-a810-633f09005ec6\",\"type\":\"DaysTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"0a393737-7cbe-4ae6-a8b5-b67e66b61b65\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"20a14466-6447-47be-82ae-6aff98679f7d\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"76cdf35f-015a-4fe6-a4b6-7223f743e90d\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"60ec23b4-129a-4488-add4-8e0eb837f352\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"15bd59f1-b0fc-4d11-b991-a6fa90a7277a\",\"type\":\"DaysTicker\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"17ad8f0b-6157-4b24-962f-6a04f9a294c1\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1ec3fbe1-5a02-44ba-a337-3de705d0c97a\",\"type\":\"BasicTicker\"}},\"id\":\"969fb207-6c60-4538-a460-70797d860a76\",\"type\":\"Grid\"},{\"attributes\":{\"plot\":{\"id\":\"fb27a72c-db02-4560-9385-b84a92020dcc\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"18143ae2-5277-4891-a89a-af25055b06b0\",\"type\":\"PanTool\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"3e0f5264-6e0f-4a0c-9152-f4d44cc03f55\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{},\"id\":\"35bea849-0d51-42f4-b967-396aab6634a3\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"5e0f4ab8-ded7-4915-9196-4b4d6d25b2e0\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"d23264ce-d76b-45b9-a8da-18290a216457\",\"type\":\"BasicTicker\"}},\"id\":\"4d5cb8f1-40b1-425d-8c43-b677174e6e1d\",\"type\":\"Grid\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"015e0f30-a5bd-41a2-b67c-30ab541c3b41\",\"type\":\"MonthsTicker\"},{\"attributes\":{},\"id\":\"0c8f6836-3f0a-4e4b-bc0d-da994c5239a8\",\"type\":\"YearsTicker\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"a3403f21-a987-4a67-af35-8a3696dbf862\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"c7b2c433-85f1-492b-879a-0d1258aac1dc\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{},\"id\":\"d59caf38-2469-49c5-ae68-f5484bd531ec\",\"type\":\"YearsTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"a2bce342-f875-4a9b-a940-c4c82ea423e5\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"790e7a1f-779b-498a-aacc-ef825ba1aa94\",\"type\":\"ImageURL\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"9f4afb02-3139-45e2-b5d1-4fc12ef25fad\",\"type\":\"ImageURL\"},\"selection_glyph\":null},\"id\":\"6f72aff3-57aa-44e0-bfd8-b9085be37984\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"below\":[{\"id\":\"30d7c130-c895-40fa-9f7d-b4345432136e\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"b31bca8d-ead8-480a-bd70-c35ce0dc23c9\",\"type\":\"DatetimeAxis\"}],\"renderers\":[{\"id\":\"30d7c130-c895-40fa-9f7d-b4345432136e\",\"type\":\"LinearAxis\"},{\"id\":\"c35db568-4f44-4818-abfb-1b9b12450041\",\"type\":\"Grid\"},{\"id\":\"b31bca8d-ead8-480a-bd70-c35ce0dc23c9\",\"type\":\"DatetimeAxis\"},{\"id\":\"88338860-db25-4a19-a4c8-d5c0f967878e\",\"type\":\"Grid\"},{\"id\":\"b27eb11e-cba1-408d-a77e-c5c88d533999\",\"type\":\"BoxAnnotation\"},{\"id\":\"8b1bf53c-6c88-4a97-ae44-1588fc8cb4c9\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Notes (1766-1824)\",\"tool_events\":{\"id\":\"5cdabde5-832c-48fc-bf4f-bf1d3c757779\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"2182cca1-c907-415c-987c-2d5d82fec24e\",\"type\":\"PanTool\"},{\"id\":\"b7914b36-51d7-4f0d-9a52-73c95410684a\",\"type\":\"WheelZoomTool\"},{\"id\":\"1d529b3b-5612-4281-b2b6-52959fa2b43d\",\"type\":\"BoxZoomTool\"},{\"id\":\"78d3c993-22c1-40ad-ab57-d79002a10c9c\",\"type\":\"PreviewSaveTool\"},{\"id\":\"201244c3-db58-4f97-8d95-6370a3eaf4a7\",\"type\":\"ResizeTool\"},{\"id\":\"5e33d1cf-dcd0-496f-a015-31e73053a31a\",\"type\":\"ResetTool\"},{\"id\":\"78caf0e6-43b9-4a6e-ba23-949f7f0a83a0\",\"type\":\"HelpTool\"}],\"x_range\":{\"id\":\"0367f0f0-7277-435c-b632-6a458745116f\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"f8d06602-18bb-4d14-b0e0-d8e57a6296c1\",\"type\":\"DataRange1d\"}},\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"10e15e83-70d3-4e4e-ba17-b02d3a301ae9\",\"type\":\"DaysTicker\"},{\"attributes\":{\"days\":[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]},\"id\":\"6cbf51f7-1d1a-48a8-98c7-041d12d293ce\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"e53eea0f-12bc-4626-bc90-e2f348768b93\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"f88feef5-841a-4c98-9d99-56d7ddac3fb9\",\"type\":\"HelpTool\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"10194510-8c64-430f-b6b3-dc2f066e552d\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"0d427dc3-b77a-46a6-b52b-682d46ed25fe\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"04026bfc-2458-4e7a-aead-fbf0f911f6c8\",\"type\":\"ResizeTool\"},{\"attributes\":{\"below\":[{\"id\":\"27cb4e54-9675-4219-9d47-5e8844a5e430\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"24848f0e-8316-4787-9b87-61b8ecec7a60\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"27cb4e54-9675-4219-9d47-5e8844a5e430\",\"type\":\"LinearAxis\"},{\"id\":\"e7948076-f8e4-480a-8beb-9337c5e882bb\",\"type\":\"Grid\"},{\"id\":\"24848f0e-8316-4787-9b87-61b8ecec7a60\",\"type\":\"DatetimeAxis\"},{\"id\":\"7708629a-d517-4520-9401-edc5c1be9728\",\"type\":\"Grid\"},{\"id\":\"fbe8a87d-c0cf-49c1-a4ef-76dcbbbf015c\",\"type\":\"BoxAnnotation\"},{\"id\":\"ad6d1ddc-37c9-41c0-acdd-3974b71e2ed3\",\"type\":\"GlyphRenderer\"},{\"id\":\"dfd58e67-32a7-475e-889f-4a54ef563ece\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"ba5e45a6-7366-4bc8-a7d6-cff473728e7c\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"be72ff50-4f5e-4e39-84c7-eee5db0910fd\",\"type\":\"PanTool\"},{\"id\":\"e42d8df0-aadf-406b-b9fd-4a0e26fd9429\",\"type\":\"WheelZoomTool\"},{\"id\":\"6656448b-aa81-428b-a885-d6e3094949b2\",\"type\":\"BoxZoomTool\"},{\"id\":\"a73f1a0a-9076-4a31-a12f-4d11cad2c56a\",\"type\":\"PreviewSaveTool\"},{\"id\":\"4568a1f8-3773-4cfa-a11e-160e873ece74\",\"type\":\"ResizeTool\"},{\"id\":\"c40241bf-462f-472e-ad7a-92f015a237a4\",\"type\":\"ResetTool\"},{\"id\":\"c8fb6181-676c-48ec-806b-807bc3864717\",\"type\":\"HelpTool\"},{\"id\":\"304aedec-5ef7-437e-9171-cd62c43ed86c\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"406b8575-097d-4fa6-b715-e968cfc25068\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"7e231c90-df5a-47ed-a9d5-1208f059131d\",\"type\":\"DataRange1d\"}},\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"d506e3a5-3b12-4c01-ab74-b06aeed212fb\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"callback\":{\"id\":\"b1db5e05-96eb-4b34-979d-2e698d6b9292\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"f90cf53b-cf51-4981-8c79-0795f0bb0831\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"769f53ac-f979-4ef8-a2c2-e235464c1362\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"f838b1be-8222-4f43-ba2c-ae941ed4954e\",\"type\":\"HoverTool\"},{\"attributes\":{},\"id\":\"518cf666-17d6-40ba-bb92-a8d4596bfd68\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"8b330bdf-70a1-4fcf-ae9f-5e95a6e9deea\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"url\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"ffab7bf7-4c30-476a-a5e8-37e0e37584e3\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"plot\":{\"id\":\"e53eea0f-12bc-4626-bc90-e2f348768b93\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"9cbc14a3-9f7c-4e73-a41a-0da4a99febb4\",\"type\":\"PanTool\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"3332f13f-b22d-4a2b-865d-ca1c9621b20e\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"58cd3535-fd95-430f-a290-e6c4d70fb7c9\",\"type\":\"DatetimeTicker\"}},\"id\":\"6080a9bb-e02d-449c-87ae-6d52f67886ec\",\"type\":\"Grid\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"82476756-19bc-4042-9a87-5cf52972302a\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"callback\":{\"id\":\"5eea2a46-5f6a-438c-b012-c12e59254551\",\"type\":\"CustomJS\"}},\"id\":\"75ff4f2d-1763-4f70-931f-b237b7d58744\",\"type\":\"DataRange1d\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"72c3a034-5993-42d7-b688-413f89508067\",\"type\":\"DaysTicker\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"52b47878-f94a-4723-81db-e6e13fa80a6e\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"days\":[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]},\"id\":\"43efce71-55d1-45a9-a16a-aa3799da32bf\",\"type\":\"DaysTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"date\",\"entry\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\"],\"month\":[3,4,4,4,4,5,5,5],\"page\":[1,1,1,1,1,1,1,1],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766]}},\"id\":\"84323287-c4f9-4251-a205-910142de6672\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"callback\":{\"id\":\"ba749ee3-e14d-4e78-92fa-e1dc16e6da6b\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"8f18f15f-c858-4746-81ca-6f930462ecbc\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"1cc1c40b-4da3-4796-8e4c-64ed450094a7\",\"type\":\"HoverTool\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"addd6d78-46de-42a1-9b27-043cd326b8ca\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"8a282d9a-1bf1-4338-8214-c317ddd64df4\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\")\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<ul/>\\\").append(\\n cdata['entry'][index].split(\\\"\\\\n\\\")\\n .filter(function(line){ return line.trim(); })\\n .map(function(line){\\n return $(\\\"<li/>\\\").text(line);\\n })\\n )\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"94db4931-d691-48a5-adff-a3926ed97920\",\"type\":\"CustomJS\"},{\"attributes\":{\"overlay\":{\"id\":\"4f1bdbea-d410-4954-9114-21f7b4622a95\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"a8558e49-40b9-4f0a-a618-5955e13b5983\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"url\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"a9c930fe-15f7-42f7-a86d-186a28f0c8bf\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"callback\":{\"id\":\"7c799464-6ec1-4a12-b443-696f20e6d119\",\"type\":\"CustomJS\"}},\"id\":\"f38b615e-e017-49ec-b1d0-80d3e582fe17\",\"type\":\"DataRange1d\"},{\"attributes\":{\"callback\":{\"id\":\"4e2f2b39-e3d4-49fe-9222-82477a1e40fd\",\"type\":\"CustomJS\"}},\"id\":\"e9d395ed-1df2-49e3-8e60-4bfa457f150d\",\"type\":\"DataRange1d\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"10640d02-fd26-4dd0-9e08-ed2b93b061c0\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{},\"id\":\"86d94aa3-5a24-42e7-94d6-3b583987bb2d\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"b4c57dc8-1cf2-4e8f-b73a-2575e9f01ba4\",\"type\":\"DaysTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"url\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"151aeada-f19a-4e83-8bee-192ec6088d93\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"9dc88ce0-3730-49f2-b483-7248c9e6ae85\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"09510cfe-2b31-4f51-8303-687e09a164ed\",\"type\":\"Circle\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"16d779b6-53af-4e4f-b27b-897901d81d00\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1f14e390-30b1-45c1-a3c3-bbfd7e86a514\",\"type\":\"DatetimeTicker\"}},\"id\":\"986f9cc3-da7f-4848-ba6a-4928f25571f2\",\"type\":\"Grid\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"3cd33cf4-b218-4a44-897f-e93f952cecd7\",\"type\":\"DaysTicker\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"9f4afb02-3139-45e2-b5d1-4fc12ef25fad\",\"type\":\"ImageURL\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"06402d4b-1785-4cef-bd4a-e582206af30f\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"5b09de6a-0b98-4e6f-bae9-d92ecfd913d1\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"71a648aa-88c0-43ae-931a-eca5c6568600\",\"type\":\"ResizeTool\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"790e7a1f-779b-498a-aacc-ef825ba1aa94\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"bcd23fa8-a99e-4785-a33c-3a619fc83ff6\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"906bb3b7-5a61-4401-b98f-d8d25a4ee81e\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"09f3fcfb-ccf3-42c3-8ab1-8f6099707716\",\"type\":\"CustomJS\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"48ad6b75-34e1-4d7c-8a6c-594ed8b8ea35\",\"type\":\"DaysTicker\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"f9e4c0b8-d33a-4be8-958e-8e6f4e2efacb\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"641e7943-e184-426d-bafd-fcc7fbe7845f\",\"type\":\"DatetimeTicker\"}},\"id\":\"5bf2b842-e132-46d6-8cd7-96505e73050c\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"12f5fddb-9376-46cb-9f79-4437c616ac76\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"fb27a72c-db02-4560-9385-b84a92020dcc\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"d014fc53-aeff-4ef7-8dd2-9ed24c7d879d\",\"type\":\"BasicTicker\"}},\"id\":\"7a361995-a5e4-4fe0-a54b-01227dcba4c5\",\"type\":\"Grid\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"0f64e19e-fdb3-438b-be8f-bca131562429\",\"type\":\"Circle\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"6728b575-964f-4609-9232-d4c4e220f228\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"base\":60,\"mantissas\":[1,2,5,10,15,20,30],\"max_interval\":1800000.0,\"min_interval\":1000.0,\"num_minor_ticks\":0},\"id\":\"4c49f1f1-d477-4232-894d-19ddf866777a\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"95011f04-b911-4eff-8b9f-ebf0e6aa6a44\",\"type\":\"ImageURL\"},{\"attributes\":{},\"id\":\"76d2c625-4a1e-4fb3-a43c-f9736e61eecb\",\"type\":\"ToolEvents\"},{\"attributes\":{},\"id\":\"57efd1a7-de95-42ff-a4ce-309627a53877\",\"type\":\"ToolEvents\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"a3009259-a4fb-4b39-b96a-1442077f46ab\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{},\"id\":\"ed093c4d-768e-45bd-af15-f9741d2c4cdf\",\"type\":\"YearsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"0bf72996-2e4e-4d63-8b35-06d77d3458a7\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"46f5cb89-1051-471c-b4e2-3ac66ed76f06\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"b2f89f62-9b62-4e0e-9999-05d918eba4ae\",\"type\":\"Circle\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"fd44cb78-101a-4b8d-bc5a-852e8c9b2565\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"dbb7400d-5c9d-47a0-ae04-fc9bc01fa5b6\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"overlay\":{\"id\":\"1e75b507-a6a9-47b7-912a-f7dbe8190554\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"379822c5-42b1-4321-b0c8-c7c5d885a415\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"8e4cc803-9194-44ee-a44a-c84c11248fc2\",\"type\":\"DatetimeTicker\"},{\"attributes\":{},\"id\":\"1976bc0d-3e9a-4ba6-a7d8-35125dfde3ba\",\"type\":\"YearsTicker\"},{\"attributes\":{\"callback\":{\"id\":\"95801d3d-b288-4b29-8a4b-5cd6b971977a\",\"type\":\"CustomJS\"}},\"id\":\"09068932-aced-434a-bc6b-0874c43be079\",\"type\":\"DataRange1d\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"fc20672f-7eac-4090-b45e-64fded067c16\",\"type\":\"Circle\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"url\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"bc170e76-a56c-4d3a-94e8-2a09f3e43bca\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"78405270-21d7-4ebd-807f-a56369316804\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"e54a5970-2e5d-4640-ac9f-39704959343c\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\", {\\\"class\\\": \\\"col-md-4\\\"})\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<ul/>\\\").append(\\n cdata['entry'][index].split(\\\"\\n\\\")\\n )\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"8c2c4671-ac7c-4de6-b626-049aa8d2de49\",\"type\":\"CustomJS\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"9ae66e77-0f81-4058-83ab-ba462a038f25\",\"type\":\"DaysTicker\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"3c72d203-00cc-4378-837a-a2c09ed78772\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"644c3e81-27b5-474a-b154-4e26b3318f5d\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"dbb51fa9-6ca5-4ebe-b5fd-58e88089b0ec\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"aa5cebf3-9e5a-4397-9744-a60a4f19795c\",\"type\":\"DatetimeTicker\"}},\"id\":\"24469ac0-9aff-407c-9db1-81532061bacf\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"9e55cef4-5672-49fb-bf81-89841d682fe0\",\"type\":\"Circle\"},{\"attributes\":{\"overlay\":{\"id\":\"fbe8a87d-c0cf-49c1-a4ef-76dcbbbf015c\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"6656448b-aa81-428b-a885-d6e3094949b2\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"fbe8a87d-c0cf-49c1-a4ef-76dcbbbf015c\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"data_source\":{\"id\":\"9a08beb3-8d59-4c38-95a1-1adbad6a21c2\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"70f99c58-dbdb-4264-af0a-b7c500814e00\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"d00fe175-b020-40cc-88b0-942b1646d695\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"769f53ac-f979-4ef8-a2c2-e235464c1362\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"97f9162c-1127-40ce-aaa1-9c60c56d969f\",\"type\":\"DaysTicker\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"cb9bdbb9-49fd-489f-9649-406957cc5b57\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"f81e7612-9e1c-4884-a15c-15eca5fbf32a\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"32770ff7-ffae-425a-8216-b4021621dc00\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"0a05ecf0-dc40-460b-99f9-903241cf778b\",\"type\":\"CustomJS\"},{\"attributes\":{\"plot\":{\"id\":\"f90cf53b-cf51-4981-8c79-0795f0bb0831\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"b8183ed2-8d19-4d9a-8ddb-07cd0a23b8c6\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"0515e63f-994a-49e7-b9b7-3831262e99f0\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"f90cf53b-cf51-4981-8c79-0795f0bb0831\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"ce81e7b5-40df-469e-9349-ada11910ca1e\",\"type\":\"DatetimeTicker\"}},\"id\":\"75ff6d41-1325-4768-b17a-e4b1585f4c1d\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"0789f740-659c-4f85-a1b2-39bb2c4ff856\",\"type\":\"PanTool\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"url\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"1d75efd5-20d2-46b9-93bd-eb899d299b1b\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"8b938d82-7410-41cd-b7a9-fbd2aa2f8b12\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"1c70a20c-f1f2-4c7a-9c79-2c8a54da0df6\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\", {\\\"class\\\": \\\"col-md-4\\\"})\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<ul/>\\\")\\n .append(cdata['entry'][index].split(\\\"\\n\\\").map(function(line){\\n return $(\\\"<li/>\\\").text(line);\\n }))\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"3ce69793-8f0b-4ff0-9ed7-feccee3d2214\",\"type\":\"CustomJS\"},{\"attributes\":{\"below\":[{\"id\":\"e2a3d884-c4c5-4cb1-9a9c-789cb56fc3ff\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"19f84f34-d237-4c7e-b4c9-32b693e506d8\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"e2a3d884-c4c5-4cb1-9a9c-789cb56fc3ff\",\"type\":\"LinearAxis\"},{\"id\":\"3c7be05b-9200-4ec7-bb6b-7e683286389b\",\"type\":\"Grid\"},{\"id\":\"19f84f34-d237-4c7e-b4c9-32b693e506d8\",\"type\":\"DatetimeAxis\"},{\"id\":\"3104835d-29a7-427b-a117-0b6fb3fa20e2\",\"type\":\"Grid\"},{\"id\":\"1e75b507-a6a9-47b7-912a-f7dbe8190554\",\"type\":\"BoxAnnotation\"},{\"id\":\"8f18f15f-c858-4746-81ca-6f930462ecbc\",\"type\":\"GlyphRenderer\"},{\"id\":\"8444089e-9989-4621-b3dd-682ddd961db3\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"57efd1a7-de95-42ff-a4ce-309627a53877\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"0789f740-659c-4f85-a1b2-39bb2c4ff856\",\"type\":\"PanTool\"},{\"id\":\"5704cd03-b38c-4bd5-a529-8951ae0c1b98\",\"type\":\"WheelZoomTool\"},{\"id\":\"379822c5-42b1-4321-b0c8-c7c5d885a415\",\"type\":\"BoxZoomTool\"},{\"id\":\"a8bb1b7d-e630-49ea-8f46-bd0bf0558a5e\",\"type\":\"PreviewSaveTool\"},{\"id\":\"71a648aa-88c0-43ae-931a-eca5c6568600\",\"type\":\"ResizeTool\"},{\"id\":\"e992f475-0d64-4c5a-a6d5-46abc49a6538\",\"type\":\"ResetTool\"},{\"id\":\"b149fdaf-192c-4384-bb00-4b84f8c0ea23\",\"type\":\"HelpTool\"},{\"id\":\"1cc1c40b-4da3-4796-8e4c-64ed450094a7\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"f81e7612-9e1c-4884-a15c-15eca5fbf32a\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"32770ff7-ffae-425a-8216-b4021621dc00\",\"type\":\"DataRange1d\"}},\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"641e7943-e184-426d-bafd-fcc7fbe7845f\",\"type\":\"DatetimeTicker\"}},\"id\":\"1e2d763e-cf01-4ed6-9531-c6d8bb700579\",\"type\":\"Grid\"},{\"attributes\":{\"plot\":{\"id\":\"3332f13f-b22d-4a2b-865d-ca1c9621b20e\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"31742866-b4aa-42c1-9be7-16935d94a32a\",\"type\":\"ResetTool\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"10c0ba95-d97e-439b-ab0f-698734cd4329\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"293a8b45-ed32-4019-84b4-0288b8c79e82\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"619fd85e-621e-47cf-8ca3-f611c04fff3b\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"0d427dc3-b77a-46a6-b52b-682d46ed25fe\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"75306b28-b11b-4ff7-aae4-7204030538c0\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"0a393737-7cbe-4ae6-a8b5-b67e66b61b65\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"c0e88e01-c1aa-42d2-a1f3-f42d3431a385\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}else{\\n requirejs({\\n paths: {moment: \\\"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.min\\\"}\\n },\\n [\\\"moment\\\"],\\n function(moment){\\n window.moment = moment;\\n update();\\n });\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\", {\\\"class\\\": \\\"col-md-4\\\"})\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<blockquote/>\\\").text(cdata['entry'][index])\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"d1b3cb13-c0ae-4b8a-9199-70628f1ab528\",\"type\":\"CustomJS\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"date\",\"julian\",\"url\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6402672000000.0,-6393427200000.0,-5801760000000.0,-6336662400000.0,-6274281600000.0,-4636224000000.0,-6246115200000.0,-6223996800000.0,-6210604800000.0,-6204470400000.0,-6179241600000.0,-6178118400000.0,-6177427200000.0,-6177340800000.0,-6176908800000.0,-6176908800000.0,-6174489600000.0,-6148828800000.0,-6084547200000.0,-6072796800000.0,-6054048000000.0,-6036940800000.0,-6049728000000.0,-5929027200000.0,-5877619200000.0,-5596128000000.0,-5548867200000.0,-5516380800000.0,-5232211200000.0,-5070470400000.0,-5042304000000.0,-5039193600000.0,-5011200000000.0,-4983379200000.0,-4979923200000.0,-4947523200000.0,-4918924800000.0],\"julian\":[\"089\",\"040\",\"147\",\"055\",\"073\",\"065\",\"032\",\"026\",\"282\",\"071\",\"142\",\"069\",\"082\",\"090\",\"091\",\"096\",\"096\",\"124\",\"056\",\"069\",\"205\",\"057\",\"255\",\"107\",\"043\",\"273\",\"244\",\"060\",\"071\",\"074\",\"119\",\"080\",\"116\",\"075\",\"032\",\"072\",\"081\",\"047\"],\"page\":[1,2,3,4,5,6,65,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,40,41,44,48,49,52,56],\"url\":[\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_1_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_2_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_3_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_4_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_5_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_6_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_65_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_8_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_9_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_10_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_11_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_12_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_13_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_14_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_15_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_18_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_19_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_20_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_21_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_22_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_23_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_24_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_25_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_26_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_27_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_29_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_30_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_31_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_32_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_40_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_41_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_44_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_48_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_49_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_52_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_56_thumb.jpg\"]}},\"id\":\"a2bce342-f875-4a9b-a940-c4c82ea423e5\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"67abea6f-8d8d-43e7-a668-954e76931897\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"days\":[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]},\"id\":\"28be24bc-08a5-4073-905b-7c75c7e398a6\",\"type\":\"DaysTicker\"},{\"attributes\":{},\"id\":\"8d025846-d1a9-49d1-a4e1-69c2b3b6e706\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"plot\":{\"id\":\"fb27a72c-db02-4560-9385-b84a92020dcc\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"fd68e82e-3dac-4002-8516-58765c8649d4\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"plot\":{\"id\":\"f90cf53b-cf51-4981-8c79-0795f0bb0831\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"13682d2d-be6f-47aa-b2ab-e2673f408aaa\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"plot\":{\"id\":\"16d779b6-53af-4e4f-b27b-897901d81d00\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"2ad91c6f-f57c-4c4c-8bcf-12ac59f08a85\",\"type\":\"ResetTool\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"cbf59d3d-7683-4ad8-a602-639c7815b6fe\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"533b0592-a399-4c1e-b485-deab2e337f8b\",\"type\":\"ResizeTool\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"41f731c7-f657-44f1-8dd0-4412d4e268af\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":{\"id\":\"395d9fff-e14a-41e3-bc23-3bfa94bb9f53\",\"type\":\"CustomJS\"}},\"id\":\"c1cf7e3b-ba4a-435c-b9c1-d505d0e88d29\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"f9e4c0b8-d33a-4be8-958e-8e6f4e2efacb\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"3268db29-d105-408b-ae53-03ccfdeb825c\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"0d427dc3-b77a-46a6-b52b-682d46ed25fe\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"d3697da3-47c3-4a4f-b3ae-ad7ca9233f5c\",\"type\":\"DatetimeTicker\"}},\"id\":\"8d9f1b44-3af7-45a2-983d-3dfe3508fa61\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"4568a1f8-3773-4cfa-a11e-160e873ece74\",\"type\":\"ResizeTool\"},{\"attributes\":{\"days\":[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]},\"id\":\"be64d1b8-52a9-4d65-9ac2-7f57bb1d2f57\",\"type\":\"DaysTicker\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"443dd1a2-fc0d-44ca-991e-83dad5442334\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"date\",\"julian\",\"url\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6402672000000.0,-6393427200000.0,-5801760000000.0,-6336662400000.0,-6274281600000.0,-4636224000000.0,-6246115200000.0,-6223996800000.0,-6210604800000.0,-6204470400000.0,-6179241600000.0,-6178118400000.0,-6177427200000.0,-6177340800000.0,-6176908800000.0,-6176908800000.0,-6174489600000.0,-6148828800000.0,-6084547200000.0,-6072796800000.0,-6054048000000.0,-6036940800000.0,-6049728000000.0,-5929027200000.0,-5877619200000.0,-5596128000000.0,-5548867200000.0,-5516380800000.0,-5232211200000.0,-5070470400000.0,-5042304000000.0,-5039193600000.0,-5011200000000.0,-4983379200000.0,-4979923200000.0,-4947523200000.0,-4918924800000.0],\"julian\":[\"089\",\"040\",\"147\",\"055\",\"073\",\"065\",\"032\",\"026\",\"282\",\"071\",\"142\",\"069\",\"082\",\"090\",\"091\",\"096\",\"096\",\"124\",\"056\",\"069\",\"205\",\"057\",\"255\",\"107\",\"043\",\"273\",\"244\",\"060\",\"071\",\"074\",\"119\",\"080\",\"116\",\"075\",\"032\",\"072\",\"081\",\"047\"],\"page\":[1,2,3,4,5,6,65,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,40,41,44,48,49,52,56],\"url\":[\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_1_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_2_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_3_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_4_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_5_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_6_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_65_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_8_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_9_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_10_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_11_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_12_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_13_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_14_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_15_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_18_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_19_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_20_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_21_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_22_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_23_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_24_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_25_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_26_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_27_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_29_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_30_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_31_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_32_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_40_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_41_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_44_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_48_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_49_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_52_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_56_thumb.jpg\"]}},\"id\":\"e54a5970-2e5d-4640-ac9f-39704959343c\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"75d1df71-f08c-4809-a39a-58344304c1f6\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"c0e88e01-c1aa-42d2-a1f3-f42d3431a385\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"17e1be91-a808-47cc-a60a-334feca0e586\",\"type\":\"ImageURL\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"6812b92f-0351-4e16-9634-8d351d380531\",\"type\":\"ImageURL\"},\"selection_glyph\":null},\"id\":\"83bcf806-37fd-40d8-911b-a0539ef3fa44\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"f2342b94-400a-4461-b804-369dc655fe7e\",\"type\":\"DaysTicker\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"3723cd43-7157-4041-9feb-1bae61ee0d9e\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{},\"id\":\"74f6d2a4-935a-4b7f-93e9-fdad36157958\",\"type\":\"ToolEvents\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"58592438-4bf2-480f-9725-25916c3e5d69\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"0d427dc3-b77a-46a6-b52b-682d46ed25fe\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"333a85e4-e84d-4152-8a1b-b4a90f47f603\",\"type\":\"BasicTicker\"}},\"id\":\"ef715ec0-8947-47e5-9a00-15224ed0a194\",\"type\":\"LinearAxis\"},{\"attributes\":{\"callback\":null},\"id\":\"89ac8403-d683-4eab-afeb-c9e97d6ad4b0\",\"type\":\"DataRange1d\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"746070a0-2485-4bee-8d2b-ba6e87f674bb\",\"type\":\"DaysTicker\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"e8d63021-1379-4166-a934-3365993f59b6\",\"type\":\"DaysTicker\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"92ebd9a3-9deb-4e25-9ec6-921908699c3c\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"a93bcab6-b6fe-4ee7-9820-7f2261c20964\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"7441fbba-cb21-47bf-9f25-4694e893b40a\",\"type\":\"HelpTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"3fb74feb-5c50-44f8-9ae5-add1c89c6a44\",\"type\":\"Circle\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"c99a2788-614f-41f8-a4d3-6299907c7034\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"e08cc331-dbbc-480e-8857-52131de641b4\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"41716b99-1bc4-4f09-9098-20a6af88bcef\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"795fba47-c3ce-43a2-a11f-942909070528\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"556825e6-32d7-4ca7-bc72-79d8b3deb5e6\",\"type\":\"CustomJS\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"5ef87529-eddd-41e8-a882-b5bdffd41ed0\",\"type\":\"ImageURL\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"abc6000e-4f9f-4434-90bf-c660e9b88e38\",\"type\":\"DaysTicker\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"df626389-b125-40b5-8ee7-fbd8d5c6a764\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"f38b615e-e017-49ec-b1d0-80d3e582fe17\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"15e8c4b0-a24c-4892-aa3c-c8e88f2f5461\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"7c799464-6ec1-4a12-b443-696f20e6d119\",\"type\":\"CustomJS\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"date\",\"julian\",\"url\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6402672000000.0,-6393427200000.0,-5801760000000.0,-6336662400000.0,-6274281600000.0,-4636224000000.0,-6246115200000.0,-6223996800000.0,-6210604800000.0,-6204470400000.0,-6179241600000.0,-6178118400000.0,-6177427200000.0,-6177340800000.0,-6176908800000.0,-6176908800000.0,-6174489600000.0,-6148828800000.0,-6084547200000.0,-6072796800000.0,-6054048000000.0,-6036940800000.0,-6049728000000.0,-5929027200000.0,-5877619200000.0,-5596128000000.0,-5548867200000.0,-5516380800000.0,-5232211200000.0,-5070470400000.0,-5042304000000.0,-5039193600000.0,-5011200000000.0,-4983379200000.0,-4979923200000.0,-4947523200000.0,-4918924800000.0],\"julian\":[\"089\",\"040\",\"147\",\"055\",\"073\",\"065\",\"032\",\"026\",\"282\",\"071\",\"142\",\"069\",\"082\",\"090\",\"091\",\"096\",\"096\",\"124\",\"056\",\"069\",\"205\",\"057\",\"255\",\"107\",\"043\",\"273\",\"244\",\"060\",\"071\",\"074\",\"119\",\"080\",\"116\",\"075\",\"032\",\"072\",\"081\",\"047\"],\"page\":[1,2,3,4,5,6,65,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,40,41,44,48,49,52,56],\"url\":[\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_1_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_2_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_3_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_4_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_5_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_6_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_65_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_8_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_9_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_10_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_11_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_12_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_13_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_14_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_15_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_18_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_19_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_20_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_21_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_22_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_23_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_24_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_25_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_26_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_27_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_29_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_30_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_31_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_32_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_40_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_41_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_44_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_48_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_49_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_52_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_56_thumb.jpg\"]}},\"id\":\"8a282d9a-1bf1-4338-8214-c317ddd64df4\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"months\":[0,4,8]},\"id\":\"10f8665f-f9db-4509-9b3d-184817ee4d9c\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"3d79dbad-8b57-4c87-a6f7-04941b5b43de\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"overlay\":{\"id\":\"10c0ba95-d97e-439b-ab0f-698734cd4329\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"fb27a72c-db02-4560-9385-b84a92020dcc\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"17e350e0-8b98-4759-8cbc-571d7c919148\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"num_minor_ticks\":5},\"id\":\"ce81e7b5-40df-469e-9349-ada11910ca1e\",\"type\":\"DatetimeTicker\"},{\"attributes\":{\"plot\":{\"id\":\"e53eea0f-12bc-4626-bc90-e2f348768b93\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"37810dc7-a254-41b4-9f8e-f74972e50fff\",\"type\":\"BasicTicker\"}},\"id\":\"e3aa1b92-1cf6-4b9a-b08e-8a65ac880ec7\",\"type\":\"Grid\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"acab2e64-5357-4b73-82e6-b985579a7c35\",\"type\":\"DaysTicker\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"d00fe175-b020-40cc-88b0-942b1646d695\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":{\"id\":\"fb27a72c-db02-4560-9385-b84a92020dcc\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"29ec143f-1f0f-49f2-9967-2cac0d257e3c\",\"type\":\"HelpTool\"},{\"attributes\":{\"plot\":{\"id\":\"f90cf53b-cf51-4981-8c79-0795f0bb0831\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"8dd51e72-b22b-453f-a8f7-581a46d58878\",\"type\":\"ResizeTool\"},{\"attributes\":{\"overlay\":{\"id\":\"b27eb11e-cba1-408d-a77e-c5c88d533999\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"1d529b3b-5612-4281-b2b6-52959fa2b43d\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"overlay\":{\"id\":\"3d79dbad-8b57-4c87-a6f7-04941b5b43de\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"a0062cc7-2a36-44f1-9b28-ad2cc76b2d5c\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"dfa0ad92-09df-47be-8a3a-84a6ad3b3bb6\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"7823f223-8ede-420b-af82-dfcaf21ce88a\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"dbb51fa9-6ca5-4ebe-b5fd-58e88089b0ec\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"8cbbb65e-0d9a-43bf-a627-388958d6cbc6\",\"type\":\"BasicTicker\"}},\"id\":\"7b8f8f0c-9e13-4b8d-927d-83a1027c5367\",\"type\":\"LinearAxis\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"24b516e4-f35e-45c2-b1ca-47787bc0bc97\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"data_source\":{\"id\":\"ffab7bf7-4c30-476a-a5e8-37e0e37584e3\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"a41a8c45-96a8-466e-ada7-c36b7d67f989\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"40d924b5-9bed-44e2-80a0-91669744a30c\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"d5c50f66-e0c1-4188-b632-87ae05f5d497\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"6258c898-061e-47c6-a172-77cf7229c469\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"c77a1647-3676-49c5-a551-39eeb61332e3\",\"type\":\"DatetimeTicker\"}},\"id\":\"c9169947-bb93-4bab-9bb9-5b3df6dc26e9\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"callback\":{\"id\":\"6d9a6e0c-7fbe-4d89-8884-b6810521b080\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"ad6d1ddc-37c9-41c0-acdd-3974b71e2ed3\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"304aedec-5ef7-437e-9171-cd62c43ed86c\",\"type\":\"HoverTool\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"edf9426a-f1ef-463a-8af5-033825b1db32\",\"type\":\"ImageURL\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"7084475d-f055-4028-ac81-ab550dade5d8\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":{\"id\":\"3332f13f-b22d-4a2b-865d-ca1c9621b20e\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"f93246a8-2d51-4c09-abbd-c586aa875e8c\",\"type\":\"PanTool\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"efa470a4-10bb-4baf-93a0-56c117193880\",\"type\":\"DaysTicker\"},{\"attributes\":{\"callback\":null},\"id\":\"906bb3b7-5a61-4401-b98f-d8d25a4ee81e\",\"type\":\"DataRange1d\"},{\"attributes\":{\"days\":[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]},\"id\":\"4879a880-c83d-44eb-a28f-63032444d61e\",\"type\":\"DaysTicker\"},{\"attributes\":{},\"id\":\"ba5e45a6-7366-4bc8-a7d6-cff473728e7c\",\"type\":\"ToolEvents\"},{\"attributes\":{},\"id\":\"f5738cc1-91c0-4723-832f-e862fcd81e1f\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{},\"id\":\"16f407b5-38f2-4080-bf7f-48fe738775ce\",\"type\":\"BasicTicker\"},{\"attributes\":{\"below\":[{\"id\":\"7b8f8f0c-9e13-4b8d-927d-83a1027c5367\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"24469ac0-9aff-407c-9db1-81532061bacf\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"7b8f8f0c-9e13-4b8d-927d-83a1027c5367\",\"type\":\"LinearAxis\"},{\"id\":\"6243ad07-b648-4899-b5fe-b54d5d2f2bc0\",\"type\":\"Grid\"},{\"id\":\"24469ac0-9aff-407c-9db1-81532061bacf\",\"type\":\"DatetimeAxis\"},{\"id\":\"fd8f1324-f6dd-452a-8122-cac06054882d\",\"type\":\"Grid\"},{\"id\":\"6368ca97-64ee-492d-99f9-ee77cd24febc\",\"type\":\"BoxAnnotation\"},{\"id\":\"8903fd06-72d5-489f-875c-4df46573c95a\",\"type\":\"GlyphRenderer\"},{\"id\":\"2d5fbb72-b1db-465f-897c-28145120eebb\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"4c2b4917-5d27-4c9a-a2d5-938d74898242\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"d20a9cfc-b826-4073-b2c2-ef6f633bc17d\",\"type\":\"PanTool\"},{\"id\":\"d9be9bbd-dfe4-4962-8078-2ecace7d3069\",\"type\":\"WheelZoomTool\"},{\"id\":\"b1d096f6-ef88-4efa-aad4-387b45d4af5c\",\"type\":\"BoxZoomTool\"},{\"id\":\"353d6dbf-a546-4dd1-9061-ddc405b1c2b2\",\"type\":\"PreviewSaveTool\"},{\"id\":\"eb060848-87fc-49a4-85d3-ab72e4997539\",\"type\":\"ResizeTool\"},{\"id\":\"3b2361a1-e4c8-4c13-b7c5-29cdeff53472\",\"type\":\"ResetTool\"},{\"id\":\"19417b95-dca8-40f4-b5e6-1c81bd093e51\",\"type\":\"HelpTool\"},{\"id\":\"1ebe9427-cbe4-4be6-ba77-c1b17bf85300\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"75ff4f2d-1763-4f70-931f-b237b7d58744\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"dfcfde1d-88ef-4e80-b75e-ffba95f1bcae\",\"type\":\"DataRange1d\"}},\"id\":\"dbb51fa9-6ca5-4ebe-b5fd-58e88089b0ec\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{},\"id\":\"4c2b4917-5d27-4c9a-a2d5-938d74898242\",\"type\":\"ToolEvents\"},{\"attributes\":{},\"id\":\"fdea0362-55b7-469a-90fc-97f4860220c1\",\"type\":\"BasicTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"bb1da421-dea5-4de4-bfeb-61710eb0d7a4\",\"type\":\"DaysTicker\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"8823a939-4e55-4e14-8590-c65c8c061195\",\"type\":\"ImageURL\"},{\"attributes\":{\"callback\":{\"id\":\"5ae6db46-fa4f-45ad-ba59-32d14dbc7fcb\",\"type\":\"CustomJS\"}},\"id\":\"99b39263-85bf-4aa9-9c04-4a9e8c37f9b3\",\"type\":\"DataRange1d\"},{\"attributes\":{\"callback\":null},\"id\":\"39f523c7-0def-4b5c-aa26-102ac506aada\",\"type\":\"DataRange1d\"},{\"attributes\":{\"data_source\":{\"id\":\"8a282d9a-1bf1-4338-8214-c317ddd64df4\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"a1b7e89c-ff0d-4b6b-bf14-276688055b66\",\"type\":\"ImageURL\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"ca05782d-16a3-4db4-9453-9e0963abb7ad\",\"type\":\"ImageURL\"},\"selection_glyph\":null},\"id\":\"5ae79253-481f-4a36-a305-257dc9b3330e\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"6368ca97-64ee-492d-99f9-ee77cd24febc\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"fill_color\":{\"value\":\"#1f77b4\"},\"line_color\":{\"value\":\"#1f77b4\"},\"x\":{\"field\":\"date\"},\"y\":{\"field\":\"year\"}},\"id\":\"222f45b5-b414-4120-8537-ffda8e880465\",\"type\":\"Circle\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"2d3de508-753f-4430-baa1-29053dbc5beb\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"16d779b6-53af-4e4f-b27b-897901d81d00\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"fb574eeb-fe17-4a59-a284-bcac2fc3497b\",\"type\":\"BasicTicker\"}},\"id\":\"1a87897f-e2ac-4538-9b1e-e2468dd9204f\",\"type\":\"Grid\"},{\"attributes\":{\"data_source\":{\"id\":\"f683261f-5ded-4b99-ba5b-2fa9f0102562\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"e08cc331-dbbc-480e-8857-52131de641b4\",\"type\":\"ImageURL\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"9f874bc4-6362-4879-9a12-9412ad368ad0\",\"type\":\"ImageURL\"},\"selection_glyph\":null},\"id\":\"9f73fd88-4d67-4088-8383-abbcfff1840a\",\"type\":\"GlyphRenderer\"},{\"attributes\":{},\"id\":\"0ca9e631-4e2d-445a-b4d3-5dc5d24d14df\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"86d94aa3-5a24-42e7-94d6-3b583987bb2d\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"f90cf53b-cf51-4981-8c79-0795f0bb0831\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"fdea0362-55b7-469a-90fc-97f4860220c1\",\"type\":\"BasicTicker\"}},\"id\":\"292fc223-20b4-4fa9-a453-4cd10444b068\",\"type\":\"LinearAxis\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"46ef8f91-04ba-4050-8cb5-6a0f78b783aa\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"days\":[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]},\"id\":\"17ad346b-3fe2-47d5-b1b0-da37084a09fa\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"b7914b36-51d7-4f0d-9a52-73c95410684a\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"max_interval\":500.0,\"num_minor_ticks\":0},\"id\":\"4745a1b9-0d8d-4442-8700-cb63e9919909\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"callback\":null},\"id\":\"15e8c4b0-a24c-4892-aa3c-c8e88f2f5461\",\"type\":\"DataRange1d\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"2bb096d4-a74e-4e09-8c5d-10e0f2b48680\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"06c045b3-c69a-42b1-a753-ce23acf32e47\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"82a162ea-40cc-448f-bf2c-b5bda245e7b9\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"5252fb49-dd67-4e47-9e3d-06c942ba3459\",\"type\":\"CustomJS\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"95011f04-b911-4eff-8b9f-ebf0e6aa6a44\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"ffcc9b32-3841-4196-bc49-2830c155ec3c\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"c405a07f-eb24-4a19-b8bf-453ac78d8d79\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"10717464-c00c-4e6b-af3a-e2524efb1722\",\"type\":\"CustomJS\"},{\"attributes\":{\"plot\":{\"id\":\"16d779b6-53af-4e4f-b27b-897901d81d00\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"ef712409-fd4b-4715-970f-e5b5a53bf8d7\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"below\":[{\"id\":\"0d78377c-5a40-4a7c-a9f1-8a33c4e3d99e\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"bcfe48bf-d3ed-4857-874f-0371357636a2\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"0d78377c-5a40-4a7c-a9f1-8a33c4e3d99e\",\"type\":\"LinearAxis\"},{\"id\":\"1d267541-335e-431a-9b85-0567eb6bbe2c\",\"type\":\"Grid\"},{\"id\":\"bcfe48bf-d3ed-4857-874f-0371357636a2\",\"type\":\"DatetimeAxis\"},{\"id\":\"357503b5-e6c0-4edb-a744-e04cc56f12b1\",\"type\":\"Grid\"},{\"id\":\"67abea6f-8d8d-43e7-a668-954e76931897\",\"type\":\"BoxAnnotation\"},{\"id\":\"df44ed4b-2268-4829-8938-ff0514894588\",\"type\":\"GlyphRenderer\"},{\"id\":\"d27c0264-8321-460f-8135-1b0a6573b1ee\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"3849ce1f-5cf0-4c78-90b5-13586eb01638\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"1d62b0ad-6829-4ef9-ad85-e58fb59c9a1d\",\"type\":\"PanTool\"},{\"id\":\"ad858619-c9cc-483e-a933-5323bc752bf5\",\"type\":\"WheelZoomTool\"},{\"id\":\"6ed25771-e18d-48f0-b9c1-4690e02c5c90\",\"type\":\"BoxZoomTool\"},{\"id\":\"46f5cb89-1051-471c-b4e2-3ac66ed76f06\",\"type\":\"PreviewSaveTool\"},{\"id\":\"70715d9b-89c6-4e04-9061-e3697d2159a8\",\"type\":\"ResizeTool\"},{\"id\":\"7f57e509-3c8c-4a5b-88fe-812a6c5afe32\",\"type\":\"ResetTool\"},{\"id\":\"d635103a-be58-44c4-8321-4d1f7153bdb2\",\"type\":\"HelpTool\"},{\"id\":\"2ab59909-5b60-42c1-af2a-fe7a28efd7e7\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"ffcc9b32-3841-4196-bc49-2830c155ec3c\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"c405a07f-eb24-4a19-b8bf-453ac78d8d79\",\"type\":\"DataRange1d\"}},\"id\":\"0bf72996-2e4e-4d63-8b35-06d77d3458a7\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"14ae7b8d-7bc2-4e0b-9076-c7b36e100673\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"e53eea0f-12bc-4626-bc90-e2f348768b93\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"8e4cc803-9194-44ee-a44a-c84c11248fc2\",\"type\":\"DatetimeTicker\"}},\"id\":\"7a998291-0915-41ff-abf7-edf10ef1734b\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"args\":{\"images\":{\"id\":\"491bc5c1-7024-4c34-8079-872c0554c939\",\"type\":\"ImageURL\"},\"x_axis\":{\"id\":\"886df1ad-eaa6-4985-8309-1fbc1b7519b9\",\"type\":\"DataRange1d\"},\"y_axis\":{\"id\":\"99351317-99e1-46cc-9ba1-6e2028f58bf5\",\"type\":\"DataRange1d\"}},\"code\":\"// Generated by CoffeeScript 1.10.0\\nvar dx, lower;\\n\\ndx = x_axis.get('end') - x_axis.get('start');\\n\\nlower = 1;\\n\\nif (dx > lower) {\\n images.set('global_alpha', .2 + .7 * Math.exp(-1 * Math.pow(dx - lower, 2) / (2 * Math.pow(50, 2))));\\n}\\n\"},\"id\":\"755644c6-0528-41da-b8da-8ca9f544d721\",\"type\":\"CustomJS\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"55ca9385-4728-4536-9fbe-4f98e7ef7b8b\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"099139d4-b365-4f97-9d00-62e675c27108\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"days\":[1,8,15,22]},\"id\":\"1805a031-7e05-45d9-b49d-7fb2ff369c56\",\"type\":\"DaysTicker\"},{\"attributes\":{\"plot\":{\"id\":\"e53eea0f-12bc-4626-bc90-e2f348768b93\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"49208081-d5f1-4344-b3b1-d1945937511c\",\"type\":\"ResetTool\"},{\"attributes\":{},\"id\":\"f52589bd-345c-479b-8395-6d9bf9a540e7\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"29f1351e-3daf-4267-99df-a7148080d3a8\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"months\":[0,1,2,3,4,5,6,7,8,9,10,11]},\"id\":\"ea7e3174-3835-484a-86fb-cf76b8597b12\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"axis_label\":\"Date\",\"formatter\":{\"id\":\"f52589bd-345c-479b-8395-6d9bf9a540e7\",\"type\":\"DatetimeTickFormatter\"},\"plot\":{\"id\":\"08cadbc3-a3d4-4874-95e3-17901b1f6e8d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"c99724f1-790c-4f6b-bcab-011cae7ab969\",\"type\":\"DatetimeTicker\"}},\"id\":\"24848f0e-8316-4787-9b87-61b8ecec7a60\",\"type\":\"DatetimeAxis\"},{\"attributes\":{\"plot\":{\"id\":\"58042ba7-255a-479c-8309-ed553ee18ec6\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"e992f475-0d64-4c5a-a6d5-46abc49a6538\",\"type\":\"ResetTool\"},{\"attributes\":{\"data_source\":{\"id\":\"bc170e76-a56c-4d3a-94e8-2a09f3e43bca\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"e01a1d1b-12cc-4bad-bd5f-aafd9fb83714\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"7084475d-f055-4028-ac81-ab550dade5d8\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"8f18f15f-c858-4746-81ca-6f930462ecbc\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"7bdd6f9c-aee3-4705-a923-96d54c931f77\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"e01a1d1b-12cc-4bad-bd5f-aafd9fb83714\",\"type\":\"Circle\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"fb27a72c-db02-4560-9385-b84a92020dcc\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"14b6ef90-3f56-429a-82fd-2e90f0b5f8ec\",\"type\":\"DatetimeTicker\"}},\"id\":\"34acc6aa-9a18-49ef-8436-39a042bb293a\",\"type\":\"Grid\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"planted 6. plants of goose berries, contining the same row in the 4th. Terras. from Ronaldson. Edinbg.\",\"sowed fiorin grass seed in the new 12 I. boxes. No. 1. to 7. & in the old boxes 1.2.4.6.10. and in the Meadow\",\"planted in the old boxes No. 3. Silver fir. 7. Scotch fir. 12.Larix. 13. Cedar of Lebanon.\",\"sowed \\n on the N.E. & N.W. sides of Aspen thicket seeds of Broom & Pyracanthus from Edbg. Ronaldson. in the grove, Ash, elm, plane. Silver fir. Scotch fir. Larix\",\"Guinea grass from Dr. Brown Terras F. 7.\",\"Fiorin roots. in F. 8.9.\",\"planted in Nursery peach stones as follows\\n\\nTerras 1. W. 21 early soft peaches. from mr. Clay\\n\\n1. E. 26. large yellow soft. ripe Sep. 1. Clay\\n\\n4. E. 26 fine white soft . Clay\\n\\n4. W. 13. large white soft. Pop. for.\\n\\n5. W. 16. Malta peaches.\\n\\n5. E. 108. fine soft peaches of Aug. Clay\",\"Dates of Asparagus coming to table\\n\\n 1794. Apr. 7. \\n1795. 12 . [17 ]96. 3 [17 ]97. Mar. 23.\\n \\n [17 ]99. Apr. 14 1804. 12 1810. 13 [18 ]11. 3 [18 ]12. 8 [18 ]13. 11 \\n 1814. Apr. 13. 1815. Mar. 31 1816. Apr. 5. [18 ]17. Apr. 11. [18 ]18. Apr.8.\",\"put 2. chubs from Cartersville into the fish pond. lower one.\",\"put 5. more from Jas. P. Cocke into do.\",\"Dates of Artichokes coming to table.\\n\\n 1794. May 31. [17 ]96. June 6. [17 ]99. 12. \\n1810. July. 6* [18 ]11. May 28.\\n [18 ]13. June 7. [18 ]14. [18 ]15. \\n [18 ]16. June 11. [18 ]17. *planted Mar. 22. preceding. \\n 1818. June 26. 1819. June 14.\",\"cymline\",\"cucumbers\",\"corn.\",\"figs.\",\"tomatas\",\"Nursery. 51. Terras.\\nW. end 4. fine Heath peach stones. Carrysbrook\\n \\n next 22. fine soft white. like Brock's \\n33. very good soft \\n8 do.\\n \\n from Poplar Forest\",\"filled the ice house with snow.\",\"planted 56 seeds of the Acacia Nilotica in the earthen trough, & the box No. VI. they were from mrs.Lomax's which was from the plant at Greenspring.\",\"planted in vacant places in the Fruitery as follows.\\n10. pipins from terras 2. of 1810.\\n14. Spitzenbergs. from do.\\n\\n20. Taliaferro apples from terras 3. of 1810.\\n14. soft peaches, to wit 3. terms 61. supposd.Nov. from P.F. and 11. soft do. from Terras 7. from P.F.\\n8. black Georgia plumb peaches from terras 6. of 1810.\\n66\\n3. filberts from terras 5. of 1810.\",\"Almond in blossom.\",\"peaches do.\",\"planted in box No. I. Liburnum seeds in 16. holes, 2. in a hole.\",\"Nursery. 9th. terras. planted stones of the native Florida plumb, said to yield fruit in 2. years from the stone.\\nbox No. IV. planted Liburnum seeds in other 16. holes, 2. or 3. in a hole\",\"put 6 living carp into the 2d. fishpond.\",\"a buck and a doe from Enniscorthy were put into the Paddock inclosing the brick yard.\",\"in the course of 20. hours there fell 12 1/8 I. of rain, the earth being at the time extremely dry, it raised the river to the eves or upper floor of my toll mill. or, more exactly half way up the joists.\\nat the saw mill it was 10.I. deep on the barn floor. this seems to have been a rise of about 15. f.perpendicular from the surface of the river at the issue of the tail-race, or entrance of the ford. Hardware is said to have risen 30.f. perpendicular. see page 31. for the freshes of 1771. 1795. 1804.\\nthis fresh carried away the dam of my chub-pond. see ante 1813.May 5.& 23. and ran so deep over the dam of the carp pond that those ante May 3. probably went off.\",\"carrots made this year 18. bushels\\nsalsafia 11. bushels.\",\"peas at mr. Divers. they were sown Feb. 2.\",\"filled the Snow house here with snow.\",\"planted 15. Scuppernon vines in lowest terras of Vineyard.\",\"peas at mr. Divers. sown early in Jany.\",\"planted Seakale 6. rows 100. f. long, 16 I. apart, & the seeds 16 I.dist. on the row making 6. rows of 75. holes each = 600. holes or plants. 6 seeds in each hole.\",\"put 3. carp into the carp pond & 4. chub into the chub pond. from Genr. Cocke\",\"lettuce. radish. spinach. carrots. from this time to Sep. 30. sow lettuce every Monday morning and radishes with the early sowings\",\"May peas. and frame peas. spinach. celery.\",\"Hotspurs. Marrow fats. spinach. parsley. cabbage. onions. celery.\",\"Marrow fats. carrots. salsafia. beet. orach\",\"Marrow fats. snaps. Lima beans. long haricots. white do. scarlet beans tomatas. okra. nasturtium. orach. parsneps. cucumbers\",\"Marrow fats. snaps. squashes. Jerus. artichokes\",\"melons. Gerkins. Benni. snaps\",\"snaps.\",\"may peas for autumn. turneps.\",\"carrots for the spring. Spinach for winter. snaps. lettuce for winter\",\"sow Spinach, a full crop for winter use. lettuce weekly to Sep. 30\"],\"julian\":[89,96,103,106,120,124,127,131,51,40,46,48,54,91,92,94,96,97,99,106,115,147,148,155,161,163,169,186,199,212,213,214,215,326,55,64,73,87,73,208,65,66,70,84,87,88,89,128,135,146,150,250,254,273,26,90,197,204,213,233,282,317,71,90,91,92,93,142,142,69,71,74,77,80,82,82,83,84,85,87,88,90,90,90,91,94,95,96,96,96,97,98,101,115,120,122,124,125,134,136,146,155,156,164,194,199,204,212,215,320,321,56,69,264,69,70,71,72,80,85,91,97,98,99,104,109,155,187,205,57,59,61,66,68,73,72,73,72,73,255,285,285,290,296,300,304,309,316,107,43,59,89,76,126,161,161,254,273,244,262,60,75,76,76,79,82,86,92,97,98,98,109,110,120,139,224,258,280,109,132,131,131,131,131,146,71,80,83,84,87,97,101,103,120,113,74,101,101,104,105,117,119,122,248,278,310,80,82,83,85,108,110,114,115,115,116,118,127,128,134,157,157,157,183,184,257,75,77,81,82,93,98,98,103,99,103,106,135,136,148,32,46,61,75,92,106,122,122,228,245,275,275,86,88,99,99,99,108,177,175,72,77,80,81,88,89,93,94,81,92,100,100,125,143,143,187,185,192,195,210,279,358,47,78,85,87,100,106,123,152,210,329,130,72,94,124,292,147,32,46,60,74,91,105,121,135,213,227,244],\"length\":[10.39720770839918,9.887510598012987,9.406482647787449,12.381403155135274,11.485924189467285,12.658523115528322,10.666044184468241,14.888533890779721,14.436553066117252,9.13356731317027,12.568964226079276,12.429404179174597,14.436553066117252,10.489522684399441,17.07107836297218,12.381403155135274,10.75055681536833,9.656627474604601,13.29245039652994,12.992200020858993,15.353981437250265,11.550442805130174,17.649967165464837,10.579081573848484,9.656627474604601,8.49964003216865,9.996613530525611,17.936657294703366,16.404180423405393,9.534161491043838,12.181329031639258,12.429404179174597,12.788039631123947,14.625591969603454,14.971297760336208,10.912758479179157,10.39720770839918,10.39720770839918,18.88579800431894,18.540049960957717,13.815510557964275,11.795476898172977,10.990684938388938,16.564382753586738,12.129153803503652,12.523161809686911,10.39720770839918,10.832753737932673,10.666044184468241,11.283600347080688,10.30196161345544,16.795265876995124,15.644807272826958,12.658523115528322,12.912195279612511,12.568964226079276,13.754902436011717,10.832753737932673,19.766779432600558,18.033801523212485,11.140716200112923,17.7079000002041,11.966952139692824,17.836261825819726,11.485924189467285,11.795476898172977,11.910875740656365,12.95246434060893,20.954148960354797,11.613603032723674,15.644807272826958,18.11361275976641,14.579437213085015,9.656627474604601,15.031905882288767,17.658312094350467,14.803421799392074,14.71582433531529,15.110857807240889,9.996613530525611,13.363041888760522,17.98935626585706,14.260770573319093,19.95858908806004,17.2577179164769,10.489522684399441,17.6415989592021,18.413181162258702,22.388367472237345,15.22552144570148,16.623790635475277,15.677240021139605,15.595491093797477,11.06663836234181,13.256521823389795,14.950819865125009,11.485924189467285,18.714973875118524,7.917171988845775,11.06663836234181,10.832753737932673,9.996613530525611,11.419987469310959,10.203592144986466,8.671115273688493,9.656627474604601,9.774289614064447,9.887510598012987,12.129153803503652,12.702319513791778,11.419987469310959,11.675460894331879,19.997051153347225,14.824927267827912,11.736069016284437,16.479184330021646,14.625591969603454,10.75055681536833,6.238324625039507,12.912195279612511,14.128590603937003,8.987196820661973,9.273127360074948,11.550442805130174,8.671115273688493,11.419987469310959,11.140716200112923,9.534161491043838,18.79590363821313,10.101887489959422,9.656627474604601,10.30196161345544,15.528449197721486,18.962304882751745,16.739189477958668,9.774289614064447,15.725241045178928,9.406482647787449,14.759942777484376,11.419987469310959,10.579081573848484,19.50837013774687,19.803690356186628,20.15703946315578,10.912758479179157,9.13356731317027,13.220157741792761,16.564382753586738,14.182163456137022,16.083876497128276,10.75055681536833,13.815510557964275,9.774289614064447,14.10144109737725,10.39720770839918,18.48362196508523,20.225102083956166,16.95746754080595,15.07164156253883,13.84536155052378,10.990684938388938,6.238324625039507,11.736069016284437,20.142511589728414,8.317766166719343,8.49964003216865,13.29245039652994,10.101887489959422,14.991636821292344,9.996613530525611,12.2830336866663,9.273127360074948,18.374050172682615,17.98935626585706,10.30196161345544,10.666044184468241,8.671115273688493,14.387371636790224,17.42442746994133,19.083907432718988,17.151083104218664,13.031416265561052,12.429404179174597,12.429404179174597,17.55660743932342,17.24817895772476,10.101887489959422,10.912758479179157,9.406482647787449,9.406482647787449,14.155496613885283,13.29245039652994,12.476649250079014,16.52816500988393,16.850313292999715,18.9784484194653,15.849611186213966,16.083876497128276,19.674593408436806,17.796735562344033,12.871378323445173,17.521924972120196,13.629884346810012,16.167215189449504,15.954359981532647,18.55862587170148,15.335963365069631,14.484941211906904,15.407395311150786,14.971297760336208,14.846279671134505,17.304962987381316,13.96188105047257,9.273127360074948,17.974393641323946,15.494357921770543,18.89684774056783,11.910875740656365,11.550442805130174,15.69332585056376,19.566278394510455,14.556090791758852,12.523161809686911,9.656627474604601,10.39720770839918,18.841187516880584,13.031416265561052,14.759942777484376,16.8063564626391,15.998156379796107,8.83331693749932,15.511451985114455,15.998156379796107,13.43201044343462,16.60016846618256,15.578870552670631,16.861202597151447,16.3531153606971,9.887510598012987,11.853731155744283,12.2830336866663,14.602603351366746,16.365963346073105,17.00964276894156,17.913785519371388,16.069758824016038,14.182163456137022,12.076055072205449,8.317766166719343,9.13356731317027,10.832753737932673,15.477165897643587,18.419653656678765,17.304962987381316,16.861202597151447,15.909914724177227,9.656627474604601,14.508845720854435,13.724132935510148,9.534161491043838,19.95858908806004,21.15556686886768,11.853731155744283,19.526307410915045,13.904186964688908,14.07404364668743,13.499429010990795,15.317836421701742,11.06663836234181,9.534161491043838,16.94692271448362,16.658878754764853,12.381403155135274,10.990684938388938,16.64722825468566,5.8377304471659395,6.591673732008658,4.828313737302301,4.828313737302301,5.8377304471659395,15.281250602420286,10.30196161345544,15.011838917836378,17.6415989592021,8.671115273688493,7.193685818395112,12.476649250079014,15.69332585056376,11.06663836234181,13.32795376947095,19.517352180384687,12.129153803503652,11.283600347080688,10.832753737932673,12.181329031639258,10.990684938388938,15.281250602420286,13.031416265561052,14.625591969603454,11.213008854850106,12.523161809686911,11.283600347080688,14.460844696815112,11.550442805130174,10.101887489959422,5.375278407684165,10.101887489959422,12.702319513791778,12.614077858172898],\"month\":[3,4,4,4,4,5,5,5,2,2,2,2,2,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,11,2,3,3,3,3,7,3,3,3,3,3,3,3,5,5,5,5,9,9,9,1,3,7,7,7,8,10,11,3,3,4,4,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,7,7,8,11,11,2,3,9,3,3,3,3,3,3,4,4,4,4,4,4,6,7,7,2,2,3,3,3,3,3,3,3,3,9,10,10,10,10,10,10,11,11,4,2,2,3,3,5,6,6,9,9,8,9,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,8,9,10,4,5,5,5,5,5,5,3,3,3,3,3,4,4,4,4,4,3,4,4,4,4,4,4,5,9,10,11,3,3,3,3,4,4,4,4,4,4,4,5,5,5,6,6,6,7,7,9,3,3,3,3,4,4,4,4,4,4,4,5,5,5,2,2,3,3,4,4,5,5,8,9,10,10,3,3,4,4,4,4,6,6,3,3,3,3,3,3,4,4,3,4,4,4,5,5,5,7,7,7,7,7,10,12,2,3,3,3,4,4,5,6,7,11,5,3,4,5,10,5,2,2,3,3,4,4,5,5,8,8,9],\"month_name\":[\"March\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"February\",\"February\",\"February\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"June\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"August\",\"August\",\"August\",\"November\",\"February\",\"March\",\"March\",\"March\",\"March\",\"July\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"May\",\"May\",\"May\",\"May\",\"September\",\"September\",\"September\",\"January\",\"March\",\"July\",\"July\",\"July\",\"August\",\"October\",\"November\",\"March\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"July\",\"July\",\"August\",\"November\",\"November\",\"February\",\"March\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"June\",\"July\",\"July\",\"February\",\"February\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"September\",\"October\",\"October\",\"October\",\"October\",\"October\",\"October\",\"November\",\"November\",\"April\",\"February\",\"February\",\"March\",\"March\",\"May\",\"June\",\"June\",\"September\",\"September\",\"August\",\"September\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"August\",\"September\",\"October\",\"April\",\"May\",\"May\",\"May\",\"May\",\"May\",\"May\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"September\",\"October\",\"November\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"June\",\"June\",\"June\",\"July\",\"July\",\"September\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"September\",\"October\",\"October\",\"March\",\"March\",\"April\",\"April\",\"April\",\"April\",\"June\",\"June\",\"March\",\"March\",\"March\",\"March\",\"March\",\"March\",\"April\",\"April\",\"March\",\"April\",\"April\",\"April\",\"May\",\"May\",\"May\",\"July\",\"July\",\"July\",\"July\",\"July\",\"October\",\"December\",\"February\",\"March\",\"March\",\"March\",\"April\",\"April\",\"May\",\"June\",\"July\",\"November\",\"May\",\"March\",\"April\",\"May\",\"October\",\"May\",\"February\",\"February\",\"March\",\"March\",\"April\",\"April\",\"May\",\"May\",\"August\",\"August\",\"September\"],\"page\":[1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,15,15,15,15,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,24,24,25,25,25,25,25,25,25,25,26,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,40,40,40,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,44,44,44,44,44,44,44,44,44,44,44,44,44,44,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,52,52,52,52,52,52,52,52,52,52,52,52,52,52,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,65,65,65,65,65,65,65,65,65,65,65],\"url\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"year\":[1766,1766,1766,1766,1766,1766,1766,1766,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1767,1786,1786,1786,1786,1769,1769,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1771,1772,1772,1772,1772,1772,1772,1772,1772,1773,1773,1773,1773,1773,1773,1773,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1774,1775,1775,1775,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1777,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1782,1782,1782,1782,1782,1782,1782,1782,1783,1792,1792,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1794,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1795,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1804,1809,1809,1809,1809,1809,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1810,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1811,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1812,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1813,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1814,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823,1823]}},\"id\":\"9a08beb3-8d59-4c38-95a1-1adbad6a21c2\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"plot\":{\"id\":\"3332f13f-b22d-4a2b-865d-ca1c9621b20e\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"fed0dade-38cf-4980-ae46-bd79cd0688c0\",\"type\":\"BasicTicker\"}},\"id\":\"1b5fa5d2-2bdf-4c50-b1c0-c9f500b49d85\",\"type\":\"Grid\"},{\"attributes\":{\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"632d56c3-9563-4a26-a6e4-24a894e0c0fb\",\"type\":\"ResetTool\"},{\"attributes\":{\"callback\":{\"id\":\"8c2c4671-ac7c-4de6-b626-049aa8d2de49\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"dbb51fa9-6ca5-4ebe-b5fd-58e88089b0ec\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"8903fd06-72d5-489f-875c-4df46573c95a\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"1ebe9427-cbe4-4be6-ba77-c1b17bf85300\",\"type\":\"HoverTool\"},{\"attributes\":{\"callback\":{\"id\":\"0b54ae82-dacd-428e-b27b-98a790dccc58\",\"type\":\"CustomJS\"},\"plot\":{\"id\":\"0d427dc3-b77a-46a6-b52b-682d46ed25fe\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"2ac5d4ef-0b50-4c8d-aca2-cea735d68e9f\",\"type\":\"GlyphRenderer\"}],\"tooltips\":null},\"id\":\"0ba0b054-85e1-406b-a09a-96736607a9a0\",\"type\":\"HoverTool\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"8d025846-d1a9-49d1-a4e1-69c2b3b6e706\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"0bf72996-2e4e-4d63-8b35-06d77d3458a7\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"cc1d8623-6826-4829-8764-d421050a80f9\",\"type\":\"BasicTicker\"}},\"id\":\"0d78377c-5a40-4a7c-a9f1-8a33c4e3d99e\",\"type\":\"LinearAxis\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"b6887aac-bb7e-494e-87a7-b0520f43547b\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"plot\":{\"id\":\"3332f13f-b22d-4a2b-865d-ca1c9621b20e\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"e9846c25-2345-4703-8569-fa8de97b422b\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"date\",\"julian\",\"url\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6402672000000.0,-6393427200000.0,-5801760000000.0,-6336662400000.0,-6274281600000.0,-4636224000000.0,-6246115200000.0,-6223996800000.0,-6210604800000.0,-6204470400000.0,-6179241600000.0,-6178118400000.0,-6177427200000.0,-6177340800000.0,-6176908800000.0,-6176908800000.0,-6174489600000.0,-6148828800000.0,-6084547200000.0,-6072796800000.0,-6054048000000.0,-6036940800000.0,-6049728000000.0,-5929027200000.0,-5877619200000.0,-5596128000000.0,-5548867200000.0,-5516380800000.0,-5232211200000.0,-5070470400000.0,-5042304000000.0,-5039193600000.0,-5011200000000.0,-4983379200000.0,-4979923200000.0,-4947523200000.0,-4918924800000.0],\"julian\":[\"089\",\"040\",\"147\",\"055\",\"073\",\"065\",\"032\",\"026\",\"282\",\"071\",\"142\",\"069\",\"082\",\"090\",\"091\",\"096\",\"096\",\"124\",\"056\",\"069\",\"205\",\"057\",\"255\",\"107\",\"043\",\"273\",\"244\",\"060\",\"071\",\"074\",\"119\",\"080\",\"116\",\"075\",\"032\",\"072\",\"081\",\"047\"],\"page\":[1,2,3,4,5,6,65,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,40,41,44,48,49,52,56],\"url\":[\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_1_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_2_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_3_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_4_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_5_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_6_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_65_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_8_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_9_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_10_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_11_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_12_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_13_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_14_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_15_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_18_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_19_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_20_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_21_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_22_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_23_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_24_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_25_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_26_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_27_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_29_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_30_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_31_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_32_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_40_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_41_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_44_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_48_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_49_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_52_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_56_thumb.jpg\"]}},\"id\":\"a1209ecd-b078-4dc4-952c-77ad6b6320bd\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"beb93565-9d4b-4c56-ba02-ea564e6c342c\",\"type\":\"DaysTicker\"},{\"attributes\":{\"callback\":null},\"id\":\"31917406-4069-4b32-b88a-d3853e7c4a74\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"46add972-1ee3-42e8-a903-cff853d1fae3\",\"type\":\"BasicTicker\"},{\"attributes\":{\"axis_label\":\"Day of Year\",\"formatter\":{\"id\":\"f73ea8da-b5bd-4187-832a-73c21706af56\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"a93bcab6-b6fe-4ee7-9820-7f2261c20964\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"16f407b5-38f2-4080-bf7f-48fe738775ce\",\"type\":\"BasicTicker\"}},\"id\":\"7a28525f-7744-47e1-b057-1925c3e310b7\",\"type\":\"LinearAxis\"},{\"attributes\":{\"below\":[{\"id\":\"9e3e1f36-7362-40e4-bdc8-d61375ad0ff2\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"076e2710-992d-4131-aa38-16ed477d0d99\",\"type\":\"DatetimeAxis\"}],\"plot_height\":800,\"renderers\":[{\"id\":\"9e3e1f36-7362-40e4-bdc8-d61375ad0ff2\",\"type\":\"LinearAxis\"},{\"id\":\"f4103061-e627-4562-9d05-32006de7164a\",\"type\":\"Grid\"},{\"id\":\"076e2710-992d-4131-aa38-16ed477d0d99\",\"type\":\"DatetimeAxis\"},{\"id\":\"2beb6a9c-0307-4ebf-8a86-7d7feb8e6e75\",\"type\":\"Grid\"},{\"id\":\"3d79dbad-8b57-4c87-a6f7-04941b5b43de\",\"type\":\"BoxAnnotation\"},{\"id\":\"c034266c-d4ad-44f6-bc46-000bc8f5b924\",\"type\":\"GlyphRenderer\"},{\"id\":\"4bfcf49a-b68c-484c-bc78-132e474b0542\",\"type\":\"GlyphRenderer\"}],\"title\":\"TJ's Garden Book(1766-1824)\",\"tool_events\":{\"id\":\"966a28a5-bca7-406e-b1b6-1d6dab6f7158\",\"type\":\"ToolEvents\"},\"tools\":[{\"id\":\"2a3a229e-8545-4402-9645-0c8ffdca19e4\",\"type\":\"PanTool\"},{\"id\":\"98f33496-4584-4671-89b9-64b8c13a2937\",\"type\":\"WheelZoomTool\"},{\"id\":\"dfa0ad92-09df-47be-8a3a-84a6ad3b3bb6\",\"type\":\"BoxZoomTool\"},{\"id\":\"a7d2375a-9906-4a00-bf7d-bf44e074187d\",\"type\":\"PreviewSaveTool\"},{\"id\":\"244144c6-07f3-495c-ae8f-5e964500dc79\",\"type\":\"ResizeTool\"},{\"id\":\"cb3a0363-e5bb-45b2-839d-fe705e20ef68\",\"type\":\"ResetTool\"},{\"id\":\"be16800a-4d8f-42d4-8f4b-c7f664f7c7c3\",\"type\":\"HelpTool\"},{\"id\":\"5d880609-e2e8-4041-8218-8e92e63d2b4b\",\"type\":\"HoverTool\"}],\"x_range\":{\"id\":\"06c045b3-c69a-42b1-a753-ce23acf32e47\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"82a162ea-40cc-448f-bf2c-b5bda245e7b9\",\"type\":\"DataRange1d\"}},\"id\":\"a0062cc7-2a36-44f1-9b28-ad2cc76b2d5c\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"callback\":null},\"id\":\"c405a07f-eb24-4a19-b8bf-453ac78d8d79\",\"type\":\"DataRange1d\"},{\"attributes\":{\"plot\":{\"id\":\"dbb51fa9-6ca5-4ebe-b5fd-58e88089b0ec\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"353d6dbf-a546-4dd1-9061-ddc405b1c2b2\",\"type\":\"PreviewSaveTool\"},{\"attributes\":{\"plot\":{\"id\":\"7e7fe402-fe89-4244-9d01-91b1f3bb1734\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"2182cca1-c907-415c-987c-2d5d82fec24e\",\"type\":\"PanTool\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"18ee4c5d-1c78-475d-9e62-9c106bd32036\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"0f12f3a8-3414-40f3-a530-ee5910b6ca2d\",\"type\":\"DaysTicker\"},{\"attributes\":{\"days\":[1,4,7,10,13,16,19,22,25,28]},\"id\":\"ad237571-b888-4529-980b-6835c410c77e\",\"type\":\"DaysTicker\"},{\"attributes\":{\"callback\":{\"id\":\"0a05ecf0-dc40-460b-99f9-903241cf778b\",\"type\":\"CustomJS\"}},\"id\":\"f81e7612-9e1c-4884-a15c-15eca5fbf32a\",\"type\":\"DataRange1d\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"c77a1647-3676-49c5-a551-39eeb61332e3\",\"type\":\"DatetimeTicker\"}},\"id\":\"022dbeb6-6082-4de7-a1be-1b30025d3165\",\"type\":\"Grid\"},{\"attributes\":{\"plot\":{\"id\":\"efe9ce19-09ed-43a1-b8fa-f250507427ca\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"8aa2266e-2277-4d38-a5cd-455312df2adb\",\"type\":\"ResizeTool\"},{\"attributes\":{\"args\":{\"circle\":{\"id\":\"14de5680-f12d-4475-8ed1-f74d921d1aa8\",\"type\":\"ColumnDataSource\"},\"images\":{\"id\":\"aa953215-0eba-4655-9221-d0795f379d68\",\"type\":\"ColumnDataSource\"}},\"code\":\"\\n\\nif(window.moment){\\n update();\\n}\\n\\nfunction update() {\\n var cdata = circle.get('data'),\\n indices = cb_data.index['1d'].indices,\\n info = $('#info').text(''),\\n page = cdata['page'][indices[0]],\\n pageIdx = _.indexOf(images.attributes.data.page, page),\\n url = images.attributes.data.url[pageIdx],\\n img = url && $('#jefferson-img-lg').css({\\n \\\"background-image\\\": \\\"url(\\\" + url.replace(/thumb/g, \\\"lg\\\") + \\\")\\\",\\n \\\"background-size\\\": \\\"contain\\\",\\n \\\"background-position\\\": \\\"middle middle\\\",\\n \\\"background-repeat\\\": \\\"no-repeat\\\",\\n \\\"position\\\": \\\"absolute\\\",\\n top: 0,\\n left: 0,\\n right: 0,\\n bottom: 0\\n });\\n\\n indices.map(function(index){\\n $(\\\"<div/>\\\")\\n .css({\\\"padding\\\": \\\"1rem\\\", \\\"line-height\\\": \\\"2rem\\\"})\\n .append([\\n $(\\\"<h4/>\\\").text(moment(new Date(cdata['date'][index]))\\n .format(\\\"dddd, MMMM D, YYYY\\\")),\\n $(\\\"<ul/>\\\").append(\\n cdata['entry'][index].split(\\\"\\\\n\\\")\\n .map(function(line){\\n return $(\\\"<li/>\\\").text(line);\\n })\\n )\\n ])\\n .appendTo(info);\\n });\\n}\\n \"},\"id\":\"3290a6ad-4902-4375-878f-a1813218d9ee\",\"type\":\"CustomJS\"},{\"attributes\":{},\"id\":\"6258c898-061e-47c6-a172-77cf7229c469\",\"type\":\"DatetimeTickFormatter\"},{\"attributes\":{\"overlay\":{\"id\":\"22e7a860-c79e-4a43-bbf8-10e038e632ed\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"5a7c7693-513a-4f05-ae71-1a464d77a509\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"e091ea52-a36d-4e9b-b23e-97c17fa36ab5\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"a0062cc7-2a36-44f1-9b28-ad2cc76b2d5c\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"c297645c-37c7-440e-b75f-378e72190ada\",\"type\":\"DatetimeTicker\"}},\"id\":\"2beb6a9c-0307-4ebf-8a86-7d7feb8e6e75\",\"type\":\"Grid\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"885c34ce-2ac0-484b-aa5c-bb6ab0cac736\",\"type\":\"Circle\"},{\"attributes\":{\"base\":24,\"mantissas\":[1,2,4,6,8,12],\"max_interval\":43200000.0,\"min_interval\":3600000.0,\"num_minor_ticks\":0},\"id\":\"09ae1072-5500-4066-ab8b-134104aa410d\",\"type\":\"AdaptiveTicker\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"26a99d45-599d-4fcf-bfd4-6ba364a840a9\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"f4264a55-c154-4308-a45d-fc9017ec8cae\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"date\",\"julian\",\"url\",\"page\"],\"data\":{\"date\":[-6429974400000.0,-6402672000000.0,-6393427200000.0,-5801760000000.0,-6336662400000.0,-6274281600000.0,-4636224000000.0,-6246115200000.0,-6223996800000.0,-6210604800000.0,-6204470400000.0,-6179241600000.0,-6178118400000.0,-6177427200000.0,-6177340800000.0,-6176908800000.0,-6176908800000.0,-6174489600000.0,-6148828800000.0,-6084547200000.0,-6072796800000.0,-6054048000000.0,-6036940800000.0,-6049728000000.0,-5929027200000.0,-5877619200000.0,-5596128000000.0,-5548867200000.0,-5516380800000.0,-5232211200000.0,-5070470400000.0,-5042304000000.0,-5039193600000.0,-5011200000000.0,-4983379200000.0,-4979923200000.0,-4947523200000.0,-4918924800000.0],\"julian\":[\"089\",\"040\",\"147\",\"055\",\"073\",\"065\",\"032\",\"026\",\"282\",\"071\",\"142\",\"069\",\"082\",\"090\",\"091\",\"096\",\"096\",\"124\",\"056\",\"069\",\"205\",\"057\",\"255\",\"107\",\"043\",\"273\",\"244\",\"060\",\"071\",\"074\",\"119\",\"080\",\"116\",\"075\",\"032\",\"072\",\"081\",\"047\"],\"page\":[1,2,3,4,5,6,65,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,40,41,44,48,49,52,56],\"url\":[\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_1_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_2_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_3_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_4_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_5_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_6_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_65_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_8_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_9_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_10_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_11_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_12_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_13_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_14_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_15_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_16_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_18_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_19_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_20_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_21_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_22_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_23_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_24_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_25_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_26_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_27_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_29_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_30_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_31_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_32_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_40_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_41_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_44_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_48_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_49_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_52_thumb.jpg\",\"http://www.masshist.org/thomasjeffersonpapers/garden/image/thumb/garden_56_thumb.jpg\"]}},\"id\":\"ad867eac-023b-4289-98b7-70f2e5ad59c6\",\"type\":\"ColumnDataSource\"},{\"attributes\":{},\"id\":\"908bf630-5278-49ef-abc0-fdd96b87727b\",\"type\":\"ToolEvents\"},{\"attributes\":{\"anchor\":\"center\",\"global_alpha\":0.2,\"url\":{\"field\":\"url\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"1cde350c-d221-4178-bd09-b870d53c6537\",\"type\":\"ImageURL\"},{\"attributes\":{\"months\":[0,2,4,6,8,10]},\"id\":\"91662bcf-f739-4ddd-b5dd-62d94b6ae4bc\",\"type\":\"MonthsTicker\"},{\"attributes\":{},\"id\":\"7823f223-8ede-420b-af82-dfcaf21ce88a\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"months\":[0,6]},\"id\":\"9a93174a-c336-41c3-95a3-0eca8d28e823\",\"type\":\"MonthsTicker\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"2ee84706-9122-4d60-a84b-39eafec74eab\",\"type\":\"Circle\"},{\"attributes\":{},\"id\":\"d23264ce-d76b-45b9-a8da-18290a216457\",\"type\":\"BasicTicker\"},{\"attributes\":{\"plot\":{\"id\":\"0bf72996-2e4e-4d63-8b35-06d77d3458a7\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"d635103a-be58-44c4-8321-4d1f7153bdb2\",\"type\":\"HelpTool\"},{\"attributes\":{\"plot\":{\"id\":\"f90cf53b-cf51-4981-8c79-0795f0bb0831\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"2b7cf353-5289-4ae1-af4f-bd112f9102d1\",\"type\":\"PanTool\"},{\"attributes\":{\"days\":[1,15]},\"id\":\"d0920315-9cb6-4714-a398-f5b9e5888be1\",\"type\":\"DaysTicker\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"b27eb11e-cba1-408d-a77e-c5c88d533999\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.5},\"line_color\":{\"value\":\"#1f77b4\"},\"size\":{\"field\":\"length\",\"units\":\"screen\"},\"x\":{\"field\":\"julian\"},\"y\":{\"field\":\"date\"}},\"id\":\"73b881be-f6d7-42d1-a0fa-9a654bde6f8b\",\"type\":\"Circle\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"month\",\"year\",\"month_name\",\"julian\",\"entry\",\"page\",\"length\",\"date\",\"url\"],\"data\":{\"date\":[-6429974400000.0,-6429369600000.0,-6428764800000.0,-6428505600000.0,-6427296000000.0,-6426950400000.0,-6426691200000.0,-6426345600000.0,-6401721600000.0,-6402672000000.0,-6402153600000.0,-6401980800000.0,-6401462400000.0,-6398265600000.0,-6398179200000.0,-6398006400000.0,-6397833600000.0,-6397747200000.0,-6397574400000.0,-6396969600000.0,-6396192000000.0,-6393427200000.0,-6393340800000.0,-6392736000000.0,-6392217600000.0,-6392044800000.0,-6391526400000.0,-6390057600000.0,-6388934400000.0,-6387811200000.0,-6387724800000.0,-6387638400000.0,-6387552000000.0,-6377961600000.0,-5801760000000.0,-5800982400000.0,-5800204800000.0,-5798995200000.0,-6336662400000.0,-6324998400000.0,-6274281600000.0,-6274195200000.0,-6273849600000.0,-6272640000000.0,-6272380800000.0,-6272294400000.0,-6272208000000.0,-6268838400000.0,-6268233600000.0,-6267283200000.0,-6266937600000.0,-6258297600000.0,-6257952000000.0,-6256310400000.0,-6246115200000.0,-6240585600000.0,-6231340800000.0,-6230736000000.0,-6229958400000.0,-6228230400000.0,-6223996800000.0,-6220972800000.0,-6210604800000.0,-6208963200000.0,-6208876800000.0,-6208790400000.0,-6208704000000.0,-6204470400000.0,-6204470400000.0,-6179241600000.0,-6179068800000.0,-6178809600000.0,-6178550400000.0,-6178291200000.0,-6178118400000.0,-6178118400000.0,-6178032000000.0,-6177945600000.0,-6177859200000.0,-6177686400000.0,-6177600000000.0,-6177427200000.0,-6177427200000.0,-6177427200000.0,-6177340800000.0,-6177081600000.0,-6176995200000.0,-6176908800000.0,-6176908800000.0,-6176908800000.0,-6176822400000.0,-6176736000000.0,-6176476800000.0,-6175267200000.0,-6174835200000.0,-6174662400000.0,-6174489600000.0,-6174403200000.0,-6173625600000.0,-6173452800000.0,-6172588800000.0,-6171811200000.0,-6171724800000.0,-6171033600000.0,-6168441600000.0,-6168009600000.0,-6167577600000.0,-6166886400000.0,-6166627200000.0,-6157555200000.0,-6157468800000.0,-6148828800000.0,-6147705600000.0,-6130857600000.0,-6084547200000.0,-6084460800000.0,-6084374400000.0,-6084288000000.0,-6083596800000.0,-6083164800000.0,-6082646400000.0,-6082128000000.0,-6082041600000.0,-6081955200000.0,-6081523200000.0,-6081091200000.0,-6077116800000.0,-6074352000000.0,-6072796800000.0,-6054048000000.0,-6053875200000.0,-6053702400000.0,-6053270400000.0,-6053097600000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6052752000000.0,-6052665600000.0,-6036940800000.0,-6034348800000.0,-6034348800000.0,-6033916800000.0,-6033398400000.0,-6033052800000.0,-6032707200000.0,-6032275200000.0,-6031670400000.0,-6049728000000.0,-5929027200000.0,-5927644800000.0,-5925052800000.0,-5926176000000.0,-5921856000000.0,-5918832000000.0,-5918832000000.0,-5910796800000.0,-5877619200000.0,-5596128000000.0,-5594572800000.0,-5548867200000.0,-5547571200000.0,-5547484800000.0,-5547484800000.0,-5547225600000.0,-5546966400000.0,-5546620800000.0,-5546102400000.0,-5545670400000.0,-5545584000000.0,-5545584000000.0,-5544633600000.0,-5544547200000.0,-5543683200000.0,-5542041600000.0,-5534697600000.0,-5531760000000.0,-5529859200000.0,-5513097600000.0,-5511110400000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5511196800000.0,-5509900800000.0,-5516380800000.0,-5515603200000.0,-5515344000000.0,-5515257600000.0,-5514998400000.0,-5230224000000.0,-5229878400000.0,-5229705600000.0,-5228236800000.0,-5228841600000.0,-5232211200000.0,-5229878400000.0,-5229878400000.0,-5229619200000.0,-5229532800000.0,-5228496000000.0,-5070470400000.0,-5070211200000.0,-5059324800000.0,-5056732800000.0,-5053968000000.0,-5042304000000.0,-5042131200000.0,-5042044800000.0,-5041872000000.0,-5039884800000.0,-5039712000000.0,-5039366400000.0,-5039280000000.0,-5039280000000.0,-5039193600000.0,-5039020800000.0,-5038243200000.0,-5038156800000.0,-5037638400000.0,-5035651200000.0,-5035651200000.0,-5035651200000.0,-5033404800000.0,-5033318400000.0,-5027011200000.0,-5011200000000.0,-5011027200000.0,-5010681600000.0,-5010595200000.0,-5009644800000.0,-5009212800000.0,-5009212800000.0,-5008780800000.0,-5009126400000.0,-5008780800000.0,-5008521600000.0,-5006016000000.0,-5005929600000.0,-5004892800000.0,-4983379200000.0,-4982169600000.0,-4980873600000.0,-4979664000000.0,-4978195200000.0,-4976985600000.0,-4975603200000.0,-4975603200000.0,-4966444800000.0,-4964976000000.0,-4962384000000.0,-4962384000000.0,-4978713600000.0,-4978540800000.0,-4977590400000.0,-4977590400000.0,-4977590400000.0,-4976812800000.0,-4970851200000.0,-4971024000000.0,-4979923200000.0,-4979491200000.0,-4979232000000.0,-4979145600000.0,-4978540800000.0,-4978454400000.0,-4978108800000.0,-4978022400000.0,-4947523200000.0,-4946572800000.0,-4945881600000.0,-4945881600000.0,-4943721600000.0,-4942166400000.0,-4942166400000.0,-4938364800000.0,-4938537600000.0,-4937932800000.0,-4937673600000.0,-4936377600000.0,-4930416000000.0,-4923590400000.0,-4918924800000.0,-4916246400000.0,-4915641600000.0,-4915468800000.0,-4914345600000.0,-4913827200000.0,-4912358400000.0,-4909852800000.0,-4904841600000.0,-4894560000000.0,-4911753600000.0,-4916764800000.0,-4914864000000.0,-4912272000000.0,-4897756800000.0,-4910284800000.0,-4636224000000.0,-4635014400000.0,-4633804800000.0,-4632595200000.0,-4631126400000.0,-4629916800000.0,-4628534400000.0,-4627324800000.0,-4620585600000.0,-4619376000000.0,-4617907200000.0],\"entry\":[\"Purple hyacinth begins to bloom.\",\"Narcissus and Puckoon open.\",\"Puckoon flowers fallen.\",\"a bluish colored, funnel-formed flower in lowgrounds in bloom.\",\"purple flag blooms. Hyacinth & Narcissus gone.\",\"Wild honeysuckle in our woods open. -- also the Dwarf flag & Violets\",\"blue flower in lowgrounds vanished.\",\"The purple flag, Dwarf flag, Violet & wild Honeysuckle still in bloom.\\nwent journey to Maryland, Pennsylva., New York. so observations cease\",\"sowed a bed of forwardest and a bed of midling peas.\\n*500. of these peas weighed 30z. -- 18. dwt. about 2,500. fill a pint.\",\"both beds of peas up.\",\"planted asparagus seed in 5. beds of 4. f. width. 4. rows in each.\",\"sowed a bed of forwardest peas, and a bed of the latest of all.\",\"Purple Hyacinth & Narcissus bloom. sowed 2. rows of Celery 9. 1. apart. sowed 2 rows of Spanish onions & 2. do. of Lettuce.\",\"peas of Mar. 17. just appearing.\",\"sowed Carnations, Indian pink, Marygold, Globe amaranth, Auricula, Double balsam, Tricolor, Dutch violet, Sensitive plant, Cockscomb, a flower like the Prince's feather, Lathyrus.\\nplanted Lilac, Spanish broom, Umbrella, Laurel. Almonds, Muscle plumbs, Cayenne pepper. 12. cuttings of Goosberries.\",\"planted suckers of Roses, seeds of Althaea & Prince's feather.\",\"planted lillies & wild honeysuckles.\",\"planted strawberry roots.\",\"sowed 3. rows of Celery, 2 do. of Lettuce -- 2 do. of Radish. Lunaria in full bloom.\",\"Sweet Williams begin to open.\\n24. forwardest peas of Feb. 20. come to table\",\"Asparagus 3. inches high, and branched. Feathered hyacinth in bloom. also Sweet Williams. a pink in bed VI. c. blooming. Lunaria still in bloom. an indifferent flower.\",\"sowed Lettuce, Radish, Broccoli, & Cauliflower.\",\"Flower-de luces just opening.\\n*strawberries come to table. note this is the first year of their bearing having been planted in the spring of 1766. and on an average, the plants bear 20. strawberries each. 100 fill half a pint.\\nforwardest peas of March 17. come to table.\\nlatest peas of Feb. 20. will come to table within about 4. days.\\nSnap-dragon blooming.\",\"Larkspur & Lychnis bloom & Poppies\",\"Pinks & Hollyhocks bloom.\",\"Carnations bloom.\",\"Argemone put out one flower.\",\"larger Poppy has vanished -- Dwarf poppy still in bloom but on the decline\\npinks V.c. just disappear. pinks in VI.c. still shew a few.\\nCarnations in full life -- Larkspur, Lychnis in bloom. -- a few hollyhocks remaining -- Eastern mallow almost vanished. an indifferent flower.\\n*\\tColo. Moore tells me a hill of artichokes generally bears 8. of a year, and they continue in season about 6. weeks.\",\"Lesser poppy still blooming -- pinks V.c. a few. -- pinks VI.c. a few -- a few Carnations. -- Larkspur in bloom. Eastern mallow & Lychnis in bloom. -- Mirabilis just opened. very clever. Argemone, one flower out. this is the 4th ys year.\",\"Cucumbers come to table.\",\"inoculated May cherry buds into 4. stocks of unknown kind.\",\"inoculated English walnut buds into stocks of the Black walnut.\",\"inoculated common cherry buds into stocks of large kind at Monticello.\",\"*8 or 10. bundles of fodder are as much as a horse will generally eat thro' the night\\n9 bundles X 130. days = 1170. for the winter.\",\"sowed a patch of early peas, having first soaked them. Charlton Hotspur.\\n*500. of these peas weighed 3oz. -- 7 dwt. 2000. filled a pint accurately.\",\"sowed a patch of Spanish Marotto peas.\",\"peas of Feb. 24. just appearing\",\"peas of Mar. 5. just appearing.\",\"planted on the S.E. side of the hill as follows.\\nOn the Ridge beginning at the bottom.\\n\\n1. row of Pears. 25. f. apart 12 in a row. left vacant.\\n\\n1. row of do. ingrafted.\\n\\n2. rows of cherries intended for stocks to inoculate on.\\n\\n2. of New York apples ingrafted.\\n\\n1. of Peach stocks for inoculating almonds.\\n\\n1. of do. for do. apricots\\n\\n1/2 row of do. for Nectarines. -- 1/2 row of quinces.\\nIn the Hollow.\\n\\n1. row of Pomegranates 12 1/2 f. apart 12. in a row.\\n\\n2. do. of figs.\\n\\n1. do. of Peach stocks for inoculating Apricots.\\n\\n1 do. Walnuts.\",\"*a bed of mortar which makes 2000. bricks takes 6 hhds. of water.\\n*Nichs. Meriwether sais that 30. hills of Cucumbers 4. f. apart will supply a middling family plentifully.\\n*Nich. Lewis thinks 40. f. square of watermelons will supply a family that is not very large.\\n*Millar's Gard's dict. sais that 50. hills of Cucumbers will yeild 400. cucumbers a week during the time they are in season, which he sais is 5 weeks. so that 50 hills will yeild 2000, or 1. hill yeild 40. cucumbers.\",\"sowed a patch of peas after steeping them in water 24. hours. (note the seed came from J. Bolling's)\",\"rain snow & hail with an Easterly wind for 4. days.\",\"cleared up cold with a North West wind.\",\"replanted all the pomegranates in their proper row. also planted 4. others on S.E. edge of garden. also a Medlar Russetin.\\nin the row of Peach trees for Apricots planted 4. apricot trees, viz. the 1st. 2d. 4th. & 5th. counting from S.W. end. peas up.\",\"planted 5. grapes from N. Lewis's on S.E. edge of garden.\",\"sowed peas. (from T. Morgan's) planted 2. beds of Asparagus seed.\",\"cold easterly wind, rain & hail.\",\"eat peas at Barclay in Charles-City.\",\"eat strawberries at Docr. Rickman's\",\"the greatest flood ever known in Virginia.\",\"peas of Mar. 6. come to table.\",\"*Cart. H. Harrison tells me it is generally allowed that 250 lb green pork makes 220. lb pickled. he weighed a ham & shoulder when green. The one weighed 24. lb the other 17. lb. after they were made into bacon each had lost exactly a fourth. they were of corn-fed hogs.\",\"*Stephen Willis sais it takes 15. bushels of lime to lay 1000. bricks.\\n*Old Sharpe sais a bushel of Lime-stone will weigh 114 lb and if well burnt will make 2. bushels of slacked lime.\",\"*John Moore's ford over the Rivanna cost 28. on accurate estimate.\",\"the deepest snow we have ever seen. in Albemarle it was about 3. f. deep.\",\"sowed a patch of latter peas.\\nother patches were sowed afterwards.\",\"Cucumbers came to table.\\nplanted out Celery.\\nsowed patch of peas for the Fall.\\nplanted snap-beans.\",\"had the last dish of our spring peas.\",\"had Irish potatoes from the garden.\\n*Julius Shard fills the two-wheeled barrow in 3. minutes and carries it 30. yds. in 1 1/2 minutes more. now this is four loads of the common barrow with one wheel. so that suppose the 4. loads put in in the same time viz. 3. minutes, 4. trips will take 4 x 1 1/2 minutes = 6' which added to 3' filling is = 9' to fill and carry the same earth which was filled & carried in the two-wheeled barrow in 4 1/2'. from a trial I made with the same two-wheeled barrow I found that a man would dig & carry to the distance of 50. yds 5. cubical yds of earth in a day of 12. hours length.Ford's Phill did it; not overlooked, and having to mount his loaded barrow up a bank 2. f. high & tolerably steep.\",\"*the waggon with 4. horses & the driver without any assistant brought about 300 yds wood which measured 4, 8, & 19 1/2 f.i.e., nearly 5. cord. calling a cord 4,4, & 8. in one day. it took 10. loads.\\n*the waggon brings 28. rails at a load up a steep part of the mountain.\\n*Ry. Randolph's mason cuts stone @ 8 d. the superficial foot, the blocks being furnished to his hand. provision found, but no attendance.\",\"gathered 2. plumb-peaches at Monticello.\",\"*William Gillum sais it will take a bushel of Lime-stone (which he sais is equal to 2. bushels of slacked lime) to a perch of stonework 18. I. thick. -- but Anderson sais 3. bushels of Lime.\\n*in making the Round-about walk, 3 hands would make 80. yds. in a day in the old feild, but in the woods where they had stumps to clear, not more than 40. & sometimes 25. yds.\",\"sowed a patch of Early peas, & another of Marrow fats.\",\"grafted 5. French chesnuts into two stocks of Common chesnut.\\nsent Patrick Morton the following slips of fruits from Sandy point.\\n\\nNo. 1. Green Gage plumb.\\n\\n2. Almonds.\\n\\n3. Carnation cherry.\\n\\n4. Duke cherry\\n\\n5. forward pear\\n\\n6. late do.\\n\\n\\n7. fine late large pear.\\n\\n8. New-town pippins.\\n\\n9. French chestnut.\\n\\n10. English Mulberry.\\n\\n11. Broadnax's cherry.\\n\\n12. very fine late cherry.\",\"both patches of peas up.\\nset out strawberries.\",\"planted 50. vines of various kinds from the Forest.\",\"sowed a patch of Early peas & another of Marrow-fats.\",\"first patch of peas come to table. note this spring is remarkeably forward.\",\"*2 hands grubbed the Grave yard 80. f.sq. = 1/7 of an acre in 3 1/2 hours, so that one would have done it in 7. hours, and would grub an acre in 49. hours = 4. days.\\n*Ry. Randolph's fencing chain weighs 1/2 lb. per foot, and is 3 f. 3 1. from the ground.\\n*articles for contracts with overseers.\\nhe shall let his emploier have his share of grain if he chuses it at a fixed price.\\nhe shall not have his share till enough is taken out to sow. and then only of what is sold or eaten by measure.\\nallow 1/2 a share for every horse, & the same for a ploughboy. to have at the rate of a share for every 8. hands, but never to have more than 2. shares if there be ever so many hands.\\nprovision 400. lb pork if single. 500 lb if married.\\nto be turned off at any time of year if employer disapproves of his conduct, on paying a proportion of what shall be made, according to the time he has staid.\\nto pay for carrying his share of the crop to market.\\nto pay for carriage of all refused tobo.\\n\\nto pay his own levies.\\nto pay his share of liquor & hiring at harvest.\\nand never to bleed a negro.\",\"sowed a bed of Early & a bed of Marrow-fat peas.\",\"planted in the S.W. border of the garden the following stones.\\n\\nNo. 1. a Virginian Almond. --No. 2 -- to 13. Almonds from the Streights \\n\\nNo. 14. 15. 16. Apricots. --No. 16. a Filbert.\",\"sowed the following seeds & distinguished them by sticking numbered sticks in the beds.\\n\\nAglio di Toscania. Garlic.\\n\\n No. \\n 15. Radicchio di Pistoia. Succory, or Wild Endive. 26. Cipolle bianchee di Tuckahoe, the Spanish Onion of Miller. 31. Savoys. 33. Salsafia. 34. Cabbage. 35. Lettuce. 36. Lettuce (different) 38. Radishes. 39. Peppergrass. 40. \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 41. Salvastrella di Pisa 42. Sorrel. Acetosa di Pisa.\",\"46. Coclearia di Pisa (Scurvy grass or perhaps Horseradish.)\\n47. Cavol Capuccio Spagnola di Pisa.\\n56. Prezzemolo. parsley\\n58. do.\",\"Peas of Mar. 10. are up.\",\"sowed the following seeds distinguished by numbered sticks.\\n\\nNo. 12. Cluster peas. or Bunch peas\\n\\n13. Windsor beans.\\n\\n14. Green beans from Colo.Bland.\",\"[Continuation of entry on bottom of page 12.] \\nNo. 16. Vetch.\\n37. Spinaci. Spinach.\\n45. Carote di Pisa. Carrots.\\n48. Cavol broccolo Francese di Pisa. Broccoli.\\n49. Carote. Carrots.\\n51. Beans. Dr. Bland.\\n54. Lattuga. Lettuce.\\n55. Cipolle. Col. Cary. Onions.\\n57. Parsnips. Col. Cary.\\n59. Parsnips. mr. Eppes.\\n60. Salmon radishes.\\n61. Carrots.\\n72. Siberian wheat.\",\"Sowed the following things distinguished by numbered sticks\\n \\n \\nNo. 8. \\n9. \\n early & later peas from Col. Cary \\n \\n28. small Lentils .\",\"No. 29. green Lentils\\n 32. Italian Cresses.\\n\\n 73. Garden Cresses mr.Webb.\\n\\n4. Black eyed peas which yeild two crops.Colo. R. Randolph\",\"seven rows of Grano Estivo from Tuscany.\\n\\n \\nNo. 50. Nasturcium in 35. little hills. 29. Cresses 23. Celery Radichio. the same as No. 15 \\n in the Meadow\",\"Solid Celery. in the Meadow.\",\"No. 18. Asparagus.\\n5. Beans. Dr. Clayton.\\nPeach trees at Monticello in general bloom.\",\"laid off ground to be levelled for a future garden. the upper side is 44. f. below the upper edge of the Round-about and parallel thereto. it is 668. feet long, 80 f. wide, and at each end forms a triangle, rectangular & isosceles, of which the legs are 80. f. wide, & the hypothenuse 113. feet. [it will be better to add 2.f.width on the upper side, which will permit bed under upper wall to be 8.f.]\",\"planted the following seeds, trees, etc. twenty four apple trees nineteen cherry trees... \\n from the Mountain plains\",\"No. 3. a doz. sweet almonds with smooth rinds, 8 of which were cracked, the others not.\\n\\n5. a doz. do. with hairy rinds. 8. cracked. the others not.\\n\\n7. a doz. do. with hard shells. 8 cracked.\\n\\n10. 32. better almonds. 20. cracked.\\n\\n13. 20 Meliache e Albicocche (2 difft. kinds of apricots) 12 of them cracked, the others not.\\n\\n8. 4. Ciriege corniole. ( a particular kind of cherry.) 2 of them cracked.\\n\\n1. 198 Cherries of different kinds from Italy.\\n\\n14. about 1500 olive stones\\n\\n44. Lamponi. Raspberries. (the seeds) in 3. rows.\\n\\n30. Fragole Alpine. Alpine strawberries (the seeds) 3. rows\\n\\n22. Fragole Mazzese. May Strawberries (the seeds.) 3. rows.\\n\\n43. Fragoloni di giardino. large garden strawberries. (the seeds.) 1. row.\\n\\na bed of parsley.\\n\\n62. red Cabage.\\n\\nRadishes.\",\"sowed & planted as follows.\\n\\nNo. 53. turneps. Dr Bland.\\n\\n25. Fagiuoli d'Augusta.\\n\\n19. do. verdi coll'occhio bianco. D. Hylton.\\n\\n71. Bonny-Bess. Colo. Bland.\\n\\n70. Snap-beans. Colo. Bland.\\n\\n2. Fagiuoli coll'occhio di Provenza.\\n\\n7. do. bianchi di Parigi.\\n\\n6. Cetriuoli. Webb. 9. monticini.\\n\\n5. do.Eppes. 12. monticini.\",\"4. the peas of Mar. 24. come up.\",\"Cucumbers. the same as No. 6. only that these were steeped in water from Mar. 31. till this day when they were sprouted. 10. hill\\n\\ndo. same as No. 5. only soaked as before. 17. hills.\\n\\nNo. 63. Piperone. John Wood.\\n\\n52. Cayenne Pepper. Dr. Bland.\\n\\n24. Purple beans. Jas. Donald.\\n\\n17. White & purple do. do.\\n\\n\\n21. Sugar beans.\\n\\n1. Fagiuoli bianchi di Toscana.\",\"No. 65. Hotspur peas. Monticello.\\n\\n66. Marrow fat do.do.\\n\\nPlanted 30. vines just below where the new garden wall will run, towards the Westermost end. 8 of them at the Westermost end of the row were Spanish Raisins from Colo. Bland's, next to them were 16. native vines from Winslow's in New Kent, and at the Eastermost end were 6. native vines of Monticello. They were planted by some Tuscan Vignerons who came over with mr. Mazzei. The manner was as follows.\",\"A trench 41 deep and 4. f. wide was dug. at the bottom were put small green bushes, and on them a thin coat of dung and earth mixed, which raised the bed to within 2 1/2 feet of the surface. the cuttings which were from 3 1/2 to 6. f. long, and which had been hitherto buried in the earth, were then produced, about 18. 1. of their butts were dipt into a thick paste made of cowdung and water and then planted in the bottom, the Raisins 3. f. apart, the rest about 21 having a stick stuck by each to which it was bound with bear grass in order to support it while the earth should be drawn in. The earth was then thrown in, the mould first, and afterwards the other earth in the same order in which it was dug, leaving the bottom clay for the last. the earth was thrown in very loose & care was taken to avoid trampling in it. the trench was not quite filled, but left somewhat hollowing to receive & retain the water, & the superfluous earth was left on each side without the trench. then the supporting sticks were drawn out and would have served for the other rows had the plantation been to be continued. in such a case, the rows are to be 4 f. apart, so that in fact the whole surface is taken up to the depth of 41 the best way of doing it is to dig every other trench, and leave the earth which is thrown out exposed for a twelve month. then the vines may be planted at any time from the middle of November to the first week in April. afterwards dig the other alternate trenches, and leave the earth of these also exposed for a twelvemonth. when the latter trenches are planted, leave the superflous earth in ridges between the rows of vines till by the subsidence of the earth it becomes necessary to pull it into the trenches. if any\",\"of your grapes turn out illy, cut off the vine & ingraft another on the stock. an acre in vines where they are 2 1/2 f apart in the row will admit 4316. in all.\",\"sowed, planted &c as follows.\\nNo. 1. Cocomere di Pistoia. Watermelons. 34. hills.\\n2. Cocomore di seme Neapolitane. 37. hills.\\n12. Zatte di Massa. Canteloupe melons. 18. hills. \\n18. Popone Arancini di Pistoia. Musk melons. 11. hills\\n64. in the Meadow. Rice\",\"Meadow \\n 7. Zucche bianche. white pumpkins. 22. monticini 8. Zucche nere. black do. 42. hills. 9. do. di Monacho. 8. monticini. 10. do. Lauri. 9. monticini 11. do. da Pescatori. 3. do.\",\"*in making a stone wall in my garden I find by an accurate calculation that 7 1/2 cubical feet be done in a day by one hand who brings his own stone into place and does every thing.\",\"sowed 4. rows of forward peas.\\n2. do. of\",\"sowed No. 67. white beet\\n68. red beet.\\n69.Scarlet radishes. Tuckahoe.\\nfrom England\",\"sowed No. 3. Carrots. 6. Spinach 10. Curled Parsley. 11. Peas. 20. Rape. 32. Savoys 73. Coleworts 75. Broccoli 40. Ice Lettuce \\n from Dr. Brown's\",\"the blue ridge of mountains covered with snow.\",\"a frost which destroyed almost every thing. it killed the wheat, rye, corn, many tobacco plants, and even large saplings. the leaves of the trees were entirely killed. all the shoots of vines. at Monticello near half the fruit of every kind was killed; and before this no instance had ever occurred of any fruit killed here by the frost. in all other places in the neighborhood the destruction of fruit was total. this frost was general & equally destructive thro the whole country and the neighboring colonies.\",\"cherries ripe.\",\"first dish of pease from earliest patch.\",\"a second patch of peas come to table.\",\"Windsor beans come to table.\",\"a third & fourth patch of peas come to table.\",\"a fifth patch of peas come in.\",\"last dish of peas.\",\"last lettuce from Gehee's\",\"Cucumbers from our garden.\",\"Watermelons from our patch.\",\"Indian corn comes to table. black eyed peas come to table\",\"this morning the Northern part of the Blue ridge is white with snow.\",\"the first frost sufficient to kill any thing.\",\"sowed a bed of Early and a bed of Marrowfat peas.\",\".the peach trees at Monticello in blossom.\\nwe have had the most favorable winter ever known in the memory of man. not more than three or four snows to cover the ground, of which two might lie about two days and the others not one. the only weather which could be called any thing cold was for about a week following the frost before noted Nov. 17.\\n\\nsome time in this month (the particular time I omitted to note) there came very cold weather & frosts every night for a week, which killed every peach at Monticello. they were generally killed (tho' not universally) in the neighborhood also. apples & cherries were also killed. this was the first instance since Monticello was seated of the fruit being totally killed; as the frost of May. 5. 1774. was the first of a partial loss.\",\"this morning the Northern part of the blue ridge (to wit from opposite to Monticello Northwardly as far as we can see) is white with snow.\",\"sowed a patch of forward & a patch of latter peas.\",\"sowed Cavolo Romano Paonazzo (purple cabbage) in lower division of the uppermost triangular bed. sowed Neapolitan cabbage in the division next above. & Cavolo Romano a broccolini (Cabbage) in the next above that. sowed also lettuce & radishes.\",\"planted 2 beds of strawberries. \\nsowed in an upperlong bed Cavolo nero (Coleworts) \\n\\nin the one next below it Russia curled greens.\",\"planted another bed of strawberries.\",\"peas up.\",\"sowed patch of peas. qu. whether forward or latter. in N. Westermost beds.\",\"Peach trees & Cherry trees at Monticello begin to blossom. sowed a square of peas, of one kind only. qu. what?\",\"sowed a bed of peas.\",\"peas of March 26. up.\",\"sowed radishes, lettuce, endive, & red mustard.\",\"sowed bed of peas.\",\"planted Cucumbers, Lima beans, Irish potatoes\",\"forward peas of March 10. come to table.\",\"cucumbers come to table.\",\"sowed Spinach, endive, lettuce, cresses & peas.\\n*T.G. (who was allowed to kill what he chose) killed only 9 hogs for his own family & H. Gaines, for whom he allowed 3 of the 9. four of them were the smallest we had. he also had a beef.\\n*fauns are cut from 3 to 6 weeks old.\\n*kids are fit for the table from 3 weeks to 3 months old.\\n*it takes 11 lb dble. refd. sugar to 1 lb good Congo tea.\\n*1/2 dwt good Congo makes a dish, i.e. 640 dishes to the pound.\\n*veals are best from 6. to 8. weeks old, but may do from 5. to 9. weeks.\",\"sowed a patch of Hotspur peas\",\"planted carrots & Salsafy\",\"sowed lettuce & Madeira onions.\",\"planted 19 Bubby flower shrubs calycanthus. from the Green mountain, the only place in this country I have ever heard of them. they are said to be very common in So. Carolina.\",\"ingrafted or planted &c. Cherries, viz *Carnation, *Duke *Broadnax's, *very fine late, Myrilla Apples, viz *Newtown pippins, + Medlar Russetins + Golden Wildings, Robinson, Codlin, White.\\nPears, viz *Forward, *Late, *fine late large, Sugar do., 3 kinds of English do., 2 others.\\nQuinces,\\nNectarines, plumb\\nPlumbs, viz Magnum bonum, Damascene, horse,\\nApricots\\nAlmonds bitter.\\nfor the places see plan of the orchard.\\n*these were sent me from Sandy point by Mordecai Debnam, in slips, March 1773. & then ingrafted by P. Morton. + these were from Greenspring\",\"planted in a nursery the following stones and seeds\\nNo. 1. choice peaches \\nNo. 2. an Almond. \\nNo. 3. English Walnuts \\nNo. 4. a French do. \\nNo. 5. Mogul plumbs \\nNo. 6. Prunes \\nNo. 7. small green plumbs \\nNo. 8. Pride of China. \\nNo. 9. Strawberry tree \\nNo. 10. Apples.\",\"sowed Radish seed & Burnet\",\"14. sowed Charlton & Early pearl peas. the former are in the 4. lower rows. planted out Raspberries, goose berries & currans. Peach-trees begin to blossom. peas of Feb. 26. just appearing.\",\"sowed radishes & burnet\",\"sowed a bed of Early Charlton, and another of Early pearl peas. sowed Mazzei's beans, snap beans, & parsley. lettuce of Mar. 2. come up.\",\"one of the Acacias 23 I. high the other 18 I.\",\"their heights 28 1/2 I. and 23. I.\",\"brought an olive tree from Colle. it is a shoot from an old root, being one of many brought from Italy in 1773. they stood the winter of the that year and the remarkeable frost of May 5.1774. also the winters of 1774 & 1775 planted in the open feild & without any cover. in Decemb. 1775 & Jan. 1776. there was a frost of four or five weeks duration, the earth being frozen like a rock the whole time. this killed all the olives; the others totally, this one alone sprung up from the old root. it's height now is 21 3/4 I. took a cutting from it and planted it. when an olive tree is killed in Italy and a new shoot puts out, it is ten years before it bears.\",\"brought from Colle four sour Orange trees, being new shoots from old roots brought from Italy in 1775. which have been killed to the root. these are allremaining out of some hundreds, \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 the rest being killed totally. they were planted there in the earth, and sheltered to the North by a plank wall, and on the top & to the South by matts. they are now two of them indeed were planted at the ends of houses, one to the South, the other to the East, and protected by matts. they are now put into boxes of good Virgin mould. their heights are 6 1/4 I. 6 1/2 I. 16 I. and 18 1/2 I. In S. Carolina the Orange trees were killed generally by frost in 1771 the shoots which put out from the old roots begin to bear this year.\",\"the Roundabout walk is in circumference \\n926.yds.\\n\\n=.52 [mile ]\\n\\n\\n\\nby a survey of 1806 Aug. 3. with a chain very exact it is \\n169.16 po. \\n= .529 mile \\n\\n\\nfrom Monticello door to the stone gate \\n198. yds\\n\\n=.11 \\n\\n\\n\\nthence to the second gate by the orchard \\n231\\n=.13 \\n\\n\\n\\nthence to the Overseer's house \\n473\\n=26 \\n\\n\\n\\nthence to the stone flood mark of 1778. by the river \\n1760\\n=1.0 \\n\\n\\n\\n2662\\n=1.5 \\n\\n\\nfrom head of the Canal along my private road into public road by Shadwell \\n1175\\n=.6 \\n\\n\\n\\nthence down public road to where the mill road will come in \\n660\\n=.3 \\n\\n\\n\\n1835\\n=1.0 \\n\\n\\nfrom head of the Canal down the same to Walnut where mill house will stand \\n1225\\n=.6 \\n\\n\\n\\nthence down the mill road along river side to Chapel branch \\n819\\n=.4 \\n\\n\\n\\nthence up Chapel branch as the mill road is to go into the public road \\n616\\n=.3 \\n\\n\\n\\n2660\\n=1.5\",\"planted 59. Aspens. (Populus tremula.)\",\"planted 32 Umbrellas.\",\"planted 27. wild crabs. 11 transplanted 14. Pride of China trees from seed sown in\",\"placing the Theodolite on the top of the house, the Eastern spur of the High mountain intersects the Horizon 19 degrees. Westward of Willis's mountain. note the observation was made on the intersection of the ground (not the trees) with the horizon.\",\"in opening the road from a little above the Thoroughfare to mr Lewis's mill six hands did about 120. yards a day.\",\"sent to Poplar For. 6 Apricot trees, 2 large Morellas, 2 Kentish cherries, 2. May Dukes. 2 Carnations, 2 Black hearts, 2 White hearts, 2 Newtown pippings, 2 Russetins, 2 Golden Wildings, & some white strawberries.\",\"a flock of wild geese flying to N.W.\",\"the Farm second round-about, taking in the Mulberry-row is 4444.4 feet = 269.36 po. = .84 of a mile.\",\"Almonds & peaches blossom.\",\"Aur. Bor. at 9. P.M. a quart of Currant juice makes 2. blue teacups of jelly, 1 quart of juice to 4. of puree.\",\"Raspberries come & last a month.\",\"A Calendar of the bloom of flowers in 1782. Note they were planted this spring and the season was very backward. March. April. May. June. July Aug. Sept. Oct. \\n17 1 20 23 27 29 8 12 14 20 22 18 22 25 \\n\\n [See page image for precise alignment of flowers and dates.] \\nNarcissus Fathd. Hyacinth \\n\\nJonquil\\n\\nHyacinth Anem., Ranunc,\\n\\nTulips M.Iris Iris bicolor Nasturtium\\n\\nFiery Lil. White Lilly Peony \\n\\nPink\\n Sw. Wm. Holly hock \\n\\nCalcanthus\\n\\nCrims Dw. Rose.\",\"a quince weighed 170z. -- 17dwt.\\nW. Hornsby's method of preserving birds.\\nMake a small incision between the legs of the bird; take out the entrails & eyes, wipe the inside & with a quill force a passage through the throat into the body that the ingredients may find a way into the stomach & so pass off through the mouth. fill the bird with a composition of 2/3 common salt & 1/3 nitre pounded in a mortar with two tablespoonfuls of black or Indian pepper to a pound. hang it up by it's legs 8 or 10. weeks, & if the bird be small it will be sufficiently preserved in that time. if it be large, the process is the same, but greater attention will be necessary. the seasons also should be attended to in procurring them, as the plumage is much finer at one time of the year than another.\\nsee 5. Buffon 194. another composition for external washing.\",\"on trial with the level, descending from the rock above mentioned 1.f. in 10 would have crossed the antient country road half way up the hill from the Secretary's ford. rising from the rock 1.f. in 10. to the right, it struck the fence opposite the stone spring, 376 yds from the rock.\",\"*G. Divers thinks feilds of 50. acres of wheat the best size.\\n*he estimates 2. bushels of wheat for every cubic yard of wheat in the straw when stacked.\",\"the lower Round-about measured by the Odometer to my Phaeton is 4420 feet = 1473 yds. 1/3 = .837 mile\",\"sowed Charlton peas, lettuce, radishes.\",\"peas up.\",\"sowed a second patch of the same. Almonds blossom.\",\"planted 2400. cuttings of weeping willow. a man plants 800. to 1000. a day. in the following places.\\nlower roundabout \\nspring roundabout \\nin the old Lucerne patch & the open spaces West of yt. & between the same roundabout\\nalong the road from the gate to the overseer's house. \\nin the old feild within the park.\\n along the road leading by the side of the Park to Colle. \\nalong the road to the Thoroughfare.\\nif 8. willows will yeild 1. cord at a lopping, & bear lopping every 3d. year, then 800. of these may be lopped every year, & yield 100. cords of wood.\\ngrafted and planted in the nursery a variety of fruit trees. \\nplanted there also, balsam poplar, Lombardy poplar, gelder roses, althaeas, yellow jasmine.grafted double blossomed almonds. also 12. codlin trees.\\n planted 200.paccan nuts. and seeds of Kentucky coffee.\",\"peaches blossom.\",\"cherries blossom.\",\"peas of Mar. 17. up. \\nThe first plant of asparagus up, & 5 I. high. under the shop.\",\"sowed a patch of latter peas.\",\"a great white frost last night off of the mountains. the Blue ridge covered with snow Due North from hence and for about 10\\u00c2\\u00b0 E. & W. of the North.\",\"our first dish of Asparagus.\",\"another white frost off of the mountains. the peaches killed\",\"first dish of Spinach.\",\"there are 8. Sugar maples alive.\\non the 3d. inst. Davy & Phill made a path 4. f. wide in the orchard & 90.yds. long in 2. hours. it was set with briars and some grubbing. \\non the 51. they grubbed 76. yds 6.f. wide in 2. hours, in the thicket West of the orchard.\\nafter it was grubbed Davy did 20. yards in an hour. \\na man will grub \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 an acre a week in winter of the worst wood lands and 1 1/4 in summer, inclosed lands, in thicket, are worse.\",\"planted Mazzei's corn in the S.W. angle of the South orchard. \\n\\nDerieux's do. (white) in a horizontal slope of the North orchard. \\n\\na few grains of another forward corn (yellow) in the garden ground. \\n\\na few grains of Maryland forward corn (white) planted by mr. Biddle.\\nSt. foin and Succory sowed in the North orchard on the 28th \\nFrench blackeyed peas sown this 30th. adjoining both patches of corn.\",\"peas of Mar. 1. come to table.\",\"sowed forward peas from mr.Eppes's.\",\"they come to table\",\"65 hills of peendars have yielded 16 1/2 lb weighed green out of the ground which is 1/4 lb each. It was about 1 1/2 peck\",\"two or three days of severe weather attended with frost have killed all most ofthe fruit in the neighborhood. here it is safe as yet, and I observed today that it is safe as low down as the old orchardat the where the 4. fields corner together. about half the almonds however are killed.\\nit is safe to the river, but not at Tufton.\",\"in clearing the road between along belfield and Slatefield, where there was no digging, but every thing was grubbed up which could be grubbed, & the larger trees were cut down to a width of 1. pole, 4 men did 220. yds a day which was 10. square poles each.\\nI notice tried on that line the step of my horse, as a rough way of estimating distances, without getting down to stride them off. when pushed into a brisk walk he stepped the 220. yds at 112 steps descending & 116. steps ascending. 110 steps would have been 2.yds at a step. 114 (the medium) is 5 f 9 1/2 I. the step.\",\"planted grape vines recieved from Legaux in the S.W. vineyard. in vacant space of rows in the upper or 1st. row very large white eating grapes.\\n30 plants of vines from Burgundy and Champagne with roots.\\n30 plants of vines of Bordeaux with roots.\\n10. plants of vines from Cape of good hope with roots.\",\"2d.row 3d. do.\\n \\n 30. plants of vines from Burgundy and Champagne with roots.\",\"4th. row 5th. row \\n 30. plants of vines of Bordeaux with roots.\",\"6th. row 10. plants of vines from Cape of good hope with roots.\",\"planted in the upper row of the Nursery beginning at the N.E. end the following peach stones, sent me by Mazzei from Pisa. see his letter.\\n4. stones of the Maddelena peach. then 4. of the poppe de Venere. then 12 melon peaches. then 40. Vaga loggia.\\nalso planted a great number of Paccan nuts, in the same rows of those planted the two last years.\",\"the well was observed about a month ago to have a plenty of water in it after having been dry about 18. months. my ice house here has taken 62.waggon loads of ice to fill it, have 1. foot thickness of shavings between it and the wall all around. the whole cost including labour, feeding, drink &c., has been 70. D.\",\"peach trees begin to blossom.\",\"a considerable snow on the blue ridge\",\"thermom. at sunrise 34.\",\"thermom. at sunrise 29.\",\"sowed seeds of the East India Asparagus in a small bed at the point of levelled triangle S.W. end of the garden.\",\"planted in the orchard below the garden black soft peaches of Georgia from W. Mer.\",\"planted 40. odd Hemlock & Weymouth pines near the Aspen thicket.\",\"planted seeds of the Cherokee rose from Govr. Milledge in a row of about 6.f. near the N.E. corner of the Nursery.Goliah stuck sticks to mark the place. this has been a remarkeably backward spring. we have had fires steadily thro' the whole month.\",\"a great fresh in the Rivanna this day. it was above the top of the hopper in my toll mill. by marks at Henderson's distillery in Milton it wanted 6. feet of being as high as that in 1795. which wanted but 3. f. of being as high as the great fresh on the 26th. of May 1771.\",\"the road from the Shadwell ford to the top of the mountain, along the North side of the mountain, was begun & was finished May. 11. except some little blowing. it has taken 552. days work @2/ = 184. D.\\nThe cherries & peaches are completely killed this year, as well on the mountains as elsewhere. this was effected by cold freezing winds, mostly from the N.W. in the month of April, & of considerable continuance. The peaches & cherries (except Morellas) were then in bloom & killed. the Morella cherries & apples, not being then in bloom, escaped entirely.\",\"planted in the Nursery next below the little grass terras, in a bed ranging with the upper strawberry bed,\\n68. peach stones [W. Meriwether's Georgia black. unknown, but supposed good because saved]\",\"69. plumstones in the row next below 68. apricots stones in the next row & a half \\n these came from G. Jefferson, probably sent him from abroad, directed to me in a little bag. - they came from mrs. Hackley Cadiz.\",\"planted 32. seeds of the Mimosa julibritzin in the earthen trough, in which were also sowed on the 10th. inst. seeds of the Alpine strawberry from Mazzei. \\nsowed seeds of Dionaea muscipula in a pot. they were several years old. \\nin square II. beginning with the S. W. row sowed\\n1. row of rheum undulatum, esculent rhubarb. the leaves excellent as Spinach.\\n1.do. Long pod soup pea. or Asparagus bean. pods 3.f. long, to run on poles. when green they are dressed as Asparagus, or as snaps, or boiled in soup.\\n1.do. African early pea, lately introduced from Africa into S.Carola. where it gives 3. crops a year. the two last as articles from Genl. Sumpter.\\n1.do. lentils. Ervum lens.\\n3. do. Windsor beans.\",\"sowed oil radish in the nursery, in the former asparagus bed.\\nG. Divers finds the following sufficient for his family.\\nCelery 400. f. running measure. to wit 10. rows of my squares 3.f. apart 4 f is better\\n\\nSalsafy 320. f = 8. rows of my squares of 40 f. at 6. I. every way\\nCarrots 320. f = 8. do.12.I. apart\\n\\nparsneps 200. f = 5. do.12.I. apart\\nbeet 200. f = 5. do.12.I. apart\",\"sowed Monthly strawberry seed from Colo.Worthington in Nursery E. corner.\",\"Squash from Maine. soft cymlin solid pumpkin from S. America. long pumpkin from Malta. 3. to 4. f. long. 2.f.\\n circumference. 127. lb weight. the seed look like gourd. qu? \\n in the terras next below the garden wall & in the order here named from S.W. to N.E. considerably distant from each other. \\n\\n Benni. from Bailey's walk to Stable yard.\",\"Orange gourd in upper terras of N.E. vineyard. long gourd. in \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 15th do. of do.\",\"planted 8. figs from Dr. Thornton under S.W. end of wall, about 12. f. apart\\n\\nmr Randolph's onions have yielded at the rate of 240. bushels per acre. the largest squares of my garden 1/27 of an acre would yield 9. bush.\",\"planted 14. Paulina Aurea, or Koelreuteria paniculata aurea in 2 boxes & a pot, to wit, 4. in the pot,\\nII. III. 4. in the large box, No 3. 2 in the small one, No. 2. received the seeds from Made. de Tess.\",\"planted from mr Lomax's\\n3. Modesty shrubs, viz, 1. in N.E. circular bed, 1. in N.W. & 1. in S.W.do.\\n\\n5. Jujubes, viz. 1. in S.E. clump, 2. in S.W. do.2. in N.W.do.\\n\\n21.Star jasmines. 2 in each of the oval beds\\n24 Filberts in the lowest terras below the old filbert bush. & every other one above includg. 7. terrasses.\\nVII. VIII. IX. 2. Acacia Niloticas box 7. 8. 1 orange, 1.lime in boxes in the Greenhouse. No. IX\\n\\nNo. I. a box. shell barks.\\n\\nV. is a sour orange brot. from Washington.\",\"planted 7. Rhododendrons in 4. oval beds in each corner of the house.\\nNo. VI. planted 36. Acacia. Popinaques (probably Famesiana) seeds from judge Johnston, in a box.\",\"sowed Egyptian grass in the old nursery lowest bed, West end. set out sprigs of sweet scented grass in lowest bed Eastwardly.\",\"Nursery. 8th Terras. grafted 4. pear cuttings from Gallipolis. very large. eaten Dec. Jan. Taylor\\n\\n9th grafted 6. plumb cuttings from d. 27. or e. 36. a large blue plumb.\",\"3d grafted 12. codlings & 12. iron wildings, next to the Taliafers.\\n\\n7th. planted 13. stones of the Magdalen or White blossomed peach. soft. Taylor\",\"flower borders. sowed larkspurs. poppies. balsam apple. N. oval bed on S. W. side. nutmeg plant. S. oval bed on S. W. side. American Columbo.\",\"planted in the 11. uppermost terrasses of the E. vineyard 165. cuttings of a native winegrape recd. from Major Adlum of Maryland. this grape was first discovered by a gardener of Governor John Penn's & transplanted into his garden in or near Philadelphia. I have drank of the wine. it resembles the Comartin Burgundy.\",\"planted 3. yellow Jasmines from mr Coles in the oval beds next to the covered ways on both sides of each.\",\"5. do. from mr. Divers\",\"[Continuation of entry from April 25.] \\n planted in boxes. viz. \\n No. IV. Acer Tartaricum. joli petit arbre. propre au bosquets. + 8. grains Poland spring wheat \\nX. hard shelled bitter-almond. 10. kernels. \\nXI. Mespilus Pyracanta. Prickly medlar. 2.y. to come up. + Ghibeba Mellimeni. fescues \\nXII. Lonicera Alpigena. red be rried honeysuckle \\nXIII. Broussonette papyrifera. paper mulberry of China.\",\"sowed. Phaseolus rufus. Haricots roussatres. West bed of XV. N. end.\\n\\nBrassica sempervirens. middle of same bed. \\n\\nValeriana vesicaria. Candia corn sallad. S. end of same bed.\",\"planted Pani crn in the S.E. end of the Supplementary ground below Bailey's walk \\n\\nforward corn from Claxton in the S.W. corner of do.\\n\\n\\nCherokee latter corn in the middle part. \\n\\nsweet or shriveled corn in the N.W. comer of do above Bailey's walk. \\n\\nforward blackeyed peas of Georgia, 2. uppermost rows. ibidem. \\n\\nforward French black eyes in the rows next below. \\n\\nRavensworths in the next. 3563. of these = 1 pint \\n\\nCowpeas in all the rest of the Supplement except as follows. *2587 = 1. pint. \\n\\nBenni in all the E. end above Bailey's walk.\",\"sowed upland rice at the mouth of the Meadow branch.\",\"sowed yellow jasmine seed in 2. boxes. XIV. XV.\",\"planted 12. figs, just recieved from Dr. Thornton, in the vacancies at the S.W. end of the wall beginning where those of Sep. 5. 1809. end. these of 1809. are all sprouting at the root.\",\"Note the following cluster of trees in the old nursery, to be suffered to remain there & to be taken care of\\n1. in the row e.15 f from the gate a\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May Duke cherry of the finest quality.\\n2. about 10 f below that a \\u00c2\\u00a0[illegible]\\u00c2\\u00a0 May cherry of very fine quality.\\n3.in a line with that, 12. f. eastwardly a plumb, supposed Magnum bonum.\\n4.a pear 2. f. from the 3d.\\n5. due West from the May Duke 7. f. a quince\\n6.due West nearly from the Quince 8. f. a pear.\\nThe cherry trees along the brow of the garden wall are as follows.\\n1st. on the S. W. angle opposite the Asparagus beds a May cherry.\\n2d. opposite walk A. a Carnation.\\n3d. square I. a May cherry.\\n4th. II. do.\",\"XVI. in center of XVI. \\n a seedling balck, but large & fine \\n\\n\\nin center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"in center of IX not a Mayduke, yet like it. perhaps a blackheart.\",\"cucumber from mrs. Lewis.\",\"squashes from the Asparagus bed.\",\"the ice in the ice house fails.\\nmillet is now fit for use.\\n*The largest cups of the drill hold 5. cowpeas each, & 5 cups to a turn of the wheel require 25. peas to a revolution of the wheel which is 6.f.in circumference. then 1. pint will sow 100. revolutions = 200yds and 18 pints or 1 1/8 peck will drill an acre in rows 4.f. apart. but it will be better to use the cups which take up a single pea only each, & drop with 6. cups to the band, or 6. peas to the 6.f. in this way 4 1/4 pints sow an acre, and 1. bushel sows 15. acres.\",\"planted 5. Tuckahoe grey cherries in the rows e-1-2-+ 1.4.5. from Enniscorthy\",\"planted 30 Monthly raspberries in the 3 terrasses next below the common raspberry. planted Asparagus seed in beds 5.6.7. & replanted 3.4.\",\"Mimosa pudica. Sensitive plant. oval bed in < of N.W. Piazza & covd. way. Reseda odorata. Mignonette do. near N.W. cistern Delphinium exaltatum. American larkspur. outer flower border. N.W. quarter Pentapetes Phoenicia. Scarlet Mallow. Outer flower border. S. W. quarter.\",\"Lathyrus odoratus. sweet scented pea. oval bed in S. W. < of S. W.portico and do. S. W. < of S. piazza & covd. way also Ximenesia Encelioides. in the same belle grande plante annuelle d'ornament. from Thouin\",\"asparagus to table.\",\"Anemone pulsatilla. belle plante vivace. oval in S. W. < of S.W. portico & chamber\\nMirabilis tota varietas. plante vivace d'ornement. oval in N.W. < of S. W. portico & Ding. R.\",\"New nursery.\\nplanted 5th Terras 15. Gloster hiccory nuts\\n\\n7th Peach stones. fine soft from Pop. For.\\n\\n13th.Genista juncea. Spanish broom\\n\\n14. Cytisus Laburnum...\\n\\n15. 16. Thorn haws from Algiers from Thouin\",\"planted residue of the seeds of the Genista juncea on both sides of the Upper Roundabout\",\"sowed Burnet in the lower part of the W. end of the orchard ground.\\n\\nrye grass from mr. Clay next above that\\nplanted Pani corn in the middle part of grounds below Bailey's alley. come to table July 18.\\n\\nCherokee corn in the S. W. angle of those grounds\",\"Quarantine corn from Thouin in the old Nursery.\\n\\nforward cucumbers in the hhd by the middle gate of the garden\\n\\nlong green do. in the same hogshead.\\n\\ntomatas in the high border VI.\",\"in drilling the Benni with the smallest cups 1. gill. of seed drilled 12. rows of 153. yds on an average equal to 1836 yds. consequently to drill an acre in 4.f. drills would take 2. gills of seed\\nsowed seed of the silk plant from mr.Erving in oval bed near the S. E. cistern.\",\"sowed in Old Nursery. dble. cropped St. foin. considerable square near S. E. corner.\\n\\nmadder from France. in a bed below the former.\\n\\nSpan. St foin. in a small bed above the dble. cropped.\\n\\nPalma Christi. in a row round the Nursery.\",\"strawberries come to table.\",\"artichokes come to table. The last dish is July 28.\",\"Manure and make up hop-hills. \\nAsparagus. dress and replant.\",\"Frame peas. expected May 17 \\nRadish & lettuces. XIII \\nSpinach. XII. \\n\\n Celery Savoys \\n plant beds. \\n\\n early Cabbage Savoys\",\"Peas \\n Frame 1st. or submural terrace. May 21. exp. Hotspurs. 11. expected June. 1. Ledmans I. expected June 8 \\n\\n Potatoes. early. strait terras 1.f \\n\\n \\nStrawberies. \\n Hudson. 3d. Ter. 1. a. Alpine. circular Terras. 4.5.\",\"Nasturtium. IX.1.2.3. \\n\\nTomatas. X. \\nArtichokes. XI. \\n\\n Carrots. \\n XIII. 3d. Ter. C. \\n\\n Beets XIV.2. Garlic. XIV. 3. Leeks XIV. 4. Onions. XV. \\nChives. XVI. 1. Shalots. XVI. 2. \\n\\n lettuce radish \\n XVII.1. \\n\\n Seakale. Circ. T. 3. Hops. 3d. T. b. \\nSummr. turneps 3d. T. e.\",\"Peas Ledman's. III. expected June 25 \\nSnaps. V. \\n\\n Capsicum \\n Major. IX. 10. Bull nose. IX. 11. Cayenne. IX. 12. \\n\\n Mustard Durham. XII Salsafia. XIV. 3. T. d. lettuce. radishes. XVII. 1. terragon. XVII. long haricots. Circ. T. 7. Lima beans. Circ. T. 8. a. Corn Pani. Circ. T. 8. b. & orchard Ravensworths Circ. T. 10. a.b. & orchard. cow peas. Circ. Ter. 11. a.b. & orchard.\",\"Peas Ledmans. IV. expected July 1. \\nSnaps. VI. \\nCucumbers. Gerkins. VIII. \\nMelons. IX. 4.5.6. \\nMelongena. white IX. 7. purple 8. prickly 9. \\nOkra. X. \\nSquashes XII. \\nlettuce. radishes. XVII. 2. \\nSorrel. 3. T. e.\",\"red Haricots. VII. \\nlettuce. radishes. XVII. 2. \\nhomony beans. Circ. T. 8. b. \\nSwedish Turneps. Circ. T. 9. a. b.\",\"take up flower bulbs. separate offsets. replant lillies.\",\"Spinach. Lettuce\",\"sow spinach. Lettuce.\",\"dress flower borders & set out bulbs.\",\"cover figs and tender plants. litter Asparagus beds. plant trees. privet. thorn trim trees, vines, raspb. gooseb. currants. turf. bring in manure and trench it into hills.\",\"Terras.\\n4th E. end.\\nSweet scented grass seed\\n \\n\\n5.do.\\n\\na grass from Genl.Mason.\\n \\n\\n6th. W. end.\\nrye grass. Ronaldson\\n \\n\\n7.\\nyellow clover. R\\n\\n \\n\\n8.\\n\\n \\n\\n9.\\nOats Scotch.R.\\n\\n \\n\\n10.\\n*do. red. Tuscany\\n \\n\\n11.\\n*barley naked\\n \\n\\n12.\\n*Tares. R\\n\\n \\n\\n13.\\nScarcity root R\\n\\n \\n\\n14.\\n\\nParsneps R\\n\\n \\n\\n15.\\nScorzonera. R\\n\\n \\n\\n16.\\nCabbage.\\nred. R\\n\\n \\n\\n17.\\n\\nAberdeen R\\n\\n \\n\\n18.\\n\\nlarge Cattle R\\n\\n \\n\\n19.\\nKale Russian. R.\\n\\n \\n the articles marked R. were sent me by mr.Ronaldson from Edinbg.\",\"sowed in Square XIl. begg. on the West side in rows \\nrow 1st. Cauliflower \\n\\n2d. Broccoli white \\n\\n3d. green \\n\\n4th. purple \\n\\n5th. Cabbage. May \\n\\n6th. dwarf \\n\\n7th. sugar loaf \\n\\n8th. Savoy green \\n\\n9th. yellow. \\n\\n10th. Sprouts Brussels. \\n\\n bed. 11. N. end Spinach prickly. \\n S. end broad do. 12. S. end. broad do. \\n \\nR.\",\"laid them off into compartmts. of 10.f. length each. \\n in the N. borders are 43. in the S. borders are 44 1/2 \\n compmts. \\n\\n the odd compartments are for bulbs requirg taking up the even ones for seeds & permanent bulbs. \\ndenote the inner borders -i. and the outer o.\",\"sowed \\n Bellflower in 28th. on both sides African Marigold 32d. do. White poppy 42d. N. and 44th. S. \\n there was by mistake an interchange of place between one of the parcels of bellflower & Poppy\",\"Asparagus comes to table.\",\"Arbor beans white, scarlet, crimson, purple. at the trees of the level on both sides of terrasses, and on long walk of garden.\",\"E. Vineyard. terras \\n 20. Polygonum Tartanicum. buckwheat 21. Panicum Virgatum. Guinea millet.\",\"last dish of artichokes.\",\"planted in the 12. I. boxes. No. \\n IV. red gooseberry V. Lewis' raspberry sweetscented Currant. Odoratissima. VI. L.'s Snowberry bush. VII. L.'s Yellow currant. \\n\\n\\n + also planted \\n 3. plants of same gooseberry in the 2d. strait terras or upper Terras of Gooseberry Sq. at S. W. end 11. raspberries currants. same. in the 3d. & 4th strait terras or 2d. & 3d. raspberry terrasses. S. W. end. ribes odoratissma 9. Yellow Currants in the 7th. and 8th terrasses or 1st & 2d. Current terrasses. S. W. end. 8. Cape grapes for wine in the 2d. terras or 1st. terras of E. Vineyard S. W. end 6. do. for wine or eating. 2d. terras of do. S. W. end. \\n\\n all of the above were from McMahon. planted 40. plants of Hudson strawberry from do. in the Strait Terras. a.+3.\",\"planted as follows. \\nd. 28. to 36. 9 soft November peaches. \\n\\n e. \\n 4. a Carnation cherry. 27.28.31.35.39.42.43.44. 8 plumb peaches of October. \\n\\n\\n f. 27.29.35.40. g. 27.30.38.39 \\n plumbs supposd. Cherokee from Bailey \\n f. 41. g. 42.43. \\n 3 October plumb peaches. \\n\\n h. 2.5.6.7.12.13.14.18.19.22.23.24.25.26.28.29.30.31.32.36.39.42. = 22. pippings \\n\\n i. \\n 5.8.9.12.13.16. = 6. Spitzenbgs from mr. Taylor. 17.18.24.25.26.27. = 6. Spitzenbgs from mr. Divers. \\n\\n\\n j. \\n -- 1.+ 2,8.9. October, or November, or T. Lomax's soft peaches, uncertain which. 12.13.16.17.23.24.25.26.39. = 9 soft peaches from T. Lomax. \\n\\n k. 3.6.13.17.33.35. Oct. or Nov. or T. Lomax's soft peaches. \\n\\n l. \\n 1. a Carnation cherry. 2.6. Carnations or May Dukes. 8. pear from mr. Divers 13.15. 16. 20.23.24.25. = 7. choice pears from Walter Coles 26.27.28.29.31.33. = 6 choice pears from mr. Divers. \\n\\n\\n m. 6. 27. 28. n. 3. o. 3.7. p. 4.6. \\n = 8. Taliaferro apples. \\n\\n Allies of the Vineyards 25. paccans. round the S.W. & N.E. ends of the garden pales, and about 12.f. from the pales 29. Roanoke hiccory nuts, and 6. Osage do. 25.f. apart.\",\"planted 9. Snowberry cuttings in the earthen trough.\",\"Nursery. \\n\\n \\n\\u00c2\\u00a0[illegible]\\u00c2\\u00a0 1st terras. planted \\n 24. sweet almond kernels from mr. Divers' tree 1. plant hard shelled bitter Almond from box X. pa. 40. \\n filled it up with Larix seeds Ronaldson. \\n\\n 6th begg. at W. end. 16. Brock's soft peach stones. 33. fine soft peach stones. from P.R. (the kernels only) \\n \\n\\n10.\\nW. end. English oak acorns.\\nE. end.\\nelm seed \\n\\n\\n11.\\nAsh seed.\\n\\nPlane \\n\\n\\n12.\\nsomething label lost.\\n\\nCrab kernels \\n\\n\\n13.\\nScotch firseed.\\n\\nSilver fir seed \\n\\n\\n14.\\nLarix \\nthro the whole \\n\\n\\n15.\\nBladder Senna \\n\\nPyracanthus \\n\\n\\n16.\\nHawthorn \\n\\nBroom \\n\\n\\n9th.\\nCedar of Lebanon \\nthro the whole\\n\\n \\n all these were sent me from Edinburg by Mr. Ronaldson.\",\"plan
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment