[CODE4LIB] Getting to know TEI P5 and an Educational Roundtable (31 October 2007)

2007-08-15 Thread Eric Lease Morgan

The following is being forwarded on behalf of Tanya Clement (Graduate
Assistant) Office of Digital Collections and Research, University of
Maryland, College Park:


Getting to know TEI P5 and an Educational Roundtable (31 October 2007)

The 20th Anniversary Text Encoding Initiative Consortium Members'
Meeting is offering two pre-conference workshops to interested
participants. Both workshops take place on October 31 in McKeldin
Library.

I. Getting to know TEI P5 : Everything you wanted to know about TEI
P5 (but were afraid to ask)! [Instructors: Dot Porter and James
Cummings]

This day long hands-on workshop will begin with a basic overview of
the TEI Guidelines: the structure of the TEI as a text encoding
system and the major changes from P4 to P5 in the way the TEI is
generated and organised. This full-day workshop runs from 9 a.m. to
5:30 p.m. with a mid-day break for lunch. Fee: $120.00

II. TEI training: Education Roundtable [Convenor: Werner Wegstein]

This half-day event offers a platform for instructors to  exchange
ideas and concepts about teaching TEI to different groups of users
(from undergraduates to researchers), at different levels of detail,
using different media and environment (distance teaching vs. a
classroom approach), for different modes of scholarly discource
(dictionaries or scholarly editions), and using different methods
(e.g. Teaching TEI by translation). This half-day workshop will run
from 1:00 p.m. to 5:30 p.m. The workshop is free, but registration is
required.

For more workshop information and to register, please visit

  http://www.lib.umd.edu/dcr/events/teiconference/workshops.html

For more information on [EMAIL PROTECTED]: 20 Years of Supporting the Digital
Humanities, October 31 - November 3 at the University of Maryland,
College Park, please visit:

  http://www.lib.umd.edu/dcr/events/teiconference/


--
Eric Lease Morgan
Head, Digital Access and Information Architecture Department
University Libraries of Notre Dame

(574) 631-8604


[CODE4LIB] mysql to postgres

2007-08-15 Thread Eric Lease Morgan

Can anybody here recommend a MySQL database schema to Postgres
database schema converter?

I have a (MyLibrary) MySQL database schema. Do y'all know of some
sort of script I can run against this text file to create a Postgres
database schema?

--
Eric Lease Morgan
University Libraries of Notre Dame


Re: [CODE4LIB] mysql to postgres

2007-08-15 Thread Hilmar Lapp

SQL::Translator (written in Perl) does this.

http://sqlfairy.sourceforge.net/

   -hilmar

On Aug 15, 2007, at 2:28 PM, Eric Lease Morgan wrote:


Can anybody here recommend a MySQL database schema to Postgres
database schema converter?

I have a (MyLibrary) MySQL database schema. Do y'all know of some
sort of script I can run against this text file to create a Postgres
database schema?

--
Eric Lease Morgan
University Libraries of Notre Dame


--
===
: Hilmar Lapp  -:-  Durham, NC  -:- hlapp at duke dot edu :
===


Re: [CODE4LIB] mysql to postgres [resolved]

2007-08-15 Thread Eric Lease Morgan

On Aug 15, 2007, at 2:32 PM, Wayne Graham wrote:


Check out SQLFairy (http://sqlfairy.sourceforge.net/)



On Aug 15, 2007, at 2:40 PM, Hilmar Lapp wrote:


SQL::Translator (written in Perl) does this.

http://sqlfairy.sourceforge.net



Yep, SQLFairy, or specifically sqlt, seems to work just fine. Thank you!

--
Eric Morgan