Skip to content

Commit

Permalink
Merge branch 'main' of git://github.com/ome/ngff into sparse-plate
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Dec 3, 2021
2 parents 5a1ddc7 + 37a4238 commit f20c03c
Show file tree
Hide file tree
Showing 34 changed files with 2,813 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: joshmoore/spec-prod@main
- uses: joshmoore/spec-prod@0_3
with:
GH_PAGES_BRANCH: gh-pages
VALIDATE_LINKS: false
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Validation
on:
push:
pull_request:

jobs:

validate:
name: Validation
strategy:
matrix:
ngff:
- '0.3'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- run: python -mpip install --upgrade wheel tox
- run: cd ${{matrix.ngff}} && tox
4 changes: 4 additions & 0 deletions 0.2/copyright.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Copyright © [YEAR]
<a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>®</sup>
(<a href="https://dundee.ac.uk/"><abbr title="University of Dundee">U. Dundee</abbr></a>).
OME trademark rules apply.
34 changes: 34 additions & 0 deletions 0.2/header.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>[TITLE]</title>
<style data-fill-with="stylesheet">
</style>
</head>
<body class="h-entry">
<div class="head">

<!--p data-fill-with="logo"></p-->
<img src="http://www.openmicroscopy.org/img/logos/ome-logomark.svg"
alt="OME logo (6 circles in a hexagon)"
style="float:right;width:42px;height:42px;">

<h1 id="title" class="p-name no-ref">[TITLE]</h1>
<h2 id="subtitle" class="no-num no-toc no-ref">[LONGSTATUS],
<time class="dt-updated" datetime="[ISODATE]">[DATE]</time></h2>
<div data-fill-with="spec-metadata"></div>
<div data-fill-with="warning"></div>
<p class='copyright' data-fill-with='copyright'></p>
<hr title="Separator for header">
</div>

<div class="p-summary" data-fill-with="abstract"></div>

<h2 class='no-num no-toc no-ref' id='sotd'>Status of this document</h2>
<div data-fill-with="status"></div>
<div data-fill-with="at-risk"></div>

<nav data-fill-with="table-of-contents" id="toc"></nav>
<main>
Loading

0 comments on commit f20c03c

Please sign in to comment.