From 6bfcabad78310f71dde64176af8afafe52f69343 Mon Sep 17 00:00:00 2001 From: Tom Donaldson Date: Thu, 7 Apr 2022 11:48:19 -0400 Subject: [PATCH 1/3] Update Makefile for REC 2.0, and small README updates --- Makefile | 4 ++-- README.md | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 2d73e06..9ce6fb4 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-04-07 # 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..8e4f769 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://www.ivoa.net/documents/MOC/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 From 26f3dd1f685041a32060b4ad8f6a592ee4fad73a Mon Sep 17 00:00:00 2001 From: Tom Donaldson Date: Thu, 7 Apr 2022 13:25:13 -0400 Subject: [PATCH 2/3] Change the REC date to match the official announcement. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ce6fb4..4ab1119 100755 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DOCNAME = moc DOCVERSION = 2.0 # Publication date, ISO format; update manually for "releases" -DOCDATE = 2022-04-07 +DOCDATE = 2022-03-17 # What is it you're writing: NOTE, WD, PR, or REC DOCTYPE = REC From 79903331f257287c4183263d474aeb02173b433d Mon Sep 17 00:00:00 2001 From: Tom Donaldson Date: Thu, 7 Apr 2022 13:34:32 -0400 Subject: [PATCH 3/3] Use specific (dated) link for the latest stable document version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e4f769..9204c8d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This document describes the Multi-Order Coverage map method (MOC) to specify arb ### Latest Stable -The current IVOA Recommendation is [REC-2.0](https://www.ivoa.net/documents/MOC/index.html). Prior versions are available on the [IVOA Documents page](https://www.ivoa.net/documents/index.html). +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). ### Making Changes