# Install Zotero > Linux Official Tarball: > Download the tarball, extract the contents, and run zotero from that directory to start Zotero. Download tarball from . To install the tarball accordingto : ```sh tar -xvf Downloads/Zotero-5.0.96_linux-x86_64.tar ``` To launch Zotero simply call the start script directly: ``` cd Zotero_linux-x86_64/zotero & ``` If you launch Zotero the first time Zotero will detect that the Firefox launcher isn't installed. It will open the according page . Push the button "install". Zotero also offers to install the libre office connector: do it! ## Zotero Firefox connector Toolbar Button nicht sichtbar? Lösung: > If the button doesn't appear to the right of the address bar, you can find it either in the Extensions menu (opened via a puzzle-piece button to the right of other toolbar buttons) or the overflow menu (opened via a “»” button to the right of your other toolbar buttons). If the button appears in the Extensions menu, click the gear icon and select Pin to Toolbar to keep it in the toolbar. > - https://www.zotero.org/support/kb/no_toolbar_button : ## Zotero's Better BibTeX Enhance Zotero with : Follow the installation instructions from > latest release: * Save file `zotero-better-bibtex-6.7.122.xpi` (as of 2023-09-28) e.g. to `Downloads` ... * start Zotero, and import this file: Zotero > Tools > Add-ons > Install Add-on from File > select `zotero-better-bibtex-6.7.122.xpi` > * Zotero wants you to restart Zotero: do it! You will find that Zotero has allocated the new directory `~/Zotero`: Include this directory to your list of directories which are backuped daily ;-) . To learn where your data reside read . TBD: Export * File > Export > Format: BetterBibTeX * Keep Updated: Yes! * suggested location in the dsci-lab: ~/b/bib/BetterBibtexExport.bib # Zotero HowTo ## Daily Business Download pdf of a journal article, and transfer it to the Zotero database, with automatic analysis of content: * e.g. * Download full-text PDF > download e.g. to `~/Downloads/` (or `/tmp` etc.) * Zotero > PLUS-icon "Kopie einer Datei speichern" > select the file `A_Three_Cycle_View_of_Design_Science_Research.pdf` * Zotero will (a) download the pdf file, (b) search and find metadata in the pdf, (c) create a metadata record, (d) add the pdf file as an attachment. Download pdf of a journal article via DOI: * e.g. * Zotero > wand (Zauberstab) icon "Eintrag per Identifier hinzufügen" * insert DOI *10.25304/rlt.v26.2035* or full URL Add arbitrary pdf to the Zotero database: * e.g. (Denny Vrandecic: Ontology Evaluation. Dissertation, June 10, 2010 ) * Zotero > PLUS-icon "Kopie einer Datei speichern" > select pdf in your file system * Zotero will import and show pdf file - but metadata are missing! * enter them manually: right click > add metadata Those who find the manual collection of metadata too tedious and error-prone can search for metadata on the web. * Denny e.g. is listed here: . Search his publication in the 2010 section. * Export record > BibTeX: a new page will open, and show the BibTeX record ... and Zotero will recognize the metadat! * Hit the "Z" icon in the toolbar, and import the metadata into Zotero. * As a last step drag the pdf-file into the newly generated metada record. Try this also with: * Alain Hevner 2007: A Three Cycle View of Design Science Research * pdf with sparse metadata from * pdf with more metadata: * Open Access Book * e.g. pdf without metadata, e.g. Universität Osnabrück – Dezernat 7: Wie schreibe ich ein wissenschaftliches Exposé? * Download to Downloads; Zotero > PLUS-icon > Kopie einer Datei speichern * Zotero > right klick on imported pdf file > create parent item > Manual Entry My most often used workflow * search for article e.g. with google * download pdf, Zotero > PLUS-icon > Kopie einer Datei speichern: Metadata out of the box available and ok? If not: * search for DOI; ## Export to BibTeX file ## Merge other Zotero database into existing Zotero database """You will want to export one library as Zotero RDF and import the .rdf file into the second library. To do this, click “File” → “Export Library…”. The default export format should be “Zotero RDF”, which you should leave selected. You can check the boxes for including files and notes if you would like to transfer those to the other library. Click OK, name the .rdf file, and choose a destination to save it. You can then e-mail this folder to a friend or colleague or to yourself. From the second Zotero library, click the “File” menu again and select “Import…”. Choose the .rdf file in the folder you created and click OK. This should import the items, combining the two libraries.""" (2017/11/22) JB: Tested 2022-03-11 with directory `/home/dsci/a/l/test/zotero-rdf-2022-03-11/` - it works fine!