{"id":13612082,"url":"https://github.com/rjoberon/bibsonomy-jekyll","last_synced_at":"2025-04-13T11:31:29.017Z","repository":{"id":37470696,"uuid":"92938651","full_name":"rjoberon/bibsonomy-jekyll","owner":"rjoberon","description":"BibSonomy plugin for Jekyll","archived":false,"fork":false,"pushed_at":"2020-02-10T11:00:10.000Z","size":36,"stargazers_count":7,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T02:47:41.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rjoberon.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-31T11:19:17.000Z","updated_at":"2024-03-30T09:47:14.000Z","dependencies_parsed_at":"2022-09-15T02:51:24.127Z","dependency_job_id":null,"html_url":"https://github.com/rjoberon/bibsonomy-jekyll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoberon%2Fbibsonomy-jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoberon%2Fbibsonomy-jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoberon%2Fbibsonomy-jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjoberon%2Fbibsonomy-jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjoberon","download_url":"https://codeload.github.com/rjoberon/bibsonomy-jekyll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705651,"owners_count":21148569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T20:00:22.216Z","updated_at":"2025-04-13T11:31:28.776Z","avatar_url":"https://github.com/rjoberon.png","language":"Ruby","funding_links":[],"categories":["Bibliography \u0026 Citiations"],"sub_categories":[],"readme":"# BibSonomy\n\n[BibSonomy](https://www.bibsonomy.org/) plugin for\n[Jekyll](http://jekyllrb.com/) which renders bibliographic metadata\nusing the [Citation Style Language](http://citationstyles.org/).\n\n[![Gem Version](https://badge.fury.io/rb/bibsonomy-jekyll.svg)](http://badge.fury.io/rb/bibsonomy-jekyll)\n[![Build Status](https://travis-ci.org/rjoberon/bibsonomy-jekyll.svg?branch=master)](https://travis-ci.org/rjoberon/bibsonomy-jekyll)\n[![Coverage\nStatus](https://coveralls.io/repos/rjoberon/bibsonomy-jekyll/badge.svg)](https://coveralls.io/r/rjoberon/bibsonomy-jekyll)\n\n## Usage\n\n(Read the Jekyll documentation on [installing a plugin](https://jekyllrb.com/docs/plugins/#installing-a-plugin).)\n\n1. Add the following to your site's `Gemfile`:\n\n```\ngem 'bibsonomy-jekyll'\n```\n\n2. Add the following to your site's `_config.yml`:\n\n```yml\ngems:\n  - bibsonomy-jekyll\n\nbibsonomy:\n  user: yourusername\n  apikey: yourapikey\n  # directory must exists; empty value disables document download\n  document_directory: pdf\n  # check https://github.com/citation-style-language/styles for styles\n  style: acm-sig-proceedings\n  # see http://api.altmetric.com/embeds.html for types and JavaScript\n  # to enable them; empty value disables rendering\n  altmetric_badge_type: 1\n```\n\nYou can get your BibSonomy API key from\n[the settings page](https://www.bibsonomy.org/settings?selTab=1#selTab1). **Do\nnot put your API key into a public repository.**\n\n3. In any page or post, use the plugin as follows:\n\n```markdown\n{% bibsonomy user yourusername myown 3 %}\n```\n\nYou should adapt the user name (`yourusername`)  and tag(s) (`myown`)\nto your needs.\n\nThe plugin supports a variable number of parameters:\n`GROUPING NAME TAG1 ... TAGN COUNT`\n- `GROUPING` specifies whether posts for a user (\"user\") or group\n  (\"group\") shall be rendered.\n- `NAME` specifies the name of the user or group.\n- `TAG1 ... TAGN` is a variable number of tags the posts should have.\n- `COUNT` is the maximal number of posts that shall be rendered.\n\n## Examples\n\nFor an example output, have a look at\n[my publication list](https://amor.cms.hu-berlin.de/~jaeschkr/publications.html).\n\n## Development\n\nInstall dependencies:\n```shell\nbundle install\n```\n\nRun tests:\n```shell\nexport BIBSONOMY_USER_NAME=yourusername\nexport BIBSONOMY_API_KEY=yourapikey\nbundle exec rspec spec\n```\n\nBuild gem:\n```shell\ngem build bibsonomy-jekyll.gemspec\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjoberon%2Fbibsonomy-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjoberon%2Fbibsonomy-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjoberon%2Fbibsonomy-jekyll/lists"}