Skip to content

scgbern/scgbib

Repository files navigation

SCG Bibliography

This repo stores the bibliographic entries used for most of the publications of the Software Composition Group as well as the implementation of the online SCG bibliography search engine.

The search engine is hosted at scg.unibe.ch/scgbib but you can also use it directly from scgbern.github.io/scgbib/.

Overview

  • scg.bib — this is the bibtex source file containing all the bibliographic entries
  • index.html — the landing page for the search engine
  • scgbib.json — the JSON version of the bibliographic entries, generated from the bibtex source
  • json-conversion — the perl and javascript scripts to convert the bibtex file to json
  • resources — javascript, css and other resources for the front end
  • Makefile — various automated build rules
  • cmd — scripts used the Makefile
  • Linkchecker — scripts to check for broken links

If you need write access to this repo, please contact me. If you need to update the contents, please check the instructions.

This repo is a migration of the old scgbib repo formerly hosted on the SCG git repo.

The search engine is based on a prototype written by Alexandru Filipescu as part of a seminar project.

Loading into GT

Metacello new
	repository: 'github://scgbern/scgbib:main/src';
	baseline: 'Scgbib';
	load.
#BaselineOfScgbib asClass loadLepiter.

Load Lepiter

After installing with Metacello, you will be able to execute

#BaselineOfScgbib asClass loadLepiter