Git Product home page Git Product logo

Comments (3)

weiquanmao avatar weiquanmao commented on May 31, 2024 1

国标要求相关文献需要有出版地和/或出版者,如果没有会默认填 [出版地不详: 出版者不详]/[S.l.: s.n.]之类的。

如果你确实不想或无法添加出版地或出版者信息,你可以修改.bst文件:

...
FUNCTION {format.sine.nomine}
{ is.in.chinese
    { "[出版地不详]" }
    { "[s.n.]" }
  if$
}
...
FUNCTION {format.sine.loco.sine.nomine}
{ is.in.chinese
    { "[出版地不详: 出版者不详]" }
    { "[S.l.: s.n.]" }
  if$
}
...

将默认填写的内容删除,改为

...
FUNCTION {format.sine.nomine}
{ is.in.chinese
    { "" }
    { "" }
  if$
}
...
FUNCTION {format.sine.loco.sine.nomine}
{ is.in.chinese
    { "" }
    { "" }
  if$
}

修改时请确认你用的是GBT7714-2015.bst还是GBT7714-2005.bst
未测试,应该能其作用。

from buaathesis.

maifulmax avatar maifulmax commented on May 31, 2024

国标要求相关文献需要有出版地和/或出版者,如果没有会默认填 [出版地不详: 出版者不详]/[S.l.: s.n.]之类的。

如果你确实不想或无法添加出版地或出版者信息,你可以修改.bst文件:

...
FUNCTION {format.sine.nomine}
{ is.in.chinese
    { "[出版地不详]" }
    { "[s.n.]" }
  if$
}
...
FUNCTION {format.sine.loco.sine.nomine}
{ is.in.chinese
    { "[出版地不详: 出版者不详]" }
    { "[S.l.: s.n.]" }
  if$
}
...

将默认填写的内容删除,改为

...
FUNCTION {format.sine.nomine}
{ is.in.chinese
    { "" }
    { "" }
  if$
}
...
FUNCTION {format.sine.loco.sine.nomine}
{ is.in.chinese
    { "" }
    { "" }
  if$
}

修改时请确认你用的是GBT7714-2015.bst还是GBT7714-2005.bst
未测试,应该能其作用。

举得例子中,只要把@PhDThesis改为@Article就行,而按照你这种删改方法,在英文文献中会多一些错误的冒号,例如:
Fellbaum C. Wordnet: an electronic lexical database[M]. : MIT Press, 1998.

还有一个问题,中文中的作者列表最后接“等”字前会有个逗号,这个怎么去掉?这个属于bug把。

from buaathesis.

weiquanmao avatar weiquanmao commented on May 31, 2024

‘等’前加逗号是正规格式哈

from buaathesis.

Related Issues (20)

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.