citation-style-language / styles

Official repository for Citation Style Language (CSL) citation styles.
https://citationstyles.org/
3.31k stars 3.77k forks source link

Is UWE Harvard style broken? #7187

Open kamransoomro84 opened 2 months ago

kamransoomro84 commented 2 months ago

I am currently trying to generate two citations using the UWE Bristol Harvard format. At the moment when I do it I get:

Fontanella, C. (2022) A Beginner's Guide to Customer Behavior Analysis:director Trans.. August 2022 [online]. Available from: https://blog.hubspot.com/service/customer-behavior- analysis

Géron, A. (2020) Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems:director Trans.. 7th Release.Second edition; updated for Tensor Flow2.. Beijing Boston Farnham Sebastopol Tokyo: O'Reilly.

For the following bibtex:

@misc{fontanellaBeginnerGuideCustomer2022,
  title = {A {{Beginner}}'s {{Guide}} to {{Customer Behavior Analysis}}},
  author = {Fontanella, Clint},
  year = {2022},
  month = aug,
  journal = {HubSpot},
  url = {https://blog.hubspot.com/service/customer-behavior-analysis}
}

@book{geronHandsonMachineLearning2020,
  title = {Hands-on Machine Learning with {{Scikit-Learn}}, {{Keras}}, and {{TensorFlow}}: Concepts, Tools, and Techniques to Build Intelligent Systems},
  shorttitle = {Hands-on Machine Learning with {{Scikit-Learn}}, {{Keras}}, and {{TensorFlow}}},
  author = {G{\'e}ron, Aur{\'e}lien},
  year = {2020},
  edition = {7th Release.Second edition; updated for Tensor Flow2},
  publisher = {O'Reilly},
  address = {Beijing Boston Farnham Sebastopol Tokyo},
  abstract = {Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how. By using concrete examples, minimal theory, and two production-ready Python frameworks--Scikit-Learn and TensorFlow--author Aur{\'e}lien G{\'e}ron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You'll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you've learned, all you need is programming experience to get started. Explore the machine learning landscape, particularly neural nets Use Scikit-Learn to track an example machine-learning project end-to-end Explore several training models, including support vector machines, decision trees, random forests, and ensemble methods Use the TensorFlow library to build and train neural nets Dive into neural net architectures, including convolutional nets, recurrent nets, and deep reinforcement learning Learn techniques for training and scaling deep neural nets},
  isbn = {978-1-4920-3261-8},
  langid = {english}
}

Notice the weird Trans. in both items. It appears this might be a bug in the format?

pascaloettli commented 1 month ago

Cannot reproduce with the style available in the repo (http://www.zotero.org/styles/harvard-university-of-the-west-of-england):

Fontanella, C. (2022) A Beginner’s Guide to Customer Behavior Analysis HubSpot [online]. Available from: https://blog.hubspot.com/service/customer-behavior-analysis. Géron, A. (2020) Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems. 7th Release.Second edition; updated for Tensor Flow2. Beijing Boston Farnham Sebastopol Tokyo: O’Reilly.

Are you using an edited version of the style?

kamransoomro84 commented 1 month ago

No I downloaded it from the github. However, I now suspect that it is a bug in Typst rather than the CSL.