Initial commit
This commit is contained in:
6
03-tail/a-appendix.typ
Normal file
6
03-tail/a-appendix.typ
Normal file
@ -0,0 +1,6 @@
|
||||
#pagebreak()
|
||||
#counter(heading).update(0)
|
||||
#set heading(numbering:"A")
|
||||
= Appendix
|
||||
|
||||
#lorem(50)
|
9
03-tail/bibliography.bib
Normal file
9
03-tail/bibliography.bib
Normal file
@ -0,0 +1,9 @@
|
||||
@article{stateoftheArt,
|
||||
title = {State-of-the-{{Art}} Des {{State}}-of-the-{{Art}}},
|
||||
author = {Fettke, Peter},
|
||||
year = {2006},
|
||||
pages = {257--266},
|
||||
doi = {10.1007/s11576-006-0057-3},
|
||||
abstract = {The world-wide increasing amount of literature makes it necessary to describe, to synthesize, to evaluate, to clarify, or to integrate the results of papers in a particular field of research. Today, the process of conducting a literature review is seen as a scientific procedure, which should be guided by appropriate research methods. This paper analyzes the achieved research level in the Information Systems discipline from a methodological point of view. As a sample we use all articles from the column ,,State-of-the-Art'' of the journal WIRTSCHAFT-SINFORMATIK. The study shows that this research method is common in Information Systems research. However, several important aspects for further development are identified: (1) Until now no mathematical-statistical analysis has been used. (2) Research methods used in the primary papers are not taken into account by reviews. (3) No explicit objectives are discussed by about one third of the articles in the sample. (4) The selection of literature used as a basis for the review is not explicated in any article. (5) About one half of the reviewed articles do not discuss further research questions.},
|
||||
journal = {Wirtschaftsinformatik}
|
||||
}
|
5
03-tail/bibliography.typ
Normal file
5
03-tail/bibliography.typ
Normal file
@ -0,0 +1,5 @@
|
||||
#import "../00-templates/helpers.typ": *
|
||||
#pagebreak()
|
||||
|
||||
#bibliography("../03-tail/bibliography.bib", style:bibstyle)
|
||||
|
9
03-tail/glossary.typ
Normal file
9
03-tail/glossary.typ
Normal file
@ -0,0 +1,9 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Glossary
|
||||
//
|
||||
#let gls-scrum=(name:[Scrum], description:[Scrum is an agile process framework for managing complex knowledge work, with an initial emphasis on software development, although it has been used in other fields and is slowly starting to be explored for other complex work, research and advanced technologies.])
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Acronyms
|
||||
//
|
||||
#let acr-ar=(abbr:[AR], long:[Augmented Reality])
|
Reference in New Issue
Block a user