Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egonw/acsrdf2010
owl:thing's for the ACS RDF symposium in August 2010 in Boston
https://github.com/egonw/acsrdf2010
acs chemistry rdf semweb
Last synced: 11 days ago
JSON representation
owl:thing's for the ACS RDF symposium in August 2010 in Boston
- Host: GitHub
- URL: https://github.com/egonw/acsrdf2010
- Owner: egonw
- Created: 2010-06-26T11:45:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T13:26:52.000Z (over 2 years ago)
- Last Synced: 2024-11-22T02:48:34.499Z (2 months ago)
- Topics: acs, chemistry, rdf, semweb
- Homepage: http://egonw.github.io/acsrdf2010/
- Size: 22.2 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
owl:Thing's for the ACS RDF symposium
-------------------------------------Homepage: http://egonw.github.com/acsrdf2010/
Want to contribute something to the homepage, or add additional RDFa?
Just fork the repository, make the hacks, and send around a pull request.
Make sure to take the gh_pages branch.Option 1
--------From the command line, your workflow could look like:
git clone git://github.com/egonw/acsrdf2010.git
git checkout gh-pages origin/gh-pagesThen add the RDFa to your abstract:
nano index.html
Make sure to validate the new index.html with the following two sites:
* http://validator.w3.org/check
* http://www.w3.org/2007/08/pyRdfa/Both support copy/pasting the index.html content directly into the form,
and neither depends the index.html to be online available.Then you can send me patches:
git format-patch origin/gh_pages
Option 2
--------Set up a fork on GitHub, make the changes, push them back onto your
GitHub Fork, and send me a pull request. See these two tutorials:* http://help.github.com/forking/
* http://github.com/guides/pull-requestsEgon