{"id":17689474,"url":"https://github.com/liutairan/librarian","last_synced_at":"2025-05-13T01:38:39.087Z","repository":{"id":202013087,"uuid":"119605622","full_name":"liutairan/Librarian","owner":"liutairan","description":"Reference management software, reference information from Journals/Conferences/Books/Transactions/etc, download papers, grouping/sorting, reference network, etc.","archived":false,"fork":false,"pushed_at":"2019-06-11T14:55:53.000Z","size":2635,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T17:12:29.002Z","etag":null,"topics":["database","librarian","reference-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","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/liutairan.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,"governance":null}},"created_at":"2018-01-30T23:03:19.000Z","updated_at":"2024-02-13T23:19:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6621c39-9bf2-4523-8710-dd044fbc48ad","html_url":"https://github.com/liutairan/Librarian","commit_stats":null,"previous_names":["liutairan/librarian"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liutairan%2FLibrarian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liutairan%2FLibrarian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liutairan%2FLibrarian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liutairan%2FLibrarian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liutairan","download_url":"https://codeload.github.com/liutairan/Librarian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243281150,"owners_count":20266153,"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":["database","librarian","reference-manager"],"created_at":"2024-10-24T11:47:56.534Z","updated_at":"2025-03-12T19:32:07.531Z","avatar_url":"https://github.com/liutairan.png","language":"Python","readme":"# Librarian\n\n## Main Functions\n    Reference management\n    Get information from Journals/Conferences/Books/Transactions/etc\n    Download papers\n    Grouping/sorting\n    Creating reference network\n    Etc.\n\n## Compare to Other Similar Applications  \nPlease correct me if I am not right.   \n\n| Name | Advantage | Disadvantage | Note |\n| ---- | :-------: | :----------: | ---- |\n| EndNote  | Convenient local grouping and searching | Data limited to Web of Science database; conferences are not included | No free version; research or education institutions may provide license |\n| Mendeley | Drop document to add reference; automatically recognize documents and fill reference information; abundant reference information; export format (BibTeX, RIS, EndNote); recommendation based on search history | Recommendation update slow; cannot download documents; cannot sort search result; search function inconvenient | Free |\n| ReadCube | Abundant online resources | No effective grouping and local searching; inconvenient synchronization with the free version | Free version and Pro version |\n\n## Preview  \nNote: Some reference data used in the figures are generated by random number, not real reference data or bug.  \n![alt text](https://github.com/liutairan/Librarian/blob/master/Pictures/Snip20180705_6.png \"Local library\")\n![alt text](https://github.com/liutairan/Librarian/blob/master/Pictures/Snip20180705_7.png \"Detail of reference\")\n![alt text](https://github.com/liutairan/Librarian/blob/master/Pictures/Snip20180518_4.png \"Search page\")\n![alt text](https://github.com/liutairan/Librarian/blob/master/Pictures/Snip20180518_5.png \"Group page\")\n![alt text](https://github.com/liutairan/Librarian/blob/master/Pictures/Snip20180529_21.png \"Interactive relation graph\")\n\n## Dependencies  \n* python 3.6.5\n* PyQt 5.9.2   \n* sqlite 3.23.1  \n* pyqtgraph 0.10.0  \n* pyinstaller 3.3.1    \n* elsapy 0.4.6  \n\n## Change Log   \n07/03/2018 Finish redefined database format and related function changes  \n07/01/2018 Fix bugs generated due to database structure changes  \n06/27/2018 Database changes  \n06/26/2018 Define new database structure  \n06/23/2018 Redefine reference structure  \n06/22/2018 Bug fixed  \n06/21/2018 Add BibTeXWriter  \n06/19/2018 Finish import from BibTeX functions  \n06/18/2018 Fix bug with export when no file is chosen  \n06/17/2018 Write import data to database  \n06/16/2016 Import and export from BibTeX  \n06/15/2018 Update README file  \n06/14/2018 Initialize Elsevier and WoS search class  \n06/13/2018 Proxy page of settings  \n06/11/2018 Watch directory of settings  \n06/10/2018 Organize page of settings   \n06/09/2018 ConfigureIO class  \n06/07/2018 Watch directory checkboxes  \n06/06/2018 Setting pages layout  \n06/03/2018 Fix bug with node numbering   \n06/02/2018 Add relation graph generator class  \n06/02/2018 Using temp table in database to store data for interactive graph  \n05/29/2018 Interactive graph node position change, generate edge set from database  \n05/29/2018 Add ReferenceStructure class  \n05/28/2018 Interactive graph nodes automatically assign positions based on depth in tree  \n05/27/2018 Interactive graph add interaction, minor changes  \n05/25/2018 Change interactive graph render tool, update preview image   \n05/23/2018 Add preview image of interactive reference relation graph  \n05/22/2018 Move window frames to center of the screen  \n05/21/2018 Add relation graph generator and browser files  \n05/20/2018 Recover old change log  \n05/20/2018 Move database io operations to a single file  \n05/20/2018 About popop window  \n05/19/2018 Activate adding label function  \n05/18/2018 Fix preview image links  \n05/18/2018 Add preview images  \n05/18/2018 Fix bug in search window  \n05/17/2018 PyInstaller deployment setting file  \n05/17/2018 Recently added reference filter  \n05/16/2018 Add filter for groups  \n02/27/2018 Add reference table sorting support  \n02/26/2018 Add online search page  \n02/13/2018 Add Data.db database support  \n02/10/2018 Separate classes to files, add setting popup, reference table, etc  \n02/06/2018 Add setup.py to create application  \n02/01/2018 Add function icons  \n01/31/2018 Add function icons  \n01/30/2018 Create Librarian project and GitHub repository  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliutairan%2Flibrarian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliutairan%2Flibrarian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliutairan%2Flibrarian/lists"}