{"id":19811294,"url":"https://github.com/diging/crossref-connect","last_synced_at":"2026-06-13T15:32:06.238Z","repository":{"id":65508444,"uuid":"459320302","full_name":"diging/crossref-connect","owner":"diging","description":"Connector to Crossref API","archived":false,"fork":false,"pushed_at":"2022-07-07T20:02:25.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-01-11T07:13:11.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diging.png","metadata":{"files":{"readme":"README.md","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":"2022-02-14T20:46:19.000Z","updated_at":"2022-02-14T20:49:37.000Z","dependencies_parsed_at":"2023-01-26T16:25:14.912Z","dependency_job_id":null,"html_url":"https://github.com/diging/crossref-connect","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diging%2Fcrossref-connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diging%2Fcrossref-connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diging%2Fcrossref-connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diging%2Fcrossref-connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diging","download_url":"https://codeload.github.com/diging/crossref-connect/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241156630,"owners_count":19919338,"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-11-12T09:25:40.819Z","updated_at":"2026-06-13T15:32:01.213Z","avatar_url":"https://github.com/diging.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Crossref Connector\n\nThis project provides a simple interface to query [Crossref's public API](https://api.crossref.org/swagger-ui/index.html).\n\n## Installation\n\nUsing Maven, include the following plugin:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eedu.asu.diging\u003c/groupId\u003e\n    \u003cartifactId\u003ecrossref-connect\u003c/artifactId\u003e\n    \u003cversion\u003e0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\nUse the plugin as follows:\n\n```java\nCrossrefWorksService service = new CrossrefWorksServiceImpl(CrossrefConfiguration.getDefaultConfig());      \ntry {\n    // search takes: query string, page size, and offset\n    List\u003cItem\u003e results = service.search(\"einstein\", 5, 0);\n    // do something with the results\n    results.forEach(r -\u003e System.out.println(r.getTitle()));\n} catch (IOException e) {\n    // handle exception\n    e.printStackTrace();\n} catch (RequestFailedException e) {\n    // handle exception\n    e.printStackTrace();\n}\n```\n\nIf for some reason, the default parameter to connect to Crossref need to be changed, customized `CrossrefConfiguration` can be used by either implementing a new `CrossrefConfiguration` class or adjusting the values in the `DefaultCrossrefConfiguration`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiging%2Fcrossref-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiging%2Fcrossref-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiging%2Fcrossref-connect/lists"}