A search interface for data from the Politics of Patents case study (part of Copim WP6): this parses data from the archive of RTF files and provides additional data from the European Patent Office API.
https://patents.copim.ac.uk
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <div id="query-box">
- <form id="query-form" action="#{url_for_home}" method="GET">
- $resource.find:
- <input type="text" id="q" name="q" style="width: 50%" value="$!esc.html($request.params.get('q'))"/>
- <input type="submit" value="$resource.submit"/>
- <div id="debug_query" class="debug">
- <span id="parsed_query">$esc.html($response.response.debug.parsedquery)</span>
- </div>
-
- <input type="hidden" name="type" value="#current_type"/>
- #if("#current_locale"!="")<input type="hidden" value="locale" value="#current_locale"/>#end
- #foreach($fq in $response.responseHeader.params.getAll("fq"))
- <input type="hidden" name="fq" id="allFQs" value="$esc.html($fq)"/>
- #end
- </form>
-
- <div id="constraints">
- #foreach($fq in $response.responseHeader.params.getAll("fq"))
- #set($previous_fq_count=$velocityCount - 1)
- #if($fq != '')
- > $fq<a href="#url_for_filters($response.responseHeader.params.fq.subList(0,$previous_fq_count))">x</a>
- #end
- #end
- </div>
-
- </div>
-
-
- <div id="browse_results">
- #parse("results.vm")
- </div>
|