Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is UWE Harvard style broken? #7187

Open
kamransoomro84 opened this issue Sep 2, 2024 · 2 comments
Open

Is UWE Harvard style broken? #7187

kamransoomro84 opened this issue Sep 2, 2024 · 2 comments

Comments

@kamransoomro84
Copy link

kamransoomro84 commented Sep 2, 2024

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
Copy link
Contributor

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants