aries.jmrl.org
Open in
urlscan Pro
216.17.113.49
Public Scan
Submitted URL: https://booksite-app.appspot.com/link/6256/NLBLD/20240516/NLBLD?url=http%3A%2F%2Faries.jmrl.org%2Fsearch%2Fa%3FReichl%2C%20Ruth
Effective URL: https://aries.jmrl.org/search/a?Reichl,%20Ruth
Submission: On May 19 via manual from US — Scanned from DE
Effective URL: https://aries.jmrl.org/search/a?Reichl,%20Ruth
Submission: On May 19 via manual from US — Scanned from DE
Form analysis
5 forms found in the DOM<form>
<a href="/search~S9?/aReichl,%20Ruth/areichl+ruth/1%2C1%2C21%2CB/exact&FF=areichl+ruth&1%2C21%2C/limit?"><span class="button"><img src="/screens/ico_gear.gif" alt=""><span class="buttonText">Limit/Sort Search</span></span></a>
<select name="HISTORY" onchange="onSelectChange(this, '~S9')">
<option value="">(Search History)</option>
<option value="aReichl,%20Ruth&searchscope=9">AUTHOR: Reichl, Ruth in View Entire Collection </option>
<option value="+/search~S9/a?Reichl,%20Ruth&clear_history">(Clear Search History)</option>
<option value="+/">(End Search Session)</option>
</select>
<noscript>
<h2>Search history function requires JavaScript.</h2>
</noscript>
</form>
Name: searchtool — GET /search~S9/
<form name="searchtool" target="_self" action="/search~S9/" method="GET">
<label for="searchtype" style="display:none;">SearchType</label> <select name="searchtype" id="searchtype" onchange="initSort()">
<option value="X"> KEYWORD</option>
<option value="a" selected="selected"> AUTHOR</option>
<option value="t"> TITLE</option>
<option value="d"> SUBJECT</option>
<option value="c"> CALL NO</option>
</select> <label for="searcharg" style="display:none;">Search</label><input type="text" name="searcharg" id="searcharg" size="30" onchange="return searchtoolSubmitAction()" maxlength="75" value="Reichl, Ruth"> <label for="searchscope"
style="display:none;">Search Scope</label><select name="searchscope" id="searchscope">
<option value="1"> Central</option>
<option value="2"> Gordon</option>
<option value="3"> Northside</option>
<option value="4"> Scottsville</option>
<option value="5"> Crozet</option>
<option value="6"> Louisa</option>
<option value="7"> Nelson</option>
<option value="8"> Greene</option>
<option value="9" selected="selected"> View Entire Collection</option>
</select> <span id="sort_cell">
<select name="sortdropdown" id="sortdropdown" class="showInlineElem">
<option value="t">Title</option>
<option value="a">Author</option>
<option value="c">Year</option>
<option value="r">Reverse Year</option>
<option value="n">Call Number</option>
<option value="m">Material Type</option>
<option value="-">System Sorted</option>
</select><input type="button" value="Sort" name="sortbutton" id="sortbutton" class="showInlineElem"></span>
<script type="text/JavaScript"> <!-- Hide the JS
initSort();
// Unhide the JS --> </script>
<input type="hidden" name="SORT" value="D"><input type="hidden" name="extended" value="0"> <input type="submit" name="SUBMIT" value="Search" onclick="return searchtoolSubmitAction();">
<div>
<input type="checkbox" name="availlim" value="1"> <span class="availLimMessage">Limit search to available items</span><br>
</div>
<div>
<input type="hidden" name="searchlimits" value="">
<input type="hidden" name="searchorigarg" value="aReichl, Ruth">
</div>
</form>
Name: export_form — POST /search~S9?/aReichl,%20Ruth/areichl+ruth/1%2C1%2C21%2CB/exact&FF=areichl+ruth&1%2C21%2C
<form method="POST" action="/search~S9?/aReichl,%20Ruth/areichl+ruth/1%2C1%2C21%2CB/exact&FF=areichl+ruth&1%2C21%2C" name="export_form" id="export_form">
<input type="hidden" name="jumpref" value="areichl+ruth">
<input type="hidden" id="save_func" name="save_func" value="">
<a href="#" onclick="process_save(0);" style="text-decoration:none">
<span class="button"><img src="/screens/ico_bag_add.gif" alt=""><span class="buttonText">Add Marked to Book Cart</span></span></a>
<span name="save_page_btn1" id="save_page_btn1" style="visibility: visible"><a href="#" onclick="process_save(1);" style="text-decoration:none">
<span class="button"><img src="/screens/ico_bag_add.gif" alt=""><span class="buttonText">Add All On Page</span></span></a>
</span>
<span name="mylist_btn1" id="mylist_btn1" style="visibility: visible"><a href="#" onclick="save_to_mylist();">
<span class="button"><img src="/screens/ico_list_add.gif" alt=""><span class="buttonText">Add Marked to My Lists</span></span></a>
</span>
</form>
POST /search~S9?/aReichl,%20Ruth/areichl+ruth/1%2C1%2C21%2CB/exact&FF=areichl+ruth&1%2C21%2C
<form action="/search~S9?/aReichl,%20Ruth/areichl+ruth/1%2C1%2C21%2CB/exact&FF=areichl+ruth&1%2C21%2C" method="POST">
<input type="HIDDEN" name="jumpref" value="aReichl,%20Ruth/areichl+ruth/1%2C1%2C21%2CB/exact&FF=areichl+ruth&1%2C21%2C">
<script type="text/JavaScript"> function iiiDoSubmit_1()
{
//getFormHandleForm() is in common.js
var obj = getFormHandleForm(1);
obj.submit();
}
</script>
<input type="hidden" id="iiiFormHandle_1">
<a href="#" onclick="iiiDoSubmit_1();"><div onmousedown="this.className='pressedState';" onmouseout="this.className='';" onmouseup="this.className='';"><div class="buttonSpriteDiv"><span class="buttonSpriteSpan1"><span class="buttonSpriteSpan2">Locate in results</span></span></div></div></a>
<script type="text/JavaScript"> //getFormHandleForm() is in common.js
var evtobj = getFormHandleForm(1);
if (document.layers)
{
document.captureEvents(Event.KEYUP);
}
document.onkeyup = function(evt)
{
if (!evt) evt = window.event;
var keyCode;
if (evt.which) keyCode = evt.which;
else if (evt.keyCode) keyCode = evt.keyCode;
var targ;
if (evt.target) targ = evt.target;
else if (evt.srcElement) targ = evt.srcElement;
if (targ.nodeType == 3) //for Safari bug
targ = targ.parentNode;
if (targ.form)
{
targ = targ.form;
//alert('targ='+targ+' evtobj='+evtobj);
if (keyCode == 13 && targ == evtobj)
{
iiiDoSubmit_1();
}
}
};
</script>
<input type="TEXT" name="jumpto" value="21" size="30" maxlength="75">
</form>
<form>
<a href="/search~S9?/aReichl,%20Ruth/areichl+ruth/1%2C1%2C21%2CB/exact&FF=areichl+ruth&1%2C21%2C/limit?"><span class="button"><img src="/screens/ico_gear.gif" alt=""><span class="buttonText">Limit/Sort Search</span></span></a>
<select name="HISTORY" onchange="onSelectChange(this, '~S9')">
<option value="">(Search History)</option>
<option value="aReichl,%20Ruth&searchscope=9">AUTHOR: Reichl, Ruth in View Entire Collection </option>
<option value="+/search~S9/a?Reichl,%20Ruth&clear_history">(Clear Search History)</option>
<option value="+/">(End Search Session)</option>
</select>
</form>
Text Content
Skip to content JMRL logo * My Account * Help * Print * New Search * Catalog * My Account * Databases * Interlibrary Loan * Suggest a Purchase * Library Home (More Searches) Advanced Keyword Title Author Subject Author and Title Call Number ISBN Musical Recordings Audiobooks Videos Large Print Your session will expire automatically in 0 seconds. Continue session End session now Limit/Sort Search (Search History) AUTHOR: Reichl, Ruth in View Entire Collection (Clear Search History) (End Search Session) SEARCH HISTORY FUNCTION REQUIRES JAVASCRIPT. SearchType KEYWORD AUTHOR TITLE SUBJECT CALL NO Search Search Scope Central Gordon Northside Scottsville Crozet Louisa Nelson Greene View Entire Collection TitleAuthorYearReverse YearCall NumberMaterial TypeSystem Sorted Limit search to available items Add Marked to Book Cart Add All On Page Add Marked to My Lists AUTHORS (1-21 of 21) Reichl Ruth 1 THE BEST AMERICAN FOOD WRITING 2018 / EDITED AND WITH AN INTRODUCTION BY RUTH REICHL ; SILVIA KILLIN New York, NY : Houghton Mifflin Harcourt Publishing Company, 2018. 641.3 Best RATING: Request a Hold COPIES 3 copies available at Crozet Adult Stacks, Central Adult Stacks and Northside Adult Stacks 2 THE BEST AMERICAN FOOD WRITING 2018 / RUTH REICHL [DOWNLOADABLE EBOOK] Reichl, Ruth. 2020. RATING: Website COPIES 1 copy available at 3 COMFORT ME WITH APPLES : MORE ADVENTURES AT THE TABLE / RUTH REICHL. Reichl, Ruth. New York : Random House Trade Paperback, 2010. Random House trade paperback edition. 641.509 Reichl RATING: Request a Hold 1 hold on first copy returned of 2 copies COPIES Currently no copies available 4 DELICIOUS! [SOUND RECORDING] / RUTH REICHL. Reichl, Ruth. [Westminster, MD] : Books on Tape, [2014] Unabridged. TB CD Reichl RATING: Request a Hold COPIES 3 copies available at Crozet Adult Stacks, Greene Adult Stacks and Scottsville Adult Stacks 5 DELICIOUS! [DOWNLOADABLE AUDIOBOOK] / RUTH REICHL Reichl, Ruth. New York : Books on Tape, 2014. Unabridged. RATING: Website COPIES 1 copy available at 6 DELICIOUS! : A NOVEL / RUTH REICHL. Reichl, Ruth. New York : Random House, 2014. First edition. F Reichl RATING: Request a Hold COPIES 5 copies available at Crozet Adult Stacks, Greene Adult Stacks, Louisa Adult Stacks and 2 other locations 7 DELICIOUS! [DOWNLOADABLE EBOOK] : A NOVEL / RUTH REICHL. Reichl, Ruth. New York : Random House, 2014. RATING: Website COPIES 1 copy available at 8 ENDLESS FEASTS : SIXTY YEARS OF WRITING FROM GOURMET / EDITED AND WITH AN INTRODUCTION BY RUTH REICH New York : Modern Library, 2002. 641.5 Endless RATING: Request a Hold COPIES 3 copies available at Gordon Adult Stacks, Crozet Adult Stacks and Northside Adult Stacks 9 GARLIC AND SAPPHIRES : THE SECRET LIFE OF A CRITIC IN DISGUISE / RUTH REICHL. Reichl, Ruth. New York : Penguin Press, 2005. 641.509 Reichl RATING: Request a Hold COPIES 1 copy available at Northside Adult Stacks 10 GARLIC AND SAPPHIRES : THE SECRET LIFE OF A CRITIC IN DISGUISE / RUTH REICHL. Reichl, Ruth. New York, New York : Penguin Press, 2006. 641.509 Reichl RATING: Request a Hold COPIES 1 copy available at Central Adult Stacks 11 GOURMET TODAY : MORE THAN 1000 ALL-NEW RECIPES FOR THE CONTEMPORARY KITCHEN / EDITED BY RUTH REICHL. Reichl, Ruth. Boston ; New York : Hougton Mifflin Harcourt, 2009. 641.59 Gourmet RATING: Request a Hold COPIES 3 copies available at Gordon Adult Stacks, Crozet Adult Stacks and Greene Adult Stacks 12 A MOVEABLE FEAST [VIDEORECORDING (DVD)] : WITH AMERICA'S FAVORITE CHEFS / PBS ; WGBH BOSTON IN ASSOC [Boston] : WGBH Boston Video, [2009] DVD 641 Moveable RATING: COPIES Currently no copies available 13 MY KITCHEN YEAR : 136 RECIPES THAT SAVED MY LIFE / RUTH REICHL. Reichl, Ruth. New York : Random House, [2015] First edition. 641.509 Reichl RATING: Request a Hold COPIES 6 copies available at Gordon Adult Stacks, Crozet Adult Stacks, Greene Adult Stacks and 3 other locations 14 MY KITCHEN YEAR [SOUND RECORDING] : 136 RECIPES THAT SAVED MY LIFE / RUTH REICHL. Reichl, Ruth. [Westminster, MD] : Books on Tape, [2015] Unabridged. TB CD 641 Reichl RATING: Request a Hold COPIES 1 copy available at Northside Adult Stacks 15 MY KITCHEN YEAR [DOWNLOADABLE AUDIOBOOK] : 136 RECIPES THAT SAVED MY LIFE / RUTH REICHL. Reichl, Ruth, author, narrator. [New York] : Penguin Random House Audio Publishing Group, 2015. RATING: Website COPIES 1 copy available at 16 NOT BECOMING MY MOTHER : AND OTHER THINGS SHE TAUGHT ME ALONG THE WAY / RUTH REICHL. Reichl, Ruth. New York : Penguin Press, 2009. 641.509 Reichl RATING: 1 hold on first copy returned of 1 copy COPIES Currently no copies available 17 THE PARIS NOVEL / RUTH REICHL. Reichl, Ruth, author. New York : Random House, [2024] First edition. F Reichl RATING: Request a Hold 55 holds on first copy returned of 5 copies COPIES Currently no copies available 18 THE PARIS NOVEL [LARGE PRINT] Reichl, Ruth Random House Inc 2024 RATING: Request a Hold 13 holds on first copy returned of 1 copy COPIES Currently no copies available 19 SAVE ME THE PLUMS : MY GOURMET MEMOIR / RUTH REICHL. Reichl, Ruth. New York : Random House, [2019] First edition. 641.509 Reichl RATING: Request a Hold COPIES 5 copies available at Crozet Adult Stacks, Greene Adult Stacks, Louisa Adult Stacks and 2 other locations 20 SAVE ME THE PLUMS : MY GOURMET MEMOIR / RUTH REICHL. Reichl, Ruth. Farmington Hills, Mich. : Thorndike Press, a part of Gale, a Cengage Company, 2019. Large print edition. LP 641.509 Reichl RATING: Request a Hold COPIES 2 copies available at Gordon Adult Stacks and Crozet Adult Stacks 21 TENDER AT THE BONE : GROWING UP AT THE TABLE / RUTH REICHL. Reichl, Ruth. New York : Random House Trade Paperbacks, 2010. Random House Trade Paperback ed. 641.509 Reichl RATING: Request a Hold 1 hold on first copy returned of 2 copies COPIES Currently no copies available Add Marked to Book Cart Add All On Page Locate in results Resources Search Other Libraries Limit/Sort Search (Search History) AUTHOR: Reichl, Ruth in View Entire Collection (Clear Search History) (End Search Session) Branch Locations | Hours/Schedules | Borrowing Policies 201 E. Market Street Charlottesville, VA 22902 | 434.979.7151 | Computer and Internet Access Policy | Contact Us