Thoughts on cloud, observability, appdev, architecture, and open source software, but not always in that order...
Thursday, July 10, 2008
PMS BibTexManager class on PHP Classes site answers
I looking for a php package to publish the list of my publications
contained in a bibtex file on a website, and to sort them according to
their type, year, .. I've found your BibtexManager package on PHP
Classes. I wish to know if it was powerfull enough to do that, and if
you had some documentation or example to use it correctly."
This is an example of the kind of questions I have been getting lately about a class (there are a few other related classes I get questions about, but this is the main one) I wrote for the Radboud University Nijmegen's Publication Management System (PMS).
I wanted to put the basic answer I keep sending out here so that future queries can be easily referred to this page, so here goes:
You might want to take a look at the PMS project, an Open Source project I setup that manages a database full of publications and bibtex data for the Radboud University Nijmegen, Netherlands. Here you will find the running PMS application using this code and other related classes.
The project code can be checked out at the CodeYard hosted PMS Project site.
The PMS application website is built with e107 CMS and the PMS code is the backend. Feel free to post questions here and I will try to help out where I can.
Tuesday, May 22, 2007
PMS v1.3.1 released today!
Since my last release of PMS I have been hard at work fixing some of the bugs and problems that surfaced as a larger user group started making use of PMS. Today I release version 1.3.1 and you can see the results of ICIS research work via the publications listing found on their site, just follow the Research link.
A listing of the fixed tickets can be found in the PMS Trac
- Milestone 1.3 (closed tickets)
- Tickets included in 1.3.1 release branch.
Furthermore, a new site has been opened to host the ICIS PMS at http://pms.cs.ru.nl.
Thursday, October 5, 2006
IRIS PMS promoted to ICIS PMS!
Yesterday I released version 1.2.0 for usage by the complete computer science institute at the Radboud University Nijmegen. After a few weeks of hard work to get the submission process ready for cross-departmental usage and import over 450 legacy publication entries from the previous FileMakerPro database, it has finally been released to the masses!
You can see the results of ICIS research work via the publications listing found on our site, just follow the Research link.Thursday, March 2, 2006
PMS edit function completed!
Tuesday, February 21, 2006
IRIS PMS release v0.8.0
More as it develops!
Friday, February 17, 2006
IRIS PMS edit function push
We are still missing a few things that I consider needed for the basic first release:
- pick up old content and source if a new one is not provided.
- be able to replace exisiting sources with new ones.
- update actors (editors, authors, etc).
- add new actors.
- change order of actors.
- book/proceedings id's autosync data with in(proceedings/collection/book).
- add new book from edit function.
- type changes.
Friday, February 10, 2006
Publication Management System update
I have already setup an edit form, can pull up a complete article and pump it thru a basic edit sequence and have it ready to put into the database. I have to sort out a few of the more complex workflow changes that can occur, like changing from one type of publication to another which means different data field have to be filled.
This will be keeping me busy for some time now...
Monday, January 30, 2006
IRIS PMS release v0.6.1
Since my last posting I have pretty much finished the 1.0 functionality. I have farmed out the last bit of work to a collegue who needs to implement a publication edit function. Now there only remains the bugs as listed on the roadmap.
I will be moving on to our next big project so have to spend less than 1 day a week on continuing development and bug fixing. Most IRIS department employees have used the system and with their input I am sure many more enhancements will be implemented.
The project has been moved into the CodeYard project. Feel free to jump in and help out!
Saturday, December 17, 2005
IRIS Publication Management System update
https://osiris.cs.kun.nl/pms/news.php
This week I have received help from a colleage, who will be implementing the edit publication functionality. Good for me so I can concentrate on finishing the submission workflow for inproceedings, incollection and inbook, the bibtex types that are the most complicated.
I have finished the inproceedings it seems this week, so only two to go! I have a bit more testing and refining to do, but had two publications (proceedings and inproceedings) submitted at the end of the workflow so I am happy!
When I get this finished I will be releasing version 0.4. You can follow the progress on the Trac site I setup this week for the project:
http://osiris.cs.kun.nl/projects/pms/roadmap