Feat: diapo pour intro web avec l'enseignement scientifique
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2021-05-17 11:25:56 +02:00
parent 2b9fbe2903
commit b471f7c297
9 changed files with 6925 additions and 4 deletions

Binary file not shown.

View File

@ -0,0 +1,72 @@
\documentclass[14pt,xcolor=table]{classPres}
\usepackage{booktabs}
\author{}
\title{Traitement de l'information \\ WEB}
\date{Mai 2021}
\begin{document}
\frame{\titlepage}
\begin{frame}{Langages du WEB}
\begin{columns}
\begin{column}{0.3\textwidth}
\begin{center}
\includegraphics[scale=0.4]{./fig/CSS3_logo.png}
Décoration
\end{center}
\end{column}
\begin{column}{0.3\textwidth}
\begin{center}
\includegraphics[scale=0.9]{./fig/HTML5_logo.png}
Contenu
\end{center}
\end{column}
\begin{column}{0.3\textwidth}
\begin{center}
\textbf{Javascript}
\includegraphics[scale=0.3]{./fig/JavaScript_logo.png}
Interaction
\end{center}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Personnalisation de Zozor}
\begin{itemize}
\item Copier coller le répertoire ...
\item Ouvrir avec un navigateur \texttt{index.html}
\item Ouvrir avec un éditeur de texte (Notepad++) \texttt{index.html}
\end{itemize}
\begin{center}
\includegraphics[scale=0.5]{./fig/notepad_firefox}
\end{center}
\end{frame}
\begin{frame}{HTML - balises}
\begin{center}
\includegraphics[scale=2]{./fig/anatomie-element-html}
\end{center}
\small
\begin{multicols}{2}
\begin{itemize}
\item \texttt{<p> ... </p>}
\item \texttt{<h1> ... </h1>}
\item \texttt{<h2> ... </h2>}
\item \texttt{<strong> ... </strong>}
\item \texttt{<ul> ... </ul>}
\item \texttt{<li> ... </li>}
\item \texttt{<img src="..." alt="...">}
\item \texttt{<a href="..."> ... </a>}
\end{itemize}
\end{multicols}
\end{frame}
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 507 KiB

View File

@ -2,7 +2,7 @@ Intelligence Artificielle
#########################
:date: 2021-04-07
:modified: 2021-04-28
:modified: 2021-05-17
:authors: Benjamin Bertrand
:tags: Informatique, Probabilité
:category: EnsSci
@ -88,8 +88,17 @@ Questions:
- Limites de leur utilisation
- Recherche en cours, amélioration à prévoir
Étape 4: Inférence Bayesienne
Étape 4: débug de HTML
======================
Introduction à la programmation web
.. image:: ./4E_web.pdf
:height: 200px
:alt: Coder en HTML
`archive pour débuter le html (zozor) <../../SNT/01_WEB/Zozor.zip>`_
Étape 5: Inférence Bayesienne
=============================
Étape 5: débug de HTML
======================