citations

Manage your bibliography

https://github.com/nativeit-dev/citations

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Manage your bibliography

Basic Info
  • Host: GitHub
  • Owner: nativeit-dev
  • License: gpl-3.0
  • Language: Rust
  • Default Branch: main
  • Size: 248 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

ℹ️ NOTE: This repository is an untethered clone of Gnome's Citations application. It was made for the purpose of my own independent experimentation and learning. Changes may be breaking, standards may be ignored, nothing will be safe from deletion. If you're looking for the real thing, find it at https://gitlab.gnome.org/World/citations.

Citations

Manage your bibliographies using the BibTeX format.

Screenshots

![screenshot](https://gitlab.gnome.org/World/citations/raw/master/data/screenshots/main_window.png)

Warning

Citations does not support local variables nor comments, and that data might be lost. Please make a backup of your BibTeX file if you use them.

Hack on Citations

To build the development version of Citations and hack on the code see the general guide for building GNOME apps with Flatpak and GNOME Builder.

Translations

Helping to translate Citations or add support to a new language is very welcome. You can find everything you need at: l10n.gnome.org/module/citations/

Code Of Conduct

This project follows the GNOME Code of Conduct.

Owner

  • Name: Native IT Development
  • Login: nativeit-dev
  • Kind: organization
  • Email: development@nativeit.net
  • Location: United States of America

Citation (citations.doap)

<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
         xmlns="http://usefulinc.com/ns/doap#">

  <name xml:lang="en">Citations</name>
  <shortdesc xml:lang="en">
    Manage your bibliography
  </shortdesc>
  <description xml:lang="en">
      Manage your bibliographies using the BibTeX format.
  </description>

  <homepage rdf:resource="https://apps.gnome.org/Citations/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/World/citations/-/issues" />
  <download-page rdf:resource="https://gitlab.gnome.org/World/citations" />

  <programming-language>Rust</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Maximiliano Sandoval</foaf:name>
      <foaf:mbox rdf:resource="mailto:msandova@gnome.org" />
      <gnome:userid>msandova</gnome:userid>
      <foaf:account>
        <foaf:OnlineAccount>
          <foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org" />
          <foaf:accountName>msandova</foaf:accountName>
        </foaf:OnlineAccount>
      </foaf:account>
    </foaf:Person>
  </maintainer>
</Project>

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

Cargo.lock cargo
  • 235 dependencies
Cargo.toml cargo
cratebibtex/Cargo.toml cargo