Giter Site home page Giter Site logo

Comments (2)

krisfans avatar krisfans commented on July 18, 2024

可能是源net文件缺少了{Type of Work}: 博士 这样的项目,只有{Reference Type}: Thesis ,而bib要区分mastersthesisphdthesis 。但是希望如果缺省{Type of Work}: 博士 这一项,能映射到mastersthesis

from cnki_2_bibtex.

Vopaaz avatar Vopaaz commented on July 18, 2024

确实,实现中 masterthesis 的判断条件为 [{"Reference Type": "Thesis", "Type of Work": "硕士"}], phdthesis 的判断条件为 [{"Reference Type": "Thesis", "Type of Work": "博士"}],两项均需要满足,否则会转入托底的 Misc.

但是如果仅有 Reference Type 为 Thesis 这一项就默认为 masterthesis, 我个人感觉这种处理并不合理。masterthesisphdthesis 之间并没有谁更适合作为默认值的区别,如果标记错误还是需要人为手动调整。因此我不会把这个 feature 放到公开的 build 里面。

你可以 fork 这个工程并且 apply 033d927 这个 commit,就可以达到你想要的效果

from cnki_2_bibtex.

Related Issues (8)

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.