Time Ontology Extended for Non-Gregorian Calendar Applications

Total Page:16

File Type:pdf, Size:1020Kb

Time Ontology Extended for Non-Gregorian Calendar Applications Time Ontology Extended for Non-Gregorian Calendar Applications Editor: Mark Gahegan, University of Auckland, New Zealand Solicited review(s): Karl Grossner, Stanford University, USA; Brandon Whitehead, University of Auckland, New Zealand; one anonymous reviewer Simon J D Cox CSIRO Land and Water, PO Box 56, Highett, Vic. 3190, Australia [email protected] Abstract. We have extended OWL-Time to support the encoding of temporal position in a range of reference systems, in addition to the Gregorian calendar and conventional clock. Two alternative implementations are provided: as a pure extension or OWL-Time, or as a replacement, both of which preserve the same representation for the cases originally supported by OWL-Time. The combination of the generalized temporal position encoding and the tem- poral interval topology from OWL-Time support a range of applications in a variety of cultural and technical set- tings. These are illustrated with examples involving non-Gregorian calendars, Unix-time, and geologic time using both chronometric and stratigraphic timescales. Keywords: temporal reference system, calendar, temporal topology, ontology re-use 1. Introduction spectively). Archaeological and geological applica- tions use chronometric scales based on years counted OWL-Time [6] provides a lightweight model for the backwards from ‘the present’ (defined as 1950 for formalization of temporal objects, based on Allen’s radiocarbon dating [15]), or named periods associat- temporal interval calculus [1]. Developed primarily ed with specified correlation markers [4,5,9]. to support web applications, date-time positions are Since OWL-Time only allows for Gregorian dates expressed using the familiar Gregorian calendar and and times, applications that require other reference conventional clock. systems must look elsewhere. However, the basic Many other calendars and temporal reference sys- structures provided by OWL-Time are not specific to tems are used in particular cultural and scholarly con- a particular reference system, so it would be prefera- texts. For example, the Julian calendar was used ble to use them in the context of a more generic solu- throughout Europe until the 16th century, and is still tion. Some previous extensions to OWL-Time have used for computing key dates in some orthodox been proposed, in particular to deal with aggregates Christian communities. Lunisolar (e.g. Hebrew) and and recurrent intervals [12]. Perrin et al. [13] use the lunar (e.g. Islamic) calendars are still used, and many OWL-Time temporal relations in their geologic time- similar have been used historically. Dynastic calen- scale ontology, but introduce a new class and proper- dars (counting years within eras defined by the reign ty for geochronologic instants. of a monarch or dynasty) were used earlier in many In this paper we describe extensions to OWL-Time, cultures. In more contemporary applications, Loran- which support C, Unix and GPS time are based on seconds counted - the use of an explicit temporal reference system from a specified origin (in 1958, 1970 and 1980, re- when specifying temporal position, - general encodings for dates and times not based 2.2. Temporal position on the Gregorian calendar and clocks. We provide two implementations: “Time-plus” is a Two encodings for temporal position are provided in pure extension to OWL-Time, and “Time-new” is a OWL-Time. Using the datatype xsd:dateTime, posi- generalized replacement 1, which preserves the core tion is encoded as a structured literal, with a preci- of OWL-Time within a modified class hierarchy. sion of seconds or finer indicated by the precision of We illustrate the application of the ontology with a the seconds field in the value. Using the class number of examples. While we do not provide a time:DateTimeDescription temporal position is given model for describing temporal reference systems, we as a value structured using separate properties, with show how the extended ontology supports the de- precision in the range from seconds to years, indicat- 2 scription of ordinal temporal reference systems also ed by the value of the time:unitType property . The extending into deep time. properties time:year, time:month and time:day have range xsd:gYear, xsd:gMonth and xsd:gDay respective- ly, which are tied to the Gregorian calendar [3,14]. 2. Time-plus - extension to OWL-Time Thus, OWL-Time is only capable of expressing tem- poral position in terms of the conventional 12-month 2.1. Temporal reference system calendar with January being the first month of the year, and using the 24-hour clock within each day. A useful classification of temporal reference systems Furthermore, strictly speaking, the Gregorian calen- is provided in ISO 19108 [8]. Four kinds of system dar is valid only for time positions in the ‘Common are distinguished: Era’ (i.e. commencing with the year 1 C.E.). - Coordinate systems, in which a (temporal) po- In order to support a wider range of temporal posi- sition is expressed as a signed quantity, offset tion descriptions, in Time-plus we introduce two from a specified origin classes - tplus:GenDateTimeDescription and - Ordinal reference systems, based on ordered tplus:TimePosition. The former is a generalization named intervals of time:DateTimeDescription, with the range of - Calendars, in which position is expressed us- tplus:year, tplus:month and tplus:day properties ing a year-month-day structure adapted for use with non-Gregorian calendars. In - Clocks, in which position within a day is ex- tplus:TimePosition, two properties provide alterna- pressed in hours-minutes-seconds. tive encodings for the value: tplus:numericValue for The temporal reference system used in OWL-Time position described using a number, and is not explicitly specified [6], but can be inferred to tplus:nominalValue for position indicated as a name. be the Gregorian calendar and conventional clock as The property tplus:hasTRS (described above) is man- this is specified for the xsd:dateTime, xsd:gYear, datory on individuals from both classes, to indicate xsd:gMonth and xsd:gDay datatypes used in encoding the reference system. We also introduce properties values [3,7]. tplus:inDateTime and tplus:inTimePosition as alter- In Time-plus we introduce an additional property, natives to time:inDateTime and time:inXSDDateTime denoted tplus:hasTRS, to support explicit indication provided in OWL-Time. The new classes and proper- of a temporal reference system. Its range is the class ties are summarized in Table 1, with relationships to of temporal reference systems, denoted tplus:TRS. As OWL-Time shown in Figure 1. defined in this ontology, this class is a stub that is These extensions allow temporal position to be only a placeholder for the top of a hierarchy of tem- specified using all the temporal reference system poral reference system types, so no properties are types mentioned in 2.1: defined with the domain tplus:TRS, and there are no - A temporal coordinate using a local restrictions. tplus:TimePosition with a tplus:numericValue - An ordinal position using a tplus:TimePosition with a tplus:nominalValue 1 The Time-plus ontology is published at http://def.seegrid.csiro.au/ontology/time/plus and Time- new at http://def.seegrid.csiro.au/ontology/time/new. Ele- 2 ments of the ontologies are denoted in this paper with the Resources from OWL-Time are denoted in this namespace prefixes tplus: and tnew:, respectively. paper with the prefix “time”. - A position in the Gregorian calendar using necessary. For example, the definition of time:DateTimeDescription with time:unitType set tplus:genMonth is shown in Listing 1, which allows to time:unitDay month values up to 20 in order to accommodate cal- - A position in an arbitrary calendar using endars such as the Hebrew lunisolar calendar (which tplus:GenDateTimeDescription with has a leap-month in some years), the Baha’i calendar time:unitType set to time:unitDay (19 months in a year) and the Mayan calendars (18 - A position in a calendar/clock system using either and 20 periods per year). A note in section 3.3.14 of - time:DateTimeDescription or the XML Schema – Datatypes specification [14] tplus:GenDateTimeDescription with draws attention to the difficulty of converting month time:unitType set to time:unitHour, values between calendars, and warns against use of time:unitMinute or time:unitSecond, gMonth for non-Gregorian calendars. - xsd:dateTime with the default (Gregorian) ref- Note, however, that a generic OWL processor will erence system. not support value-based reasoning over purely lexical The range of tplus:nominalValue in the context of representations. the generalized tplus:TimePosition is a string, since Listing 1 – definition of tplus:genMonth as a string pattern (Turtle the requirement is to support designation of position syntax [2]) in any ordinal reference system, the full set of which tplus:genMonth a rdfs:Datatype ; is not known (e.g. ‘beginning of Late Cambrian’, rdfs:label "Generalized month"^^xsd:string ; ‘end of the bronze age’, ‘end of Ming dynasty’, ‘start owl:onDataType xsd:string ; owl:withRestrictions ( [ xsd:pattern of the reign of Pope Leo IX’). "--(0[1-9]|1[0-9]|20)(Z|(\\+|-)((0[0-9]|1[0-3]):[0- The range of each generalized date property is de- 5][0-9]|14:00))?"^^xsd:string ] ) . fined using the datatype restriction capability of OWL2 [11] so that it has the same lexical form as the original property used in OWL-Time, extended as Table 1 – Elements of the ontology Classes tplus:TRS tplus:GenDateTimeDescription tplus:TimePosition Properties tplus:hasTRS domain tplus:TimePosition|tplus:GenDateTimeDescription range tplus:TRS tplus:inDateTime domain time:Instant range tplus:GenDateTimeDescription domain tplus:GenDateTimeDescription tplus:day range tplus:genDay tplus:month range tplus:genMonth tplus:year range tplus:genYear tplus:inTimePosition range tplus:TimePosition domain tplus:TimePosition tplus:numericValue range tplus:Number tplus:nominalValue range xsd:string Datatypes tplus:genDay String with pattern constraint matching lexical representation of tplus:genMonth xsd:gDay|xsd:gMonth|xsd:gYear tplus:genYear tplus:Number set of numbers Figure 1 – Extended time ontology for supporting additional temporal position encodings.
Recommended publications
  • Astro2020 Science White Paper Solar System Deep Time-Surveys Of
    Astro2020 Science White Paper Solar system Deep Time-Surveys of atmospheres, surfaces, and rings Thematic Areas: Planetary Systems Star and Planet Formation Formation and Evolution of Compact Objects Cosmology and Fundamental Physics Stars and Stellar Evolution Resolved Stellar Populations and their Environments Galaxy Evolution Multi-Messenger Astronomy and Astrophysics Principal Author: Name: Michael H. Wong Email: [email protected] Institution: UC Berkeley Phone: 510-224-3411 Co-authors: (names and institutions) Richard Cartwright (SETI Institute) Nancy Chanover (NMSU) Kunio Sayanagi (Hampton University) Thomas Greathouse (SwRI) Matthew Tiscareno (SETI Institute) Rohini Giles (SwRI) Glenn Orton (JPL) David Trilling (Northern Arizona Univeristy) James Sinclair (JPL) Noemi Pinilla-Alonso (Florida Space Institute, UCF) Michael Lucas (UT Knoxville) Eric Gaidos (University of Hawaii) Bryan Holler (STScI) Stephanie Milam (NASA GSFC) Angel Otarola (TMT) Amy Simon (NASA GSFC) Katherine de Kleer (Caltech) Conor Nixon (NASA GSFC) PatricK Fry (Univ. Wisconsin) Máté Ádámkovics (Clemson Univ.) Statia H. LuszcZ-Cook (AMNH) Amanda Hendrix (PSI) Abstract: Imaging and resolved spectroscopy reveal varying environmental conditions in our dynamic solar system. Many key advances have focused on how these conditions change over time. Observatory- level commitments to conduct annual observations of solar system bodies would establish a long- term legacy chronicling the evolution of dynamic planetary atmospheres, surfaces, and rings. Science investigations will use these temporal datasets to address potential biosignatures, circulation and evolution of atmospheres from the edge of the habitable zone to the ice giants, orbital dynamics and planetary seismology with ring systems, exchange between components in the planetary system, and the migration and processing of volatiles on icy bodies, including Ocean Worlds.
    [Show full text]
  • The Mathematics of the Chinese, Indian, Islamic and Gregorian Calendars
    Heavenly Mathematics: The Mathematics of the Chinese, Indian, Islamic and Gregorian Calendars Helmer Aslaksen Department of Mathematics National University of Singapore [email protected] www.math.nus.edu.sg/aslaksen/ www.chinesecalendar.net 1 Public Holidays There are 11 public holidays in Singapore. Three of them are secular. 1. New Year’s Day 2. Labour Day 3. National Day The remaining eight cultural, racial or reli- gious holidays consist of two Chinese, two Muslim, two Indian and two Christian. 2 Cultural, Racial or Religious Holidays 1. Chinese New Year and day after 2. Good Friday 3. Vesak Day 4. Deepavali 5. Christmas Day 6. Hari Raya Puasa 7. Hari Raya Haji Listed in order, except for the Muslim hol- idays, which can occur anytime during the year. Christmas Day falls on a fixed date, but all the others move. 3 A Quick Course in Astronomy The Earth revolves counterclockwise around the Sun in an elliptical orbit. The Earth ro- tates counterclockwise around an axis that is tilted 23.5 degrees. March equinox June December solstice solstice September equinox E E N S N S W W June equi Dec June equi Dec sol sol sol sol Beijing Singapore In the northern hemisphere, the day will be longest at the June solstice and shortest at the December solstice. At the two equinoxes day and night will be equally long. The equi- noxes and solstices are called the seasonal markers. 4 The Year The tropical year (or solar year) is the time from one March equinox to the next. The mean value is 365.2422 days.
    [Show full text]
  • Victorian Popular Science and Deep Time in “The Golden Key”
    “Down the Winding Stair”: Victorian Popular Science and Deep Time in “The Golden Key” Geoffrey Reiter t is sometimes tempting to call George MacDonald’s fantasies “timeless”I and leave it at that. Such is certainly the case with MacDonald’s mystical fairy tale “The Golden Key.” Much of the criticism pertaining to this work has focused on its more “timeless” elements, such as its intrinsic literary quality or its philosophical and theological underpinnings. And these elements are not only important, they truly are the most fundamental elements needed for a full understanding of “The Golden Key.” But it is also important to remember that MacDonald did not write in a vacuum, that he was in fact interested in and engaged with many of the pressing issues of his day. At heart always a preacher, MacDonald could not help but interact with these issues, not only in his more openly didactic realistic novels, but even in his “timeless” fantasies. In the Victorian period, an era of discovery and exploration, the natural sciences were beginning to come into their own as distinct and valuable sources of knowledge. John Pridmore, examining MacDonald’s view of nature, suggests that MacDonald saw it as serving a function parallel to the fairy tale or fantastic story; it may be interpreted from the perspective of Christian theism, though such an interpretation is not necessary (7). Björn Sundmark similarly argues that in his works “MacDonald does not contradict science, nor does he press a theistic interpretation onto his readers” (13). David L. Neuhouser has concluded more assertively that while MacDonald was certainly no advocate of scientific pursuits for their own sake, he believed science could be of interest when examined under the aegis of a loving God (10).
    [Show full text]
  • Islamic Calendar from Wikipedia, the Free Encyclopedia
    Islamic calendar From Wikipedia, the free encyclopedia -at اﻟﺘﻘﻮﻳﻢ اﻟﻬﺠﺮي :The Islamic, Muslim, or Hijri calendar (Arabic taqwīm al-hijrī) is a lunar calendar consisting of 12 months in a year of 354 or 355 days. It is used (often alongside the Gregorian calendar) to date events in many Muslim countries. It is also used by Muslims to determine the proper days of Islamic holidays and rituals, such as the annual period of fasting and the proper time for the pilgrimage to Mecca. The Islamic calendar employs the Hijri era whose epoch was Islamic Calendar stamp issued at King retrospectively established as the Islamic New Year of AD 622. During Khaled airport (10 Rajab 1428 / 24 July that year, Muhammad and his followers migrated from Mecca to 2007) Yathrib (now Medina) and established the first Muslim community (ummah), an event commemorated as the Hijra. In the West, dates in this era are usually denoted AH (Latin: Anno Hegirae, "in the year of the Hijra") in parallel with the Christian (AD) and Jewish eras (AM). In Muslim countries, it is also sometimes denoted as H[1] from its Arabic form ( [In English, years prior to the Hijra are reckoned as BH ("Before the Hijra").[2 .(ﻫـ abbreviated , َﺳﻨﺔ ﻫِ ْﺠﺮﻳّﺔ The current Islamic year is 1438 AH. In the Gregorian calendar, 1438 AH runs from approximately 3 October 2016 to 21 September 2017.[3] Contents 1 Months 1.1 Length of months 2 Days of the week 3 History 3.1 Pre-Islamic calendar 3.2 Prohibiting Nasī’ 4 Year numbering 5 Astronomical considerations 6 Theological considerations 7 Astronomical
    [Show full text]
  • The Geologic Time Scale Is the Eon
    Exploring Geologic Time Poster Illustrated Teacher's Guide #35-1145 Paper #35-1146 Laminated Background Geologic Time Scale Basics The history of the Earth covers a vast expanse of time, so scientists divide it into smaller sections that are associ- ated with particular events that have occurred in the past.The approximate time range of each time span is shown on the poster.The largest time span of the geologic time scale is the eon. It is an indefinitely long period of time that contains at least two eras. Geologic time is divided into two eons.The more ancient eon is called the Precambrian, and the more recent is the Phanerozoic. Each eon is subdivided into smaller spans called eras.The Precambrian eon is divided from most ancient into the Hadean era, Archean era, and Proterozoic era. See Figure 1. Precambrian Eon Proterozoic Era 2500 - 550 million years ago Archaean Era 3800 - 2500 million years ago Hadean Era 4600 - 3800 million years ago Figure 1. Eras of the Precambrian Eon Single-celled and simple multicelled organisms first developed during the Precambrian eon. There are many fos- sils from this time because the sea-dwelling creatures were trapped in sediments and preserved. The Phanerozoic eon is subdivided into three eras – the Paleozoic era, Mesozoic era, and Cenozoic era. An era is often divided into several smaller time spans called periods. For example, the Paleozoic era is divided into the Cambrian, Ordovician, Silurian, Devonian, Carboniferous,and Permian periods. Paleozoic Era Permian Period 300 - 250 million years ago Carboniferous Period 350 - 300 million years ago Devonian Period 400 - 350 million years ago Silurian Period 450 - 400 million years ago Ordovician Period 500 - 450 million years ago Cambrian Period 550 - 500 million years ago Figure 2.
    [Show full text]
  • “Anthropocene” Epoch: Scientific Decision Or Political Statement?
    The “Anthropocene” epoch: Scientific decision or political statement? Stanley C. Finney*, Dept. of Geological Sciences, California Official recognition of the concept would invite State University at Long Beach, Long Beach, California 90277, cross-disciplinary science. And it would encourage a mindset USA; and Lucy E. Edwards**, U.S. Geological Survey, Reston, that will be important not only to fully understand the Virginia 20192, USA transformation now occurring but to take action to control it. … Humans may yet ensure that these early years of the ABSTRACT Anthropocene are a geological glitch and not just a prelude The proposal for the “Anthropocene” epoch as a formal unit of to a far more severe disruption. But the first step is to recognize, the geologic time scale has received extensive attention in scien- as the term Anthropocene invites us to do, that we are tific and public media. However, most articles on the in the driver’s seat. (Nature, 2011, p. 254) Anthropocene misrepresent the nature of the units of the International Chronostratigraphic Chart, which is produced by That editorial, as with most articles on the Anthropocene, did the International Commission on Stratigraphy (ICS) and serves as not consider the mission of the International Commission on the basis for the geologic time scale. The stratigraphic record of Stratigraphy (ICS), nor did it present an understanding of the the Anthropocene is minimal, especially with its recently nature of the units of the International Chronostratigraphic Chart proposed beginning in 1945; it is that of a human lifespan, and on which the units of the geologic time scale are based.
    [Show full text]
  • Arxiv:1601.03132V7 [Math.HO] 15 Nov 2018 [2]
    Solution of the Mayan Calendar Enigma Thomas Chanier1∗ 1Independent researcher, 1025 12th avenue, Coralville, Iowa 52241, USA The Mayan calendar is proposed to derive from an arithmetical model of naked-eye astronomy. The Palenque and Copan lunar equations, used during the Maya Classic period (200 to 900 AD) are solution of the model and the results are expressed as a function of the Xultun numbers, four enigmatic Long Count numbers deciphered in the Maya ruins of Xultun, dating from the IX century AD, providing strong arguments in favor of the use of the model by the Maya. The different Mayan Calendar cycles can be derived from this model and the position of the Calendar Round at the mythical date of creation 13(0).0.0.0.0 4 Ahau 8 Cumku is calculated. This study shows the high proficiency of Mayan mathematics as applied to astronomy and timekeeping for divinatory purposes.a I. INTRODUCTION In the Calendar Round, a date is represented by αXβY with the religious month 1 ≤ α ≤ 13, X one of the 20 Mayan priests-astronomers were known for their astro- religious days, the civil day 0 ≤ β ≤ 19, and Y one of the nomical and mathematical proficiency, as demonstrated 18 civil months, 0 ≤ β ≤ 4 for the Uayeb. Fig. 1 shows a in the Dresden Codex, a XIV century AD bark-paper contemporary representation of the Calendar Round as book containing accurate astronomical almanacs aiming a set of three interlocking wheels: the Tzolk'in, formed to correlate ritual practices with astronomical observa- by a 13-month and a 20-day wheels and the Haab'.
    [Show full text]
  • Imagining Deep Time
    IMAGINING DEEP TIME IMAGINING EXHIBITION ORGANIZED BY CULTURAL PROGRAMS OF THE NATIONAL AcADEMY OF SCIENCES CURATED BY JD TALASEK NATIONAL AcADEMY OF SCIENCES DEEP TIME WEST GALLERY 2101 CONSTITUTION AVE, NW, WASHINGTON, DC AUGUST 28, 2014 THROUGH JANUARY 15, 2015 IMAGINING THE UNIMAGINABLE: DEEP TIME THROUGH THE LENS OF ART “Geohistory is the immensely long and complex history of the CONSTRUCTING DEEP TIME the king’s nose to the tip of his outstretched hand. One of its vastness through the use of metaphor.[5] Analogies earth, including the life on its surface (biohistory), as distinct stroke of a nail file on his middle finger erases human like McPhee’s fingernail of the king and Twain’s Eiffel Tow- from the extremely brief recent history that can be based on Philosophy, religion, physics, mathematics, astronomy and history.” When we confront the notion of deep time, we er appear throughout literature in an attempt to convey human records.” other areas of human inquiry have attempted to crack the intuit that our limited time on earth isn’t significant either. meaning in terms of human experience. The practice of Martin J.S. Rudwick, historian of science mysteries of time. As we see, for example, in Bursting the Mark Twain put it in perspective when he wrote, “If the using metaphor is essential to the work of artists as well Limits of Time: The Reconstruction of Geohistory in the Age of Eiffel Tower were now representing the world’s age, the and it is worth considering how meaning is constructed “…the mind seemed to grow giddy by looking so far into the Revolution by Martin J.S.
    [Show full text]
  • The Calendars of India
    The Calendars of India By Vinod K. Mishra, Ph.D. 1 Preface. 4 1. Introduction 5 2. Basic Astronomy behind the Calendars 8 2.1 Different Kinds of Days 8 2.2 Different Kinds of Months 9 2.2.1 Synodic Month 9 2.2.2 Sidereal Month 11 2.2.3 Anomalistic Month 12 2.2.4 Draconic Month 13 2.2.5 Tropical Month 15 2.2.6 Other Lunar Periodicities 15 2.3 Different Kinds of Years 16 2.3.1 Lunar Year 17 2.3.2 Tropical Year 18 2.3.3 Siderial Year 19 2.3.4 Anomalistic Year 19 2.4 Precession of Equinoxes 19 2.5 Nutation 21 2.6 Planetary Motions 22 3. Types of Calendars 22 3.1 Lunar Calendar: Structure 23 3.2 Lunar Calendar: Example 24 3.3 Solar Calendar: Structure 26 3.4 Solar Calendar: Examples 27 3.4.1 Julian Calendar 27 3.4.2 Gregorian Calendar 28 3.4.3 Pre-Islamic Egyptian Calendar 30 3.4.4 Iranian Calendar 31 3.5 Lunisolar calendars: Structure 32 3.5.1 Method of Cycles 32 3.5.2 Improvements over Metonic Cycle 34 3.5.3 A Mathematical Model for Intercalation 34 3.5.3 Intercalation in India 35 3.6 Lunisolar Calendars: Examples 36 3.6.1 Chinese Lunisolar Year 36 3.6.2 Pre-Christian Greek Lunisolar Year 37 3.6.3 Jewish Lunisolar Year 38 3.7 Non-Astronomical Calendars 38 4. Indian Calendars 42 4.1 Traditional (Siderial Solar) 42 4.2 National Reformed (Tropical Solar) 49 4.3 The Nānakshāhī Calendar (Tropical Solar) 51 4.5 Traditional Lunisolar Year 52 4.5 Traditional Lunisolar Year (vaisnava) 58 5.
    [Show full text]
  • Chapter 5 – Date
    Chapter 5 – Date Luckily, most of the problems involving time have mostly been solved and packed away in software and hardware where we, and our customers overseas, do not have to deal with it. Thanks to standardization, if a vender in Peking wants to call a customer in Rome, he checks the Internet for the local time. As far as international business goes, it’s generally 24/7 anyway. Calendars on the other hand, are another matter. You may know what time it is in Khövsgöl, Mongolia, but are you sure what day it is, if it is a holiday, or even what year it is? The purpose of this chapter is to make you aware of just how many active calendars there are out there in current use and of the short comings of our Gregorian system as we try to apply it to the rest of the world. There just isn’t room to review them all so think of this as a kind of around the world in 80 days. There are so many different living calendars, and since the Internet is becoming our greatest library yet, a great many ancient ones that must be accounted for as well. We must consider them all in our collations. As I write this in 2010 by the Gregorian calendar, it is 2960 in Northwest Africa, 1727 in Ethopia, and 4710 by the Chinese calendar. A calendar is a symbol of identity. They fix important festivals and dates and help us share a common pacing in our lives. They are the most common framework a civilization or group of people can have.
    [Show full text]
  • Utah's Geologic Timeline Utah Seed Standard 7.2.6: Make an Argument from Evidence for How the Geologic Time Scale Shows the Ag
    Utah’s Geologic Timeline Utah SEEd Standard 7.2.6: Make an argument from evidence for how the geologic time scale shows the age and history of Earth. Emphasize scientific evidence from rock strata, the fossil record, and the principles of relative dating, such as superposition, uniformitarianism, and recognizing unconformities. (ESS1.C) Activity Details: The students begin with a blank calendar and a list of events in the Earth’s, and additionally Utah’s, history. These events span billions of years, but such numbers are too large to visualize and compare. In order to help the mind understand such enormous lengths of time, the year of the event is scaled to what it would Be proportionate to a calendar year (numBers are from The Utah Geological Survey and Kentucky Geological Survey). The students go through the list and fill out their calendar to visualize the geologic timeline of the Earth and Utah, and then answer some analysis questions to help solidify their understanding. Students will need four differently-colored colored pencils or crayons to complete the activity. Background: The following information is taken from The Utah Geological Survey, written by Mark Milligan. It may Be helpful to define some of the terms with the students so they understand where and how ages come from. Geologists generally know the age of a rock By determining the age of the group of rocks, or formation, that it is found in. The age of formations is marked on a geologic calendar known as the geologic time scale. Development of the geologic time scale and dating of formations and rocks relies upon two fundamentally different ways of telling time: relative and absolute.
    [Show full text]
  • CALENDRICAL CALCULATIONS the Ultimate Edition an Invaluable
    Cambridge University Press 978-1-107-05762-3 — Calendrical Calculations 4th Edition Frontmatter More Information CALENDRICAL CALCULATIONS The Ultimate Edition An invaluable resource for working programmers, as well as a fount of useful algorithmic tools for computer scientists, astronomers, and other calendar enthu- siasts, the Ultimate Edition updates and expands the previous edition to achieve more accurate results and present new calendar variants. The book now includes algorithmic descriptions of nearly forty calendars: the Gregorian, ISO, Icelandic, Egyptian, Armenian, Julian, Coptic, Ethiopic, Akan, Islamic (arithmetic and astro- nomical forms), Saudi Arabian, Persian (arithmetic and astronomical), Bahá’í (arithmetic and astronomical), French Revolutionary (arithmetic and astronomical), Babylonian, Hebrew (arithmetic and astronomical), Samaritan, Mayan (long count, haab, and tzolkin), Aztec (xihuitl and tonalpohualli), Balinese Pawukon, Chinese, Japanese, Korean, Vietnamese, Hindu (old arithmetic and medieval astronomical, both solar and lunisolar), and Tibetan Phug-lugs. It also includes information on major holidays and on different methods of keeping time. The necessary astronom- ical functions have been rewritten to produce more accurate results and to include calculations of moonrise and moonset. The authors frame the calendars of the world in a completely algorithmic form, allowing easy conversion among these calendars and the determination of secular and religious holidays. Lisp code for all the algorithms is available in machine- readable form. Edward M. Reingold is Professor of Computer Science at the Illinois Institute of Technology. Nachum Dershowitz is Professor of Computational Logic and Chair of Computer Science at Tel Aviv University. © in this web service Cambridge University Press www.cambridge.org Cambridge University Press 978-1-107-05762-3 — Calendrical Calculations 4th Edition Frontmatter More Information About the Authors Edward M.
    [Show full text]