Module that creates a node of type "Biblio Queue" upon installation and displays a table of biblio entries that do not contain an attached .pdf article.
As a first step this module attempts to support a content field as a matrix. The matrix field supports management of the labels of the matrix on the x and y axes i.e. first row column headers and first column row headers using predefined vocabularies with support for nesting. The first version is expected to be fairly rudimentary with future versions i will attempt to support online merge of rows and columns using AJAX. The grand plan is to try and take the implementation in the direction of a spreadsheet style pivot table. The first versions will render the complete vocabulary in the fully expanded form on both axes. Future versions will attempt to provide collapsible sections on both axes with theming to make the merged cells of top level terms appear as tabs in a tab container.
what works currently...
add a vocabular matrix field to any content type. the field settings allow the configuration of two vocabularies.
when adding or editing a content of that type a matrix is generated for the two vocabularies with textfields in every cell.
in the view mode, it is rendered more or less like a regular table with two basic differences,
other than the usual header, even the first column of the table is rendered like a header.