{"id":30201539,"url":"https://github.com/esipfed/esip_badger","last_synced_at":"2025-08-13T10:50:49.533Z","repository":{"id":75024670,"uuid":"41402569","full_name":"ESIPFed/esip_badger","owner":"ESIPFed","description":"modified static badge generator (based on slackin and shields.io)","archived":false,"fork":false,"pushed_at":"2018-04-25T22:00:58.000Z","size":135,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-01-24T18:02:47.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ESIPFed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-08-26T03:36:50.000Z","updated_at":"2018-04-25T22:00:59.000Z","dependencies_parsed_at":"2023-09-22T08:21:26.566Z","dependency_job_id":null,"html_url":"https://github.com/ESIPFed/esip_badger","commit_stats":{"total_commits":60,"total_committers":3,"mean_commits":20.0,"dds":"0.033333333333333326","last_synced_commit":"d71d5d295922e451bd1b1d6a6878f223d8c77f8e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ESIPFed/esip_badger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESIPFed%2Fesip_badger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESIPFed%2Fesip_badger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESIPFed%2Fesip_badger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESIPFed%2Fesip_badger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ESIPFed","download_url":"https://codeload.github.com/ESIPFed/esip_badger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESIPFed%2Fesip_badger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270228430,"owners_count":24548818,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-08-13T10:50:27.723Z","updated_at":"2025-08-13T10:50:49.507Z","avatar_url":"https://github.com/ESIPFed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ESIP Badger\n===========\n\n\u003ca href=\"http://esipfed.org\"\u003e![](http://badge.esipfed.org/roomthily/esip_badger/fundingfriday.svg)\u003c/a\u003e\n\n##ESIP Badge Design\n\nThis is the initial round of possible badges for the ESIP community. The structure and styles are based on the shields.io project (public domain) and a de facto standard for Github badging. \n\nWe have three collections, one for getting at ESIP funded (or supported) things, one for the relationship to ESIP, and one for the collaboration areas/clusters. For funding/supported, the tags are Funded, FUNding Friday and Testbed. For the relationships, it's Member and Collaborator.\n\nThe API is very simple. There's a single URL with the structure:\n\n\u003e http://badge.esipfed.org/{badge-type}.svg?style={display-style}\n\n**OR**\n\n\u003e http://badge.esipfed.org/{user}/{repository}/{badge-type}.svg?style={display-style}\n\nwhere `funded` is one of the supported badge types, `user` is the Github account and `repository` is the repository name. \n\nUsing it in one's documentation is as simple as adding:\n\n```\n\u003cimg src=\"http://badge.esipfed.org/funded.svg\"\u003e\n```\n\nto the Markdown (as an `img` element or through another available SVG rendering method).\n\nThat method will only render the image without any links. To include a link to the ESIP site, use:\n\n```\n\u003ca href=\"http://esipfed.org\"\u003e![](http://badge.esipfed.org/roomthily/esip_badger/funded.svg)\u003c/a\u003e\n```\n\nmodifying the SVG request as necessary. That displays as: \u003ca href=\"http://esipfed.org\"\u003e![](http://badge.esipfed.org/roomthily/esip_badger/funded.svg)\u003c/a\u003e\n\nThe `display` query parameter provides the option to display the ESIP logo on the left side:\n\n```\n\u003cimg src=\"http://badge.esipfed.org/funded.svg?display=logo\"\u003e\n```\n\ngenerating: \u003ca href=\"http://esipfed.org\"\u003e![](http://badge.esipfed.org/funded.svg?display=logo)\u003c/a\u003e\n\n\n####Parameter Options\n\n**badge-type:** funded | testbed | fundingfriday | member | collaborator\n\n**display-style:** flat-round (default) | plastic | flat-square\n\n**display-option:** logo | text (default)\n\n**user:** Github user name\n\n**repository:** repository name\n\n`account` and `repo` are accepted for basic analytic purposes only, ex:\n\n\u003e http://badge.esipfed.org/roomthily/esip_badger/fundingfriday.svg\n\n**Values for Collaboration Areas\n\n- agclimate : Agriculture \u0026 Climate\n- cleannetwork: The Clean Network\n- climateed : Climate Education\n- cloud : Cloud Computing\n- datasteward : Data Stewardship\n- datastudy : Data Study\n- disasters : Disasters\n- discovery : Discovery\n- documentation : Documentation\n- drones : Drones\n- drupal : Drupal\n- esda : Earth Science Data Analytics\n- education : Education\n- energyclimate : Energy \u0026 Climate\n- envirosensing : Envirosensing\n- infoquality : Information Quality\n- infotech : Information Technology \u0026 Interoperability\n- libraries : Libraries\n- products : Products \u0026 Services\n- scicomm: Science Communication\n- sciencesoftware : Science Software\n- semanticweb : Semantic Web\n- sustainabledata : Sustainable Data Management\n- usability: Usability\n- visioneers : Visioneers\n- webservices : Web Services\n\n\n####Text Examples\n\n| Rounded | Plastic | Flat |\n|:--------|:--------|:-----|\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/funded.svg\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/funded.svg?style=plastic\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/funded.svg?style=flat-square\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/testbed.svg\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/testbed.svg?style=plastic\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/testbed.svg?style=flat-square\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/fundingfriday.svg\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/fundingfriday.svg?style=plastic\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/fundingfriday.svg?style=flat-square\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/member.svg\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/member.svg?style=plastic\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/member.svg?style=flat-square\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/collaborator.svg\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/collaborator.svg?style=plastic\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/collaborator.svg?style=flat-square\"\u003e |\n\n\n####Logo Examples\n\n| Rounded | Plastic | Flat |\n|:--------|:--------|:-----|\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/funded.svg?display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/funded.svg?style=plastic\u0026display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/funded.svg?style=flat-square\u0026display=logo\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/testbed.svg?display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/testbed.svg?style=plastic\u0026display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/testbed.svg?style=flat-square\u0026display=logo\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/fundingfriday.svg?display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/fundingfriday.svg?style=plastic\u0026display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/fundingfriday.svg?style=flat-square\u0026display=logo\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/member.svg?display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/member.svg?style=plastic\u0026display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/member.svg?style=flat-square\u0026display=logo\"\u003e |\n| \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/collaborator.svg?display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/collaborator.svg?style=plastic\u0026display=logo\"\u003e | \u003cimg style=\"float:left;\" src=\"http://badge.esipfed.org/collaborator.svg?style=flat-square\u0026display=logo\"\u003e |\n\n\n####Notes\n\nIt is not pixel-perfect compared to the shields.io badges (server-side python estimation without typeface info). Nor is it pixel-perfect between terms.\n\nThe URL in the provided examples are volatile while testing. Use at your own risk (or, better, not at all just yet).\n\n\nInstallation\n============\n\nRefer to [INSTALL](INSTALL.md) for the details.\n\n\nAcknowledgements\n================\n\nThis project is supported by an ESIP Federation FUNding Friday award, Summer Meeting 2015. \n\nBased on [badges/shields](https://github.com/badges/shields) and [rauchg/slackin](https://github.com/rauchg/slackin).\n\n\nLicense\n=======\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesipfed%2Fesip_badger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesipfed%2Fesip_badger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesipfed%2Fesip_badger/lists"}