{"id":24790059,"url":"https://github.com/frbcesab/zoteror","last_synced_at":"2025-10-12T14:30:49.671Z","repository":{"id":104708828,"uuid":"545327880","full_name":"FRBCesab/zoteror","owner":"FRBCesab","description":":package: Retrieve references from Zotero database","archived":false,"fork":false,"pushed_at":"2024-10-03T12:07:57.000Z","size":335,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T13:51:22.836Z","etag":null,"topics":["database","r-package","references","zotero"],"latest_commit_sha":null,"homepage":"https://frbcesab.github.io/zoteror","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FRBCesab.png","metadata":{"files":{"readme":"README.Rmd","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":"2022-10-04T07:07:33.000Z","updated_at":"2024-10-11T17:54:13.000Z","dependencies_parsed_at":"2023-07-23T01:01:11.090Z","dependency_job_id":null,"html_url":"https://github.com/FRBCesab/zoteror","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"97d9877e0850f8075f5fa5cae61bbfa3bf1ea524"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FRBCesab/zoteror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRBCesab%2Fzoteror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRBCesab%2Fzoteror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRBCesab%2Fzoteror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRBCesab%2Fzoteror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FRBCesab","download_url":"https://codeload.github.com/FRBCesab/zoteror/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FRBCesab%2Fzoteror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011599,"owners_count":26084964,"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-10-12T02:00:06.719Z","response_time":53,"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":["database","r-package","references","zotero"],"created_at":"2025-01-29T18:14:34.139Z","updated_at":"2025-10-12T14:30:49.345Z","avatar_url":"https://github.com/FRBCesab.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(collapse  = TRUE,\n                      comment   = \"#\u003e\",\n                      fig.path  = \"man/figures/\",\n                      out.width = \"100%\")\n```\n\n\n\nzoteror \u003cimg src=\"man/figures/package-sticker.png\" align=\"right\" style=\"float:right; height:120px;\"/\u003e\n=========================================================\n\n\u003c!-- badges: start --\u003e\n[![R CMD Check](https://github.com/FRBCesab/zoteror/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/FRBCesab/zoteror/actions/workflows/R-CMD-check.yaml)\n[![Website](https://github.com/FRBCesab/zoteror/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/FRBCesab/zoteror/actions/workflows/pkgdown.yaml)\n[![License: GPL (\u003e= 2)](https://img.shields.io/badge/License-GPL%20%28%3E%3D%202%29-blue.svg)](https://choosealicense.com/licenses/gpl-2.0/)\n\u003c!-- badges: end --\u003e\n\n\n\n## Table of contents\n\n\u003cp align=\"left\"\u003e\n  • \u003ca href=\"#overview\"\u003eOverview\u003c/a\u003e\u003cbr\u003e\n  • \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003cbr\u003e\n  • \u003ca href=\"#get-started\"\u003eGet started\u003c/a\u003e\u003cbr\u003e\n  • \u003ca href=\"#citation\"\u003eCitation\u003c/a\u003e\u003cbr\u003e\n  • \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n## Overview\n\nThe goal of the R package `zoteror` is to connect to the Zotero SQLite database (local only) and to extract bibliographic references metadata as a `data.frame`. \n\nUser can:\n\n- select which fields are returned\n- filter by type of documents (article, book, book chapter, etc.)\n\n\n\n## Installation\n\nYou can install the development version from [GitHub](https://github.com/) with:\n\n```{r eval = FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"FRBCesab/zoteror\")\n```\n\nThen you can attach the package `zoteror`:\n\n```{r eval = FALSE}\nlibrary(\"zoteror\")\n```\n\n\n\n## Get started\n\nThe package `zoteror` only contains the function [`get_zotero_data()`](https://frbcesab.github.io/zoteror/reference/get_zotero_data.html)\nto retrieve references metadata from the Zotero local database.\n\n\n## Citation\n\nPlease cite this package as: \n\n\u003e Casajus Nicolas (`r format(Sys.Date(), \"%Y\")`) zoteror: An R package to \nhandle Zotero local database. R package version 0.0.1. \u003chttps://github.com/FRBCesab/zoteror\u003e\n\n\n\n## Contributing\n\nAll types of contributions are encouraged and valued. For more information, \ncheck out our [Contributor Guidelines](https://github.com/FRBCesab/zoteror/blob/main/CONTRIBUTING.md).\n\nPlease note that the `zoteror` project is released with a \n[Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). \nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrbcesab%2Fzoteror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrbcesab%2Fzoteror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrbcesab%2Fzoteror/lists"}