mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
docs: minor typo hunting
This commit is contained in:
parent
de2c5cc550
commit
f074730248
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Articles
|
||||
|
||||
|
||||
## [https://cuny.manifoldapp.org/read/mapping-the-cuny-digital-history-archive/section/915d4bf3-33a0-4e46-b542-3ad767aeed2f](https://cuny.manifoldapp.org/read/mapping-the-cuny-digital-history-archive/section/915d4bf3-33a0-4e46-b542-3ad767aeed2f)
|
||||
## [Mapping the CUNY Digital History Archive](https://cuny.manifoldapp.org/read/mapping-the-cuny-digital-history-archive/section/915d4bf3-33a0-4e46-b542-3ad767aeed2f)
|
||||
|
||||
> This article discusses the implementation of the Learning CUNY History project, designed as an open education praxis for teaching and learning. It’s an example of a project-based assignment for undergraduate students and has evolved to explore the impact of integrating digital archives and digital mapping as instructional-digital tools. The project activates the CUNY Digital History Archive as a method of developing students’ digital literacy skills and investigates the potential to facilitate students’ learning. The archive is activated through student investigations and writings related to archival materials. Students then map the items as an interactive semester assignment. The project is described as occurring over three phases, and compares different digital mapping platforms. <mark>Ultimately, after careful consideration since its pilot phase, the project utilizes Open Street Map and uMap.</mark>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
## Quels sont les raccourcis clavier? {: #keyboard-shortcuts}
|
||||
|
||||
Sur MacOS, utliser `Cmd` à la place de `Ctrl`.
|
||||
Sur macOS, utliser `Cmd` à la place de `Ctrl`.
|
||||
|
||||
### Génériques
|
||||
|
||||
|
@ -25,18 +25,18 @@ Sur MacOS, utliser `Cmd` à la place de `Ctrl`.
|
|||
|
||||
### En mode édition
|
||||
|
||||
* `Ctrl+E` → retour à l'aperçu
|
||||
* `Ctrl+E` → retour à l’aperçu
|
||||
* `Ctrl+S` → sauvegarde la carte
|
||||
* `Ctrl+Z` → annule tous les changements depuis la dernière sauvegarde
|
||||
* `Ctrl+M` → ajouter un nouveau marqueur
|
||||
* `Ctrl+P` → commence un nouveau polygone
|
||||
* `Ctrl+L` → commence une nouvelle ligne
|
||||
* `Ctrl+I` → ouvre le panneau d'import de données
|
||||
* `Ctrl+O` → ouvre le panneau d'import et le navigateur de fichiers
|
||||
* `Ctrl+I` → ouvre le panneau d’import de données
|
||||
* `Ctrl+O` → ouvre le panneau d’import et le navigateur de fichiers
|
||||
* `Ctrl++` → zoom
|
||||
* `Ctrl+-` → dézoome
|
||||
* `Shift+click` sur un élément → ouvre le panneau d'édition de cet élément
|
||||
* `Ctrl+Shift+click` sur un élément → ouvre le panneau d'édition du calque de cet élément
|
||||
* `Shift+click` sur un élément → ouvre le panneau d’édition de cet élément
|
||||
* `Ctrl+Shift+click` sur un élément → ouvre le panneau d’édition du calque de cet élément
|
||||
|
||||
## Quelle syntaxe est acceptée dans les règles de formattage conditionnel ? {: #conditional-rules }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
## What are the available keyboard shortcuts? {: #keyboard-shortcuts}
|
||||
|
||||
In MacOS, `Ctrl` is replaced by `Cmd`.
|
||||
With macOS, replace `Ctrl` by `Cmd`.
|
||||
|
||||
### Globals
|
||||
|
||||
|
@ -45,4 +45,4 @@ In MacOS, `Ctrl` is replaced by `Cmd`.
|
|||
* `mycolumn>12` → will match features whose column `mycolumn` is greater than `12` (as number)
|
||||
* `mycolumn<12.34` → will match features whose column `mycolumn` is lower than `12.34` (as number)
|
||||
|
||||
When the condition match, the associated style will be applied to corresponding feature.
|
||||
When the condition match, the associated style will be applied to the corresponding feature.
|
||||
|
|
Loading…
Reference in a new issue