Skip to content

Commit

Permalink
add newsletter 18
Browse files Browse the repository at this point in the history
  • Loading branch information
zsomborfoldi committed Jan 8, 2025
1 parent ed371c7 commit 9c81f87
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/about/ui/news.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { useEffect, useState } from 'react'
import ReactMarkdown from 'react-markdown'
import newsletter18 from 'about/ui/newsletter/018.md'
import newsletter17 from 'about/ui/newsletter/017.md'
import newsletter16 from 'about/ui/newsletter/016.md'
import newsletter15 from 'about/ui/newsletter/015.md'
Expand Down Expand Up @@ -28,6 +29,7 @@ interface Newsletter {
}

export const newsletters: readonly Newsletter[] = [
{ content: newsletter18, date: new Date('01/08/2025'), number: 18 },
{ content: newsletter17, date: new Date('08/07/2024'), number: 17 },
{ content: newsletter16, date: new Date('05/14/2024'), number: 16 },
{ content: newsletter15, date: new Date('02/04/2024'), number: 15 },
Expand Down
37 changes: 37 additions & 0 deletions src/about/ui/newsletter/018.md.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
const newsletter = `
# eBL Newsletter 18
## 8 January 2025
### Fragmentarium
- ATF: A new flag, *No longer visible*, has been introduced. This flag is
applied to signs or features, such as rulings, that were visible in older
photographs but have since disappeared. These instances are indicated with a
circellus (°), for example: \`a-me°-lu\`.
- New feature: Dossiers
- New collections imported:
- Nippur photos & records from 1NT to 3NT
- Chicago ISAC tablet collection
- NINO Leiden
- Chester Beatty Library Dublin
- Trinity College Dublin
- McGill University Collections, Montreal
- Archaeological information for all IM tablets present in eBL has been
imported.
- Date: The OB kings of the Uruk and Ešnunna dynasties have been added.
- New links:
- digitaleKeilschriftBibliothek, e.g.
[VAT.10071](https://www.ebl.lmu.de/fragmentarium/VAT.10071)
- Morgan Library, e.g.
[MLC.1889](https://www.ebl.lmu.de/fragmentarium/MLC.1889)
- The editions from Y. Levavi, *Administrative Epistolography in the Formative
Phase of the Neo-Babylonian Empire* (Dubsar 3) have been imported.
### Bibliography
- Updates to Bibliography editor: Entering new references using DOIs, or any
reference without an id, now creates by default meaningful ids, e.g.
\`george2003babylonian\`.`

export default newsletter

0 comments on commit 9c81f87

Please sign in to comment.