Academic literature on the topic 'Behaviour Driven Development'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Behaviour Driven Development.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Behaviour Driven Development"
Diepenbeck, Melanie, Ulrich Kühne, Mathias Soeken, Daniel Grosse, and Rolf Drechsler. "Behaviour Driven Development for Hardware Design." IPSJ Transactions on System LSI Design Methodology 11 (2018): 29–45. http://dx.doi.org/10.2197/ipsjtsldm.11.29.
Full textLazăr, Ioan, Simona Motogna, and Bazil Pârv. "Behaviour-Driven Development of Foundational UML Components." Electronic Notes in Theoretical Computer Science 264, no. 1 (August 2010): 91–105. http://dx.doi.org/10.1016/j.entcs.2010.07.007.
Full textSukhorukov, Aleksandr. "Problems of test-driven aspect-oriented development." Scientific Journal of Riga Technical University. Computer Sciences 38, no. 38 (January 1, 2009): 180–86. http://dx.doi.org/10.2478/v10143-009-0016-8.
Full textGilbert, James, Nicole Pearcy, Rupert Norman, Thomas Millat, Klaus Winzer, John King, Charlie Hodgman, Nigel Minton, and Jamie Twycross. "Gsmodutils: a python based framework for test-driven genome scale metabolic model development." Bioinformatics 35, no. 18 (February 13, 2019): 3397–403. http://dx.doi.org/10.1093/bioinformatics/btz088.
Full textIndraratna, B., A. S. Balasubramaniam, P. Phamvan, and Y. K. Wong. "Development of negative skin friction on driven piles in soft Bangkok clay." Canadian Geotechnical Journal 29, no. 3 (June 1, 1992): 393–404. http://dx.doi.org/10.1139/t92-044.
Full textDeakins, David, Martina Battisti, Alan Coetzer, and Hernan Roxas. "Predicting Management Development and Learning Behaviour in New Zealand SMEs." International Journal of Entrepreneurship and Innovation 13, no. 1 (February 2012): 11–24. http://dx.doi.org/10.5367/ijei.2012.0060.
Full textNassar, Dina Mamdouh, and Marwa Kamel El-Sayed. "Urban Challenge Meets Hidden Potentials: Sustainable Development of El-Max Fishermen Village in Alexandria, Egypt." Environment-Behaviour Proceedings Journal 1, no. 4 (August 7, 2016): 230. http://dx.doi.org/10.21834/e-bpj.v1i4.95.
Full textLavallée, Jacqueline F., Trish A. Gray, Jo C. Dumville, and Nicky Cullum. "Preventing pressure injury in nursing homes: developing a care bundle using the Behaviour Change Wheel." BMJ Open 9, no. 6 (June 2019): e026639. http://dx.doi.org/10.1136/bmjopen-2018-026639.
Full textJansson, J., J. Olofsson, and K. Salomonsson. "Simulation-driven product development of cast components with allowance for process-induced material behaviour." Journal of Computational Design and Engineering 7, no. 1 (February 1, 2020): 78–85. http://dx.doi.org/10.1093/jcde/qwaa008.
Full textArnall, Alex, David S. G. Thomas, Chasca Twyman, and Diana Liverman. "NGOs, elite capture and community-driven development: perspectives in rural Mozambique." Journal of Modern African Studies 51, no. 2 (May 17, 2013): 305–30. http://dx.doi.org/10.1017/s0022278x13000037.
Full textDissertations / Theses on the topic "Behaviour Driven Development"
Kulhánková, Barbora. "Behaviour Driven Development a Scrum v korporátním prostředí." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-204867.
Full textSantos, Eloisa Cristina Silva. "Integração da abordagem Domain-Driven Design e de técnica Behaviour-Driven Development no desenvolvimento de aplicações web." Universidade Federal de São Carlos, 2015. https://repositorio.ufscar.br/handle/ufscar/7588.
Full textApproved for entry into archive by Ronildo Prado (ronisp@ufscar.br) on 2016-09-30T17:56:23Z (GMT) No. of bitstreams: 1 DissECSS.pdf: 2536269 bytes, checksum: a856f5027d19c2aaadf2834a69af7ff4 (MD5)
Approved for entry into archive by Ronildo Prado (ronisp@ufscar.br) on 2016-09-30T17:56:32Z (GMT) No. of bitstreams: 1 DissECSS.pdf: 2536269 bytes, checksum: a856f5027d19c2aaadf2834a69af7ff4 (MD5)
Made available in DSpace on 2016-09-30T18:05:54Z (GMT). No. of bitstreams: 1 DissECSS.pdf: 2536269 bytes, checksum: a856f5027d19c2aaadf2834a69af7ff4 (MD5) Previous issue date: 2015-06-01
Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq)
The agile methods of software development have emerged as an alternative to traditional approaches, to spend less time on documentation and more time with solving problems interactively and iteratively. In this context, the development approach Domain Driven Design (DDD) is a way of developing software in which the application design process is guided by a domain model. In conjunction with the DDD development approach, the existence of tests during the implementation of an application is required to ensure quality. Objective: This work aims to study the agile development approach Domain-Driven Design (DDD) and the software test techniques Test-Driven Development (TDD) and Behaviour-Driven Development (BDD). A case study was built to exemplify the integration of each test technique with DDD. The case study was developed with the support of the Apache Isis framework, from a well-defined domain model. Methodology: Based on the literature, the concepts of the DDD development approach and of the TDD and BDD test techniques, that provided the comparison between the techniques, and later, the implementation to illustrate this research, were extracted. The Apache Isis framework was used in this work because it allows develop DDD applications quickly. During the development of the sample system of this work, the possibility of creating an automatic generator tests and scenarios for BDD was noted. Results: A case study was created using the concepts of DDD and tests, with TDD and BDD. Furthermore, a prototype of tests and scenarios generator for software projects that use DDD, through the Apache Isis framework and tests using BDD, was developed. Conclusions: The combination of test techniques mentioned with DDD aim to boosting the development of applications, since DDD is not associate with any test technique. Writing scenarios with ubiquitous language is a great advantage to integrate DDD and BDD, because it allows a clear understanding for all involved in the project. Moreover, the creation of automatic generator speeds up the testing phase, and can detect errors that might go unnoticed or only be found as the project evolved.
Os métodos ágeis de desenvolvimento de software surgiram como uma alternativa às abordagens tradicionais, com o intuito de despender menos tempo com documentação e mais com a resolução de problemas de forma interativa e iterativa. Neste contexto, a abordagem de desenvolvimento Domain-Driven Design (DDD) representa uma forma de desenvolver software em que o processo de design de uma aplicação é guiado pelo modelo de domínio. Em conjunto com a abordagem de desenvolvimento DDD, a existência de testes durante a implementação de uma aplicação é necessária para garantir a qualidade. Objetivo: Este trabalho teve como objetivo o estudo da abordagem ágil de desenvolvimento Domain-Driven Design (DDD) e as técnicas de teste de software Test-Driven Development (TDD) e Behaviour-Driven Development (BDD). Um estudo de caso foi construído para exemplificar a integração de cada técnica de teste com o DDD. O estudo de caso foi desenvolvido por meio do framework Apache Isis, a partir de um modelo de domínio bem definido. Metodologia: Com base na literatura foram extraídos os conceitos da abordagem de desenvolvimento DDD e das técnicas de testes TDD e BDD que proporcionaram a comparação entre as técnicas e posterior implementação para exemplificar a pesquisa. O framework Apache Isis foi utilizado neste trabalho porque permite desenvolver aplicações com DDD de forma rápida. No decorrer do desenvolvimento do sistema exemplo deste trabalho, notou-se a possibilidade da criação de um gerador automático de testes e cenários para BDD. Resultados: Foi criado um estudo de caso empregando os conceitos de DDD e testes com o TDD e com o BDD. Além disso, foi desenvolvido um protótipo de gerador de testes e cenários para projetos de software que empregam DDD, por meio do framework Apache Isis e testes utilizando BDD. Conclusões: A junção das técnicas de testes citadas com o DDD visa potencializar o desenvolvimento de aplicações, uma vez que o DDD não aborda nenhuma técnica de teste. A escrita de cenários em linguagem ubíqua é um grande diferencial ao integrar DDD e BDD, pois permite um claro entendimento a todos os envolvidos do projeto. Ademais, a criação do gerador automático agiliza a fase de testes, sendo possível detectar erros que poderiam não ser notados ou apenas serem encontrados com a evolução do projeto.
McCarthy, Tony. "Measuring risk perception and risk-taking behaviour when driven by automatic cognitive processing : the development of new methods." Thesis, University of Strathclyde, 2017. http://digitool.lib.strath.ac.uk:80/R/?func=dbin-jump-full&object_id=27941.
Full textÁlvarez, Contreras Erwin Gonzalo. "Estudio comparativo de metodologías de desarrollo de software orientadas a la calidad intrínseca." Tesis, Universidad de Chile, 2014. http://www.repositorio.uchile.cl/handle/2250/116898.
Full textEn el mundo del desarrollo de software, existe una necesidad constante de construir sistemas capaces de enfrentar los desafíos de un ambiente siempre cambiante. Uno de los movimientos que acepta el riesgo como parte de su proceso son las metodologías ágiles de desarrollo de software, y dentro de ellas, las metodologías de desarrollo guiado por pruebas (TDD). El objetivo del Trabajo de Titulo es analizar estas metodologías, en particular el desarrollo guiado por pruebas clásico y el desarrollo guiado por comportamiento, con el fin de entender las fortalezas y debilidades de cada una de ellas. De ésta forma, a partir de este análisis, se espera dar una guía a aquellas personas que se interesan por la calidad, pero se ven abrumadas por la cantidad de estilos o variantes de TDD. Con el fin de entender a fondo las metodologías, se realizaron experimentos técnicos, los cuales fueron analizados considerando diferentes criterios, entre ellos la necesidad de un diseño a priori, valor entregado al cliente y la curva de aprendizaje. Sin embargo, al momento de la comparación, estos criterios mostraron ser insuficientes pues resultaron ser cualitativos y muy subjetivos. Posteriormente, se intentó un análisis más abstracto, enfocado en el proceso mismo de desarrollo. A partir de los resultados obtenidos, fue posible comprender que las técnicas presentadas no eran excluyentes, y que cada una de ellas puede entregar recursos interesantes tanto al equipo de desarrollo como al cliente de la aplicación o sistema, fortaleciendo la comunicación entre los actores del desarrollo de software o bien dándole la capacidad de responder de forma confiable al cambio.
Svensson, Ulrika. "Blink behaviour based drowsiness detection : method development and validation /." [Linköping, Sweden] : Swedish National Road and Transport Research Institute, 2004. http://www.vti.se.
Full textBložoňová, Barbora. "Správa testů s podporou scénářů BDD." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2019. http://www.nusl.cz/ntk/nusl-403121.
Full textSunil, Kamalakar FNU. "Automatically Generating Tests from Natural Language Descriptions of Software Behavior." Thesis, Virginia Tech, 2013. http://hdl.handle.net/10919/23907.
Full textMaster of Science
Hild, Florian-Pascal. "Exploring Behavioral Driven Development." Thesis, Högskolan i Jönköping, Tekniska Högskolan, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-45065.
Full textPetäjävaara, Agnes. "Dispelling inertia towards behavior-driven development : An assessment tool for development practice readiness." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-259512.
Full textBeteendedriven utveckling (BDD), är ett arbetssätt som fokuserar på beteenden och krav från både användare och intressenter. Det är utvecklat för att främja och skapa beteenen som bidrar till det önskade målet. Några av BDDs fördelar är att arbetssättet uppmuntrar intressenterna till tätt samarbete, att minska luckor i kommunikation och information samt att det skapar en delad förståelse för projektet mellan teknisktoch icke-tekniskt kunniga intressenter. En positiv konsekvens av detta är att utvecklingen tenderar att bli snabbare och kostnaderna lägre. BDD ser till att alla inblandade är eniga om vilket resultat man kan förvänta sig från ett utvecklingsprojekt, redan innan utvecklingen börjar. Detta gör att de missförstånd som är vanligt förekommande mellan intressenter och utvecklingsteam reduceras. Trots att BDD, som nämnts, har flera fördelar finns det team som känner motstånd mot att använda BDD som sitt huvudsakliga arbetssätt.Antagandet att motivation kan bidra till att minska motståndet och att motivationen kan skapas genom att påvisa för team hur lämpligt BDD skulle vara för just dem var ideén bakom detta arbete. Det utfördes på ett företag med stark agil bas. Målet var att identifiera och utreda orsakerna till att team känner motstånd mot BDD, och på så sätt bidra till forskningen och samtidigt hjälpa företaget med en ökad insikt i detta. Syftet med arbetet var att utveckla ett verktyg för att hjälpa team förstå sitt motstånd mot BDD och guida dem till hur de kan hantera det. För att nå målet användes en kvalitativ forskningsmetod med fokus på att få en bättre förståelse för åsikter och beteenden som finns angående BDD. Olika rundor av intervjuer utgjorde den huvudsakliga datainsamlingen. Intervjuer användes också kontinuerligt för att validera att arbetet höll rätt kurs.Det motstånd mot BDD som påträffades på företaget grupperades i olika dimensioner. Dessa användes för att utveckla slutprodukten av kandidatexamensarbetet, ett självskattningsverktyg. För att underlätta utvecklingen valdes ett spreadsheet-format på verktyget, detta även för att enkelt kunna dela det mellan flertalet intressenter.Det är viktigt att understryka att verktyget fokuserar på autonoma team. Det har inte som mål att tvinga någon att använda BDD, utan att agera som hjälp för att visa hur arbetssättet skulle kunna fungera för ett specifikt projekt och team. Slutligen, för att kunna verifiera kvaliteten på verktyget, utvärderades det i samarbete med team som tidigare på ett framgångsrikt sätt utvecklat ett projekt med BDD. Detta för att se om självskattningsverktygets utsägelse motsvarade teamets helhetsupplevelse. Verktyget testades också av andra team för att se om det var till hjälp för dem eller inte.
Every, Joshua Lee. "Development of a Driver Behavior Based Active Collision Avoidance System." The Ohio State University, 2015. http://rave.ohiolink.edu/etdc/view?acc_num=osu1429800895.
Full textBooks on the topic "Behaviour Driven Development"
Aslak, Helles©ıy, and Carter Jacquelyn, eds. The cucumber book: Behaviour-driven development for testers and developers. Dallas: Pragmatic Bookshelf, 2012.
Find full textChelimsky, David. The RSpec book: Behaviour-driven development with RSpec, Cucumber, and Friends. Lewisville, Tex: Pragmatic, 2010.
Find full textRoberts, Robert A. Application of behavior change theory to the development of an enhanced California negligent operator treatment and evaluation system. [Sacramento, CA]: California Dept. of Motor Vehicles, 2002.
Find full textNovice drivers' risk- and self-evaluations: Use of questionnaires in traffic psychological research, method of development, general trends in four sample materials, and connections with behavior. Turku: Turun yliopisto, 1998.
Find full textHellesoy, Aslak, Matt Wynne, and Steve Tooke. Cucumber Book: Behaviour-Driven Development for Testers and Developers. Pragmatic Programmers, LLC, The, 2017.
Find full textThe RSpec Book: Behaviour-Driven Development with RSpec, Cucumber, and Friends. The Pragmatic Programmers, 2010.
Find full textHellesoy, Aslak, Matt Wynne, and Seb Rose. The Cucumber for Java Book: Behaviour-Driven Development for Testers and Developers. Pragmatic Bookshelf, 2015.
Find full textAmodeo, Enrique. Learning Behavior-driven Development with JavaScript. Packt Publishing - ebooks Account, 2015.
Find full textMishra, Abhishek. iOS Code Testing: Test-Driven Development and Behavior-Driven Development with Swift. Apress, 2017.
Find full textTest-Driven Infrastructure with Chef: Bring Behavior-Driven Development to Infrastructure as Code. O'Reilly Media, 2013.
Find full textBook chapters on the topic "Behaviour Driven Development"
Kleuker, Stephan. "Behaviour-Driven Development." In Qualitätssicherung durch Softwaretests, 185–214. Wiesbaden: Springer Fachmedien Wiesbaden, 2019. http://dx.doi.org/10.1007/978-3-658-24886-4_8.
Full textSnook, Colin, Thai Son Hoang, Dana Dghyam, Michael Butler, Tomas Fischer, Rupert Schlick, and Keming Wang. "Behaviour-Driven Formal Model Development." In Formal Methods and Software Engineering, 21–36. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-030-02450-5_2.
Full textDiepenbeck, Melanie, Ulrich Kühne, Mathias Soeken, and Rolf Drechsler. "Behaviour Driven Development for Tests and Verification." In Tests and Proofs, 61–77. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-09099-3_5.
Full textBinamungu, Leonard Peter, Suzanne M. Embury, and Nikolaos Konstantinou. "Characterising the Quality of Behaviour Driven Development Specifications." In Lecture Notes in Business Information Processing, 87–102. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-49392-9_6.
Full textLopez-Pellicer, Francisco J., Miguel Ángel Latre, Javier Nogueras-Iso, F. Javier Zarazaga-Soria, and Jesús Barrera. "Behaviour-Driven Development Applied to the Conformance Testing of INSPIRE Web Services." In Connecting a Digital Europe Through Location and Place, 325–39. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-03611-3_19.
Full textQiu, Juntao. "Behavior-Driven Development." In Test-Driven Development with React, 165–77. Berkeley, CA: Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-6972-5_10.
Full textMishra, Abhishek. "Introduction to Behavior-Driven Development." In iOS Code Testing, 317–27. Berkeley, CA: Apress, 2017. http://dx.doi.org/10.1007/978-1-4842-2689-6_10.
Full textAkinalp, Coskun, and Herwig Unger. "Node Behaviour Driven Network Topology Adaption." In Autonomous Systems: Developments and Trends, 229–38. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-24806-1_18.
Full textOkubo, Takao, Yoshio Kakizaki, Takanori Kobashi, Hironori Washizaki, Shinpei Ogata, Haruhiko Kaiya, and Nobukazu Yoshioka. "Security and Privacy Behavior Definition for Behavior Driven Development." In Product-Focused Software Process Improvement, 306–9. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-13835-0_28.
Full textDiepenbeck, Melanie, and Rolf Drechsler. "Behavior Driven Development for Tests and Verification." In Formal Modeling and Verification of Cyber-Physical Systems, 275–77. Wiesbaden: Springer Fachmedien Wiesbaden, 2015. http://dx.doi.org/10.1007/978-3-658-09994-7_11.
Full textConference papers on the topic "Behaviour Driven Development"
Anjum, Mohammad, Silvana Mahon, and Fergal McCaffery. "Development of Health Software using Behaviour Driven Development - BDD." In 8th International Conference on Model-Driven Engineering and Software Development. SCITEPRESS - Science and Technology Publications, 2020. http://dx.doi.org/10.5220/0008984201490157.
Full textBinamungu, Leonard Peter, Suzanne M. Embury, and Nikolaos Konstantinou. "Detecting duplicate examples in behaviour driven development specifications." In 2018 IEEE Workshop on Validation, Analysis and Evolution of Software Tests (VST). IEEE, 2018. http://dx.doi.org/10.1109/vst.2018.8327149.
Full textBinamungu, Leonard Peter, Suzanne M. Embury, and Nikolaos Konstantinou. "Maintaining behaviour driven development specifications: Challenges and opportunities." In 2018 IEEE 25th International Conference on Software Analysis, Evolution and Reengineering (SANER). IEEE, 2018. http://dx.doi.org/10.1109/saner.2018.8330207.
Full textCarter, J., and W. B. Gardner. "BHive: Towards Behaviour-Driven Development Supported by B-Method." In 2016 IEEE 17th International Conference on Information Reuse and Integration (IRI). IEEE, 2016. http://dx.doi.org/10.1109/iri.2016.39.
Full textSolis, Carlos, and Xiaofeng Wang. "A Study of the Characteristics of Behaviour Driven Development." In 2011 37th EUROMICRO Conference on Software Engineering and Advanced Applications (SEAA). IEEE, 2011. http://dx.doi.org/10.1109/seaa.2011.76.
Full textLima, Hedson Rodrigues, Kamilla Costa Souza, Lucas Vitor de Paula, Lucas M. C. e Martins, William F. Giozza, and Rafael T. de Sousa. "Acceptance Tests over Microservices Architecture using Behaviour-Driven Development." In 2021 16th Iberian Conference on Information Systems and Technologies (CISTI). IEEE, 2021. http://dx.doi.org/10.23919/cisti52073.2021.9476643.
Full text"A Modular Method for Global System Behaviour Specification." In 3rd International Conference on Model-Driven Engineering and Software Development. SCITEPRESS - Science and and Technology Publications, 2015. http://dx.doi.org/10.5220/0005245104900497.
Full textEstivill-Castro, Vladimir, and René Hexel. "Verifiable Parameterised Behaviour Models - For Robotic and Embedded Systems." In 6th International Conference on Model-Driven Engineering and Software Development. SCITEPRESS - Science and Technology Publications, 2018. http://dx.doi.org/10.5220/0006573903640371.
Full textKannengiesser, Udo, Florian Krenn, and Christian Stary. "A Behaviour-Driven Development Approach for Cyber-Physical Production Systems." In 2020 IEEE Conference on Industrial Cyberphysical Systems (ICPS). IEEE, 2020. http://dx.doi.org/10.1109/icps48405.2020.9274755.
Full textShih, Sheng-Feng, Chao-Ying Li, and Meng-Chen Lin. "The Diversified Insurance Marketing Channels Driven Development of Consumer Behaviour." In the 2019 10th International Conference. New York, New York, USA: ACM Press, 2019. http://dx.doi.org/10.1145/3345035.3345040.
Full textReports on the topic "Behaviour Driven Development"
Ringhand, Madlen, Maximilian Bäumler, Christian Siebke, Marcus Mai, and Felix Elrod. Report on validation of the stochastic traffic simulation (Part A). Technische Universität Dresden, 2021. http://dx.doi.org/10.26128/2021.242.
Full textSiebke, Christian, Maximilian Bäumler, Madlen Ringhand, Marcus Mai, Mohamed Nadar Ramadan, and Günther Prokop. Report on layout of the traffic simulation and trial design of the evaluation. Technische Universität Dresden, 2021. http://dx.doi.org/10.26128/2021.244.
Full textSiebke, Christian, Maximilian Bäumler, Madlen Ringhand, Marcus Mai, Felix Elrod, and Günther Prokop. Report on design of modules for the stochastic traffic simulation. Technische Universität Dresden, 2021. http://dx.doi.org/10.26128/2021.245.
Full textBrosh, Arieh, Gordon Carstens, Kristen Johnson, Ariel Shabtay, Joshuah Miron, Yoav Aharoni, Luis Tedeschi, and Ilan Halachmi. Enhancing Sustainability of Cattle Production Systems through Discovery of Biomarkers for Feed Efficiency. United States Department of Agriculture, July 2011. http://dx.doi.org/10.32747/2011.7592644.bard.
Full textHealth and ideations of married female adolescents. Population Council, 2021. http://dx.doi.org/10.31899/sbsr2021.1028.
Full textEstimation of Vehicle Miles Traveled Based on Improved Ant Colony Algorithm. SAE International, December 2020. http://dx.doi.org/10.4271/2020-01-5195.
Full textMonetary Policy Report - January 2022. Banco de la República, March 2022. http://dx.doi.org/10.32468/inf-pol-mont-eng.tr1-2022.
Full text