Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Mar 6, 2023
1 parent c9e34a6 commit a27e3f2
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -744,29 +744,6 @@ <h1>Streaming GCN<br>Notices in Python</h1>
</div>
</section>

<!---
<section>
<div class="image-and-caption">
<div>
<img src="img/screen-shot-gcn-markdown.png" width="700" alt="Screen shot of GCN Circular markdown">
</div>
<div data-markdown>
<textarea data-template>
## Modernization of GCN Circulars
* Manage your own subscriptions
* Self-register to submit using peer endorsement
* Submit circulars by web form, API, or email
* Correct handling of Unicode
* "Astro Flavored Markdown"
* Annotate and cross-link references, dates, times, coordinates
* Embedded data tables, image attachments, math mode
* Automatically mint DOIs and BiBTeX entries
* Link your ORCID to your GCN Circulars
</textarea>
</div>
</div>
</section>
-->
<section data-markdown>
<textarea data-template>
## Unified schema and alert format for GCN Kafka
Expand Down Expand Up @@ -833,28 +810,7 @@ <h1>Streaming GCN<br>Notices in Python</h1>
]
}
```
<!--
```
{
"type": "object",
"title": "gcn.notices.icecube",
"description": "GoldAndBronze",
"properties": {
"type": {"description": "Notice type Gold or Bronze", "type": ["string"]},
"ra": {"description": "Localization estimate right ascension (degrees, ICRS, J2000)", "type": "number"},
"dec": {"description": "Localization estimate declination (degrees, ICRS, J2000)", "type": "number"},
"err50": {"description": "Location estimate uncertainty (radius, degrees)","type": "number"},
"dateobs": {"description": "Date and time of event", "type": "string", "format": "date-time"},
"revision": {"description": "Revision number by IceCube","type": [ "number"]},
"energy": {"description": "Most probable neutrino energy [TeV] that would have produced an event", "type": "number"},
"signalness": {"description": "Probability [dn] that this is an astrophysical signal relative to backgrounds", "type": "number"},
"far": {"description": "Rate of background events expected that are 'like this alert', would be seen by IceCube per year", "type": "number"},
},
"required": ["type", "ra", "dec", "err", "err50", "dateobs" "revision", "energy", "signalness", "far"]
}
}
```
-->

</textarea>
</section>

Expand Down

0 comments on commit a27e3f2

Please sign in to comment.