GOD offers two methods of integration, a pull based system typical of most HTTP based api and a push based web handler system.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root,::backdrop{--sans-font:-apple-system,BlinkMacSystemFont,"Avenir Next",Avenir,"Nimbus Sans L",Roboto,"Noto Sans","Segoe UI",Arial,Helvetica,"Helvetica Neue",sans-serif;--mono-font:Consolas,Menlo,Monaco,"Andale Mono","Ubuntu Mono",monospace;--standard-border-radius:5px;--bg:#fff;--accent-bg:#f5f7ff;--text:#212121;--text-light:#585858;--border:#898ea4;--accent:#0d47a1;--accent-hover:#1266e2;--accent-text:var(--bg);--code:#d81b60;--preformatted:#444;--marked:#fd3;--disabled:#efefef}@media (prefers-color-scheme:dark){:root,::backdrop{color-scheme:dark;--bg:#212121;--accent-bg:#2b2b2b;--text:#dcdcdc;--text-light:#ababab;--accent:#ffb300;--accent-hover:#ffe099;--accent-text:var(--bg);--code:#f06292;--preformatted:#ccc;--disabled:#111}img,video{opacity:.8}}*,:before,:after{box-sizing:border-box}textarea,select,input,progress{-webkit-appearance:none;-moz-appearance:none;appearance:none}html{font-family:var(--sans-font);scroll-behavior:smooth}body{color:var(--text);background-color:var(--bg);grid-template-columns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Produced 1792 unique frames (59) fps | |
Frame output/hellpoint.webm/001.png - 2880 x 1620 | |
Frame output/hellpoint.webm/002.png - 3840 x 2160 | |
Frame output/hellpoint.webm/003.png - 2880 x 1620 | |
Frame output/hellpoint.webm/004.png - 3840 x 2160 | |
Frame output/hellpoint.webm/005.png - 2880 x 1620 | |
Frame output/hellpoint.webm/006.png - 3840 x 2160 | |
Frame output/hellpoint.webm/007.png - 3840 x 2160 | |
Frame output/hellpoint.webm/008.png - 3840 x 2160 | |
Frame output/hellpoint.webm/009.png - 1920 x 1080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Produced 1763 unique frames (58) fps | |
Frame output/divsion.webm/002.png - 3840 x 2160 | |
Frame output/divsion.webm/003.png - 3840 x 2160 | |
Frame output/divsion.webm/004.png - 3840 x 2160 | |
Frame output/divsion.webm/005.png - 3840 x 2160 | |
Frame output/divsion.webm/006.png - 3840 x 2160 | |
Frame output/divsion.webm/007.png - 3840 x 2160 | |
Frame output/divsion.webm/008.png - 3840 x 2160 | |
Frame output/divsion.webm/009.png - 3840 x 2160 | |
Frame output/divsion.webm/010.png - 3840 x 2160 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"> | |
<responseDate>2020-04-01T09:04:06Z</responseDate> | |
<request verb="ListRecords" set="B:10.1109:266000" metadataPrefix="cr_unixsd">http://oai.crossref.org/oai</request> | |
<ListRecords> | |
<record> | |
<header> | |
<identifier>info:doi/10.1109%2FSCORED.2003.1459652</identifier> | |
<datestamp>2017-06-16</datestamp> | |
<setSpec>B</setSpec> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWS_PROFILE=crossref-staging python build_bucket.py -h | |
usage: build_bucket.py [-h] [--snapshot_path SNAPSHOT_PATH] | |
Builds an S3 bucket of metadata using an extracted snapshot as the source. | |
optional arguments: | |
-h, --help show this help message and exit | |
--snapshot_path SNAPSHOT_PATH | |
Path to the directory where the snapshot has been extracted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#2E3440,#3B4252,#5596C9,#2E3440,#3B4252,#D8DEE9,#A3BE8C,#81A1C1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } | |
Plug 'junegunn/fzf.vim' | |
"{{{ | |
let $FZF_DEFAULT_COMMAND = 'ag -l -g ""' | |
let $FZF_DEFAULT_OPTS="--preview '[[ $(file --mime {}) =~ binary ]] && echo {} is a binary file || (bat --style=numbers --color=always {} || highlight -O ansi -l {} || coderay {} || rougify {} || cat {}) 2> /dev/null'" | |
let g:fzf_layout = { 'down': '40%' } | |
let g:fzf_nvim_statusline = 0 | |
let g:fzf_colors = | |
\ { 'fg': ['fg', 'Normal'], | |
\ 'bg': ['bg', 'Normal'], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"swagger":"2.0","info":{"title":"Crossref Unified Resource API","version":"0.1","description":"## Preamble\n\nThe Crossref REST API is one of [a variety of tools and APIs](https:\/\/www.crossref.org\/services\/metadata-delivery\/) that allow anybody to search and reuse our members' metadata in sophisticated ways.\n\n\n## Meta\n\n### Frequency of indexing\n\nRecords typically appear in the REST API within 20 minutes of their having been successfully deposited with Crossref.\n\nSummary information (e.g. counts, etc.) are processed in batch every 24 hours.\n\n### Learning about performance or availability problems\n\nNote that we generally post notice any ongoing performance problems with our services on our twitter feeds at [CrossrefOrg](https:\/\/twitter.com\/CrossrefOrg) and [CrossrefSupport](https:\/\/twitter.com\/@CrossrefSupport). We also report them on our [support site](https:\/\/support.crossref.org\/hc\/en-us). You might want to check these to see if we are already aware of a problem before you report |
I hereby claim:
- I am markwoodhall on github.
- I am markwoodhall (https://keybase.io/markwoodhall) on keybase.
- I have a public key ASCGOHwEeN4vU9mclEGwHf-hDfCwZwVzVVoKr9ow2ONUgwo
To claim this, I am signing this object:
NewerOlder