forked from mrwunderbar666/typst-apa7ish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.typ
58 lines (51 loc) · 3.41 KB
/
example.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#import "template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "A Title is all you need",
subtitle: "The impact of a good title on a paper's citations count",
documenttype: "Research Article",
authors: (
(name: "Klaus Krippendorff",
email: "[email protected]",
affiliation: "University of Pennsylvania",
postal: "Department of Communication, University of Pennsylvania, Philadelphia, PA 19104",
orcid: "0000-1111-1111-1111",
corresponding: true),
(name: "Ashish Vaswani",
affiliation: "Google Brain",
orcid: "0000-1111-1111-1111"),
(name: "Niklas Luhmann",
affiliation: "University of Pennsylvania",
orcid: "0000-1111-1111-1111")
),
// Insert your abstract after the colon, wrapped in brackets.
// Example: `abstract: [This is my abstract...]`
abstract: [Title of a scientific paper is an important element that conveys the main message of the study to the readers.
In this study, we investigate the impact of paper titles on citation count, and propose that the title alone has the highest impact on citation count.
Using a dataset of 1000 scientific papers from various disciplines, we analyzed the correlation between the characteristics of paper titles, such as length, clarity, novelty, and citation count. Our results show that papers with clear,
concise, and novel titles tend to receive more citations than those with longer or less informative titles.
Moreover, we found that papers with creative and attention-grabbing titles tend to attract more readers and
citations, which supports our hypothesis that the title alone has the highest impact on citation count.
Our findings suggest that researchers should pay more attention to crafting effective titles that accurately
and creatively summarize the main message of their research, as it can have a significant impact on the success
and visibility of their work.
],
date: "March 28, 2023",
keywords: [content analysis, citation, bibliometrics]
)
= Introduction
Title of a scientific paper is an important element @teixeira2015importance that conveys the main message of the study to the readers @hartley2019academic.
In this study, we investigate the impact of paper titles on citation count, and propose that the title alone has the highest impact on citation count.
Using a dataset of 1000 scientific papers from various disciplines, we analyzed the correlation between the characteristics of paper titles, such as length, clarity, novelty, and citation count @li2019correlation. Our results show that papers with clear,
concise, and novel titles tend to receive more citations than those with longer or less informative titles @west2013role.
Moreover, we found that papers with creative and attention-grabbing titles tend to attract more readers and
citations, which supports our hypothesis that the title alone has the highest impact on citation count.
Our findings suggest that researchers should pay more attention to crafting effective titles that accurately
and creatively summarize the main message of their research, as it can have a significant impact on the success
and visibility of their work.
= Declaration of Interest Statement
#label("declaration-of-interest-statement")
The authors report there are no competing interests to declare.
#pagebreak()
#bibliography("example.bib")