Coder Social home page Coder Social logo

process_papers_info's Introduction

Readme

提取每一个里author、title、venue、year、ee,如果有多个作者,放在excel里放在一个单元格中.

Usage

pip install -r requires.txt

23/July/2023

xml to excel

python xml2excel.py

recommend you create a directory papers in which you store the .xml files.

merge duplicate bibtex refs

python merge_dupli_bib.py

recommend you create a directory bibs in which you store the .bib files. and the program will create directory merged001 merged002 etc, to store the merged bib refs.

Record

13/Aug/2023

add config.json, in which you should fill the output excel file't columns name. if there are some columns you have, but the dblp don't offer, you should fill them with no. for example:

{
  "columns": [
      {"name": "title", "title": "Title"},
      {"name": "no", "title": "ID"},
      {"name": "venue", "title": "Conference"},
      {"name": "no", "title": "CCF-Level"},
      {"name": "year", "title": "Year"},
      {"name": "no", "title": "Relevance"},
      {"name": "no", "title": "devices"},
      {"name": "ee", "title": "ref"},
      {"name": "no", "title": "Abstraction"},
      {"name": "no", "title": "KeyWords"},
      {"name": "no", "title": "Type"},
      {"name": "no", "title": "whichUse"},
      {"name": "no", "title": "Stauts"},
      {"name": "authors", "title": "Author"},
      {"name": "no", "title": "Organization"},
      {"name": "no", "title": "E-mail"}
  ]
}
																

process_papers_info's People

Contributors

junxian-li-hpc avatar

Watchers

 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.