Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L limbra
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Now running Gitlab v15.9.3. More info.

  • limbra
  • limbra
  • Issues
  • #78
Closed
Open
Issue created Oct 24, 2016 by LE GAC Renaud@legacOwner

Add the number of citations

  • It is now possible to collect the number of citations:

    • http://inspirehep.net/record/1471725?of=recjson&ot=number_of_citations.
    • https://inspirehep.net/search?recid=1762038&ot=number_of_citations&of=recjson
  • Add a database table, citations, containing citations per publications as a function of time:

      date, 
      publications.id, 
      number_of_citations
  • Add a web2py cron job updating the number of citation once a week (http://web2py.com/books/default/chapter/29/04/the-core#Cron)

  • Build a pdf report contains plots (article):

    • number of publications as a function of the number of citations
    • box plot on the number of citation all, per domaine scientifique, per team, or per project
Edited Feb 05, 2020 by LE GAC Renaud
Assignee
Assign to
Time tracking