diff --git a/Makefile b/Makefile index 2d73e06..4ab1119 100755 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ DOCNAME = moc DOCVERSION = 2.0 # Publication date, ISO format; update manually for "releases" -DOCDATE = 2022-01-19 +DOCDATE = 2022-03-17 # What is it you're writing: NOTE, WD, PR, or REC -DOCTYPE = PR +DOCTYPE = REC # Source files for the TeX document (but the main file must always # be called $(DOCNAME).tex diff --git a/README.md b/README.md index 0ef769c..9204c8d 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,25 @@ # MOC This document describes the Multi-Order Coverage map method (MOC) to specify arbitrary coverages for sky regions and/or time coverages and potentially other dimensions. The goal is to be able to provide a very fast comparison mechanism between coverages. The mechanism is based on a discretization of space and time dimensions. The system is based on the definition of a specific storage of the map coverage using predefined cells hierarchically grouped which makes it easy to produce and use for exploring astronomical collections. There are already a few applications and libraries which are taking advantage of this new standard. -# Status +## Document Status -Under development. +### Latest Stable -# Working on this Document +The current IVOA Recommendation is [REC-2.0](https://ivoa.net/documents/MOC/20220317/index.html). Prior versions are available on the [IVOA Documents page](https://www.ivoa.net/documents/index.html). -Remember to checkout the repository with its submodules. +### Making Changes - git clone --recurse-submodules https://github.com/ivoa-std/MOC.git +Changes to this document are made via pull requests to the `master` branch of this repository. A [PDF preview](https://github.com/ivoa-std/MOC/releases/download/auto-pdf-preview/MOC-draft.pdf "PRE-RELEASE, DO NOT PUBLISH") of the latest `master` version is available by clicking the badge on top. + +When cloning your fork of this repository, use `--recurse-submodules` to include its submodules. + + git clone --recurse-submodules https://github.com/[your github user]/MOC.git Then: run "make" and hope you have all the necessary tools installed. -# License +More more information, see the [ivoatex README](https://github.com/ivoa-std/ivoatex#readme) and the IVOA note [IVOATeX Document Preparation System](https://ivoa.net/documents/Notes/IVOATex/). + +## License Creative Commons License