Git Product home page Git Product logo

bibsp's Introduction

I'm interested in

  • technology enhanced learning and have developed online courses/programmes since 2011;
  • teaching computer science and security; as well as research into how to best teach those topics (using variation theory);
  • literate programming;
  • research in security, particularly democracy-enhancing technologies;
  • automation, particularly tedious and repetitive administrative tasks.

I consider myself computer scientist and variation theorist.

bibsp's People

Contributors

dbosk avatar mkjellqvist avatar

Watchers

 avatar  avatar  avatar  avatar

bibsp's Issues

Add correct citation keys to acronyms

When using the acro package, there is the possibility of adding an automatic citation for acronyms. Add correct citation keys for all current acronyms.

Add sources from DBLP

dblp provides RSS-feeds for individuals' records. Add RSS-feeds for interesting researchers.

Better architecture, split `libbib.sty`

It would be better in many ways to split libbib.sty into smaller individual packages, e.g.:

  • std -> stdbib.sty
  • crypto -> cryptobib.sty
  • ...

Then we could still have libbib.sty which loads all smaller packages (for backwards compatibility).

Each of the smaller packages should also load their respective bibliography if biblatex is loaded, to make #4 work without issues.

Add support for downloading off-campus

When off campus the usual download URLs don't work. Usually a suffix can be added to the domain name to use the library as a proxy. However, this usually requires a login session over HTTPS. As wget cannot easily handle this, replace hardcoded wget calls with a DOWNLOADER environment variable. Probably this environment variable should be something like

DOWNLOADER?= wget -O $$@

It must then be evaluated in a target:

target:
  $(eval ${DOWNLOADER}) ${URL}

Then we can replace wget with Firefox or similar. Or to add the option string to wget so that it can find the required cookies.

Improve construction for reference makefiles

We want to be able to run make CitationKey and be presented with the paper it refers to. We have a current solution, but it requires too much writing for each new reference added to the bibliography file.

We should be able to get an easy solution which would require something like this:

REFS+= CitationKey
CitationKey-URL= https://example.com

The code that would accomplish this would look something like:

define target
$1:
    wget -O $$@ $${$1-URL}
endef
$(eval $(foreach r, $REFS, $(call target, $r)))

It would also be desirable to be able to use something other than wget(1), e.g.:

CitationKey-cmd = "firefox $${$1-URL} &"

Rewrite as literate code

The code could now benefit from being rewritten literally (NOWEB). Then abstracts reading notes could be included for each reference, and thus one has an index of fundamental papers.

Add support for formal protocol notation

Currently there are only commands for crypto functions as in cryptographic papers. There is no support for the formal notation used in formal protocol verification.

Migrate to better packages

There are some packages which provide better interfaces. The following changes are suggested:

  • acronym -> acro, mfirstuc
  • prettyref -> cleveref

xspace might also be useful.

Add targets for each BibTeX entry

It would be nice to add a target for each paper, which automatically downloads a PDF. For example, for the BibTeX entry

@article{ShannonSecrecy,
  title={Communication theory of secrecy systems},
  author={Shannon, Claude E},
  journal={Bell system technical journal},
  volume={28},
  number={4},
  pages={656--715},
  year={1949},
  publisher={Wiley Online Library}
}

we would have a target ShannonSecrecy which would download the PDF named ShannonSecrecy.pdf from URL

http://ieeexplore.ieee.org/ielx7/6731005/6769085/06769090.pdf?tp=&arnumber=6769090&isnumber=6769085

`\libbib@capitalize` interferes with \Ac* macros

When using the springer option and \libbib@capitalize is not \relax, then the \Ac* macros conflict with \libbib@capitalize. The problem is running \glsmakefirstuc on something which is not purely text.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.