Skip to content

Commit

Permalink
Merge pull request #20 from tomdonaldson/update_to_rec_2.0
Browse files Browse the repository at this point in the history
Update Makefile for REC 2.0, and small README updates
  • Loading branch information
tomdonaldson authored Apr 7, 2022
2 parents cfd1098 + 7990333 commit 8b1f3c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
Expand Down

0 comments on commit 8b1f3c6

Please sign in to comment.