-
Notifications
You must be signed in to change notification settings - Fork 1
/
layout.typ
49 lines (43 loc) · 1.65 KB
/
layout.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#let title = "Hijri Week Calendar"
#let subtitle = "A Hijri counterpart of the ISO 8601 calendar"
#let keywords = ("Hijri", "ISO 8601", "Calendars", "Week date", "Datekeeping", "Islamic calendar", "Lunar calendar")
#let abstractContent = "This document defines the Hijri week calendar (HWC) which is a Hijri counterpart of the ISO 8601 calendar. Dates generated by this calendar are referred to as Hijri week dates (HWD). Since Hijri calendars are lunar calendars, it was necessary to define a standard counterpart to the ISO 8601 calendar tailored to the unique aspects of Hijri calendars while aligning with the fundamental principles of the ISO 8601 calendar."
#let publishDate = datetime(year: 2024, month: 06, day: 02)
#let abstract = (
(title: "Abstract", content: abstractContent),
)
#let authors = (
(
name: "Mohsen Alyafie",
// orcid: "0000-0002-7859-8394",
email: "malshayef@gmail.com",
affiliations: "1"
),
(
name: "Bekkai Amine Fatah",
// orcid: "0000-0002-7859-8394",
email: "biz.afatah@gmail.com",
affiliations: "2"
),
)
#let affiliations = (
(id: "1", name: "Qatar Airways"),
(id: "2", name: "Zaman"),
)
#let margins = (
(
title: "Correspondence to",
content: [
Mohsen Alyafie\
#link("mailto:malshayef@gmail.com")[malshayef\@gmail.com]\
Bekkai Amine Fatah
#link("mailto:biz.afatah@gmail.com")[biz.afatah\@gmail.com]
],
),
(
title: "Data Availability",
content: [
A working implementation for the Javascript Temporal object can be found and used on #link("https://github.com/khawarizmus/hijri-week-calendar")[GitHub].
],
),
)