Skip to content

Commit

Permalink
updated/fixed Python tools
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed May 7, 2024
1 parent aa7e88a commit 8b241c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/github-commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from functools import reduce

CVLINE='\cvline{GitHub}{%(commits)s contributions during %(first_year)s--%(last_year)s at \href{https://github.com/%(username)s}{klaeufer}}\n'
CVLINE='\\cvline{GitHub}{%(commits)s contributions during %(first_year)s--%(last_year)s at \\href{https://github.com/%(username)s}{klaeufer}}\n'

def get_argparse():
parser = argparse.ArgumentParser()
Expand Down
6 changes: 3 additions & 3 deletions tools/scholarly-metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


BIBLIOMETRICS_TEX = """
\cvline{Citations}{%(citedby)s on \href{%(scholar_url)s}{Google Scholar}}
\cvline{h-index}{%(hindex)s}
\cvline{i10-index}{%(i10index)s}
\\cvline{Citations}{%(citedby)s on \\href{%(scholar_url)s}{Google Scholar}}
\\cvline{h-index}{%(hindex)s}
\\cvline{i10-index}{%(i10index)s}
"""

SCHOLAR_URL="https://scholar.google.com/citations?hl=en\\&user=%(scholar_id)s"
Expand Down

0 comments on commit 8b241c9

Please sign in to comment.