{"id":23002556,"url":"https://github.com/chantakan/bibtex2text-converter","last_synced_at":"2026-05-06T01:36:00.623Z","repository":{"id":268021468,"uuid":"901249602","full_name":"chantakan/bibtex2text-converter","owner":"chantakan","description":"A site where you type in biblatx or yaml and can see a list of references","archived":false,"fork":false,"pushed_at":"2024-12-15T13:35:41.000Z","size":234,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-08T05:23:50.257Z","etag":null,"topics":["bibtex","bibtexparser","nextjs","rust","webassembly"],"latest_commit_sha":null,"homepage":"https://bib.tompython.com/","language":"TypeScript","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/chantakan.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":"2024-12-10T10:09:14.000Z","updated_at":"2024-12-15T13:32:17.000Z","dependencies_parsed_at":"2024-12-13T21:34:32.724Z","dependency_job_id":null,"html_url":"https://github.com/chantakan/bibtex2text-converter","commit_stats":null,"previous_names":["chantakan/bibtex2text-converter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantakan%2Fbibtex2text-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantakan%2Fbibtex2text-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantakan%2Fbibtex2text-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantakan%2Fbibtex2text-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chantakan","download_url":"https://codeload.github.com/chantakan/bibtex2text-converter/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246828477,"owners_count":20840474,"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","bibtexparser","nextjs","rust","webassembly"],"created_at":"2024-12-15T07:11:23.465Z","updated_at":"2025-10-19T02:51:23.273Z","avatar_url":"https://github.com/chantakan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bibletex to reference list\n\nDrop or fill in a biblatx or yaml file and select a citation style, and a list of references will be displayed.This is good to use when you want to use only the list of references when creating slides, etc.\nThe site for the demo is at [https://bib.tompython.com/](https://bib.tompython.com/).\n\n![image](https://github.com/user-attachments/assets/6b632679-5d83-42f2-9408-b9b04b1b3deb)\n\n\n## Project Setup\n\nThis project provides a development environment using Next.js and Rust. Next.js is located in the project root directory, and Rust is in the `bibliography-parser/` directory to use as a wasm.\n\n### Setting Up the Development Environment\n\nThis project uses VS Code Dev Containers to set up the development environment. Please follow these steps.\n\n### Prerequisites\n\n- Docker installed\n- VS Code installed\n- VS Code Remote - Containers extension installed\n\n### Steps\n\n1. Clone the repository.\n\n    ```sh\n    git clone https://github.com/chantakan/bibtex2text-converter.git\n    cd bibtex-converter\n    ```\n\n2. Open the project in VS Code.\n\n    ```sh\n    code .\n    ```\n\n3. Open VS Code's command palette (`Ctrl+Shift+P`) and select `Remote-Containers: Reopen in Container`.\n\n4. The Dev Container will start and install necessary dependencies.\n\n## Next.js Development\n\nUse the following commands for Next.js development.\n\n### Start Development Server\n\n```sh\nnpm run dev\n```\nAccess the application in your browser at http://localhost:3000\n\n### Build\n```bash\nnpm run build\n```\n\n### Start in Production Mode\n```bash\nnpm start\n```\n\n## Rust Development\n*We are currently unsure of the implementation of WASM in TURBOPACK, so the application of this one has not yet been determined.\n\n\nFor Rust development, navigate to the bibliography-parser/ directory.\n\n### Build\n```bash\ncd bibliography-parser\ncargo build\n```\n\n### Run\n```bash\ncargo run\n```\n\n### Test\n```bash\ncargo test\n```\n\nWould you like me to clarify or adjust any part of the translation?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantakan%2Fbibtex2text-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchantakan%2Fbibtex2text-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantakan%2Fbibtex2text-converter/lists"}