\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{taliam44} \pdfinfo{ /Title (child-develop.pdf) /Creator (Cheatography) /Author (taliam44) /Subject (child develop. Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{child develop. Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{taliam44} via \textcolor{DarkBackground}{\uline{cheatography.com/125944/cs/26873/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}taliam44 \\ \uline{cheatography.com/taliam44} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 3rd March, 2021.\\ Updated 3rd March, 2021.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Periods of Development}} \tn % Row 0 \SetRowColor{LightBackground} Prenatal (conception-birth) & Conception occurs and development begins. All of the major structures of the body are forming and the health of the mother is of primary concern. Understanding nutrition, teratogens (or environmental factors that can lead to birth defects), and labor and delivery are primary concerns. \tn % Row Count 15 (+ 15) % Row 1 \SetRowColor{white} Infancy and Toddlerhood (birth-2yrs) & The first two years of life are ones of dramatic growth and change. A newborn, with a keen sense of hearing but very poor vision is transformed into a walking, talking toddler within a relatively short period of time. Caregivers are also transformed from someone who manages feeding and sleep schedules to a constantly moving guide and safety inspector for a mobile, energetic child. \tn % Row Count 35 (+ 20) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Periods of Development (cont)}} \tn % Row 2 \SetRowColor{LightBackground} Early Childhood (2-6 yrs) & This period is also referred to as the preschool years and consists of the years which follow toddlerhood and precede formal schooling. As a two to six-year-old, the child is busy learning language, is gaining a sense of self and greater independence, and is beginning to learn the workings of the physical world. \tn % Row Count 16 (+ 16) % Row 3 \SetRowColor{white} Middle and Late Childhood (6 ys-puberty) & The ages of six to the onset of puberty comprise middle and late childhood, and much of what children experience at this age is connected to their involvement in the early grades of school. Now the world becomes one of learning and testing new academic skills and by assessing one's abilities and accomplishments by making comparisons between self and others. \tn % Row Count 35 (+ 19) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Periods of Development (cont)}} \tn % Row 4 \SetRowColor{LightBackground} Adolescence (puberty- 18 yrs) & Adolescence is a period of dramatic physical change marked by an overall growth spurt and sexual maturation, known as puberty. It is also a time of cognitive change as the adolescent begins to think of new possibilities and to consider abstract concepts such as love, fear, and freedom. Ironically, adolescents have a sense of invincibility that puts them at greater risk of dying from accidents or contracting sexually transmitted infections that can have lifelong consequences. \tn % Row Count 24 (+ 24) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2 cm} x{6 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Piaget Concepts}} \tn % Row 0 \SetRowColor{LightBackground} Schemas & A schema describes both the mental and physical actions involved in understanding and knowing. Schemas are categories of knowledge that help us to interpret and understand the world. In Piaget's view, a schema includes both a category of knowledge and the process of obtaining that knowledge. As experiences happen, this new information is used to modify, add to, or change previously existing schemas. \tn % Row Count 14 (+ 14) % Row 1 \SetRowColor{white} \seqsplit{Assimilation} & The process of taking in new information into our already existing schemas is known as assimilation. The process is somewhat subjective because we tend to modify experiences and information slightly to fit in with our preexisting beliefs. \tn % Row Count 22 (+ 8) % Row 2 \SetRowColor{LightBackground} \seqsplit{Accommodation} & Another part of adaptation involves changing or altering our existing schemas in light of new information, a process known as accommodation. Accommodation involves modifying existing schemas, or ideas, as a result of new information or new experiences. New schemas may also be developed during this process. \tn % Row Count 33 (+ 11) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2 cm} x{6 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Piaget Concepts (cont)}} \tn % Row 3 \SetRowColor{LightBackground} \seqsplit{Equilibration} & Piaget believed that all children try to strike a balance between assimilation and accommodation, which is achieved through a mechanism Piaget called equilibration. As children progress through the stages of cognitive development, it is important to maintain a balance between applying previous knowledge (assimilation) and changing behavior to account for new knowledge (accommodation). Equilibration helps explain how children can move from one stage of thought to the next. \tn % Row Count 16 (+ 16) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.32 cm} x{5.68 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Goals of Developmental Research}} \tn % Row 0 \SetRowColor{LightBackground} Basic Research & Basic research is a research approach that is entirely theoretical and aimed at improving or expanding the knowledge-base of a particular field of study. It focuses on "knowledge for its own sake" and it is primarily driven by curiosity and the need to explore the unknown. \tn % Row Count 10 (+ 10) % Row 1 \SetRowColor{white} Applied Research & Applied research is designed to focus on providing practical solutions to a specific problem. It is a form of investigation that entails solution-oriented inquiries into a phenomenon,a field of study or research subject generally employing empirical methodologies. \tn % Row Count 20 (+ 10) % Row 2 \SetRowColor{LightBackground} Action Research & It seeks transformative change through the simultaneous process of taking action and doing research, which are linked together by critical reflection. \tn % Row Count 26 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Fundamental Issues}} \tn % Row 0 \SetRowColor{LightBackground} Sources of development & How do nature and nurture interact to produce development? \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Plasticity & To what degree, and under what conditions, is development open to change and intervention? \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} \seqsplit{Continuity/Discontinuity} & To what extent does development consist of the gradual accumulation of small changes, and to what extent does it involve abrupt transformations, or stages? \tn % Row Count 14 (+ 7) % Row 3 \SetRowColor{white} Individual differences & To what extent are individual characteristics stable? \tn % Row Count 17 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.66 cm} x{1.444 cm} x{3.496 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Piaget Stages}} \tn % Row 0 \SetRowColor{LightBackground} The Sensorimotor Stage & Birth to 2 Years & The infant knows the world through their movements and sensations Children learn about the world through basic actions such as sucking, grasping, looking, and listening Infants learn that things continue to exist even though they cannot be seen (object permanence) They are separate beings from the people and objects around them They realize that their actions can cause things to happen in the world around them \tn % Row Count 23 (+ 23) % Row 1 \SetRowColor{white} The \seqsplit{Preoperational} Stage & 2 to 7 Years & Children begin to think symbolically and learn to use words and pictures to represent objects. Children at this stage tend to be egocentric and struggle to see things from the perspective of others. While they are getting better with language and thinking, they still tend to think about things in very concrete terms. \tn % Row Count 41 (+ 18) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.66 cm} x{1.444 cm} x{3.496 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Piaget Stages (cont)}} \tn % Row 2 \SetRowColor{LightBackground} The Concrete Operational Stage & 7 to 11 Years & During this stage, children begin to thinking logically about concrete events They begin to understand the concept of conservation; that the amount of liquid in a short, wide cup is equal to that in a tall, skinny glass, for example Their thinking becomes more logical and organized, but still very concrete Children begin using inductive logic, or reasoning from specific information to a general principle \tn % Row Count 23 (+ 23) % Row 3 \SetRowColor{white} The Formal Operational Stage & 12 and Up & At this stage, the adolescent or young adult begins to think abstractly and reason about hypothetical problems Abstract thought emerges Teens begin to think more about moral, philosophical, ethical, social, and political issues that require theoretical and abstract reasoning Begin to use deductive logic, or reasoning from a general principle to specific information \tn % Row Count 44 (+ 21) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{The Sensorimotor Stage of Cognitive Development}} \tn % Row 0 \SetRowColor{LightBackground} Reflexes (0-1 month) & During this substage, the child understands the environment purely through inborn reflexes such as sucking and looking. \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} Primary Circular Reactions (1-4 months) & This substage involves coordinating sensation and new schemas. For example, a child may suck his or her thumb by accident and then later intentionally repeat the action. These actions are repeated because the infant finds them pleasurable. \tn % Row Count 18 (+ 12) % Row 2 \SetRowColor{LightBackground} Secondary Circular Reactions (4-8 months) & During this substage, the child becomes more focused on the world and begins to intentionally repeat an action in order to trigger a response in the environment. For example, a child will purposefully pick up a toy in order to put it in his or her mouth. \tn % Row Count 31 (+ 13) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{The Sensorimotor Stage of Cognitive Development (cont)}} \tn % Row 3 \SetRowColor{LightBackground} Coordination of Reactions (8-12 months) & During this substage, the child starts to show clearly intentional actions. The child may also combine schemas in order to achieve a desired effect. Children begin exploring the environment around them and will often imitate the observed behavior of others. The understanding of objects also begins during this time and children begin to recognize certain objects as having specific qualities. For example, a child might realize that a rattle will make a sound when shaken. \tn % Row Count 24 (+ 24) % Row 4 \SetRowColor{white} Tertiary Circular Reactions (12-18 months) & Children begin a period of trial-and-error experimentation during the fifth substage. For example, a child may try out different sounds or actions as a way of getting attention from a caregiver. \tn % Row Count 34 (+ 10) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{The Sensorimotor Stage of Cognitive Development (cont)}} \tn % Row 5 \SetRowColor{LightBackground} Early Representational Thought (18-24 months) & Children begin to develop symbols to represent events or objects in the world in the final sensorimotor substage. During this time, children begin to move towards understanding the world through mental operations rather than purely through actions. \tn % Row Count 13 (+ 13) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}