Code Monkey home page Code Monkey logo

call4papers's Introduction

Call4Papers

Get a CSV with topic-related conferences along with their CORE rank, GGS Class, deadlines, acceptance rates and more. See csv example.

Requirements

  • Python +3.6

Installation

git clone [email protected]:salvacarrion/call4papers.git
cd call4papers/
pip install -e .

Usage

Pre-defined setups: NLP or Vision

# Setup with default options for NLP conferences
call4papers --setup "nlp"

Custom keywords, blacklist and ratings:

call4papers --keywords "linguistics, translation, learning" --nokeywords "compilers" --blacklist "AAAA,BBBB" --ratings "A*,A,B,1,2"

Adding more base setups:

You can simply edit the file call4papers/constants.py to add all the setups that you want.

More options:

=> call4papers --help
usage: call4papers [-h] [--setup {nlp,vision,custom,all}] [--output-file OUTPUT_FILE] [--keywords KEYWORDS] [--nokeywords NOKEYWORDS] [--whitelist WHITELIST]
                   [--blacklist BLACKLIST] [--ratings RATINGS] [--force-download] [--show-extra] [--ref-source {core,ggs,all}] [--in-time]

Process some integers.

optional arguments:
  -h, --help            show this help message and exit
  --setup {nlp,vision,custom,all}
                        Collection of default setups
  --output-file OUTPUT_FILE
                        Output file
  --keywords KEYWORDS   List of words to look for. Comma-separated.
  --nokeywords NOKEYWORDS
                        List of words to exclude. Comma-separated.
  --whitelist WHITELIST
                        List of words (conf. acronyms). Comma-separated.
  --blacklist BLACKLIST
                        List of words (conf. acronyms). Comma-separated.
  --ratings RATINGS     List of words (A*,A,B,C,...). Comma-separated.
  --force-download      Force download, ignoring cache files.
  --show-extra          Show extra columns
  --ref-source {core,ggs,all}
                        Reference source for the LEFT JOIN (all=outer join)
  --in-time             Show only conferences where the deadline has not passed

call4papers's People

Contributors

salvacarrion avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.