CINXE.COM

VL Library: Trendscout

<html> <head> <title>VL Library: Trendscout </title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="/vlp.css" type="text/css"> <style type="text/css"> <!-- @import "/linkborder.css"; // --> </style> <style type="text/css"> .vario {background-color: #043960;} td {padding-right:5px;} .bar {position: absolute; height:4px; display:inline; background-color:#3399cc; color:#ffffff; border: 1px solid white; top:0px;} .bar2 {position: absolute; height:4px; display:inline; background-color:#FF6C3C; color:#ffffff; border: 1px solid white;top:5px;} .color { color: #FF6C3C; } a {color:black} a.detailsLink:link, a.detailsLink:visited, a.detailsLink:active, a.detailsLink:hover { border-bottom:1px #888 dotted; text-decoration:none;} table.small td {font-size: 9px} </style> <script language="javascript" type="text/javascript"> <!-- function details(year) { document.requestDetails.start.value = year; //alert(document.requestDetails.start.value); document.requestDetails.submit(); } function bigpicture(url,w,h){ wMax = 750; hMax = 550; w = Math.min(Math.floor(w/2), wMax); h = Math.min(Math.floor(h/2), hMax); scrollbar = (w < wMax && h < hMax)? "no" : "yes"; newwin = window.open(url, '', 'width=' + w + ',height=' + h+ ',status=yes,resizable=yes,scrollbars=' + scrollbar); newwin.focus(); } function switchthumb(url){ document.images.thumbnail1.src=url; } function restorethumb(){ document.images.thumbnail1.src=thumbnailoriginal; } function init() { if(typeof dl_init != "undefined") dl_init(); } //--> </script> <!--[if lte IE 6]> <link href="IE_box_model_hack.css" rel="stylesheet" type="text/css" /> <![endif]--> </head> <body onload="init()"> <div id="center1" name="center1"> <!-- top navigationbar --> <div class="navbar"> <a href="/essays">Essays</a> <a href="/experiments">Experiments</a> <a href="/technology">Technology</a> <a href="/objects">&nbsp;Objects&nbsp;</a> <a href="/sites">&nbsp;&nbsp;Sites&nbsp;&nbsp;</a> <a href="/people">&nbsp;People&nbsp;</a> <a href="/concepts">&nbsp;Concepts&nbsp;</a> <a class="active" href="/library">Library</a> </div> <br clear="all"> <!-- end of top navigationbar --> <table class="content" border="0" cellpadding="8" cellspacing="0" width="780"> <tr> <!-- vario bereich --> <td width="182" class="vario" valign="top" rowspan="2"> <img src="/images/space.gif" alt="spacer" width="182" height="1"> <div class="menu"> <a class="varioLink" href="/library/about.html">About this Section</a><br> <a class="varioLink" href="/library/search">Search</a> <a class="varioLink" href="/library/OCRfulltextsearch">Fulltext Search</a> <a class="varioLink" href="/library/browse.html">Browse</a> <a class="varioLink" href="/library/latestEntries.html">Latest Entries</a> <a class="varioLink" href="/library/trendscout.html">Trendscout</a> <br><a class="varioLink" href="/library/images">Image Search</a> <br><a class="varioLink" href="/library/books.html">Books</a> <a class="varioLink" href="/library/journals.html">Journals</a> <a class="varioLink" href="/library/tradecatalogues.html">Trade Catalogues</a> <a class="varioLink" href="/library/manuscripts.html">Manuscripts</a> <a class="varioLink" href="/library/graphicalrecordings.html">Graphical Recordings</a> <a class="varioLink" href="/library/photography.html">Photographs</a> <a class="varioLink" href="/library/audio.html">Audio Material</a> <a class="varioLink" href="/library/films.html">Films</a> <br><a class="varioLink" href="/library/collections.html">Collections</a> <a class="varioLink" href="/library/bibliographies.html">Bibliographies</a> <a class="varioLink" href="/library/libraries.html">Personal Libraries</a> </div> </td> <!-- spacer --> <td class="stageSpacer" width="1" rowspan="2"> <img src="/images/space.gif" height="480" width="1"> </td> <!-- bodytext --> <td class="stage" valign="top"> <h3>Library Trendscout</h3> <br> Currently 23688 journal articles are available. <form action='' method='post' enctype='multipart/form-data' name='mainForm'> <input type=text size=35 name=query value=''><input type='checkbox' name='grepmode' value=1> grep mode<br><i class='small'>Search is case insensitive.</i><br><br> <input type=text size=6 maxlength=4 name=start value='1800'> from<br> <input type=text size=6 maxlength=4 name=stop value='1930'> to<br> <input type=text size=6 maxlength=2 name=incr value='10'> interval (in years)<br><br> <input type=hidden name=limit value='all'></div><br><input type=submit value=' execute '></form> <br><br> The Trendscout is a tool the VL offers on an experimental basis. It allows at searching bibliographic references with a special focus on statistical issues. Titles of articles can be checked with respect to the frequency of specific words or trunks, e.g. <i>muscle</i> or <i>graph</i>. Results are presented in diagrams indicating the total number of hits (blue) and their ratio with respect to the complete amount of titles (red). You can select the period you want to search (e.g. 1850-1890) as well as intervalls of interest (5, 10 years and so on). Clicking on dates in the left column gives access to the full references. They appear in the window below. </p> <p>Activating the <i>grep mode</i> allows to use a POSIX compliant regular expressions pattern as the search query (see <a href='http://www.postgresql.org/docs/7.4/interactive/functions-matching.html#POSIX-ATOMS-TABLE' target='_blank'>reference</a>).</p> Some grep examples:<br> <table class='small' style='margin-left:10px;' cellspacing='3'> <tr><td valign='top'><i>dog|chien</i></td> <td>alternate pattern, with <b>|</b> : 'dog' or 'chien', but also 'Bronchien', 'endogen', ...</td></tr> <tr><td valign='top'><i>th?ier</i></td> <td>optional character, with <b>?</b> : 'tier' or 'thier'</td></tr> <tr><td valign='top'><i>[cz]ir[ck]ulation</i></td> <td>alternate characters, with <b>[characters]</b> : 'circulation', 'Zirkulation', ...</td></tr> <tr><td valign='top'><i>.ir.ulation</i></td> <td>any single character, with <b>.</b> : 'circulation', 'Zirkulation', ...</td></tr> <tr><td valign='top'><i>\ygraph</i></td> <td>starting with, with <b>\y</b> (word border): 'graphique' but not 'kymograph'</td></tr> <tr><td valign='top'><i>\yblut\y</i></td> <td>whole word, with <b>\y</b> (word border): 'Blut' but neither 'Blutdruck' nor 'Herzblut'</td></tr> </table> </td> </tr> <!-- optional stage navigation --> <tr> <td class="stageNav" valign="bottom"></td> </tr> </table> <!-- bottom navbar --> <div class="navbar"> <a href="/">Home</a> <a href="/about">About</a> <a href="/sitemap">Sitemap</a> <a href="/contact">&nbsp;Contact&nbsp;</a> <a href="/Search">Search</a> <a href="/tools">&nbsp;&nbsp;Tools&nbsp;&nbsp;</a> <a href="/survey">Survey</a> <a href="/users"> myLab </a> <a href="/intranet">Intranet</a> </div> </div> </div> </body> </html>

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