initial commit

This commit is contained in:
Daniel Sommer 2019-02-11 16:03:17 +01:00
commit 8353364b63
13 changed files with 2824 additions and 0 deletions

2043
final-ex.bcf Normal file

File diff suppressed because it is too large Load Diff

21
final-ex.bib Normal file
View File

@ -0,0 +1,21 @@
@online{gordon,
title={Understanding English: What is Cohesion \& Coherence? (Cambridge Testing Explained)},
url={http://gordonscruton.blogspot.com/2011/08/what-is-cohesion-coherence-cambridge.html},
journal={Understanding English},
author={{Gordon}},
year={2011},
month={08},
urldate={2019-02-10}
}
@online{example-abstract,
author={www.unice.fr},
url={http://www.unice.fr/sg/authors/abstracts.htm},
urldate={2019-02-10}
}
@online{paraphrasing,
author={{www.deakin.edu.au}},
url={https://www.deakin.edu.au/students/studying/study-support/referencing/summarising-paraphrasing-quoting},
urldate={2019-02-10}
}

BIN
final-ex.pdf Normal file

Binary file not shown.

87
final-ex.run.xml Normal file
View File

@ -0,0 +1,87 @@
<?xml version="1.0" standalone="yes"?>
<!-- logreq request file -->
<!-- logreq version 1.0 / dtd version 1.0 -->
<!-- Do not edit this file! -->
<!DOCTYPE requests [
<!ELEMENT requests (internal | external)*>
<!ELEMENT internal (generic, (provides | requires)*)>
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)>
<!ELEMENT cmdline (binary, (option | infile | outfile)*)>
<!ELEMENT input (file)+>
<!ELEMENT output (file)+>
<!ELEMENT provides (file)+>
<!ELEMENT requires (file)+>
<!ELEMENT generic (#PCDATA)>
<!ELEMENT binary (#PCDATA)>
<!ELEMENT option (#PCDATA)>
<!ELEMENT infile (#PCDATA)>
<!ELEMENT outfile (#PCDATA)>
<!ELEMENT file (#PCDATA)>
<!ATTLIST requests
version CDATA #REQUIRED
>
<!ATTLIST internal
package CDATA #REQUIRED
priority (9) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST external
package CDATA #REQUIRED
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST provides
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST requires
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST file
type CDATA #IMPLIED
>
]>
<requests version="1.0">
<internal package="biblatex" priority="9" active="0">
<generic>latex</generic>
<provides type="dynamic">
<file>final-ex.bcf</file>
</provides>
<requires type="dynamic">
<file>final-ex.bbl</file>
</requires>
<requires type="static">
<file>blx-dm.def</file>
<file>blx-compat.def</file>
<file>biblatex.def</file>
<file>blx-natbib.def</file>
<file>standard.bbx</file>
<file>authoryear.bbx</file>
<file>authoryear-icomp.bbx</file>
<file>authoryear-icomp.cbx</file>
<file>biblatex.cfg</file>
<file>english.lbx</file>
</requires>
</internal>
<external package="biblatex" priority="5" active="0">
<generic>biber</generic>
<cmdline>
<binary>biber</binary>
<infile>final-ex</infile>
</cmdline>
<input>
<file>final-ex.bcf</file>
</input>
<output>
<file>final-ex.bbl</file>
</output>
<provides type="dynamic">
<file>final-ex.bbl</file>
</provides>
<requires type="dynamic">
<file>final-ex.bcf</file>
</requires>
<requires type="editable">
<file>final-ex.bib</file>
</requires>
</external>
</requests>

BIN
final-ex.synctex.gz Normal file

Binary file not shown.

673
final-ex.tex Normal file
View File

@ -0,0 +1,673 @@
\documentclass[a4paper,11pt]{report}
\usepackage{multicol}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{ulem}
\usepackage[
backend=biber,
urldate=long, % default: short, e.g. 08/15/2010
style=authoryear-icomp, % Harvard citation style
backref, % if you like (cit. on p. 2)
sorting=nty, % this is default: sort by name, title, year
sortlocale=de_DE, % set according to your needs
ibidpage=false,
natbib=true, % if you want to use natbib compatible citation commands; do _not_ use package natbib!
maxbibnames=1000, % show all authors in the bibliography
]{biblatex}
\addbibresource{final-ex.bib}
\usepackage[ % hyperref should be last package loaded
pdftex, % driver
%TODO: check pdf information (title, name)
pdftitle={Online-Präsenz: Chance oder Risiko für gastgewerbliche KMUs},
pdfsubject={Bachelorarbeit},
pdfauthor={Daniel Sommer},
breaklinks, % permits line breaks for long links
bookmarks, % create Adobe bookmarks
bookmarksnumbered, % ... and include section numbers
linktocpage, % "make page number, not text, be link on TOC ..."
colorlinks, % yes ...
linkcolor=black, % normal internal links;
anchorcolor=black, % don't make scientific papers too much colourful => "black"
citecolor=black,
urlcolor=blue, % quite common
pdfstartview={Fit}, % "Fit" fits the page to the window
pdfpagemode=UseOutlines, % open bookmarks in Acrobat
plainpages=false, % avoids duplicate page number problem
pdfpagelabels,
]{hyperref}
\begin{document}
\title{English Summary}
\author{Benjamin Moser\\Daniel Sommer}
\maketitle
\tableofcontents
\chapter{Scientific/Academic Writing}
\section{Do's and Don'ts}
\begin{enumerate}
\item Use straightforward language.
\begin{itemize}
\item Take care with grammar and sentence construction.
\item Avoid using a note-style of writing.
\end{itemize}
\item Try not to use pompous language.
\begin{itemize}
\item For example: use "find out" rather than "endeavour to ascertain".
\end{itemize}
\item Provide definitions.
\begin{itemize}
\item Include explanations of technical or unusual terms
\end{itemize}
\item Use impersonal language.
\begin{itemize}
\item write in the third person singular \textrightarrow avoid 'I' or 'We' and use 'It' instead
\end{itemize}
\item Be precise.
\begin{itemize}
\item Avoid using terms such as 'nice', 'good' or 'excellent'
\end{itemize}
\item Be concise and to the point.
\begin{itemize}
\item \sout{'at the time of writing'} \sout{'at this point in time'} \textrightarrow
'now', currently'
\end{itemize}
\item Try not to make generalizations.
\begin{itemize}
\item \sout{"Everyone agrees that cold calling does not produce results".}
"According to the Mori Report (2000), cold calling does not produce results."
\end{itemize}
\item Use cautious language.
\begin{itemize}
\item This means that statements cannot easily be challenged.
\begin{itemize}
\item e.g. ``Cold calling \textbf{may} not produce results.''
\end{itemize}
\end{itemize}
\item Use appropriate verb tenses.
\begin{itemize}
\item Reports often use
\begin{itemize}
\item the present tense in the introduction \textrightarrow "This report examines..."
\item the past tense when discussing findings \textrightarrow "Results showed that..."
\end{itemize}
\end{itemize}
\item Be careful when using acronyms.
\begin{itemize}
\item acronyms must be written full out the first time they are used \textrightarrow
e.g. curriculum vitae (C.V.)
\end{itemize}
\item Ensure you are linking points together
\begin{itemize}
\item When using a lead sentence make sure that the points that follow on link to this:
\begin{itemize}
\item This style of CV creates the opportunity to:
\begin{itemize}
\item \sout{Can highlight skills and achievements.}
\item highlight skills and achievements.
\item \sout{Identifies personal attributes.}
\item identify personal attributes.
\end{itemize}
\end{itemize}
\end{itemize}
\item Do not address the reader directly or use questions
\item Be careful not to use redundant phrases.
\begin{itemize}
\item 'various differences'. Various implies different so you do not need both words.
\end{itemize}
\item Do not start sentences with these linking words.
\begin{itemize}
\item but, and, yet
\end{itemize}
\item Avoid using contractions.
\begin{itemize}
\item \sout{``they're'',``don't''} \textrightarrow ``they are'',``do not''
\item \sout{``etc'',``ie''}
\end{itemize}
\item Avoid making negative statements.
\begin{itemize}
\item \sout{”Calling firms directly should not be discouraged.”}
\item ”Calling firms directly should be encouraged.”
\end{itemize}
\item Try to avoid making sentences overlong and complicated.
\item Limit the use of run-on expressions
\begin{itemize}
\item \sout{“and so forth”, “etc.”}
\end{itemize}
\item use digits to write numbers unless they come at the beginning of a sentence.
\begin{itemize}
\item Expenses had to be reduced by \textbf{80 \%}
\item \textbf{Eighty percent} of the respondents said that they would never shop there again.
\end{itemize}
\end{enumerate}
\section{Rules}
\section{Problematic Expressions}
\subsection{``Exist'' cannot be translated to ``es gibt''}
\begin{itemize}
\item \sout{to exist} \textrightarrow ``there is''/ ``there are''
\item \sout{There exist models that that combine the two approaches.}
\item There are models that combine the two approaches.
\item Many computer systems exist side by side in the factory. \textrightarrow ok
\end{itemize}
\subsection{This/ These vs That/Those}
\begin{itemize}
\item \sout{``that, those''} \textrightarrow ``this, these''
\end{itemize}
\subsection{e.g. and i.e.}
\begin{itemize}
\item They performed a variety of functions \sout{e.g.} \textbf{such as} quality control.
\end{itemize}
\subsection{False friends (austrianisms)}
\begin{itemize}
\item ``for example'' cannot be translated to ``zum Beispiel, beispielsweise''
\begin{itemize}
\item The responsibilities of the marketing manager \sout{are for example} \textbf{include} the creation of ...
\end{itemize}
\item ``respectively'' cannot be translated to ``beziehungsweise'' \textrightarrow ``both ... and''
\item ``im folgenden'' \textrightarrow ``the following section describes...''
\item ``aktuell'' \textrightarrow ``the \textbf{current} crisis has...''
\item ``kontrollieren'' cannot be translated to ``control''
\begin{itemize}
\item Neutral auditors frequently \textbf{check/monitor} on safety standards.
\end{itemize}
\end{itemize}
\section{Linking words}
\begin{figure}[h!]
\centering
\includegraphics[width=\textwidth]{images/table.png}
\caption{Linking words}
\end{figure}
\chapter{Paraphrasing}
\section{Definition}
\begin{itemize}
\item Paraphrasing
\begin{itemize}
\item is rewording a text and not shorting it.
\item means to include ideas or information from an original source in your paper by rephrasing in your own words.
\end{itemize}
\end{itemize}
\section{How to paraphrase}
\begin{itemize}
\item use as few words as possible from the original text
\item be mindful, not to change the meaning
\item proper cite your paraphrase to avoid plagiarism
\end{itemize}
\subsection{Citation}
\begin{itemize}
\item Citations are normally written in the present tense.
\item There are two parts for referencing sources.
\end{itemize}
\subsubsection{In-text citation}
``To write successfully at university you need a sense of what the final product should look and sound like, so if possible, read model assignments or if these are not available, study the way in which journal articles have been written in your specific area. These articles may be lengthy and some may be based on research rather than a discussion of issues, but from them you will get a sense of how academic writing 'sounds', that is, its tone, and also how respected writers in your field assemble information. You will also gain a sense of the complexity of being an apprentice writer in an academic culture, or rather cultures, where expectations may vary from discipline to discipline, even subject to subject and where you can build a repertoire of critical thinking and writing skills that enable you to enter the academic debates, even to challenge.
Morley-Warner, T 2001, Academic writing is…: a guide to writing in a university context , 2nd edn, CREA Publications, University of Technology Sydney, Lindfield, NSW.
''
\begin{figure}[h!]
\centering
\includegraphics[width=0.9\textwidth]{images/in-text.png}
\caption{In text citation}
\end{figure}
``Students will come to understand what is required of them in their writing by studying how journal articles are written (Morley-Warner 2001, p. 6). They will also become aware of the different demands of various disciplines and even the different requirements from subject to subject, argues Morley-Warner (2001, p. 6). Through this process, Morley-Warner maintains, students will develop critical thinking and writing skills that will allow them to participate in academic debate and even to challenge ideas.''
\begin{multicols}{3}
\begin{itemize}
\item according to
\item assess
\item assume
\item argue
\item agree
\item assert
\item believe
\item challenge
\item claim
\item compare
\item conclude
\item consider
\item contradict
\item define
\item demonstrate
\item describe
\item determine
\item develop
\item discuss
\item disagree
\item discover
\item emphasize
\item establish
\item examine
\item explore
\item evaluate
\item focus on
\item highlight
\item identify
\item insist
\item indicate
\item imply
\item mention
\item note
\item observe
\item outline
\item point out
\item portray
\item present
\item propose
\item recommend
\item refer
\item state
\item stress
\item suggest
\end{itemize}
\end{multicols}
\begin{figure}[h!]
\centering
\includegraphics[width=0.9\textwidth]{images/already-cited.png}
\caption{Cite already cited source}
\end{figure}
\citep{paraphrasing}
\subsubsection{Reference lists}
\begin{figure}[h!]
\centering
\includegraphics[width=0.9\textwidth]{images/reference-list-book.png}
\caption{Reference list entry for a book}
\end{figure}
\begin{itemize}
\item all information that someone needs to follow up the source is contained in the reference list
\item are arranged alphabetically by first author
\end{itemize}
\begin{figure}[h!]
\centering
\includegraphics[width=0.9\textwidth]{images/reference-list-journal.png}
\caption{Reference list entry for a journal}
\end{figure}
\chapter{Effective Paragraphs}
\section{Do's and Don'ts}
\subsection{avoid/do not use}
\begin{itemize}
\item passive voice\textrightarrow use active verbs
\item the verbs ``be, get''
\item contractions (don't, ...)
\item phrasal verbs (going on, etc.)
\item to start sentences with linking words such as ``but, and, or yet''
\item addressing the reader directly: ``you''
\item generic adjectives such as ``interesting, nice, good, bad, big, small''
\item expressions like ``etc.''
\item asking direct questions
\item waste words ``is, this, that, there''
\item quantifiers like ``many, any, much''
\begin{multicols}{3}
\begin{itemize}
\item not any\textrightarrow no
\item not much\textrightarrow little
\item not many\textrightarrow few
\end{itemize}
\end{multicols}
\end{itemize}
\section{Paragraph structure}
\begin{itemize}
\item topic sentence
\item supporting sentences (must support the topic sentence/idea)
\begin{multicols}{3}
\begin{itemize}
\item explanations
\item evidences
\item examples
\end{itemize}
\end{multicols}
\item a concluding sentence (not a ``must have'')
\begin{itemize}
\item link or sum up
\end{itemize}
\end{itemize}
\subsection{Methods for a well-developed paragraph}
\begin{itemize}
\item examples and illustrations
\item cite data (facts, statistics, evidence, details, ...)
\item compare and contractions
\item evaluate causes and reasons
\item examine testimony, effects, consequences
\item analyse the topic
\item describe the topic
\item offer a chronology of an event (time segments)
\end{itemize}
\subsection{Parts of a paragraph}
\subsubsection{Topic Sentence}
\begin{itemize}
\item is generally the first sentence in a paragraph
\item main idea
\end{itemize}
\begin{figure}[h!]
\centering
\includegraphics[width=0.9\textwidth]{images/parts-of-paragraph.png}
\end{figure}
\subsubsection{Explaination}
\begin{itemize}
\item clarify your point
\item define any important terms
\item rephrase what you said
\item work through any difficult or confusing concepts
\end{itemize}
\subsubsection{Expansion}
\begin{itemize}
\item give details
\item give additional information
\item support a bigger, broader understanding
\end{itemize}
\subsubsection{Illustration}
\begin{itemize}
\item give examples
\item use real incidents, anecdotes, recorded activities
\item quote the experts
\item compare and contrast to other ideas
\end{itemize}
\subsubsection{Evidence}
\begin{itemize}
\item give facts, statistics, chronology of events
\item quote the experts
\end{itemize}
\subsubsection{Application}
\begin{itemize}
\item How does the idea work?
\item What does it imply or what effects does it have?
\item What examples of the idea in action can you cite?
\end{itemize}
\section{Coherence}
``Cohesion refers to connectivity in a text. Coherence refers to how easy it is to understand the writing.''~\citep{gordon}
\subsection{Bridges}
\subsubsection{Logical Bridges}
\begin{itemize}
\item carry the topic idea from sentence to sentence
\item successive sentences can be constructed in parallel from
\end{itemize}
\subsubsection{Verbal Bridges}
\begin{figure}[h!]
\centering
\includegraphics[width=0.9\textwidth]{images/technics.png}
\end{figure}
\begin{itemize}
\item Repetition of key words or synonyms
\item usage of pronouns to refer to nouns (persons, things) in previous sentences
\begin{itemize}
\item ``this, that, it, which, what,...'',``he, his, him'',``she, her, hers'',...
\end{itemize}
\item transition words or phrases to link ideas
\begin{itemize}
\item consequences: ``as a result'', ``because of this'', ``so'', ``therefore'',...
\item ordering:
``firstly'',
``secondly'',
``finally'', ...
\item continuation:
``and'',
``furthermore'', ...
\item opposition:
``on the contrary'',
``nevertheless'',
``in spite of'',
``despite'', ...
\end{itemize}
\item substitute forms for verbs~\textrightarrow ``do''
\begin{itemize}
\item \textbf{Plagiarizing} someone's work is a very sensitive issue for teacher feedback. Since it is considered by many to be a very serious academic offence [...], teachers are very reluctant to accuse students of \textbf{doing} it.
\end{itemize}
\item text referring words
\begin{itemize}
\item
``problem'',
``solution'',
``issue'',
``situation'', ...
\end{itemize}
\end{itemize}
\chapter{Abstract}
\section{General Definitions}
An abstract
\begin{itemize}
\item defines a condensed form of a longer piece of writing
\item is a short, concise text
\item is a short summary of your completed research
\item follows precise rules
\item is usually used for publications
\item must archive a high degree of perfection
\item should be peer-corrected
\item common length of an abstract \textrightarrow 150 to 200 words
\end{itemize}
\subsection{Functions according to Huckin (2001)}
\begin{enumerate}
\item \textbf{standalone mini-texts} to give readers a \textbf{short summary} of a studies
\begin{multicols}{3}
\begin{itemize}
\item study topic
\item methodology
\item main findings
\end{itemize}
\end{multicols}
\item \textbf{decision criterion} if someone read or don't read the whole
\item provider for a \textbf{preview and roadmap}
\item provider for \textbf{indexing help}
\end{enumerate}
\subsection{Why do we write abstracts?}
\begin{itemize}
\item abstracts are important parts in academic assignments (reports, research papers, ...)
\item last item to write and the first others will reader
\item gives a quick overview of the whole paper
\item abstracts serve a ``selling'' function
\end{itemize}
\subsection{How to write an abstract?}
\begin{itemize}
\item re-read the report/paper and shrink the information in each section down to 1-2 sentences
\item re-read those sentences to ensure
\begin{itemize}
\item they cover the main ideas
\item no main idea of the work is missing
\end{itemize}
\item check the word length and cut out unnecessary words
\item rewrite some of the sentences into single, more succinct sentences
\item edit for flow and expressions
\end{itemize}
\subsection{Good practice (Do's)}
\subsubsection{Essential}
\begin{itemize}
\item most important information first
\item full citation of the source before the abstract
\item same type and style of language as in the original work
\item key words and phrases to quickly identify the focus of the work
\item clear, concise and powerful language
\end{itemize}
\subsubsection{Optional (should include)}
\begin{itemize}
\item the hypothesis of the work, usually in the first sentence
\item background information
\item same chronological structure as the original work
\end{itemize}
\subsection{Bad practice (Don'ts)}
\begin{itemize}
\item do not refer extensively to other works
\item do not add information which is not contained in the original work
\item do not define terms
\end{itemize}
\subsection{What makes a good abstract?}
\begin{itemize}
\item well-developed paragraph
\begin{itemize}
\item coherent and concise
\item able to stand alone as a unit of information
\item covers all the essential academic elements
\begin{multicols}{3}
\begin{itemize}
\item background
\item purposes
\item focus
\item methods
\item results
\item conclusion
\end{itemize}
\end{multicols}
\end{itemize}
\end{itemize}
\section{Essential Parts of an abstract}
\subsection{Background}
\begin{itemize}
\item One or two sentences placing the work in context.
\end{itemize}
\subsection{Aims}
\begin{itemize}
\item One or two sentences giving the purpose of the work.
\end{itemize}
\subsubsection{Phrases}
\begin{itemize}
\item The purpose of this thesis/ study is to
\begin{multicols}{2}
\begin{itemize}
\item show ...
\item find out ...
\end{itemize}
\end{multicols}
\item This thesis
\begin{multicols}{2}
\begin{itemize}
\item examines ...
\item assesses ...
\item evaluates ...
\item investigates ...
\end{itemize}
\end{multicols}
\item This thesis
\begin{multicols}{3}
\begin{itemize}
\item deals with ...
\item focuses on ...
\item aims at ...
\end{itemize}
\end{multicols}
\item The aim/ objective of this thesis is to ...
\end{itemize}
\subsection{Methods}
\begin{itemize}
\item One or two sentences placing the work in context.
\end{itemize}
\subsubsection{Phrases}
\begin{itemize}
\item Research is based on ...
\item Different types of ... are reviewed.
\item The theoretical part/ practical session
\begin{itemize}
\item gives an insight into ...
\item gives an overview of ...
\item is based on ...
\end{itemize}
\end{itemize}
\subsection{Results (absolutely essential)}
\begin{itemize}
\item One or two sentences indicating the main findings.
\end{itemize}
\subsubsection{Phrases}
\begin{itemize}
\item These findings
\begin{multicols}{2}
\begin{itemize}
\item show that ...
\item indicate that ...
\end{itemize}
\end{multicols}
\item This research shows that ...
\item This thesis demonstrates that ...
\item This research provides some evidence that ...
\end{itemize}
\subsection{Conclusion}
\begin{itemize}
\item One or two sentences giving the most important consequence of the work (explains results).
\end{itemize}
\subsubsection{Phrases}
\begin{itemize}
\item The implications of these findings are ...
\item From the survey it can be concluded that ...
\end{itemize}
\section{Example Abstract}
\subsection{Background}
Previous research with structured abstracts has taken place in mainly medical
contexts. This research indicated that such abstracts are more informative, more readable,
and more appreciated by readers than are traditional abstracts.
\subsection{Aim}
The purpose of this study was to test the hypothesis that structured abstracts might also be
appropriate for a particular psychology journal.
\subsection{Method}
More than twenty traditional abstracts from the Journal of Educational Psychology were re-written in a structured form. Measures of word length, information content and readability were made
for both sets of abstracts, and 48 authors rated their clarity.
\subsection{Results}
The structured abstracts were significantly longer than the original ones, but they were also
significantly more informative and readable, and judged significantly clearer by these
academic authors~\citep{example-abstract}.
\section{Structure}
\subsection{Motivation/problem statement}\label{subsec:abstract-motivation}
This section should include
\begin{multicols}{2}
\begin{itemize}
\item an explanation
\begin{itemize}
\item why do we care about the problem
\item of the works scope
\end{itemize}
\item the importance of the work
\item difficulty of the area
\item the impact it might have
\end{itemize}
\end{multicols}
\subsection{Methods/procedure/approach}
\begin{itemize}
\item What did you actually do to get your results?
\end{itemize}
\subsection{Results/findings/products}
\begin{itemize}
\item As a result of completing the above procedure, what did you learn/invent/create?
\end{itemize}
\subsection{Conclusion/implications}
\begin{itemize}
\item larger implications of your findings
\begin{itemize}
\item especially for the problem/gap identified in section~\ref{subsec:abstract-motivation}
\end{itemize}
\end{itemize}
% Abstract writing
% Sense of abstract
% Parts of abstract
% Paraphrasing - Citation
% Citation rules from power point (complete text from handout)
% Do's and don'ts (theory and practice)
% Practical
% Cite some phrases
% Cite a whole text
% Effective Paragraphs
% Theory - complete text from handout
% Rules (what is needed for a good paragraph, what parts has it)
% Cohesion & Coherence
% What is it
% When/where is it used
% Example tactics
% Practice
% Topic sentence of paragraph
% Paragraph to topic sentence
% English for Academic Purposes BASICS
% Collocations
\printbibliography
\end{document}

BIN
images/already-cited.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
images/in-text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
images/table.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

BIN
images/technics.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB