Skip to content

Commit

Permalink
fix email in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahdisadjadi committed Sep 12, 2017
1 parent 9f7617b commit a931022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ output = scraper.scrape()
In addition to `categories` and `abstract`, other available keys for `filters` are: `author` and `title`.


### Categories
## Categories
Here is a list of all categories available on ArXiv. For a complete list of subcategories, see [categories.md](categories.md).

| Category | Code |
Expand Down
2 changes: 1 addition & 1 deletion arxivscraper/arxivscraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A python program to retreive recrods from ArXiv.org in given
categories and specific date range.
Author: Mahdi Sadjadi (sadjadi.seyedmahdi@gmail.com).
Author: Mahdi Sadjadi (sadjadi.seyedmahdi[AT]gmail[DOT]com).
"""
from __future__ import print_function
import xml.etree.ElementTree as ET
Expand Down

0 comments on commit a931022

Please sign in to comment.