Archives for: July 2011

19/07/11

Permalink 04:12:30 pm, by Greg, 9 words, 48 views   English (CA)
Categories: Activity log; Mins. worked: 20

Site update.

Made several small changes to dept. websites per requests.

07/07/11

Permalink 03:27:41 pm, by mholmes, 96 words, 56 views   English (CA)
Categories: Activity log; Mins. worked: 40

New project proposal

Had a project proposal from MC in Philosophy, and responded with some more detailed questions. She will now set up a meeting with Greg in a couple of weeks to thrash out the details, but it looks as though a Wordpress front end with an AdaptiveDB back end for the data might be the simplest approach. For integrating the db content into the Wordpress front end, we can follow Jamie's excellent example and use the plugin he's written.

Assigning this as a task to me, so that I remember to come back to it in August.

06/07/11

Permalink 10:30:18 am, by mholmes, 30 words, 38 views   English (CA)
Categories: Activity log; Mins. worked: 40

Digitized some tapes for Pacific Asia

Digitized two Japanese teaching tapes (permission has been obtained) for MK. The digital files will still need to be chopped into the appropriate chunks; I'll do that over the summer.

Permalink 09:41:10 am, by mholmes, 7 words, 56 views   English (CA)
Categories: Activity log; Mins. worked: 10

Religious Studies site update

Update to Rels site at SA's instructions.

05/07/11

Permalink 01:31:30 pm, by mholmes, 130 words, 74 views   English (CA)
Categories: Activity log; Mins. worked: 60

Made changes to Kings db

Made the preliminary changes to the Kings db following the project meeting today. This is the SQL:

/**
* Changes to Kings DB made July 2011.
**/

/* Add the new field to three tables. */
ALTER TABLE monarchs ADD mn_dateInfo VARCHAR(128) AFTER mn_notAfter;
ALTER TABLE refs ADD rf_dateInfo VARCHAR(128) AFTER rf_notAfter;
ALTER TABLE sources ADD sc_dateInfo VARCHAR(128) AFTER sc_notAfter;

/* Delete the old datePrecision field from the three tables, along with 
   its associated table. */
  
ALTER TABLE monarchs DROP FOREIGN KEY mn_datePrecision_fk;
ALTER TABLE monarchs DROP mn_datePrecision;

ALTER TABLE refs DROP FOREIGN KEY rf_datePrecision_fk;
ALTER TABLE refs DROP rf_datePrecision;

ALTER TABLE sources DROP FOREIGN KEY sc_datePrecision_fk;
ALTER TABLE sources DROP sc_datePrecision;

DROP TABLE datePrecisions;

Parallel changes were made to local_classes.php.

Permalink 11:53:30 am, by mholmes, 9 words, 51 views   English (CA)
Categories: Activity log; Mins. worked: 20

Update to Philosophy site

Moving CB from Faculty to Emeritus, at LW's request.

Permalink 11:01:40 am, by mholmes, 146 words, 81 views   English (CA)
Categories: Academic; Mins. worked: 60

Kings DB: updates to db structure

Met with PC today, and discussed the db structure. We arrived at the following changes to be made this week:

  • Replace the datePrecision field in multiple tables with a plain text field called dateInfo, in the db, and then in local_classes.php.
  • When that's done, delete the datePrecisions table from the db and from local_classes.php.
  • Add a new multiline text field called sc_citation to the sources table, and include it in local_classes.php.

PC will also send over the latest block of biblio items he's collected into Zotero in MODS output format, which I'll then try running through my mods_to_sql.xsl file to create an import file and get them into the db. It's not clear how well this will work, but if it proves relatively simple it'll be worth doing to eliminate a lot of manual data entry.

04/07/11

Permalink 12:52:59 pm, by mholmes, 7 words, 50 views   English (CA)
Categories: Activity log; Mins. worked: 10

Hispanital site update

Minor updates to site on DR's instructions.

Permalink 08:36:18 am, by mholmes, 40 words, 48 views   English (CA)
Categories: Activity log; Mins. worked: 10

PacificAsia site update

Another update to the PA site at DR's request. The person who usually does the updates on the development site on lang03 is unable to at present, so I'm making the updates in both places, to keep everything in sync.

Depts

This blog is for work done for academic departments which does not fall under other categories.

Reports

Categories

July 2011
Sun Mon Tue Wed Thu Fri Sat
 << < Current> >>
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

XML Feeds