Skip to content

Instantly share code, notes, and snippets.

@D-K-E
Created January 30, 2017 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save D-K-E/41e8e7c2d3d67a6fb0a2376cc1b8aba1 to your computer and use it in GitHub Desktop.
Save D-K-E/41e8e7c2d3d67a6fb0a2376cc1b8aba1 to your computer and use it in GitHub Desktop.
FALs_Poster.tex
\documentclass[25pt, a1paper, portray, margin=0cm,innermargin=8mm]{tikzposter}
\usepackage{fontspec}
%\usepackage{tikzposter}
\setmainfont{FreeSerif}
\title{\parbox{\linewidth}{\centering{FAL(s):} \\
\centering{Flashcard(s) for Ancient Language(s)}
}}
\institute{\parbox{\linewidth}{\centering{{\'{E}}cole Pratique des Hautes {\'{E}}tudes} \\
\centering{Contact: dogu-kaan.eraslan@etu.ephe.fr}}}
\author{Do\v{g}u Kaan Eraslan}
\usetheme{Board}
\begin{document}
\maketitle[titletotopverticalspace=5mm, titletoblockverticalspace=5mm]
\begin{columns}
% Birinci Sütun 1.0 -------------------------------------------
\column{0.5}
% Birinci Sütun birinci Bölüm 1.1 --------------------------
\block[titleinnersep=5mm]{FALs?!?!}{\centering{ Well, they are just like regular flashcards, but for dead languages.% %
%
\begin{tikzfigure}
\includegraphics{./posterStrip4.eps}
\end{tikzfigure}
}%
}
% Birinci Sütun İkinci Bölüm 1.2 -------------------
\block[titleinnersep=5mm, bodyinnersep=8mm]{How to Create and Use FALs and Things to Consider When Creating FALs in Digital Environments}{%
\innerblock[bodyinnersep=4mm]{General Principals for Creating a FAL:}{1. Embedded information has to be 1 dimentional = 1 question asks for 1 (short) answer dealing with 1 undivisible issue: \\
\vspace{3mm}
\begin{tabular}{ p{12cm}| p{12cm} }
{\textbf{Front Side}}: & {\textbf{Back Side}}: \\ \hline
How labials respond to "s" augment in future tense in ancient greek ? & How labials respond to "s" augment in future tense in ancient greek ? \\
\hfill & A: They become ψ. \\
\hfill & Ex: γραφω -> γραψω. \\ \hline
\end{tabular}
\vspace{3mm}
2. A sufficient context should be provided for observing the usage of the answer.\\
\vspace{3mm}
\begin{tabular}{ l | p{16cm} }
{\textbf{Front Side}}: & {\textbf{Back Side}}: \\ \hline
Meaning: γραφω ? & Meaning: γραφω ? \\
\hfill & I write/ I am writing: \\
\hfill & Ex: *σήματα γραφω ἐν πίνακι I am writing the signs on tablet.\\ \hline
\end{tabular}
\vspace{3mm}
3. They should be arranged as randomly as possible.\\
4. They should promote active learning if possible.}%
\innerblock[bodyinnersep=5mm]{Things to consider when creating FALs in digital environments:}{%
1. Software independency. \\
2. Easily interchangable data format for working in groups.%
}%
}%
% Birinci sütun Üçüncü Bölüm 1.3 -------------------
\block[titleinnersep=5mm]{What do I need?}{I need {\huge{YOU!}} \newline These take a lot of time when done by a single person, especially *wait for it* editing... With a small team working, the production time would decrease significantly.}%
% ikinci sütun 2.0 ------------------------------------------------
\column{0.5}
% İkinci Sütun Birinci Bölüm 2.1 ----------------------------
\block[titleinnersep=5mm]{Why use FALs for learning?}{Memorising vocabulary and grammar rules can consume a lot of time. \newline
FALs help you to organise your daily learning time efficiently. \newline
Most of the software for flashcards use memory algorithms to help memorising. \newline
When used with these softwares, retention rate of FALs increases. \newline
Plus the learning time is minimised due to algorithms of the software. \newline
\begin{tikzfigure}
\includegraphics[scale=1,keepaspectratio]{./posterStrip1.eps}
\includegraphics[scale=0.9,keepaspectratio]{./posterStrip3.eps}
\end{tikzfigure}
}
% İkinci Sütun İkinci Bölüm 2.2 ---------------------------------
\block[titleinnersep=5mm]{What did I do with all these?} {%
\begin{tabular}{p{20cm} | l}
2000 most frequent ancient egyptian words in TLA. & \%85 done \\ \hline
2000 most frequent neo-assyrian words in SAAO corpus & \%75 done \\ \hline
500 most frequent neo-babylonian words in SAAO corpus & \%75 done \\ \hline
500 most frequent old persian words from Kent's corpus converted to xml by Dr. Marc Bavant. & \%50 done \\ \hline
500 most frequent elamite words from the Royal Inscriptions of the Achaemenid Period corpus converted to xml by Dr. Marc Bavant. & \%40 done \\ \hline
2000 most frequent demotic words in TLA & \%30 done. \\ \hline
\end{tabular}
}
% İkinci Sütun Üçüncü Bölüm ---------------------------------
\block[titleinnersep=5mm]{How did I do all this?}{Tea + Web Scraping + Converting data to JSON + a little coding for mass imports to target software, if it is needed + Longing for Tea + Editing for couple of light years + Tea indeed.
\begin{tikzfigure}
\includegraphics[scale=1,keepaspectratio]{./posterStrip2.eps}
\end{tikzfigure}
}
\note[targetoffsetx=-95mm,targetoffsety=-105mm,width=205mm]{\small{Visuals are done with Inkscape, the hieorglyphic sign used in the first strip is sign C75, taken from the sign library provided by http://jsesh.qenherkhopeshef.org/ \newline {\large{\textbf{Some of the mentioned FAL collections are freely available online, contact me for details.}}}}}
\end{columns}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment