Giter VIP home page Giter VIP logo

Comments (2)

moutonf avatar moutonf commented on June 16, 2024

I am really glad other people are also using the template and found it useful. I have gone through the code now and realised that it is in that format because of the style: authoryear which is used. In this style the first author has their surname first and then initials and all other authors are the other way around.

I have tried to change the style to numeric and ieee, however, that causes additional problems as the numbering is then forced which breaks the template. I will update the current template in due time, however, for now an ugly hack which you can use is the following:

%-------------------Including Biblatex package-------------------------------------------------------------

\usepackage[url=false,
backend=biber, % This can be set to either biber or bibtex. If references are missing just change back and forth between biber and bibtex..
style=authoryear,
doi=false,
isbn=false,
backref=false,
dashed=false, % Do not add a dash out authors for subsequent articles with the same authors.
maxnames=99, % Amount of authors to include before abbreviating.
sorting=ydnt]{biblatex} % Sorting in reverse order

In the above section, you should change the style section. Change it to the following and it should give the correct order of initial, surname:

%-------------------Including Biblatex package-------------------------------------------------------------

\usepackage[url=false,
backend=biber, % This can be set to either biber or bibtex. If references are missing just change back and forth between biber and bibtex..
style=standard,
doi=false,
isbn=false,
backref=false,
dashed=false, % Do not add a dash out authors for subsequent articles with the same authors.
maxnames=99, % Amount of authors to include before abbreviating.
sorting=ydnt]{biblatex} % Sorting in reverse order

Please take note, it does give compilation errors then, but as far as I can see it does not have any impact on the referencing section.

I will try to update a style sheet for the IEEE format within July. Thank you for bringing up this issue.

from academicresearchercv.

mverleg avatar mverleg commented on June 16, 2024

Yeah I also noticed that changing the style doesn't work. Thanks for the workaround, I'll try!

from academicresearchercv.

Related Issues (3)

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.