Skip to content

Commit

Permalink
Update Newsletter 17 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsomborfoldi committed Aug 7, 2024
1 parent 18b3b4d commit 7ae5309
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
5 changes: 2 additions & 3 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 newsletter17 from 'about/ui/newsletter/017.md'
import newsletter16 from 'about/ui/newsletter/016.md'
import newsletter15 from 'about/ui/newsletter/015.md'
import newsletter14 from 'about/ui/newsletter/014.md'
Expand Down Expand Up @@ -27,6 +28,7 @@ interface Newsletter {
}

export const newsletters: readonly Newsletter[] = [
{ 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 },
{ content: newsletter14, date: new Date('11/06/2023'), number: 14 },
Expand All @@ -49,9 +51,6 @@ const message = `**Get the most out of eBL!**
We will be hosting regular Zoom sessions to showcase its features and tools.
These sessions will include a Q&A – please feel free to submit questions in
advance per [e-mail](mailto:${process.env.REACT_APP_INFO_EMAIL}).
The second session is scheduled for May 31st at 6:00 PM CET. This time we shall focus on the Editors' work.
If you would like to attend, please register at the
[link](https://lmu-munich.zoom-x.de/meeting/register/u5cldemhqDwtGtR-CKF5V1fnntrrTsYbLXEf).
`

const newsUrl = '/about/news/'
Expand Down
42 changes: 42 additions & 0 deletions src/about/ui/newsletter/017.md.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
const newsletter = `
# eBL Newsletter 17
## 7 August 2024
### Fragmentarium
- Records for all tablets from Ur have been created, including photographs
of approximately **5,000** tablets previously loaned to the British Museum and
now housed in the Iraq Museum. Notable discoveries among them include a
school colophon model specifying that an apprentice should “crumble” a
tablet into a container after writing it
([U.3018](https://www.ebl.lmu.de/fragmentarium/U.3018)) and a variant version
of the Sumerian King List
([U.33271](https://www.ebl.lmu.de/fragmentarium/U.33271)).
- Folios
- Notebook IX of G. Smith (Bilinguals) has been added
- Folios by Jussi Aro (courtesy of Sanna Aro-Valjus) have been added. They
contain finished copies of some 50 extispicy texts, mostly Old Babylonian
manuscripts and Neo-Assyrian extispicy reports.
- The new **Permissions** tab in the text editor allows control over who can
access an edition. For example, checking \`Restrict it to users with CAIC
permissions\` limits access to CAIC project members. This enables private
editing until the editor is ready to publish the edition.
- Editors are kindly requested to add the label \`@colophon\` to their editions,
since this enables the automatic retrieval of all colophons in the database.
### About
- A new display of signs in sign search has been implemented: Now similar
beginnings and endings are suggested for Neo-Babylonian and Neo-Assyrian
scripts. See also the new section “Sign Order” in About > Signs.
### Corpus
- New text added: III.13,
[Macranthropic Hymn to Ninurta](https://www.ebl.lmu.de/corpus/L/3/13)
(with two new manuscripts).
- The eBL Lab notes in last year’s *Kaskal* have been published
(see [here](https://www.torrossa.com/it/resources/an/5774281)).`

export default newsletter

0 comments on commit 7ae5309

Please sign in to comment.