I tried to use any of the available bib entries for adding open-source projects to my CV, but none of them are of my liking. Is there a way to add this functionality to bibtex? I would be interested in somehow a nice formatting of a project (instead of everything showing up on a single line), where I could add the project title, type of license, url, etc.
I use the medium-length-professional-cv template. A bibtex record looks like the following:
@electronic{CPCPL:AESA_v1_0,
Author = {Alejandro M. Arag{\'o}n},
Date-Added = {2014-08-13 09:40:31 +0000},
Date-Modified = {2014-08-13 09:50:19 +0000},
Howpublished = {Programming language: {\C++}; Code license: GNU Lesser GPL; Catalogue identifier: AESA\_v1\_0; Distribution format: tar.gz},
Note = {Revisions:},
Title = {cpp-array, from \textit{\uppercase{C}omput. \uppercase{P}hys. \uppercase{C}ommun.} \href{http://dx.doi.org/10.1016/j.cpc.2014.01.005}{185(2014)1681}},
Url = {http://cpc.cs.qub.ac.uk/summaries/AESA_v1_0.html},
Bdsk-Url-1 = {http://cpc.cs.qub.ac.uk/summaries/AESA_v1_0.html}}
This is what I have so far, but I'm not happy with it:

biblatex, as the tag suggests? – Torbjørn T. Aug 13 '14 at 11:05bibtexas the other tag suggests? – cfr Aug 13 '14 at 11:06biblatexone could just add a new datatype (as described here). What exactly are the possible bits of information you want displayed (licence, language, catalogue identifier, distribution format, revisions, ...)? A proper specification instead of just the picture would help greatly. – moewe Aug 14 '14 at 08:58biblatexyou can proceed exactly as in the post I linked to above. You will have to define/declare the new fields and have to write code that can use the new fields. It would be best to do that within a new entry type@softwareor similar. Are you interested in an answer to your question that goes down a similar route as above? – moewe Aug 14 '14 at 10:56[se:l3help]printed but no bibliographic entry is output. Do you have an idea where my problem may be? – aaragon Aug 14 '14 at 11:31;-)). Your getting[se:l3help]can have several reasons: Did you run (pdf/yourfavourite)LaTeX and Biber on the file? At leastpdflatex mwebiber mwepdflatex mwepdflatex mwe? Did you get any warning/error messages? (The reference to Biber is not that visible in the answer, but it is implied by the title and the MWE itself.) – moewe Aug 14 '14 at 14:58INFO - This is Biber 1.9
INFO - Logfile is 'test.blg'
INFO - Reading 'test.bcf'
INFO - Found 1 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'references.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'references.bib'`
– aaragon Aug 14 '14 at 15:32biber -vgives you the version of biber, and I checked and there's no way to run a verbose mode if that's what you wanted. I tried updating my\TeXdistribution, but no luck. – aaragon Aug 15 '14 at 06:50