summaryrefslogtreecommitdiffstats
path: root/LaTeX/InformativeAbstract/InformativeAbstract.tex
blob: 6bcbc4f3d413301c2a20901286eae15610a8d56e (plain) (blame)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
\documentclass{article}
\usepackage[style=mla,backend=biber]{biblatex}

%for Copyleft Symbol
\usepackage{graphicx}

%for URL embedding
\usepackage{hyperref}
\hypersetup{
    colorlinks=true,
    urlcolor=blue,
    pdfborderstyle={/S/U/W 1},
    citecolor=black
}


%
%Margin - 1 inch on all sides
%
\usepackage[letterpaper]{geometry}
\geometry{top=1.0in, bottom=1.0in, left=1.0in, right=1.0in}

%
%Doublespacing
%
\usepackage{setspace}
\doublespacing

% 
%Babel package for multiple language typesetting
%
%\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}

%
%Setting the font
%
\usepackage{times}

%
%Rotating tables (e.g. sideways when too long)
%
\usepackage{rotating}

%
%For multiple rows in tables
%
\usepackage{multirow}

% 
%Line numbering in verse environment
%
\usepackage{lineno} 

%
%Fancy-header package to modify header/page numbering (insert last name)
%
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{} 
\chead{} 
\lfoot{} 
\cfoot{} 
\rfoot{} 
\renewcommand{\headrulewidth}{0pt} 
\renewcommand{\footrulewidth}{0pt} 
%To make sure we actually have header 0.5in away from top edge
%12pt is one-sixth of an inch. Subtract this from 0.5in to get headsep value
\setlength\headsep{0.333in}

%Bibliography File
\addbibresource{Biblio.bib} 

\newcommand{\secheader}[1]{\textbf{#1}}

\begin{document}
\renewcommand{\labelenumi}{\arabic{enumi}.0}
\renewcommand{\labelenumii}{\arabic{enumi}.\arabic{enumii}}
\renewcommand{\labelenumiii}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}}
\renewcommand{\labelenumiv}{\arabic{enumi}.\arabic{enumii}.\arabic{enumiii}.\arabic{enumiv}}
\begin{flushleft}


%%%%Title
\begin{center}
	\textbf{Informative Abstract}

	\textbf{of}

	\textbf{"The Complicated Truth about China's Social Credit System}

	\textbf{by Nicole Kobie}
\end{center}

%%%%Changes paragraph indentation to 0.5in
\setlength{\parindent}{0.5in}

%%%%Begin body of paper here

China has a distributed, governmental credit system that ranks people's value by their implication with rule breaking behavior as defined by the Chinese Communist Party. This credit system is currently maintained by local governance, however the CCP is pushing for centralization of this system. There is an alternative, "private" credit score system that runs concurrently to the governmental social credit systems. However, the data collected privately is expected to be funneled into the central government. The social credit system rewards people with discounts on items and expediency in bureaucracy. Lower social credit score means loss of certain government benefits and harsher bureaucracy to deal with.

%%%%Works cited
\printbibliography

\end{flushleft}

\scriptsize{
        \begin{center}
                \vspace*{\fill}
                Copyright \copyright \the\year{} msglm -
                This work is licensed under the \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC-BY-SA 4.0} with a willingness to sell exceptions.
        \end{center}
}
\end{document}