diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c351b..3bb8636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,27 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.3.2] - 2021-05-28 +## [1.3.3] - 2021-05-28 + +### Bug Fixes + +- Add missing rule for patent citations that respects APA-Provost citation template used by UQ in both french and english files. + +__NOTE : your bib entry should look as follows :__ + +```tex +@patent{Taniguti1989, + title = {Pyroelectric infrared sensor}, + assignee = {United States Patent and Trademark Office}, + number = {US-4800278-A}, + author = {Taniguti, Yoshiharu and Edano, Shigeki and Tanaka, Kazuhiko and Taniguti, Shiniti and Kuramoto, Megumi}, + month = jan, + year = {1989} + } +``` + +__If your bib file is exported from *Mendeley*, you should consider updating it manually since this tool currently can't handle patent entries at export. *Zotero* users are safe and *Endnote* users... do they really exist ?__ +## [1.3.2] - 2021-05-27 ### Bug Fixes @@ -100,3 +120,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). [1.3]: https://github.com/florentinth/FlOS/compare/v1.2...v1.3 [1.3.1]: https://github.com/florentinth/FlOS/compare/v1.3...v1.3.1 [1.3.2]: https://github.com/florentinth/FlOS/compare/v1.3.1...v1.3.2 +[1.3.3]: https://github.com/florentinth/FlOS/compare/v1.3.2...v1.3.3 diff --git a/README.md b/README.md index 64b7cf2..7fd9d6f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build](https://img.shields.io/circleci/build/github/FlorentinTh/TemplateLaTeXUQAC/master?style=flat-square&token=0fdc873e50de49d6e9868ff847d740d20813f3bd)](https://circleci.com/gh/FlorentinTh/TemplateLaTeXUQAC) [![Last Commit](https://img.shields.io/github/last-commit/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/commits/master) [![License](https://img.shields.io/github/license/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/blob/master/LICENSE) -[![Release Version](https://img.shields.io/github/release/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/releases) ![Release Date](https://img.shields.io/github/release-date/FlorentinTh/TemplateLaTeXUQAC?style=flat-square) ![Downloads](https://img.shields.io/github/downloads/FlorentinTh/TemplateLaTeXUQAC/v1.3.2/total?style=flat-square) +[![Release Version](https://img.shields.io/github/release/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/releases) ![Release Date](https://img.shields.io/github/release-date/FlorentinTh/TemplateLaTeXUQAC?style=flat-square) ![Downloads](https://img.shields.io/github/downloads/FlorentinTh/TemplateLaTeXUQAC/v1.3.3/total?style=flat-square) Ce projet est un gabarit LaTeX pour la rédaction de documents pour l'Université du Québec à Chicoutimi (UQAC). Il respecte les directives fournies par le [décanat des études](http://services.uqac.ca/decanat-des-etudes/sous-menu-2/). De plus, il est également possible de l'utiliser pour la rédaction de documents dans les deux langues principales, c'est-à-dire le français et l'anglais. diff --git a/src/assets/references.bib b/src/assets/references.bib index 853457c..9a17314 100644 --- a/src/assets/references.bib +++ b/src/assets/references.bib @@ -40,7 +40,7 @@ @article{TM83 } @patent{Taniguti1989, - title = {Pyroelectric infrared sensor \& test}, + title = {Pyroelectric infrared sensor}, assignee = {United States Patent and Trademark Office}, number = {US-4800278-A}, author = {Taniguti, Yoshiharu and Edano, Shigeki and Tanaka, Kazuhiko and Taniguti, Shiniti and Kuramoto, Megumi},