Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cs.LG #163

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fetch_papers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def parse_arxiv_url(url):
# parse input arguments
parser = argparse.ArgumentParser()
parser.add_argument('--search-query', type=str,
default='cat:cs.CV+OR+cat:cs.AI+OR+cat:cs.LG+OR+cat:cs.CL+OR+cat:cs.NE+OR+cat:stat.ML',
default='cat:cs.LG+OR+cat:cs.CV+OR+cat:cs.AI+OR+cat:cs.LG+OR+cat:cs.CL+OR+cat:cs.NE+OR+cat:stat.ML',
help='query used for arxiv API. See http://arxiv.org/help/api/user-manual#detailed_examples')
parser.add_argument('--start-index', type=int, default=0, help='0 = most recent API result')
parser.add_argument('--max-index', type=int, default=10000, help='upper bound on paper index we will fetch')
Expand Down
2 changes: 1 addition & 1 deletion templates/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<div id="tittxt">
<h1>Arxiv Sanity Preserver</h1>
Built in spare time by <a href="https://twitter.com/karpathy">@karpathy</a> to accelerate research.<br>
Serving last {{ totpapers }} papers from cs.[CV|CL|LG|AI|NE]/stat.ML
Serving last {{ totpapers }} papers from cs.[LG|CV|CL|LG|AI|NE]/stat.ML
</div>
</a>
</div>
Expand Down