Feat: diapo pour intro web avec l'enseignement scientifique
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2b9fbe2903
commit
b471f7c297
BIN
EnsSci/03_Intelligence_Artificielle/4E_web.pdf
Normal file
BIN
EnsSci/03_Intelligence_Artificielle/4E_web.pdf
Normal file
Binary file not shown.
72
EnsSci/03_Intelligence_Artificielle/4E_web.tex
Executable file
72
EnsSci/03_Intelligence_Artificielle/4E_web.tex
Executable 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}
|
BIN
EnsSci/03_Intelligence_Artificielle/fig/CSS3_logo.png
Normal file
BIN
EnsSci/03_Intelligence_Artificielle/fig/CSS3_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
EnsSci/03_Intelligence_Artificielle/fig/HTML5_logo.png
Normal file
BIN
EnsSci/03_Intelligence_Artificielle/fig/HTML5_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
EnsSci/03_Intelligence_Artificielle/fig/JavaScript_logo.png
Normal file
BIN
EnsSci/03_Intelligence_Artificielle/fig/JavaScript_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
EnsSci/03_Intelligence_Artificielle/fig/notepad_firefox.pdf
Normal file
BIN
EnsSci/03_Intelligence_Artificielle/fig/notepad_firefox.pdf
Normal file
Binary file not shown.
6840
EnsSci/03_Intelligence_Artificielle/fig/notepad_firefox.svg
Normal file
6840
EnsSci/03_Intelligence_Artificielle/fig/notepad_firefox.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 507 KiB |
@ -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
|
||||
======================
|
||||
|
Loading…
Reference in New Issue
Block a user