CINXE.COM

Search Tools

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <!-- Google Analytics --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-NEP4GYP06J"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-NEP4GYP06J'); </script> <script type="text/javascript"> // avoid javascript errors without editing every page var pageTracker = {"_trackPageview": function(page){console.log('');}} </script> <title>Search Tools</title> <link rel="stylesheet" type="text/css" href="/css/hopper.css" /> <link rel="stylesheet" type="text/css" href="/css/voting.css" /> <script type="text/javascript" src="/js/hopper.js"></script> </head> <body onload="checkRedirect();"> <div id="header"> <a id="logo" href="/hopper/"></a> <div id="header_text"> <h1>Perseus Search Tools</h1> </div> </div> <div id="main"> <div id="main_top"> <div id="tabs"> <a class=tab href="/hopper/home">Home</a> <a class=tab href="/hopper/collections">Collections/Texts</a> <a class=tab href="http://catalog.perseus.org" target="_blank">Perseus Catalog</a> <a class=tab href="/hopper/research">Research</a> <a class=tab href="/hopper/grants">Grants</a> <a class=tab href="/hopper/opensource">Open Source</a> <a class=tab href="/hopper/about">About</a> <a class=tab href="/hopper/help">Help</a> </div> </div> <div id="content" class="2column"> <div id="main_col"> <div id="search"> <p style="text-align:center">General Search Tools</p> <div class="search_widget primary" id="lang_search"> <div class="header" style="font-size:small"> <a class="toggle" href="javascript:toggle('lang_search')" id="lang_search-link">hide</a> Search the collections </div> <div class="contents" id="lang_search-contents"> <p>Search all text in the Perseus Digital Library using a specific language. This search will also return links to entries in language dictionaries (Lewis &amp; Short, LSJ, Buckwalter, etc.) </p> <form class="search" action="searchresults"> Search in <select name="target" onchange="javascript:setExpand(this)"> <option value="en" >English</option> <option value="greek" >Greek</option> <option value="la" >Latin</option> <option value="ang" >Old English</option> <option value="de" >German</option> <option value="non" >Old Norse</option> </select> <br /> <div style="float:right; width:33%; margin-top:10px"> Limit Search to:<br /> <input type="checkbox" value="Perseus:collection:Greco-Roman" name="collections" checked/>Greek and Roman Materials<br> <input type="checkbox" value="Perseus:collection:Arabic" name="collections" checked/>Arabic Materials<br> <input type="checkbox" value="Perseus:collection:Germanic" name="collections" checked/>Germanic Materials<br> <input type="checkbox" value="Perseus:collection:cwar" name="collections" checked/>19th-Century American<br> <input type="checkbox" value="Perseus:collection:Renaissance" name="collections" checked/>Renaissance Materials<br> <input type="checkbox" value="Perseus:collection:RichTimes" name="collections" checked/>Richmond Times Dispatch<br> <input type="checkbox" value="Perseus:collection:PDILL" name="collections" checked/>Humanist and Renaissance Italian Poetry in Latin<br> </div> <div style="width:66%; margin-top:10px"> <div class="search_field" id="all_words"> <label for="all_words">containing <em>all</em> of the words</label> <input type="text" name="all_words" size="20" /> <br><span class="expand"> <input type="checkbox" name="all_words_expand" /> Search for all possible forms </span> </div> <div class="search_field" id="phrase"> <label for="all_words">containing the <em>exact phrase</em></label> <input type="text" name="phrase" size="20" /> </div> <div class="search_field" id="any_words"> <label for="any_words">containing <em>at least one</em> of the words</label> <input type="text" name="any_words" size="20" /> <br><span class="expand"> <input type="checkbox" name="any_words_expand" /> Search for all possible forms </span> </div> <div class="search_field" id="exclude_words"> <label for="all_words"><em>without</em> the words</label> <input type="text" name="exclude_words" size="20" /> <br><span class="expand"> <input type="checkbox" name="exclude_words_expand" /> Search for all possible forms </span> </div> </div> <input type="submit" name="search" value="Search" /> <a href="/hopper/search">Clear this search</a> </form> </div> <!-- widget contents --> </div> <!-- language search --> <br> <div class="search_widget primary" id="lexicon"> <div class="header" style="font-size:small"> <a class="toggle" href="javascript:toggle('lexicon')" id="lexicon-link">show</a> English-to-[Language] lookup </div> <div class="contents" id="lexicon-contents" style="display:none"> <p>Find Greek, Latin, Arabic, etc words based on the English definitions in their dictionary entries. (Enter &ldquo;spirit&rdquo; to find <em>animus</em>, <em>genius</em>, <em>spiritus</em>, etc.)</p> <form id="deflookup" action="definitionlookup" onsubmit="return validate_form(this,q,2);"> Search for <select name="type"> <option value="begin">words beginning with</option> <option value="end">words ending with</option> <option value="exact">the exact word</option> <option value="substring">words containing</option> </select> <input name="q" value=""> in <select name="lang"> <option value="greek">Greek</option> <option value="la">Latin</option> <option value="ar">Arabic</option> <option value="non">Old Norse</option> </select> dictionary definitions <input type="submit" value="Search" /> </form> </div> </div> <!-- Definition Lookup --> <br> <div class="search_widget primary" id="resolveform"> <div class="header" style="font-size:small"> <a class="toggle" href="javascript:toggle('resolveform')" id="resolveform-link">show</a> Dictionary Entry Lookup </div> <div class="contents" id="resolveform-contents" style="display:none"> <p>(Search for <em>words starting with</em> "am" in Latin to find <em>amo</em>, <em>amarus</em>, <em>amplus</em>, etc.)</p> <form action="resolveform" method="get" onsubmit="return validate_form(this,lookup);"> Search for <select name="type"> <option value="start">words starting with</option> <option value="end">words ending with</option> <option value="substring">words containing</option> <option value="exact">the exact word</option> </select> <input type="text" name="lookup" value="" /> in <select name="lang"> <option value="en">English</option> <option value="greek">Greek</option> <option value="la">Latin</option> <option value="ar">Arabic</option> <option value="non">Old Norse</option> </select> <input type="submit" value="Search" /> </form> </div> </div> <!-- Dictionary Lookup --> <br> <div class="search_widget primary" id="artarch"> <div class="header" style="font-size:small"> <a class="toggle" href="javascript:toggle('artarch')" id="artarch-link">show</a> Art & Archaeology Search </div> <div class="contents" id="artarch-contents" style="display:none"> <p>Search our collection of artifacts and/or image captions.</p> <form action="artifactSearch" method="get" onsubmit="return validate_form(this,q);"> Search term: <input type="text" name="q" value=""/><br><br> <input type="checkbox" name="artifact" value="yes" checked/>Search artifacts <input type="checkbox" name="image" value="yes" checked/>Search image captions <br><br> <input type="submit" value="Search"/> </form> </div> </div> <!-- Art & Archaeology Search --> </div> <!-- search tools --> <p style="text-align:center">Named Entity Search Tools</p> <div class="search_widget primary" id="places"> <div class="header"> <a class="toggle" href="javascript:toggle('places')" id="places-link">show</a> Search places </div> <div class="contents" id="places-contents" style="display:none"> <form action="nebrowser" method="GET" onsubmit="return validate_form(this,keyword);"> <table> <tr> <td>Search for places:</td> <td><input name="keyword" size="20" /></td> <td> <select name="placetype"> <option value="siteName" default="yes">matching this name</option> <option value="state">within this state</option> <option value="nation">within this country</option> </select> </td> <td><input type="submit" value="Browse" /></td> </tr> </table> <input type="hidden" name="type" value="place" /> <p class="description">Enter the name of a place, like "Springfield" or "Athens", to find all locations matching the name, or enter a state ("Illinois") or country ("Canada") to find all places within that state or nation. You may also enter more than one of these to narrow your search ("Athens, Greece" or "Springfield, Illinois, United States").</p> <p class="description">Note that abbreviations ("USA", "Ill.") do <em>not</em> work at present--please stick to full names!</p> </form> </div> </div> <br> <div class="search_widget primary" id="people"> <div class="header"> <a class="toggle" href="javascript:toggle('people')" id="people-link">show</a> Search people </div> <div class="contents" id="people-contents" style="display:none"> <form action="nebrowser" method="GET" onsubmit="return validate_form(this,keyword);"> <table> <tr> <td>Search for a person:</td> <td><input name="keyword" size="30" /></td> <td><input type="submit" value="Browse" /></td> </tr> <tr> <td style="text-align: right;">In:</td> <td colspan="2"> <input type="checkbox" name="first">Forenames</input> <input type="checkbox" name="last">Surnames</input> <input type="checkbox" name="full" checked="checked">Full name</input> </td> </tr> </table> <p class="description">Searching for "Washington" in "Forenames" and "Surnames" will return all people with Washington as a first or last name, respectively. A full-name search will find anyone who matches the entire search string ("Washington Irving").</p> <input type="hidden" name="type" value="person" /> </form> </div> </div> <br> <div class="search_widget primary" id="dates"> <div class="header"> <a class="toggle" href="javascript:toggle('dates')" id="dates-link">show</a> Search dates </div> <div class="contents" id="dates-contents" style="display:none"> <form action="nebrowser" method="GET"> <table> <tr style="text-align: right;"> <td>From:</td> <td> <select name="month"> <option value="">[any]</option> <option value="1">January</option> <option value="2">February</option> <option value="3">March</option> <option value="4">April</option> <option value="5">May</option> <option value="6">June</option> <option value="7">July</option> <option value="8">August</option> <option value="9">September</option> <option value="10">October</option> <option value="11">November</option> <option value="12">December</option> </select> </td> <td> <input type="text" name="day" maxlength="4" size="2" />, </td> <td> <input type="text" name="year" maxlength="5" size="4" /> </td> <td> <select name="era"> <option value="AD">A.D.</option> <option value="BC">B.C.</option> </select> </td> <td><input type="submit" value="Browse" /></td> </tr> <tr class="date_field_desc"> <td></td> <td>Month</td> <td>Day</td> <td>Year</td> </tr> <tr style="text-align: right;"><td>To:</td> <td> <select name="endmonth"> <option value="">[any]</option> <option value="1">January</option> <option value="2">February</option> <option value="3">March</option> <option value="4">April</option> <option value="5">May</option> <option value="6">June</option> <option value="7">July</option> <option value="8">August</option> <option value="9">September</option> <option value="10">October</option> <option value="11">November</option> <option value="12">December</option> </select> </td> <td> <input name="endday" size="2" />, </td> <td> <input name="endyear" size="4" /> </td> <td> <select name="endera"> <option value="AD">A.D.</option> <option value="BC">B.C.</option> </select> </td> <td><input type="submit" value="Browse" /></td> </tr> </table> <p>Enter a month, day and/or year to search for references to that date. You do not need to fill out every field: searching only for "1863" will find all references to the year 1863, while searching for "July 4" will find all references to the 4th of July, regardless of year.</p> <p>Enter a starting date and an ending date to find all occurrences of dates in between.</p> <input type="hidden" name="type" value="date" /> </form> </div> </div> <br> </div> <!-- main_col --> <div id="side_col"> <div id="enter_greek"> How to enter text in Greek:<br /> <img src="/img/keyCaps.gif" alt="beta code instructions"/> </div> <div class="search_widget primary" id="studyTool"> <div class="header"> <a class="toggle" href="javascript:toggle('studyTool')" id="studyTool-link">hide</a> Word Study Tool </div> <div class="contents" id="studyTool-contents"> <form action="/hopper/morph" name="f" target="morph" onsubmit="return validate_form(this,l);"> Get Info for <input name="l" /> in <select name="la"> <option value="greek">Greek</option> <option value="la">Latin</option> <option value="ar">Arabic</option> <option value="non">Old Norse</option> </select> <input type="submit" value="Go" onclick="openWordStudy(this)" /> </form> </div> </div> <!-- studyTool box --> <br> <div class="search_widget primary"> <div class="header"> <a target="_blank" href="/hopper/vocablist">link</a> Vocabulary Tool </div> </div> </div> <!-- side_col --> </div> <!-- content --> </div> <!-- main --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10