modify title and rm disclaimer
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 18s
BIN
lib/jkutemplate/JKU.png
Normal file
After Width: | Height: | Size: 11 KiB |
14
lib/jkutemplate/LICENSE
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
MIT No Attribution
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||||
|
software and associated documentation files (the "Software"), to deal in the Software
|
||||||
|
without restriction, including without limitation the rights to use, copy, modify,
|
||||||
|
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
40
lib/jkutemplate/README.md
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
|
||||||
|
[The compiled demo thesis.pdf](./template/thesis.pdf)
|
||||||
|
|
||||||
|
# jku-thesis
|
||||||
|
This is a Typst template for a thesis at JKU.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
You can use this template in the Typst web app by clicking "Start from template" on the dashboard and searching for `not-JKU-thesis`.
|
||||||
|
|
||||||
|
Alternatively, you can use the CLI to kick this project off using the command
|
||||||
|
```
|
||||||
|
typst init @preview/jku-thesis
|
||||||
|
```
|
||||||
|
|
||||||
|
Typst will create a new directory with all the files needed to get you started.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
This template exports the `jku-thesis` function with the following named arguments:
|
||||||
|
|
||||||
|
- `thesis-type`: String
|
||||||
|
- `degree`: String
|
||||||
|
- `program`: String
|
||||||
|
- `supervisor`: String
|
||||||
|
- `advisor`: Array of Strings
|
||||||
|
- `department`: String
|
||||||
|
- `author`: String
|
||||||
|
- `date`: datetime
|
||||||
|
- `place-of-submission`: string
|
||||||
|
- `title`: String
|
||||||
|
- `abstract-en`: Content block
|
||||||
|
- `abstract-de`: optional: Content block or none
|
||||||
|
- `acknowledgements`: optional: Content block or none
|
||||||
|
- `show-title-in-header`: Boolean
|
||||||
|
- `draft`: Boolean
|
||||||
|
|
||||||
|
The template will initialize your package with a sample call to the `jku-thesis` function.
|
||||||
|
|
||||||
|
The dummy thesis, including the sources, was created by generative AI and is simply meant as a placeholder. The content, citations, and data presented are not based on actual research or verified information. They are intended for illustrative purposes only and should not be considered accurate, reliable, or suitable for any academic, professional, or research use. Any resemblance to real persons, living or dead, or actual research, is purely coincidental. Users are advised to replace all placeholder content with genuine, verified data and references before using this material in any formal or academic context.
|
||||||
|
|
||||||
|
|
20
lib/jkutemplate/abstract.typ
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
|
||||||
|
#let abstract(body, lang: "en") = {
|
||||||
|
|
||||||
|
|
||||||
|
let überschriften = (en: "Abstract", de: "Zusammenfassung")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
v(1fr)
|
||||||
|
|
||||||
|
align(center, text(1.4em, weight: 600, überschriften.at(lang)))
|
||||||
|
body
|
||||||
|
|
||||||
|
v(1fr)
|
||||||
|
|
||||||
|
pagebreak()
|
||||||
|
}
|
17
lib/jkutemplate/acknowledgement.typ
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#let acknowledgement(body) = {
|
||||||
|
|
||||||
|
// set text(
|
||||||
|
// size: 12pt,
|
||||||
|
// lang: "en"
|
||||||
|
// )
|
||||||
|
|
||||||
|
// set par(leading: 1em)
|
||||||
|
|
||||||
|
|
||||||
|
// --- Acknowledgements ---
|
||||||
|
align(left, text(1.4em, weight: 700,"Acknowledgements"))
|
||||||
|
body
|
||||||
|
v(15mm)
|
||||||
|
|
||||||
|
pagebreak()
|
||||||
|
}
|
BIN
lib/jkutemplate/big_K.png
Normal file
After Width: | Height: | Size: 27 KiB |
49
lib/jkutemplate/disclaimer.typ
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
#let disclaimer(
|
||||||
|
date: "",
|
||||||
|
place-of-submission: "Place",
|
||||||
|
thesis-type: "",
|
||||||
|
author: "",
|
||||||
|
submission-date: none,
|
||||||
|
) = {
|
||||||
|
|
||||||
|
// --- Disclaimer ---
|
||||||
|
|
||||||
|
text("SWORN DECLARATION", weight: 600, size: 1.4em)
|
||||||
|
|
||||||
|
v(1.5em)
|
||||||
|
[
|
||||||
|
I hereby declare under oath that the submitted #thesis-type's Thesis has been written solely by me without any third-party assistance, information other than provided sources or aids have not been used and those used have been fully documented. Sources for literal, paraphrased and cited quotes have been accurately credited.
|
||||||
|
|
||||||
|
The submitted document here present is identical to the electronically submitted text document.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#v(25mm)
|
||||||
|
// Option 1
|
||||||
|
#grid(
|
||||||
|
columns: 2,
|
||||||
|
gutter: 1fr,
|
||||||
|
|
||||||
|
overline[#sym.wj #sym.space #sym.space #sym.space #sym.space (Place, Date) #sym.space #sym.space #sym.space #sym.space #sym.wj],
|
||||||
|
overline[#sym.wj #sym.space #sym.space #sym.space #sym.space #sym.space (#author) #sym.space #sym.space #sym.space #sym.space #sym.space #sym.wj]
|
||||||
|
)
|
||||||
|
|
||||||
|
// Option 2
|
||||||
|
// #place-of-submission, #submission-date.display()
|
||||||
|
// #align(center)[
|
||||||
|
// #overline[#sym.wj #sym.space #sym.space #sym.space #sym.space #sym.space (#author) #sym.space #sym.space #sym.space #sym.space #sym.space #sym.wj]
|
||||||
|
// ]
|
||||||
|
|
||||||
|
// Option 3
|
||||||
|
// #align(center)[
|
||||||
|
// #overline[#sym.wj #sym.space #sym.space #sym.space #sym.space #sym.space #place-of-submission, #submission-date.display()\; (#author) #sym.space #sym.space #sym.space #sym.space #sym.space #sym.wj]
|
||||||
|
// ]
|
||||||
|
|
||||||
|
#v(15%)
|
||||||
|
|
||||||
|
|
||||||
|
]
|
||||||
|
pagebreak()
|
||||||
|
|
||||||
|
}
|
109
lib/jkutemplate/template.typ
Normal file
@ -0,0 +1,109 @@
|
|||||||
|
#import "titlepage.typ": *
|
||||||
|
#import "disclaimer.typ": *
|
||||||
|
#import "acknowledgement.typ": *
|
||||||
|
#import "abstract.typ": *
|
||||||
|
|
||||||
|
#import "@preview/wordometer:0.1.2": word-count, total-words
|
||||||
|
|
||||||
|
|
||||||
|
#let jku-thesis(
|
||||||
|
thesis-type: "Bachlor/Maser/etc",
|
||||||
|
degree: "The degree",
|
||||||
|
program: "The Program",
|
||||||
|
supervisor: "Your Supervisor",
|
||||||
|
advisors: ("The first advisor", "The second advisor"),
|
||||||
|
department: "The Deparment",
|
||||||
|
author: "The Author",
|
||||||
|
date: "The Submission Date",
|
||||||
|
place-of-submission: "Place of Submission", // for declaration
|
||||||
|
title: "Title",
|
||||||
|
abstract-en: [English Abstract],
|
||||||
|
abstract-de: none,
|
||||||
|
acknowledgements: none,
|
||||||
|
show-title-in-header: true,
|
||||||
|
draft: true,
|
||||||
|
body,
|
||||||
|
) = {
|
||||||
|
|
||||||
|
let draft_string = ""
|
||||||
|
if draft{
|
||||||
|
draft_string = "DRAFT - "
|
||||||
|
}
|
||||||
|
|
||||||
|
set document(author: author, title: draft_string + title)
|
||||||
|
|
||||||
|
|
||||||
|
set page(
|
||||||
|
numbering: "1", // this is necessary for the glossary
|
||||||
|
//number-align: center,
|
||||||
|
margin: (left: 2.5cm+1cm, // binding correction of 1cm for single sided printing
|
||||||
|
right: 2.5cm,
|
||||||
|
y: 2.9cm),
|
||||||
|
header: context{[
|
||||||
|
#if counter(page).get().first() > 2 [
|
||||||
|
#place(top+right ,float: false, dx: 0cm, dy:1cm)[
|
||||||
|
#box(width: 25%)[
|
||||||
|
#align(right)[#image("JKU.png", height: 35pt)]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
#set text(8pt)
|
||||||
|
#if show-title-in-header [
|
||||||
|
#author - #title
|
||||||
|
]
|
||||||
|
|
||||||
|
#if draft [
|
||||||
|
DRAFT
|
||||||
|
]
|
||||||
|
]},
|
||||||
|
footer: context [//overwrite numbering
|
||||||
|
#text(size:9pt)[
|
||||||
|
#table(
|
||||||
|
stroke: none,
|
||||||
|
columns: (1fr, auto, 1fr),
|
||||||
|
align: (left, center, right),
|
||||||
|
inset: 5pt,
|
||||||
|
[],[],[],
|
||||||
|
|
||||||
|
)
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
titlepage(
|
||||||
|
thesis-type: thesis-type,
|
||||||
|
degree: degree,
|
||||||
|
program: program,
|
||||||
|
supervisor: supervisor,
|
||||||
|
advisors: advisors,
|
||||||
|
department: department,
|
||||||
|
author: author,
|
||||||
|
date: date ,
|
||||||
|
title: title
|
||||||
|
)
|
||||||
|
|
||||||
|
if acknowledgements != none [ // optional
|
||||||
|
#acknowledgement(acknowledgements)
|
||||||
|
]
|
||||||
|
|
||||||
|
abstract(lang: "en")[#abstract-en]
|
||||||
|
|
||||||
|
if abstract-de != none [ // optional
|
||||||
|
#abstract(lang: "de")[#abstract-de]
|
||||||
|
]
|
||||||
|
|
||||||
|
counter(page).update(1)
|
||||||
|
|
||||||
|
body
|
||||||
|
|
||||||
|
}
|
63
lib/jkutemplate/template/content/Analysis.typ
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
|
||||||
|
= Analysis
|
||||||
|
#todo[Replace this chapter!]
|
||||||
|
== Introduction
|
||||||
|
The analysis aims to identify patterns and relationships within the data, offering insights into how cats use specific behaviors to influence their human companions and the subsequent effects on human routines and emotions.
|
||||||
|
== Analysis of Observational Data
|
||||||
|
|
||||||
|
=== Behavioral Patterns
|
||||||
|
|
||||||
|
==== Vocalizations
|
||||||
|
|
||||||
|
The observational data revealed distinct patterns in feline vocalizations used for manipulation:
|
||||||
|
|
||||||
|
- *Meowing:* Cats primarily used meowing to solicit food or attention. High-pitched and frequent meows were associated with feeding times, and variations in pitch were observed to correspond with different types of requests.
|
||||||
|
- *Purring:* Cats employed purring as a multifaceted strategy to seek comfort or attention. Instances of purring were often accompanied by other behaviors, such as rubbing or kneading, reinforcing its role in manipulation.
|
||||||
|
- *Chirps and Trills:* These vocalizations were less frequent but used effectively to prompt interaction or play, especially when the cat was engaged with a toy or seeking active play.
|
||||||
|
|
||||||
|
==== Body Language
|
||||||
|
|
||||||
|
Key body language strategies observed included:
|
||||||
|
|
||||||
|
- *Kneading:* Cats used kneading predominantly to solicit attention and comfort. This behavior was frequently observed on human laps or soft surfaces, and was often followed by increased physical interaction from humans.
|
||||||
|
- *Tail Positioning:* The tail's position served as an indicator of the cat's intent and emotional state. Raised tails were associated with positive interactions, while low or flicking tails often preceded withdrawal or irritation.
|
||||||
|
- *Eye Contact:* Slow blinking and direct eye contact were employed to establish trust and encourage affection. Cats that used these behaviors more frequently were often rewarded with petting or close contact from their humans.
|
||||||
|
|
||||||
|
==== Attention-Seeking Behaviors
|
||||||
|
|
||||||
|
Common attention-seeking behaviors included:
|
||||||
|
|
||||||
|
- *Climbing and Jumping:* Cats used climbing and jumping to place themselves physically in the human's space, often leading to increased interaction or feeding.
|
||||||
|
- *Rubbing and Head-Butting:* These behaviors were consistently used to solicit affection or attention. Cats that engaged in these actions more frequently were noted to receive more positive responses from their owners.
|
||||||
|
- *Bringing Objects:* Cats that brought toys to their humans effectively initiated play sessions, demonstrating the use of object-oriented behaviors to engage their caregivers.
|
||||||
|
|
||||||
|
== Analysis of Survey Data
|
||||||
|
|
||||||
|
=== Frequency and Effectiveness
|
||||||
|
|
||||||
|
==== Frequency of Behaviors
|
||||||
|
|
||||||
|
Survey responses indicated that vocalizations, particularly meowing, were the most commonly observed manipulation tactic. Purring and attention-seeking behaviors such as climbing and rubbing were also reported frequently, with variations based on the cat's individual personality and the household environment.
|
||||||
|
|
||||||
|
==== Perceived Effectiveness
|
||||||
|
|
||||||
|
Participants rated meowing and purring as the most effective behaviors for soliciting attention and food. Attention-seeking actions like climbing and object bringing were perceived as effective in prompting immediate interaction or play. The effectiveness of these behaviors was found to correlate with the frequency of their occurrence and the specific context in which they were used.
|
||||||
|
== Analysis of Interview Data
|
||||||
|
|
||||||
|
=== Thematic Insights
|
||||||
|
|
||||||
|
==== Instances of Manipulation
|
||||||
|
|
||||||
|
Interviews revealed detailed accounts of how cats used specific behaviors to achieve desired outcomes. Common examples included cats meowing persistently before feeding time and using purring to calm their humans during stressful moments.
|
||||||
|
|
||||||
|
==== Emotional Reactions
|
||||||
|
|
||||||
|
Participants described a range of emotional responses to their cats' manipulation tactics, from amusement and affection to occasional frustration. The manipulation tactics often led to increased bonding and interaction, though some participants reported feeling manipulated or pressured by their cats' behaviors.
|
||||||
|
|
||||||
|
==== Behavioral Changes
|
||||||
|
|
||||||
|
The interviews highlighted changes in human behavior in response to feline manipulation. Many participants adjusted their routines to accommodate their cats' needs, such as altering feeding schedules or engaging in more playtime. These changes were generally perceived as positive, contributing to a stronger bond between the cat and its owner.
|
||||||
|
6.5 Synthesis of Findings
|
||||||
|
|
||||||
|
The analysis of observational, survey, and interview data collectively demonstrates that cats employ a variety of manipulation tactics to influence their human companions. Vocalizations, body language, and attention-seeking behaviors are used strategically to achieve specific outcomes. The effectiveness of these tactics varies based on the context and the individual cat's behavior. Human responses to these manipulative behaviors are generally positive, though they can occasionally lead to feelings of frustration or manipulation.
|
91
lib/jkutemplate/template/content/Appendix.typ
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
#import "@preview/cheq:0.1.0": checklist
|
||||||
|
|
||||||
|
#show: checklist
|
||||||
|
|
||||||
|
#heading(numbering: none)[Appendix A: Supplementary Material]
|
||||||
|
|
||||||
|
#todo[Replace this with your appendix (not the organ)!]
|
||||||
|
|
||||||
|
|
||||||
|
#silentheading(2)[Introduction]
|
||||||
|
Thank you for participating in this survey. Your responses will help us understand how feline manipulation tactics affect human behavior. Please answer the following questions based on your experiences with your cat(s).
|
||||||
|
|
||||||
|
+ Frequency of Observed Behaviors
|
||||||
|
|
||||||
|
- How often does your cat meow to get your attention?
|
||||||
|
- [ ] Rarely
|
||||||
|
- [ ] Occasionally
|
||||||
|
- [ ] Frequently
|
||||||
|
- [ ] Very frequently
|
||||||
|
|
||||||
|
- How often does your cat purr to get your attention?
|
||||||
|
- [ ] Rarely
|
||||||
|
- [ ] Occasionally
|
||||||
|
- [ ] Frequently
|
||||||
|
- [ ] Very frequently
|
||||||
|
|
||||||
|
- How often does your cat bring objects (e.g., toys) to you?
|
||||||
|
- [ ] Rarely
|
||||||
|
- [ ] Occasionally
|
||||||
|
- [ ] Frequently
|
||||||
|
- [ ] Very frequently
|
||||||
|
|
||||||
|
+ Effectiveness of Behaviors
|
||||||
|
|
||||||
|
- How effective do you find meowing in getting your cat's needs met?
|
||||||
|
- [ ] Not effective
|
||||||
|
- [ ] Slightly effective
|
||||||
|
- [ ] Moderately effective
|
||||||
|
- [ ] Very effective
|
||||||
|
|
||||||
|
- How effective do you find purring in calming or eliciting a positive response from you?
|
||||||
|
- [ ] Not effective
|
||||||
|
- [ ] Slightly effective
|
||||||
|
- [ ] Moderately effective
|
||||||
|
- [ ] Very effective
|
||||||
|
|
||||||
|
- How effective is bringing objects (e.g., toys) in initiating play sessions or interaction?
|
||||||
|
- [ ] Not effective
|
||||||
|
- [ ] Slightly effective
|
||||||
|
- [ ] Moderately effective
|
||||||
|
- [ ] Very effective
|
||||||
|
|
||||||
|
+ Impact on Routines and Emotions
|
||||||
|
|
||||||
|
- How has your cat's behavior affected your daily routine?
|
||||||
|
- [ ] No impact
|
||||||
|
- [ ] Minor impact
|
||||||
|
- [ ] Moderate impact
|
||||||
|
- [ ] Significant impact
|
||||||
|
|
||||||
|
- How do you generally feel when your cat uses manipulation tactics?
|
||||||
|
- [ ] Frustrated
|
||||||
|
- [ ] Amused
|
||||||
|
- [ ] Indifferent
|
||||||
|
- [ ] Affectionate
|
||||||
|
|
||||||
|
+ Additional Comments
|
||||||
|
- Please provide any additional comments or experiences related to your cat's manipulation tactics.
|
||||||
|
|
||||||
|
#heading(numbering: none)[Appendix B: Interview Guide]
|
||||||
|
|
||||||
|
#silentheading(2)[Introduction]
|
||||||
|
|
||||||
|
Thank you for agreeing to participate in this interview. The following questions are designed to gather detailed insights into your experiences with your cat's behavior. Feel free to elaborate on your answers as much as you like.
|
||||||
|
|
||||||
|
+ Instances of Manipulation
|
||||||
|
- Can you describe a specific instance where your cat used manipulation tactics to achieve something?
|
||||||
|
- How did you respond to this behavior?
|
||||||
|
|
||||||
|
+ Emotional Responses
|
||||||
|
- How did you feel during and after the manipulation?
|
||||||
|
- Did the behavior change your emotional state or relationship with your cat?
|
||||||
|
|
||||||
|
+ Behavioral Changes
|
||||||
|
- Have you made any changes to your routine or behavior in response to your cat's manipulation?
|
||||||
|
- How have these changes affected your interactions with your cat?
|
||||||
|
|
||||||
|
+ General Impressions
|
||||||
|
- What do you think about the manipulation tactics used by your cat?
|
||||||
|
- Are there any particular behaviors you find especially effective or challenging?
|
41
lib/jkutemplate/template/content/Conclusion.typ
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
|
||||||
|
|
||||||
|
= Conclusion
|
||||||
|
#todo[Replace this chapter!]
|
||||||
|
== Summary of Findings
|
||||||
|
|
||||||
|
This thesis investigated feline manipulation tactics and their impact on human behavior through a multi-method approach involving observational studies, surveys, and interviews. The key findings of this research can be summarized as follows:
|
||||||
|
|
||||||
|
- *Vocalizations:* Cats use a variety of vocalizations, including meows, purrs, and chirps, to manipulate human behavior. Meowing, particularly when high-pitched and frequent, was primarily used to solicit food or attention. Purring was employed both to seek comfort and to reinforce affectionate interactions. Chirps and trills were less common but effectively used to prompt play and interaction.
|
||||||
|
- *Body Language:* Body language plays a crucial role in feline manipulation. Kneading, tail positioning, and eye contact were observed to be significant in influencing human responses. Kneading was used to solicit attention and comfort, while tail positioning indicated the cat’s emotional state and intent. Slow blinking and direct eye contact helped build trust and encouraged affection.
|
||||||
|
- *Attention-Seeking Behaviors:* Cats engage in various attention-seeking behaviors such as climbing on furniture, rubbing against humans, and bringing objects to prompt interaction. These behaviors were effective in gaining attention and initiating play, often leading to increased human engagement and positive interactions.
|
||||||
|
- *Human Responses:* Survey and interview data revealed that humans generally respond positively to feline manipulation tactics. Many participants reported adjusting their routines and behaviors to accommodate their cats' needs. While these manipulative behaviors often led to enhanced bonding and affection, some participants also experienced frustration or a sense of being manipulated.
|
||||||
|
|
||||||
|
== Implications of Findings
|
||||||
|
|
||||||
|
The findings of this study have several implications for understanding the dynamics of human-feline relationships:
|
||||||
|
|
||||||
|
- *Understanding Feline Behavior:* By identifying and categorizing feline manipulation tactics, this research provides valuable insights into how cats influence human behavior. This understanding can help cat owners recognize and interpret their pets’ needs and motivations more effectively.
|
||||||
|
- *Human-Cat Interaction:* The study highlights the complex nature of human-cat interactions and the role of manipulation in strengthening the bond between cats and their owners. Recognizing and responding to feline manipulation can lead to more harmonious and satisfying relationships.
|
||||||
|
- *Behavioral Adjustments:* The data suggests that while cats’ manipulation tactics can lead to positive outcomes, they may also necessitate changes in human routines and behaviors. Being aware of these dynamics can help owners manage their interactions with their cats more consciously.
|
||||||
|
|
||||||
|
== Limitations of the Study
|
||||||
|
|
||||||
|
Several limitations were noted during the research:
|
||||||
|
|
||||||
|
- *Sample Size:* The study's sample size was limited, which may affect the generalizability of the findings. A larger and more diverse sample could provide a broader perspective on feline manipulation tactics.
|
||||||
|
- *Observational Bias:* Observations were conducted in naturalistic settings, which may have introduced observational bias. While efforts were made to minimize this, the presence of observers could have influenced the cats’ behaviors.
|
||||||
|
- *Self-Reporting Bias:* Survey and interview data were subject to self-reporting bias, as participants' perceptions and recollections may not always accurately reflect their experiences.
|
||||||
|
|
||||||
|
== Recommendations for Future Research
|
||||||
|
|
||||||
|
To build on the findings of this study, future research could consider the following recommendations:
|
||||||
|
|
||||||
|
- *Larger Sample Sizes:* Including a larger and more varied sample of cats and human participants can enhance the generalizability of the results and provide a more comprehensive understanding of feline manipulation tactics.
|
||||||
|
- *Longitudinal Studies:* Conducting longitudinal studies could offer insights into how feline manipulation tactics and human responses evolve over time and in different life stages of both cats and their owners.
|
||||||
|
- *Experimental Research:* Experimental studies could explore the causal relationships between specific feline behaviors and human responses, providing a more detailed understanding of how manipulation tactics affect human behavior.
|
||||||
|
|
||||||
|
== Final Thoughts
|
||||||
|
|
||||||
|
This research contributes to a deeper understanding of the complex interactions between cats and their human companions. By examining the manipulation tactics employed by felines and their effects on human behavior, the study sheds light on the nuanced ways in which cats influence their environment. The insights gained from this research not only enhance our knowledge of feline behavior but also offer practical guidance for improving human-cat relationships
|
52
lib/jkutemplate/template/content/DataCollection.typ
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
|
||||||
|
|
||||||
|
= Data Collection
|
||||||
|
#todo[Replace this chapter!]
|
||||||
|
|
||||||
|
This chapter details the data collection process used to investigate feline manipulation tactics and their impact on human behavior. The study utilized a combination of observational methods, surveys, and interviews to gather comprehensive data on feline behaviors and human responses. This multi-method approach was designed to provide a well-rounded understanding of how cats influence their human companions.
|
||||||
|
|
||||||
|
== Observational Study
|
||||||
|
=== Procedure
|
||||||
|
|
||||||
|
Observations were conducted in participants' homes to capture naturalistic interactions between cats and their human caregivers. The study took place over a six-week period, during which various behaviors were recorded to understand manipulation tactics @Horwitz2010.
|
||||||
|
=== Data Collection Tools
|
||||||
|
|
||||||
|
- *Video Recording:* Cameras were placed in key areas of the home to capture feline behaviors unobtrusively. Video recordings allowed for detailed analysis of vocalizations, body language, and attention-seeking actions @Serpell2017.
|
||||||
|
- *Field Notes:* Observers took detailed notes to complement video recordings. These notes provided context and insights into behaviors that were not always captured on camera @Turner2017.
|
||||||
|
|
||||||
|
=== Focus Areas
|
||||||
|
|
||||||
|
- *Vocalizations:* Different types of vocalizations, such as meows, purrs, and chirps, were documented. Observers noted the frequency, pitch, and context of these vocalizations @McComb2009.
|
||||||
|
- *Body Language:* Behaviors such as kneading, tail positioning, and eye contact were observed and categorized. Attention was given to how these behaviors were used to elicit specific responses from humans @Bradshaw2012.
|
||||||
|
- *Attention-Seeking Behaviors:* Actions like climbing on furniture, rubbing against humans, and bringing objects were recorded to assess their effectiveness in gaining attention or achieving desired outcomes @Odendaal2000.
|
||||||
|
|
||||||
|
== Surveys
|
||||||
|
=== Design
|
||||||
|
|
||||||
|
Surveys were developed to collect quantitative data on human perceptions of feline behavior and its effects. The survey included questions on:
|
||||||
|
|
||||||
|
- *Frequency of Behaviors:* How often participants observed specific manipulation tactics.
|
||||||
|
- *Effectiveness:* How effective participants believed these behaviors were in achieving certain outcomes, such as getting fed or receiving attention.
|
||||||
|
- *Impact on Routines and Emotions:* How these behaviors affected participants' daily routines and emotional states.
|
||||||
|
|
||||||
|
=== Distribution
|
||||||
|
|
||||||
|
Surveys were distributed to human participants through both electronic and paper formats. The survey was designed to be accessible and easy to complete. Follow-up reminders were sent to ensure a high response rate and comprehensive data collection @Serpell2017.
|
||||||
|
=== Analysis
|
||||||
|
|
||||||
|
Survey responses were analyzed to identify trends and patterns in human perceptions of feline manipulation. The data provided insights into the frequency of specific behaviors and their perceived effectiveness in influencing human behavior @Turner2017.
|
||||||
|
|
||||||
|
== Interviews
|
||||||
|
=== Procedure
|
||||||
|
|
||||||
|
In-depth interviews were conducted with a subset of survey participants to gather qualitative insights into their experiences. Interviews were semi-structured, allowing for exploration of specific instances and personal reflections @Bradshaw2012.
|
||||||
|
=== Topics Covered
|
||||||
|
|
||||||
|
- *Instances of Manipulation:* Participants described notable examples where their cats' behaviors led to specific outcomes.
|
||||||
|
- *Emotional Responses:* Participants discussed their emotional reactions to their cats' manipulative tactics.
|
||||||
|
- *Behavioral Changes:* Insights were gathered on how participants' routines and attitudes towards their cats were affected @Horwitz2010.
|
||||||
|
|
||||||
|
=== Data Collection
|
||||||
|
|
||||||
|
Interviews were recorded and transcribed for analysis. The transcriptions were coded to identify common themes and patterns related to feline manipulation tactics and their impact on human behavior @Odendaal2000.
|
22
lib/jkutemplate/template/content/Introduction.typ
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
|
||||||
|
= Introduction <chapter_introduction>
|
||||||
|
<intro>
|
||||||
|
#todo[replace this chapter with your introduction]
|
||||||
|
@intro
|
||||||
|
== Background and Motivation
|
||||||
|
Cats have been companions to humans for thousands of years, yet their unique behavior and the subtle art of their interaction with humans remain only partially understood. Unlike dogs, whose domestication has long been associated with clear roles in human societies, cats have carved out a distinct niche within domestic settings. Their autonomy, coupled with an apparent mastery of human psychology, positions them as enigmatic figures in the world of pets @Bradshaw2012[p.20] . This peculiar relationship motivates the current study, which seeks to explore how cats manage to manipulate and train their human companions to cater to their needs and desires.
|
||||||
|
|
||||||
|
Feline behavior is often characterized by an apparent nonchalance and independence, yet this exterior masks a sophisticated interplay of manipulation and affection @Turner2017[pp. 90-110]. Observations indicate that cats use a variety of subtle and overt strategies to influence human behavior, from purring and meowing to more nuanced actions like "kneading" and selective attention-seeking @McComb2009. This complex interaction raises questions about the cognitive and emotional dynamics at play and how these influence both the cats' and their human caregivers' daily lives.
|
||||||
|
|
||||||
|
== Research Gap
|
||||||
|
While substantial research exists on domestic animals and their roles in human lives, the focus has predominantly been on dogs, often highlighting their roles as companions, workers, or service animals. In contrast, the behavioral intricacies of cats and their impact on human behavior are less thoroughly explored @Serpell2017. Most studies in feline behavior have concentrated on health-related issues or general behavioral patterns, leaving a significant gap in understanding the specific ways in which cats manipulate their human counterparts.
|
||||||
|
|
||||||
|
Current literature does not fully address how cats employ particular behaviors to influence human actions or how these interactions affect human psychology and household dynamics @Horwitz2010. The existing research often lacks a detailed analysis of the behavioral strategies employed by cats to achieve their goals, such as gaining attention, securing food, or ensuring comfort @Odendaal2000. This thesis aims to address these gaps by providing a comprehensive examination of feline manipulation tactics and their consequences for human behavior.
|
||||||
|
|
||||||
|
== Research Objectives and Questions
|
||||||
|
The primary aim of this thesis is to delve into the ways cats influence and manipulate their human companions. This exploration involves identifying and categorizing the specific behaviors that cats use to affect human actions, understanding the psychological mechanisms that underlie these behaviors, and assessing the broader impact on human routines and emotional well-being.
|
||||||
|
|
||||||
|
To achieve these objectives, the research will address several key questions. First, it will investigate the precise behaviors employed by cats to manipulate their human caregivers. This includes examining how various tactics, such as vocalizations, body language, and other interactions, are strategically used to achieve specific goals. Secondly, the study will explore the cognitive and emotional processes involved in these manipulation tactics, seeking to understand the underlying psychological mechanisms that enable cats to exert influence over humans. Finally, the research will evaluate the effects of feline behaviors on human behavior, including changes in daily routines, emotional responses, and overall household dynamics.
|
||||||
|
|
||||||
|
By addressing these questions, the thesis aims to provide a comprehensive understanding of feline manipulation and its implications for both cats and their human companions.
|
23
lib/jkutemplate/template/content/LiteratureReview.typ
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
|
||||||
|
= Literature Review
|
||||||
|
#todo[Replace this chapter!]
|
||||||
|
== Overview of Feline Behavior
|
||||||
|
|
||||||
|
Feline behavior has been a subject of interest in animal behavior research, though often overshadowed by studies focusing on dogs. Research has highlighted the domestic cat's unique blend of independence and social interaction. Key studies have documented general behaviors such as purring, kneading, and scratching, as well as their implications for cat health and well-being @Bradshaw2012. However, these studies often overlook the more nuanced aspects of how these behaviors impact human interactions.
|
||||||
|
|
||||||
|
== Human-Animal Interactions
|
||||||
|
|
||||||
|
The field of human-animal interactions has provided valuable insights into the bond between pets and their owners. Research shows that animals, including cats, can influence human emotions and behaviors through various mechanisms @Odendaal2000. Studies on dogs have revealed that they can alter human social interactions and emotional states, suggesting similar potential for cats. However, the specific ways in which cats employ behavioral strategies to manipulate human behavior have not been thoroughly examined @Horwitz2010.
|
||||||
|
|
||||||
|
== Comparative Studies: Cats vs. Dogs
|
||||||
|
|
||||||
|
Comparative studies between cats and dogs reveal differences in their interactions with humans. Dogs, as pack animals, tend to engage in more overtly cooperative and submissive behaviors, which are well-documented and studied. In contrast, cats, as solitary hunters, exhibit a more subtle and independent approach to their interactions @Serpell2017. While dogs have been shown to use behaviors such as eye contact and body language to solicit attention and cooperation, cats often rely on more covert tactics, such as strategic vocalizations and selective affection @McComb2009.
|
||||||
|
|
||||||
|
== Theories of Animal Manipulation
|
||||||
|
|
||||||
|
Theories of animal manipulation suggest that animals use various strategies to influence human behavior. For example, the "manipulative attachment theory" posits that pets use attachment behaviors to elicit caregiving responses from their owners. In cats, these behaviors might include specific vocalizations, body movements, and patterns of attention-seeking @Turner2017. However, existing research primarily focuses on the general impact of these behaviors rather than the specific strategies cats use to achieve their goals.
|
||||||
|
|
||||||
|
== Gaps in the Literature
|
||||||
|
|
||||||
|
Despite the considerable research on domestic animals, significant gaps remain in understanding the precise ways in which cats manipulate their human companions. While there is some research on general feline behavior, there is limited investigation into how these behaviors are used strategically to influence human actions @Horwitz2010. The subtle nature of feline manipulation, combined with the focus on more overt animal behaviors, has resulted in a lack of comprehensive studies examining the detailed tactics cats use and their effects on human behavior and household dynamics.
|
62
lib/jkutemplate/template/content/Methodology.typ
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
= Methodology
|
||||||
|
#todo[Replace this chapter!]
|
||||||
|
== Research Design
|
||||||
|
|
||||||
|
This study employs a mixed-methods approach to comprehensively investigate feline manipulation tactics and their effects on human behavior. By combining qualitative and quantitative methods, the research aims to provide a detailed understanding of the specific behaviors cats use to influence their human companions, as well as the psychological and emotional impacts of these behaviors.
|
||||||
|
|
||||||
|
== Participants
|
||||||
|
=== Feline Subjects
|
||||||
|
|
||||||
|
The study includes a sample of domestic cats from diverse backgrounds to ensure a broad understanding of feline manipulation tactics. Cats are selected based on criteria such as age, breed, and living conditions, with the goal of representing a variety of typical domestic scenarios. The following images are examples of the participating cats:
|
||||||
|
|
||||||
|
- Miss Moneypenny: female, ragdoll, 11 years
|
||||||
|
#figure(
|
||||||
|
image("../images/MissMoneypenny.jpg", width: 60%), caption: flex-caption([Beautiful cat named Miss Moneypenny],[Picture of Miss Moneypenny])
|
||||||
|
)<MissMoneypenny>
|
||||||
|
|
||||||
|
- James Bond: male, ragdoll, 11 years
|
||||||
|
#figure(
|
||||||
|
image("../images/JamesBond.jpg", width: 60%), caption: flex-caption([Charming cat named James Bond],[Picture of James Bond])
|
||||||
|
)<JamesBond>
|
||||||
|
|
||||||
|
- Calcipher: male, oriental short hair, 4 months
|
||||||
|
#figure(
|
||||||
|
image("../images/Calcipher.jpg", width: 60%), caption: flex-caption([Adorable kitten named Calcipher],[Picture of Calcipher])
|
||||||
|
)<Calcipher>
|
||||||
|
|
||||||
|
- Mei: female, oriental short hair, 4 months
|
||||||
|
|
||||||
|
#figure(
|
||||||
|
image("../images/Mei.jpg", width: 60%), caption: flex-caption([Cute kitten named Mei],[Picture of Mei])
|
||||||
|
)<Mei>
|
||||||
|
|
||||||
|
=== Human Subjects
|
||||||
|
|
||||||
|
Human participants are recruited from households with cats to observe interactions and gather insights into the impact of feline behavior. Inclusion criteria include having lived with the cat for at least six months to ensure familiarity with the cat's behavioral patterns. Participants are selected to represent a range of demographics to capture diverse experiences.
|
||||||
|
|
||||||
|
== Data Collection Methods
|
||||||
|
Observational Study
|
||||||
|
|
||||||
|
Observations are conducted in naturalistic settings to document feline behaviors and their impact on human responses. Cats and their human companions are observed over a period of six weeks, focusing on interactions related to manipulation tactics such as vocalizations, body language, and attention-seeking behaviors. Observations are recorded using video and field notes to capture detailed instances of manipulation.
|
||||||
|
Surveys and Interviews
|
||||||
|
|
||||||
|
Surveys are distributed to human participants to gather quantitative data on their perceptions of feline behavior and its effects on their daily routines and emotional well-being. The survey includes questions about the frequency of specific behaviors, perceived manipulative tactics, and changes in human behavior as a result.
|
||||||
|
|
||||||
|
In-depth interviews are conducted with a subset of participants to explore their experiences and insights in greater detail. Interviews focus on specific instances of feline manipulation and its impact on household dynamics and personal feelings. The interviews are semi-structured, allowing flexibility to explore relevant topics that arise during the conversation.
|
||||||
|
|
||||||
|
== Data Analysis
|
||||||
|
=== Qualitative Analysis
|
||||||
|
|
||||||
|
Data from observations and interviews are analyzed using thematic analysis to identify common patterns and themes in feline manipulation tactics and human responses. Key behaviors and strategies are categorized, and the relationships between these behaviors and human reactions are explored.
|
||||||
|
==== Quantitative Analysis
|
||||||
|
|
||||||
|
Survey data are analyzed using statistical techniques to quantify the prevalence of specific behaviors and their perceived impact. Descriptive statistics, such as frequency distributions and measures of central tendency, are used to summarize the data. Inferential statistics, such as correlation and regression analyses, are employed to examine relationships between feline behaviors and changes in human routines and emotions.
|
||||||
|
|
||||||
|
== Ethical Considerations
|
||||||
|
|
||||||
|
Ethical approval is obtained from the relevant institutional review board (IRB) to ensure that all research activities adhere to ethical standards. Informed consent is obtained from all human participants, and confidentiality is maintained by anonymizing personal data. Feline subjects are observed in their natural environment without any intervention that could affect their well-being.
|
||||||
|
|
||||||
|
== Limitations
|
||||||
|
|
||||||
|
The study acknowledges potential limitations, including the observational nature of the research, which may introduce observer bias. Additionally, the sample size for both feline and human participants may limit the generalizability of the findings. Efforts are made to minimize these limitations by employing rigorous data collection and analysis methods.
|
105
lib/jkutemplate/template/content/Tutorial.typ
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
#import "../utils.typ": todo, silentheading, flex-caption
|
||||||
|
#import "@preview/wrap-it:0.1.0": wrap-content
|
||||||
|
|
||||||
|
= Tutorial <Tutorial>
|
||||||
|
#todo[Exclude this chapter!]
|
||||||
|
|
||||||
|
This template uses the Arial font with size 11pt, a spacing of 1em with a side margin of 2.5cm with a 1cm single sided bounding correction, which is _*intended*_ to follow the guidelines of the @jku. This can be edited in the `thesis.typ` file#footnote[This is a footnote.]. If you are looking for how to cite, this sentence is what your are looking for @Bradshaw2012. This is an abbreviation that is explained in the glossary, which is the @goat.
|
||||||
|
== Drafting and Inwriting
|
||||||
|
Set the boolean variables `inwriting` and `draft` inside `utils.typ`.
|
||||||
|
|
||||||
|
The `draft` variable is used to show DRAFT in the header and the title. This should be true until the final version is handed-in.
|
||||||
|
|
||||||
|
The `inwriting` is used to change the appearance of the document for easier writing. Set to `true` for yourself but `false` for handing in a draft or so.
|
||||||
|
== Example for figures
|
||||||
|
=== Normal Figure
|
||||||
|
#lorem(30)
|
||||||
|
And this is a reference to this @tag.
|
||||||
|
#figure(
|
||||||
|
image("../images/MissMoneypenny.jpg", width: 60%), caption: flex-caption([This is a #strike[caption] beautiful cat named Miss Moneypenny ],[Picture of Miss Moneypenny (short description of the image for the list of figures)])
|
||||||
|
|
||||||
|
)<tag>
|
||||||
|
|
||||||
|
|
||||||
|
=== Wrap-Content
|
||||||
|
#wrap-content([#figure(image("../images/JamesBond.jpg", width:150pt,), caption: [another caption])],
|
||||||
|
[
|
||||||
|
#lorem(100)
|
||||||
|
|
||||||
|
], align: right)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
=== Sub-Figures
|
||||||
|
#figure(grid(columns: 2, row-gutter: 2mm, column-gutter: 1mm,
|
||||||
|
|
||||||
|
image("../images/Calcipher.jpg", height: 200pt), image("../images/Mei.jpg", height: 200pt),
|
||||||
|
|
||||||
|
"a) test 1", "b) test2"),
|
||||||
|
|
||||||
|
caption: "Caption"
|
||||||
|
|
||||||
|
)<label>
|
||||||
|
|
||||||
|
== Math
|
||||||
|
|
||||||
|
This is how you define inline math: $a^2 + b^2 = c^2$. For bigger equations you can use a math block, as you can see in @eq1.
|
||||||
|
$
|
||||||
|
integral_(-oo)^(oo) f(x) d x = 1\
|
||||||
|
1 = 1
|
||||||
|
$<eq1>
|
||||||
|
|
||||||
|
== Tables
|
||||||
|
=== Normal Table
|
||||||
|
#align(center)[
|
||||||
|
#table(
|
||||||
|
columns: 3,
|
||||||
|
align: center,
|
||||||
|
table.header(
|
||||||
|
[Substance],
|
||||||
|
[Subcritical °C],
|
||||||
|
[Supercritical °C],
|
||||||
|
),
|
||||||
|
[Hydrochloric Acid],
|
||||||
|
[12.0], [92.1],
|
||||||
|
[Sodium Myreth Sulfate],
|
||||||
|
[16.6], [104],
|
||||||
|
[Potassium Hydroxide],
|
||||||
|
table.cell(colspan: 2)[24.7],
|
||||||
|
)]
|
||||||
|
=== Referenceable Table
|
||||||
|
#figure(
|
||||||
|
table(
|
||||||
|
columns: 3,
|
||||||
|
align: center,
|
||||||
|
table.header(
|
||||||
|
[Substance],
|
||||||
|
[Subcritical °C],
|
||||||
|
[Supercritical °C],
|
||||||
|
),
|
||||||
|
[Hydrochloric Acid],
|
||||||
|
[12.0], [92.1],
|
||||||
|
[Sodium Myreth Sulfate],
|
||||||
|
[16.6], [104],
|
||||||
|
[Potassium Hydroxide],
|
||||||
|
table.cell(colspan: 2)[24.7],
|
||||||
|
),
|
||||||
|
caption: "This is a caption"
|
||||||
|
)
|
||||||
|
|
||||||
|
#silentheading(4)[This is a silent level 4 heading]
|
||||||
|
This won't show up in the overview.
|
||||||
|
== Code
|
||||||
|
Some python code:
|
||||||
|
```py
|
||||||
|
print("Hello World")
|
||||||
|
```
|
||||||
|
Some C++ code:
|
||||||
|
```cpp
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
std::cout << "Hello World!";
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
```
|
17
lib/jkutemplate/template/glossary.typ
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
// this is an example. Check https://typst.app/universe/package/glossarium
|
||||||
|
|
||||||
|
#let glossary = (
|
||||||
|
// minimal term
|
||||||
|
(key: "jku", short: "Johannes Kepler University"),
|
||||||
|
// a term with a long form
|
||||||
|
(key: "goat", short: "GOAT", long: "greatest of all time"),
|
||||||
|
// no long form here
|
||||||
|
(key: "kdecom", short: "KDE Community", desc:"An international team developing and distributing Open Source software."),
|
||||||
|
// a full term with description containing markup
|
||||||
|
(
|
||||||
|
key: "oidc",
|
||||||
|
short: "OIDC",
|
||||||
|
long: "OpenID Connect",
|
||||||
|
desc: [OpenID is an open standard and decentralized authentication protocol promoted by the non-profit
|
||||||
|
#link("https://en.wikipedia.org/wiki/OpenID#OpenID_Foundation")[OpenID Foundation].]),
|
||||||
|
)
|
BIN
lib/jkutemplate/template/images/Calcipher.jpg
Normal file
After Width: | Height: | Size: 378 KiB |
BIN
lib/jkutemplate/template/images/JamesBond.jpg
Normal file
After Width: | Height: | Size: 494 KiB |
BIN
lib/jkutemplate/template/images/Mei.jpg
Normal file
After Width: | Height: | Size: 436 KiB |
BIN
lib/jkutemplate/template/images/MissMoneypenny.jpg
Normal file
After Width: | Height: | Size: 436 KiB |
100
lib/jkutemplate/template/items.bib
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
@Comment{
|
||||||
|
from https://api.zotero.org/users/{xxx}/collections/{xxx}/items/top?key={xxx}&format=biblatex
|
||||||
|
--> you can use the following shell script to copy the data to the clipboard
|
||||||
|
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
limit=25
|
||||||
|
start=0
|
||||||
|
your_user_id="98765"
|
||||||
|
your_collection_id="ABC123"
|
||||||
|
your_zotero_key="xxxxxx"
|
||||||
|
|
||||||
|
# Retrieve data from the link
|
||||||
|
while true; do
|
||||||
|
response=$(curl -s "https://api.zotero.org/users/$your_user_id/collections/$your_collection_id/items/top?key=$your_zotero_key&format=biblatex&limit=$limit&start=$start")
|
||||||
|
if [ -z "$response" ]; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
echo "$response"
|
||||||
|
start=$((start + limit))
|
||||||
|
done | pbcopy
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{cite_todo,
|
||||||
|
title = {todo},
|
||||||
|
author = {todo},
|
||||||
|
}
|
||||||
|
|
||||||
|
@book{Bradshaw2012,
|
||||||
|
author = {John W. S. Bradshaw},
|
||||||
|
title = {Cat Sense: How the New Feline Science Can Make You a Better Friend to Your Pet},
|
||||||
|
publisher = {Basic Books},
|
||||||
|
year = {2012},
|
||||||
|
address = {New York},
|
||||||
|
isbn = {978-0465021222}
|
||||||
|
}
|
||||||
|
|
||||||
|
@book{Turner2017,
|
||||||
|
author = {David C. Turner and Patrick Bateson},
|
||||||
|
title = {The Domestic Cat: The Biology of Its Behaviour},
|
||||||
|
publisher = {Cambridge University Press},
|
||||||
|
year = {2017},
|
||||||
|
edition = {4th},
|
||||||
|
address = {Cambridge},
|
||||||
|
isbn = {978-1107405795}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{Mason2003,
|
||||||
|
author = {G. J. Mason},
|
||||||
|
title = {Behavioural problems of companion animals: An overview},
|
||||||
|
journal = {Applied Animal Behaviour Science},
|
||||||
|
year = {2003},
|
||||||
|
volume = {81},
|
||||||
|
number = {3},
|
||||||
|
pages = {169-179},
|
||||||
|
doi = {10.1016/S0168-1591(02)00229-6}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{McComb2009,
|
||||||
|
author = {K. McComb and K. P. Taylor},
|
||||||
|
title = {Vocal communication in cats: Evidence of intentional communication},
|
||||||
|
journal = {Journal of Animal Science},
|
||||||
|
year = {2009},
|
||||||
|
volume = {87},
|
||||||
|
number = {4},
|
||||||
|
pages = {208-215},
|
||||||
|
doi = {10.2527/jas.2008-1198}
|
||||||
|
}
|
||||||
|
|
||||||
|
@book{Serpell2017,
|
||||||
|
author = {James A. Serpell},
|
||||||
|
title = {The Domestic Cat: A Comprehensive Guide},
|
||||||
|
publisher = {Oxford University Press},
|
||||||
|
year = {2017},
|
||||||
|
address = {Oxford},
|
||||||
|
isbn = {978-0198728062}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{Odendaal2000,
|
||||||
|
author = {J. S. J. Odendaal and D. R. Meintjes},
|
||||||
|
title = {Neurophysiological correlates of the bond between humans and their pets},
|
||||||
|
journal = {Journal of Comparative Psychology},
|
||||||
|
year = {2000},
|
||||||
|
volume = {114},
|
||||||
|
number = {4},
|
||||||
|
pages = {285-292},
|
||||||
|
doi = {10.1037/0735-7036.114.4.285}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{Horwitz2010,
|
||||||
|
author = {David F. Horwitz and Sarah A. Mills},
|
||||||
|
title = {Feline behavior and human-animal interactions},
|
||||||
|
journal = {Veterinary Clinics of North America: Small Animal Practice},
|
||||||
|
year = {2010},
|
||||||
|
volume = {40},
|
||||||
|
number = {1},
|
||||||
|
pages = {39-54},
|
||||||
|
doi = {10.1016/j.cvsm.2009.09.002}
|
||||||
|
}
|
239
lib/jkutemplate/template/thesis.typ
Normal file
@ -0,0 +1,239 @@
|
|||||||
|
#import "@preview/not-jku-thesis:0.1.0": jku-thesis
|
||||||
|
|
||||||
|
#import "utils.typ": inwriting, draft, todo, flex-caption, flex-caption-styles
|
||||||
|
#import "glossary.typ": glossary
|
||||||
|
#import "@preview/glossarium:0.2.6": make-glossary, print-glossary, gls, glspl
|
||||||
|
|
||||||
|
#show: make-glossary
|
||||||
|
#show: flex-caption-styles
|
||||||
|
|
||||||
|
|
||||||
|
/** Drafting
|
||||||
|
|
||||||
|
Set the boolean variables `inwriting` and `draft` inside utils.typ.
|
||||||
|
|
||||||
|
The "draft" variable is used to show DRAFT in the header and the title. This should be true until the final version is handed-in.
|
||||||
|
|
||||||
|
The "inwriting" is used to change the appearance of the document for easier writing. Set to true for yourself but false for handing in a draft or so.
|
||||||
|
|
||||||
|
**/
|
||||||
|
|
||||||
|
|
||||||
|
// global text settings
|
||||||
|
#set text(lang: "en", weight: "regular", font: "Arial", size: 11pt)
|
||||||
|
#set text(ligatures: false)
|
||||||
|
#set par(leading: 1em, first-line-indent: 0em, justify: true)
|
||||||
|
#show par: set block(spacing: 1.5em) // spacing after a paragraph
|
||||||
|
#show raw: set text( size: 9pt) // set text for code-blocks (``)
|
||||||
|
|
||||||
|
#set page(margin: (left: 2.5cm+1cm, // binding correction of 1cm for single sided printing
|
||||||
|
right: 2.5cm,
|
||||||
|
y: 2.9cm),
|
||||||
|
// margin: (inside: 2.5cm+1cm, // binding correction of 1cm for double sided printing
|
||||||
|
// outside: 2.5cm,
|
||||||
|
// y:2.5cm),
|
||||||
|
// binding: left
|
||||||
|
)
|
||||||
|
|
||||||
|
#let date = datetime.today() // not today: datetime(year: 1969, month: 9, day: 6,)
|
||||||
|
#let k-number = "k12345678"
|
||||||
|
|
||||||
|
|
||||||
|
#show: jku-thesis.with(
|
||||||
|
thesis-type: "Master",
|
||||||
|
degree: "Master of Science",
|
||||||
|
program: "Feline Behavioral Studies",
|
||||||
|
supervisor: "Professor Mittens Meowington, Ph.D.",
|
||||||
|
advisors: ("Dr. Felix Pawsworth","Dr. Whiskers Purrington"), // singular advisor like this: ("Dr. Felix Pawsworth",) and no supervisor: ""
|
||||||
|
department: "Department of Animal Psychology",
|
||||||
|
author: "Felina Whiskerstein, BSc.",
|
||||||
|
date: date,
|
||||||
|
place-of-submission: "Linz",
|
||||||
|
title: "Purrfection: How Cats Skillfully Train and Manipulate Humans to Serve Their Every Need",
|
||||||
|
abstract-en: [//max. 250 words
|
||||||
|
This study explores the intricate ways in which domestic cats employ manipulation tactics to influence human behavior. Utilizing a mixed-methods approach that combines observational data, surveys, and interviews, this research investigates how cats utilize vocalizations, body language, and attention-seeking behaviors to achieve their goals, ranging from soliciting food to initiating play.
|
||||||
|
|
||||||
|
The findings reveal that cats predominantly use vocalizations such as meowing, purring, and chirping to manipulate their human companions. Meowing is particularly effective for demanding attention and food, while purring is often used to enhance bonding and comfort. Chirps and trills are employed to encourage play and interaction. Additionally, body language such as kneading, tail positioning, and eye contact play significant roles in communication and manipulation. Attention-seeking behaviors, including climbing, rubbing, and bringing objects, are crucial in eliciting responses from humans.
|
||||||
|
|
||||||
|
The research highlights the positive impact of these manipulation tactics on human-cat relationships, although it also acknowledges the potential for frustration and behavioral adjustments by cat owners. The study contributes valuable insights into the complexities of human-animal interactions and suggests pathways for future research, including larger sample sizes, longitudinal studies, and experimental investigations.
|
||||||
|
|
||||||
|
This work offers practical implications for enhancing human-cat interactions and improving the understanding of feline behavior, fostering more harmonious relationships between cats and their human companions.
|
||||||
|
],
|
||||||
|
abstract-de: none,// or specify the abbstract_de in a container []
|
||||||
|
acknowledgements: [
|
||||||
|
I would like to extend a huge thank you to Dr. Felina Whiskers, my primary advisor, for her pawsitive support and expert guidance. Without her wisdom and occasional catnip breaks, this thesis might have turned into a hairball of confusion.
|
||||||
|
|
||||||
|
A special shoutout to Dr. Felix Pawsworth, my co-advisor, for his keen insights and for keeping me from chasing my own tail during this research. Your input was invaluable and much appreciated.
|
||||||
|
|
||||||
|
To the cat owners, survey respondents, and interviewees—thank you for sharing your feline escapades. Your stories made this research more entertaining than a laser pointer.
|
||||||
|
|
||||||
|
Lastly, to my family and friends, thank you for tolerating the endless cat puns and my obsession with feline behavior. Your patience and encouragement kept me from becoming a full-time cat herder.
|
||||||
|
|
||||||
|
To everyone who contributed to this thesis, directly or indirectly, I offer my heartfelt gratitude. You've all made this journey a little less ruff!
|
||||||
|
|
||||||
|
],//acknowledgements: none // if you are self-made
|
||||||
|
show-title-in-header: false,
|
||||||
|
draft: draft,
|
||||||
|
)
|
||||||
|
|
||||||
|
// set equation and heading numbering
|
||||||
|
#set math.equation(numbering: "(1)")
|
||||||
|
#set heading(numbering: "1.1")
|
||||||
|
|
||||||
|
|
||||||
|
// Set font size
|
||||||
|
#show heading.where(level: 3): set text(size: 1.05em)
|
||||||
|
#show heading.where(level: 4): set text(size: 1.0em)
|
||||||
|
#show figure: set text(size: 0.9em)
|
||||||
|
|
||||||
|
// Set spacings
|
||||||
|
#set table(inset: 6.5pt)
|
||||||
|
#show table: set par(justify: false)
|
||||||
|
#show figure: it => [#v(1em) #it #v(1em)]
|
||||||
|
|
||||||
|
#show heading.where(level: 1): set block(above: 1.95em, below: 1em)
|
||||||
|
#show heading.where(level: 2): set block(above: 1.85em, below: 1em)
|
||||||
|
#show heading.where(level: 3): set block(above: 1.75em, below: 1em)
|
||||||
|
#show heading.where(level: 4): set block(above: 1.55em, below: 1em)
|
||||||
|
|
||||||
|
|
||||||
|
// Pagebreak after level 1 headings
|
||||||
|
#show heading.where(level: 1): it => [
|
||||||
|
#pagebreak(weak: true)
|
||||||
|
#it
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
// Set citation style
|
||||||
|
#set cite(style: "iso-690-author-date") // page info visible
|
||||||
|
//#set cite(style: "iso-690-numeric") // page info visible
|
||||||
|
//#set cite(style: "springer-basic")// no additional info visible (page number in square brackets)
|
||||||
|
//#set cite(style: "alphanumeric")// page info not visible
|
||||||
|
|
||||||
|
|
||||||
|
// Table stroke
|
||||||
|
#set table(stroke: 0.5pt + black)
|
||||||
|
|
||||||
|
|
||||||
|
// show reference targets in brackets
|
||||||
|
#show ref: it => {
|
||||||
|
let el = it.element
|
||||||
|
if el != none and el.func() == heading {
|
||||||
|
|
||||||
|
[#it (#el.body)]
|
||||||
|
} else [#it]
|
||||||
|
}
|
||||||
|
|
||||||
|
// color links and references for the final document
|
||||||
|
// #show link: set text(fill: blue)
|
||||||
|
// #show ref: set text(fill: color.olive)
|
||||||
|
|
||||||
|
|
||||||
|
// style table-of-contents
|
||||||
|
#show outline.entry.where(
|
||||||
|
level: 1
|
||||||
|
): it => {
|
||||||
|
v(1em, weak: true)
|
||||||
|
strong(it)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Draft Settings //
|
||||||
|
#show cite: set text(fill: purple) if inwriting // highlight citations
|
||||||
|
#show footnote: set text(fill: purple) if inwriting
|
||||||
|
#show ref: set text(fill: purple) if inwriting
|
||||||
|
|
||||||
|
// Custom Footer //
|
||||||
|
#set page(footer: context [
|
||||||
|
#text(size:9pt)[
|
||||||
|
#table(
|
||||||
|
stroke: none,
|
||||||
|
columns: (1fr, auto, 1fr),
|
||||||
|
align: (left, center, right),
|
||||||
|
inset: 5pt,
|
||||||
|
[#date.display("[month repr:long] [day], [year]")],[#k-number],[#counter(page).display(
|
||||||
|
"1",
|
||||||
|
)],
|
||||||
|
|
||||||
|
)
|
||||||
|
]
|
||||||
|
])
|
||||||
|
|
||||||
|
// ------ Content ------
|
||||||
|
|
||||||
|
// Table of contents.
|
||||||
|
#outline(
|
||||||
|
title: {
|
||||||
|
text(1.3em, weight: 700, "Contents")
|
||||||
|
v(10mm)
|
||||||
|
},
|
||||||
|
indent: 2em,
|
||||||
|
depth: 3
|
||||||
|
)<outline>
|
||||||
|
#pagebreak(weak: false)
|
||||||
|
|
||||||
|
|
||||||
|
// --- Main Chapters ---
|
||||||
|
|
||||||
|
|
||||||
|
#include "content/Tutorial.typ"// Some trivial, but useful snippets
|
||||||
|
|
||||||
|
#include "content/Introduction.typ"
|
||||||
|
|
||||||
|
#include "content/LiteratureReview.typ"
|
||||||
|
|
||||||
|
#include "content/Methodology.typ"
|
||||||
|
|
||||||
|
#include "content/DataCollection.typ"
|
||||||
|
|
||||||
|
#include "content/Analysis.typ"
|
||||||
|
|
||||||
|
#include "content/Conclusion.typ"
|
||||||
|
|
||||||
|
|
||||||
|
// --- Appendixes ---
|
||||||
|
|
||||||
|
// restart page numbering using roman numbers
|
||||||
|
#set page(footer: context [
|
||||||
|
#text(size:9pt)[
|
||||||
|
#table(
|
||||||
|
stroke: none,
|
||||||
|
columns: (1fr, auto, 1fr),
|
||||||
|
align: (left, center, right),
|
||||||
|
inset: 5pt,
|
||||||
|
[#date.display("[month repr:long] [day], [year]")],[#k-number],[#counter(page).display(
|
||||||
|
"i",
|
||||||
|
)],
|
||||||
|
|
||||||
|
)
|
||||||
|
]
|
||||||
|
])
|
||||||
|
#counter(page).update(1)
|
||||||
|
|
||||||
|
|
||||||
|
#include("content/Appendix.typ")
|
||||||
|
|
||||||
|
// List of Acronyms - comment out, if not needed (no abbreviations were used).
|
||||||
|
#heading(numbering: none)[List of Acronyms]
|
||||||
|
#print-glossary(glossary)
|
||||||
|
|
||||||
|
// List of figures - comment out, if not needed.
|
||||||
|
#heading(numbering: none)[List of Figures]
|
||||||
|
#outline(
|
||||||
|
title: none,
|
||||||
|
target: figure.where(kind: image),
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
// List of tables - comment out, if not needed.
|
||||||
|
#heading(numbering: none)[List of Tables]
|
||||||
|
#outline(
|
||||||
|
title: none,
|
||||||
|
target: figure.where(kind: table))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// --- Bibliography ---
|
||||||
|
|
||||||
|
#set par(leading: 0.7em, first-line-indent: 0em, justify: true)
|
||||||
|
#bibliography("items.bib", style: "apa")
|
35
lib/jkutemplate/template/utils.typ
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
#let inwriting = true
|
||||||
|
#let draft = true
|
||||||
|
|
||||||
|
#assert(not(inwriting and not(draft)), message: "If inwriting is true, draft should be true as well.")
|
||||||
|
|
||||||
|
#let todo(it) = [
|
||||||
|
#if inwriting [
|
||||||
|
#text(size: 0.8em)[#emoji.pencil] #text(it, fill: red, weight: 600)
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
||||||
|
#let silentheading(level, body) = [
|
||||||
|
#heading(outlined: false, level: level, numbering: none, bookmarked: true)[#body]
|
||||||
|
]
|
||||||
|
|
||||||
|
#let in-outline = state("in-outline", false)
|
||||||
|
|
||||||
|
#let flex-caption-styles = rest => {
|
||||||
|
show outline: it => {
|
||||||
|
in-outline.update(true)
|
||||||
|
it
|
||||||
|
in-outline.update(false)
|
||||||
|
}
|
||||||
|
rest
|
||||||
|
}
|
||||||
|
|
||||||
|
#let flex-caption(long, short) = (
|
||||||
|
context (
|
||||||
|
if in-outline.get() {
|
||||||
|
short
|
||||||
|
} else {
|
||||||
|
long
|
||||||
|
}
|
||||||
|
)
|
||||||
|
)
|
BIN
lib/jkutemplate/thumbnail.png
Normal file
After Width: | Height: | Size: 153 KiB |
89
lib/jkutemplate/titlepage.typ
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
|
||||||
|
#let titlepage(
|
||||||
|
thesis-type: "",
|
||||||
|
degree: "",
|
||||||
|
program: "",
|
||||||
|
supervisor: "",
|
||||||
|
advisors: (),
|
||||||
|
department: "",
|
||||||
|
author: "",
|
||||||
|
date: none,
|
||||||
|
title: ""
|
||||||
|
) ={
|
||||||
|
|
||||||
|
set par(leading: 0.65em, first-line-indent: 0em, justify: false)
|
||||||
|
show par: set block(spacing: 1.2em) // spacing after a paragraph
|
||||||
|
|
||||||
|
place(bottom+left,float: false, dx: 0cm, dy:-10%)[#box(width: 74%)[
|
||||||
|
|
||||||
|
// Title in upper case
|
||||||
|
#text(size: 28pt, weight: "black", font: "Arial")[#title]
|
||||||
|
// JKU big-K Logo
|
||||||
|
#image("big_K.png", width: 125pt)
|
||||||
|
//#v(-1cm)
|
||||||
|
// Additional Information
|
||||||
|
#set text(weight: "regular", font: "Arial")
|
||||||
|
#text(size: 14pt)[#thesis-type's Thesis\ ]
|
||||||
|
#text(size: 11pt)[to confer the academic degree of\ ]
|
||||||
|
#text(size: 14pt)[#degree\ ]
|
||||||
|
#text(size: 11pt)[in the #thesis-type's program\ ]
|
||||||
|
#text(size: 14pt)[#program ]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
||||||
|
// JKU logo in the header
|
||||||
|
place(top+right ,float: false, dx: 1cm, dy: -1.6cm)[#box(width: 26%)[
|
||||||
|
// Title
|
||||||
|
#align(right)[#image("JKU.png", width: 150pt)]
|
||||||
|
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
||||||
|
place(top+right ,float: false, dx: 1.2cm, dy: 3cm)[#box(width: 28%)[
|
||||||
|
// Title
|
||||||
|
#align(left)[
|
||||||
|
|
||||||
|
|
||||||
|
#text(size: 9pt)[
|
||||||
|
Author\
|
||||||
|
*#author* \ \
|
||||||
|
Submission\
|
||||||
|
*#department*\ \
|
||||||
|
Thesis Supervisor\
|
||||||
|
*#supervisor*\ \
|
||||||
|
#if advisors != () and advisors != "" [
|
||||||
|
#if advisors.len()>=2 [
|
||||||
|
Assistant Thesis Supervisors\
|
||||||
|
] else [
|
||||||
|
Assistant Thesis Supervisor\
|
||||||
|
]
|
||||||
|
*#advisors.join(", \n")*\ \
|
||||||
|
]
|
||||||
|
#date.display("[month repr:long] [year]")
|
||||||
|
]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
||||||
|
place(bottom+right ,float: false, dx: 1cm, dy:1cm)[#box(width: 25%)[
|
||||||
|
// Title
|
||||||
|
#align(left)[
|
||||||
|
|
||||||
|
#text(size: 8pt)[
|
||||||
|
|
||||||
|
#text(size: 8pt, weight: "black", font: "Arial")[JOHANNES KEPLER
|
||||||
|
UNIVERSITY LINZ]\
|
||||||
|
Altenberger Straße 69\
|
||||||
|
4040 Linz, Austria\
|
||||||
|
jku.at\
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
pagebreak()
|
||||||
|
}
|
17
lib/jkutemplate/typst.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
[package]
|
||||||
|
name = "not-jku-thesis"
|
||||||
|
version = "0.1.0"
|
||||||
|
entrypoint = "template.typ"
|
||||||
|
authors = ["Raphael Siegl"]
|
||||||
|
license = "MIT-0"
|
||||||
|
description = "Customizable not official template for a thesis at the JKU, derived from a template created by Fabian Scherer <https://www.linkedin.com/in/fabian-scherer-de/> with Leon Weber in an advisory role."
|
||||||
|
categories = ["thesis"]
|
||||||
|
homepage = "https://github.com/Slyde-R/not-jku-thesis-template"
|
||||||
|
keywords = ["Johannes Kepler Universtät", "JKU", "Thesis", "Masterarbeit", "Bachelorarbeit", "Final Thesis", "Bachelor's Thesis", "Master's Thesis"]
|
||||||
|
disciplines = []
|
||||||
|
compiler = "0.11.0"
|
||||||
|
|
||||||
|
[template]
|
||||||
|
path = "template"
|
||||||
|
entrypoint = "thesis.typ"
|
||||||
|
thumbnail = "thumbnail.png"
|
5
main.typ
@ -1,4 +1,4 @@
|
|||||||
#import "@preview/not-jku-thesis:0.1.0": jku-thesis
|
#import "lib/jkutemplate/template.typ": jku-thesis
|
||||||
|
|
||||||
#import "utils.typ": inwriting, draft, todo, flex-caption, flex-caption-styles
|
#import "utils.typ": inwriting, draft, todo, flex-caption, flex-caption-styles
|
||||||
#import "glossary.typ": glossary
|
#import "glossary.typ": glossary
|
||||||
@ -39,7 +39,6 @@
|
|||||||
#let date = datetime.today() // not today: datetime(year: 1969, month: 9, day: 6,)
|
#let date = datetime.today() // not today: datetime(year: 1969, month: 9, day: 6,)
|
||||||
#let k-number = "k12104785"
|
#let k-number = "k12104785"
|
||||||
|
|
||||||
|
|
||||||
#show: jku-thesis.with(
|
#show: jku-thesis.with(
|
||||||
thesis-type: "Bachelor",
|
thesis-type: "Bachelor",
|
||||||
degree: "Bachelor of Science",
|
degree: "Bachelor of Science",
|
||||||
@ -50,7 +49,7 @@
|
|||||||
author: "Lukas Heiligenbrunner",
|
author: "Lukas Heiligenbrunner",
|
||||||
date: date,
|
date: date,
|
||||||
place-of-submission: "Linz",
|
place-of-submission: "Linz",
|
||||||
title: "Few shot learning for anomaly detection",
|
title: "Few-Shot Learning for Anomaly Detection",
|
||||||
abstract-en: [//max. 250 words
|
abstract-en: [//max. 250 words
|
||||||
This thesis explores the application of Few-Shot Learning (FSL) in anomaly detection, a critical area in industrial and automotive domains requiring robust and efficient algorithms for identifying defects.
|
This thesis explores the application of Few-Shot Learning (FSL) in anomaly detection, a critical area in industrial and automotive domains requiring robust and efficient algorithms for identifying defects.
|
||||||
Traditional methods, such as PatchCore and EfficientAD, achieve high accuracy but often demand extensive training data and are sensitive to environmental changes, necessitating frequent retraining.
|
Traditional methods, such as PatchCore and EfficientAD, achieve high accuracy but often demand extensive training data and are sensitive to environmental changes, necessitating frequent retraining.
|
||||||
|