parent
3c11994b6f
commit
15782375a5
@ -1,2 +1,3 @@
|
||||
build/
|
||||
*.pyc
|
||||
tests/.papers
|
@ -0,0 +1,15 @@
|
||||
[header]
|
||||
title = search inside pdfs over a playlist
|
||||
id = 52bc4daefb7ab51f88974325dd202aaa37f9c60d
|
||||
status = open
|
||||
type = feature
|
||||
author = Fabien Benureau
|
||||
mail = fabien.benureau+git@gmail.com
|
||||
date = 2012-10-07 at 20:10 UCT
|
||||
|
||||
[eventlog]
|
||||
opened[0] = opened the 2012-10-07 at 20:10 UCT by Fabien Benureau
|
||||
|
||||
[discussion]
|
||||
desc = # enter your description here
|
||||
|
@ -0,0 +1,14 @@
|
||||
@techreport{ilprints422,
|
||||
number = {1999-66},
|
||||
month = {November},
|
||||
author = {Lawrence Page and Sergey Brin and Rajeev Motwani and Terry Winograd},
|
||||
note = {Previous number = SIDL-WP-1999-0120},
|
||||
title = {The PageRank Citation Ranking: Bringing Order to the Web.},
|
||||
type = {Technical Report},
|
||||
publisher = {Stanford InfoLab},
|
||||
year = {1999},
|
||||
institution = {Stanford InfoLab},
|
||||
url = {http://ilpubs.stanford.edu:8090/422/},
|
||||
abstract = {The importance of a Web page is an inherently subjective matter, which depends on the readers interests, knowledge and attitudes. But there is still much that can be said objectively about the relative importance of Web pages. This paper describes PageRank, a mathod for rating Web pages objectively and mechanically, effectively measuring the human interest and attention devoted to them. We compare PageRank to an idealized random Web surfer. We show how to efficiently compute PageRank for large numbers of pages. And, we show how to apply PageRank to search and to user navigation.}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
rm -Rf .papers;
|
||||
papers init;
|
||||
papers list;
|
||||
papers add data/pagerank.pdf data/pagerank.bib;
|
||||
papers list;
|
||||
papers open 0;
|
||||
rm -Rf .papers;
|
||||
papers open Page99;
|
||||
|
Loading…
Reference in new issue