cours-snt/readme.md

27 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Cours de seconde SNT
Adrian Amaglio
## Licence
cc-by-sa
## Contenu réutilisable
### SNT
- [Cartographie — Dijkstra](./cartographie/dijkstra/cours.pdf) Dérouler lalgorithme de Dijkstra pour en saisir le principe.
- [Données structurées Nextcloud](./donnees_structurees/tp_nextcloud/sujet.pdf) Apprendre à se servir dun drive, créer, partager, gérer des fichiers.
- [Photographie numérique Lire un fichier image](./photo\ numérique/activité_décryptage_image/sujet.pdf) Comprendre comment une image est décrite dans un fichier.
- [Python Introduction](./python/tp_intro_turtle/sujet.pdf) Diriger la tortue pour sinitier au Python.
- [Trier et critiquer linformation](./réseaux_sociaux/comment_sinformer/sujet.pdf) Comment bien sinformer avec les technologies actuelles.
- [Réseaux sociaux — Graphes](./réseaux_sociaux/graphes/cours.pdf) Initiation aux graphes.
## Comment compiler les documents latex
Les documents latex doivent être dans un dossier qui se trouve à la racine du répertoire : `cours-snt/internet`.
Sans quoi lajout de licence ne fonctionnera pas.
Utilisez votre environnement latex habituel ou les commandes suivantes :
```
cd photo\ numérique/activité_décryptage_image/
pdflatex sujet.tex
```
## Contributions
Les propositions, améliorations et autres PR sont les bienvenues :)