Coder Social home page Coder Social logo

bahuia / auto-bibfile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wutong8023/auto-bibfile

3.0 0.0 0.0 427 KB

A toolkit for automatic README.md generation, based on the BibTeX file and user-customized taxonomy.

TeX 7.53% Python 92.47%

auto-bibfile's Introduction

Auto-Bibfile

Auto-Bibfile is an automatic toolkit for README.md generation based on bibtex file.

Quick Start

  • Install: pip install bibtexparser

  • Update the configuration in scripts/config.py.

  • Add a new paper: paste a bib entry to bibtex.bib.

  • Run: python scripts/run.py (click HERE to see a demo. )

  • Categorize: Add keywords to each entry and write down your note within @String(). For example,

@inproceedings{WuLLHQZX21,
    author = {Tongtong Wu and
        Xuekai Li and
        Yuan{-}Fang Li and
        Gholamreza Haffari and
        Guilin Qi and
        Yujin Zhu and
        Guoqiang Xu},
    title = {Curriculum-Meta Learning for Order-Robust Continual Relation Extraction},
    booktitle = {Proceedings of AAAI},
    pages = {10363--10369},
    year = {2021},
    url = {https://ojs.aaai.org/index.php/AAAI/article/view/17241},
    keywords = {
        New Method,
        NLP,
        Supervised Learning,
        Relation Extraction,
        Rehearsal, Meta-learning,
        w/ External Knowledge,
        Class Incremental,
        Catastrophic Forgetting, Order Sensitivity,
        RNNs,
        Fewrel, SimpleQuestion, Tacred,
        Accuracy
    },
}
@String(WuLLHQZX21="Add a brief note behind the bib entry")

Instruction

  1. Update bibtex.bib: Auto-Bibfile will parse the keywords and meta-info of each entry.
  2. The keywords MUST be predefined in scripts/config.py # fined_taxonomy, but feel free to update what you need.
  3. Update scripts/config.py for customization.

How to Contribute

Please feel free to use and share Auto-Bibfile. It would be great if you can mention it in your repository by adding:

The automation script of this repo is powered by [Auto-Bibfile](https://github.com/wutong8023/Auto-Bibfile.git).

Acknowledgement

This repository is developed and maintained by Tongtong Wu. The automation script of this repo is partially adapted from Automatic_Awesome_Bibliography.

auto-bibfile's People

Contributors

wutong8023 avatar

Stargazers

 avatar primrose avatar Yongrui Chen 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.