Skip to content

Commit

Permalink
comment out code block
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwente committed Aug 20, 2024
1 parent ce398f1 commit beceed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion submissions/454/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Spatial matching and the measure of morphological proximity is key to harnessing

Digitization also makes it possible to create links between sources, such as cadastres and censuses, by making their content searchable. Disambiguating individuals remains partly qualitative, as it is often necessary to reason on a cluster of clues. This is due in particular to a scant pool of names, resulting in many homonyms: for instance, there were eight household heads named "Jean Louis Blanc" in Lausanne in 1835. Digitisation therefore also highlights this type of contradiction, which might otherwise go unnoticed when reading the sources in progressive order.

<!---
## Code
### Imports
Expand Down Expand Up @@ -468,7 +469,7 @@ for i in tqdm.tqdm(range(light_img.shape[0])):
light_img[i, j] = legend[r, b]
cv2.imwrite('persistence_1888_2020_light.png', light_img) # Light mode
```

-->

[^1]: Note that here we use the absolute difference L1 instead of the squared difference L2, which is favored by Arkin. This is intentional, as we believe that shape dissimilarities should be equally weighted in the present use case.
[^2]: Here, we use the historical spelling of place names, as given in the sources.
Expand Down

0 comments on commit beceed7

Please sign in to comment.