{"id":17810166,"url":"https://github.com/ducasse/citezen","last_synced_at":"2025-03-17T18:30:19.971Z","repository":{"id":88081099,"uuid":"82970791","full_name":"Ducasse/Citezen","owner":"Ducasse","description":"Citezen is a bib parser and tool suite","archived":false,"fork":false,"pushed_at":"2024-09-18T20:42:56.000Z","size":531,"stargazers_count":5,"open_issues_count":19,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T03:16:23.944Z","etag":null,"topics":["bibtex","parser","pharo","tools"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ducasse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-23T20:57:46.000Z","updated_at":"2024-09-18T20:42:59.000Z","dependencies_parsed_at":"2024-11-17T07:44:26.268Z","dependency_job_id":null,"html_url":"https://github.com/Ducasse/Citezen","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ducasse%2FCitezen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ducasse%2FCitezen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ducasse%2FCitezen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ducasse%2FCitezen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ducasse","download_url":"https://codeload.github.com/Ducasse/Citezen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878408,"owners_count":20362431,"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":["bibtex","parser","pharo","tools"],"created_at":"2024-10-27T15:27:43.491Z","updated_at":"2025-03-17T18:30:19.216Z","avatar_url":"https://github.com/Ducasse.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Citezen\nCitezen is a bib parser and tool suite. \n\n\n[![Build Status](https://travis-ci.com/Ducasse/Citezen.svg?branch=master)](https://travis-ci.com/Ducasse/Citezen)\n[![Coverage Status](https://coveralls.io/repos/github//Ducasse/Citezen/badge.svg?branch=master)](https://coveralls.io/github//Ducasse/Citezen?branch=master)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()\n[![Pharo version](https://img.shields.io/badge/Pharo-6.1-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)\n\u003c!-- [![Build status](https://ci.appveyor.com/api/projects/status/1wdnjvmlxfbml8qo?svg=true)](https://ci.appveyor.com/project/olekscode/dataframe)  --\u003e\n\n\nTests are all green on my machine. No idea why some are failing on travis\n\n## Installing for use\n\n```\n$ git clone git@github.com:Ducasse/Citezen.git\n$ cd Citezen\n$ chmod a+x ./scripts/build.sh\n$ ./scripts/build.sh\n```\n\n## Loading for dev\n\n```\nMetacello new\n   baseline: 'Citezen';\n   repository: 'github://Ducasse/Citezen';\n   load.\n```\n\n## If you want to depend on it\n\n```\nspec \n   baseline: 'Citezen' \n   with: [ spec repository: 'github://Ducasse/Citezen' ].\n```\n\n## Sample script\n\nYou can try this simple script to convert a bib file to HTML:\n```\n| bibset generator |\nbibset := CZBibParser parse: ('/Users/.../input.bib' asFileReference) contents.\nbibset scope: CZSet standardDefinitions.\ngenerator := CZHTMLGenerator new.\ngenerator save: bibset to: '/Users/.../output.html'.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducasse%2Fcitezen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fducasse%2Fcitezen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducasse%2Fcitezen/lists"}