refdb-users Mailing List for RefDB (Page 118)
Status: Beta
Brought to you by:
mhoenicka
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(5) |
Feb
(8) |
Mar
(21) |
Apr
(4) |
May
(20) |
Jun
(18) |
Jul
(5) |
Aug
(4) |
Sep
(11) |
Oct
|
Nov
(5) |
Dec
(16) |
2003 |
Jan
(16) |
Feb
(28) |
Mar
(78) |
Apr
(96) |
May
(40) |
Jun
(52) |
Jul
(55) |
Aug
(119) |
Sep
(40) |
Oct
(30) |
Nov
(46) |
Dec
(50) |
2004 |
Jan
(121) |
Feb
(86) |
Mar
(97) |
Apr
(60) |
May
(75) |
Jun
(67) |
Jul
(110) |
Aug
(75) |
Sep
(92) |
Oct
(120) |
Nov
(27) |
Dec
(23) |
2005 |
Jan
(26) |
Feb
(58) |
Mar
(50) |
Apr
(73) |
May
(165) |
Jun
(11) |
Jul
(10) |
Aug
(17) |
Sep
(32) |
Oct
(25) |
Nov
(35) |
Dec
(21) |
2006 |
Jan
(74) |
Feb
(93) |
Mar
(24) |
Apr
(37) |
May
(45) |
Jun
(125) |
Jul
(101) |
Aug
(39) |
Sep
(10) |
Oct
(32) |
Nov
(36) |
Dec
(20) |
2007 |
Jan
(22) |
Feb
(2) |
Mar
(27) |
Apr
(35) |
May
(6) |
Jun
|
Jul
(19) |
Aug
(8) |
Sep
(3) |
Oct
(26) |
Nov
(15) |
Dec
(3) |
2008 |
Jan
(4) |
Feb
(4) |
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(5) |
Feb
(39) |
Mar
(7) |
Apr
(24) |
May
(27) |
Jun
(5) |
Jul
(9) |
Aug
(12) |
Sep
(19) |
Oct
(16) |
Nov
|
Dec
(5) |
2010 |
Jan
(5) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Markus H. <mar...@mh...> - 2003-05-21 20:45:57
|
Couwberghs Tom writes: > I can follow your theory here, but Reference Mananger seems to be doing things in its own way. Take a look at these references generated by Reference Manager [snip] > As you can see the "lowest level" title is always TI (or T1), and no distinction is made between straight of the shelf or not. Shouldn't it be easier to always map TI to the work title, A1 to the work authors, T2 to the publication title, ... And so on? > I can see your point, but my neat plan was to reduce the confusion for the end user, as Bruce guessed right in his mail. If you follow the RIS "specification", a BOOK published in a series would require a T1 for the book title and a T3 for the series title (at least that's the T3 definition). Could you please verify that with your RefMan copy? This doesn't sound very logical to me. I intend to use a more rational approach which btw is used by librarians as well, i.e. the distinction between the analytical, monographic, and series levels of bibliographic information. This is what risx.dtd currently does. To further simplify data entry I plan to design another DTD which contains separate element sets for several reference types. You would then be able to unambiguously use something like <booktitle> and <seriestitle> for a book published in a series and <articletitle> and <journaltitle> for an article in a scientific journal. The mapping from these more descriptive elements to the risx elements could then be done by a XSLT script. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Bruce D'A. <bd...@fa...> - 2003-05-21 18:39:59
|
On Wed, 21 May 2003 15:53:31 +0200, "Couwberghs Tom" <tco...@sc...> said: > As you can see the "lowest level" title is always TI (or T1), and no > distinction is made between straight of the shelf or not. Shouldn't it be > easier to always map TI to the work title, A1 to the work authors, T2 to > the publication title, ... And so on? Depends on your perspective. My guess is Markus structured risx so that it can be a bridge to a future -- more ratiional, and richer -- data model. BibX currently has the same basic structure as risx, which probably explains it. ris and the similar refer really aern't very consistent. I'm not sure what the implications would be if, say, the future data model was MODS, which strikes me as simply better and more logical. There the equivalent to a work in a publication would be represented with a <relatedItem type="host"> element. A thesis or edited book would simply not have that element, which strikes me as more sensible. Bruce -- http://www.fastmail.fm - Choose from over 50 domains or use your own |
From: Couwberghs T. <tco...@sc...> - 2003-05-21 13:54:48
|
RnJpZGF5IDE2IE1heSAyMDAzIE1hcmt1cyB3cm90ZToNCiANCj4gMikgQSBib29rIGlzIGV4cG9y dGVkIGFzIGEgcHVibGljYXRpb24sIG5vdCBhIHdvcmsuIFRoaXMgZm9sbG93cyB0aGUgZGVmaW5p dGlvbiB0aGF0IHRoZSBwdWJsaWNhdGlvbiBpcyB3aGF0DQo+IHlvdSB0YWtlIGZyb20gdGhlIGxp YnJhcnkgc2hlbGYuIEluIGNvbnRyYXN0LCBhIGJvb2sgY2hhcHRlciB3b3VsZCBoYXZlIGEgd29y ayBlbGVtZW50ICh0aGUNCj4gY2hhcHRlcikgYXMgd2VsbCBhcyBhIHB1YmxpY2F0aW9uIGVsZW1l bnQgKHRoZSBib29rKS4NCg0KTWFya3VzLA0KDQpJIGNhbiBmb2xsb3cgeW91ciB0aGVvcnkgaGVy ZSwgYnV0IFJlZmVyZW5jZSBNYW5hbmdlciBzZWVtcyB0byBiZSBkb2luZyB0aGluZ3MgaW4gaXRz IG93biB3YXkuIFRha2UgYSBsb29rIGF0IHRoZXNlIHJlZmVyZW5jZXMgZ2VuZXJhdGVkIGJ5IFJl ZmVyZW5jZSBNYW5hZ2VyDQoNCg0KVFkgIC0gQk9PSw0KSUQgIC0gMzMNClQxICAtIEFxdWlmZXIg aHlkcmF1bGljcw0KQTEgIC0gQmF0dSBWLg0KWTEgIC0gMTk5OC8vLw0KS1cgIC0gSHlkcmF1bGlj IGNvbmR1Y3Rpdml0eQ0KS1cgIC0gaHlkcmF1bGljIHRlc3RzDQpLVyAgLSBIeWRyb2dlb2xvZ3kN CktXICAtIHN0b3JhZ2UgY29lZmZpY2llbnQNClJQICAtIElOIEZJTEUNCkVQICAtIDcyNw0KVkwg IC0gMXN0DQpDWSAgLSBOZXcgWW9yaw0KUEIgIC0gSm9obiBXaWxleSAmIFNvbnMsIEluYy4NClNO ICAtIDAtNDcxLTE4NTAyLTcNCkFWICAtIElXZQ0KRVIgIC0gDQoNClRZICAtIFRIRVMNCklEICAt IDI5DQpUMSAgLSBIb2xvc3RyYXRpZ3JhZmllIGVuIHNlcXVlbnRpZWFuYWx5c2UgdmFuIGhldCBM YWF0IEVvY2VlbiBlbiB2cm9lZyBPbGlnb2NlZW4gaW4gQmVsZ2nigLAuDQpBMSAgLSBCdWZmZWws UGguDQpZMSAgLSAxOTk3Ly8vDQpOMSAgLSBVTlBVQkxJU0hFRA0KS1cgIC0gYm9vbSBjbGF5DQpL VyAgLSBMb2dnaW5nLGNhcnRvZ3JhcGh5DQpSUCAgLSBOT1QgSU4gRklMRQ0KRVAgIC0gNTANClBC ICAtIEthdGhvbGlla2UgVW5pdmVyc2l0ZWl0IExldXZlbg0KQVYgIC0gSVZLDQpNMSAgLSBMaWNl bnRpYWF0c3RoZXNpcw0KRVIgIC0gDQoNClRZICAtIENUTEcNCklEICAtIDIyDQpUMSAgLSBPcm8t aHlkcm9ncmFwaGllLCBBdGxhcyBkZSBCZWxnaXF1ZSAocGxhbmNoZSA2KQ0KQTEgIC0gZGUgR2hl bGxpbmNrLEEuDQpBMSAgLSBMZWbFoHZyZSxNLkEuDQpBMSAgLSBNaWNob3R0ZSxQLkwuDQpZMSAg LSAxOTY0LzAxLzAxLw0KS1cgIC0gQmVsZ2l1bQ0KS1cgIC0gb3JvLWh5ZHJvZ3JhcGh5DQpSUCAg LSBOT1QgSU4gRklMRQ0KSVMgIC0gNg0KUEIgIC0gSW5zdGl0dXQgR+KAmm9ncmFwaGlxdWUgTmF0 aW9uYWwsIEJydXNzZWxzDQpBViAgLSBkaXNhcHBlYXJlZCBmcm9tIElXZSdzIG9mZmljZQ0KRVIg IC0gDQoNClRZICAtIFJQUlQNCklEICAtIDINClQxICAtIEFjcXVpc2l0aW9uIGV0IHLigJpndWxh dGlvbiBkZSBsYSBjaGltaWUgZGVzIGVhdXggZW4gbWlsaWV1IGFyZ2lsZXV4IHBvdXIgbGUgcHJv amVjdCBkZSBzdG9ja2FnZSBkZSBk4oCaY2hldHMgcmFkaW9hY3RpZnMgZW4gZm9ybWF0aW9uIGfi gJpvbG9naXF1ZS4gIFByb2pldCBBcmNoaW3FoGRlIGFyZ2lsZS4NCkExICAtIEdyaWZmYXVsdCxM Lg0KQTEgIC0gTWVyY2Vyb24sVC4NCkExICAtIE1vc3NtYW5uLEouUi4NCkExICAtIE5lZXJkYWVs LEIuDQpBMSAgLSBEZSBDYW5uacWgcmUsUC4NCkExICAtIEJlYXVjYWlyZSxDLg0KQTEgIC0gRGF1 bWFzLFMuDQpBMSAgLSBCaWFuY2hpLEEuDQpBMSAgLSBDaHJpc3RlbixSLg0KWTEgIC0gMTk5Ni8v Lw0KUlAgIC0gTk9UIElOIEZJTEUNClNQICAtIDENCkVQICAtIDE3Ng0KVkwgIC0gRVVSIDE3NDU0 IEZSDQpDWSAgLSBMdXhlbWJvdXJnDQpQQiAgLSBDb21taXNzaW9uIGV1cm9w4oCaZW5uZQ0KVTEg IC0gRmluYWwgUmVwb3J0DQpVMiAgLSBDb250cmFjdCBuw7ggRkkyVy1DVDkyLTAxMTcNCkFWICAt IElXDQpZMiAgLSAtMzI2NzYvLy8NCkVSICAtIA0KDQpBcyB5b3UgY2FuIHNlZSB0aGUgImxvd2Vz dCBsZXZlbCIgdGl0bGUgaXMgYWx3YXlzIFRJIChvciBUMSksIGFuZCBubyBkaXN0aW5jdGlvbiBp cyBtYWRlIGJldHdlZW4gc3RyYWlnaHQgb2YgdGhlIHNoZWxmIG9yIG5vdC4gU2hvdWxkbid0IGl0 IGJlIGVhc2llciB0byBhbHdheXMgbWFwIFRJIHRvIHRoZSB3b3JrIHRpdGxlLCBBMSB0byB0aGUg d29yayBhdXRob3JzLCBUMiB0byB0aGUgcHVibGljYXRpb24gdGl0bGUsIC4uLiBBbmQgc28gb24/ DQoNCkdyZWV0cywNCg0KVG9tDQo= |
From: Collins E. <man...@ju...> - 2003-05-21 13:21:04
|
Dear Sir=2C I will like to solicit your help in a business proposition=2C which is by nature very confidential and a Top Secret=2E I know that a transaction of this magnitude will make any one worried and apprehensive but I am assuring you not to worry=2C as all will be well at the end of this endeavor=2E I am Mr=2E Collins Emordi and I am the General Manager of the African Development Bank PLC and I and my partners have decided to seek your help in transfer of a huge sum of money requiring maximum confidence =2E THE PROPOSITION A foreigner=2C Dr=2EEdwards Marples who was an oil merchant and contractor with the Federal Government of Nigeria until his death onboard the ill fated Kenyan Airways bus {A310300}was our customer at the AFRICAN DEVELOPMENT BANK and had a balance of US$32 =2E2million which the bank now expects his next of kin to claim as the beneficiary=2EWe have made valuable efforts to get his people to no avail as he had no known relatives=2Cdue to this development our management and our board of directors are making arrangements for the funds to be declared unclaimed and subsequently paid into the federal government purse and to avert this negative development me and my colleagues have decided to look for a reputable person to act as the next of kin to late Dr=2EMarples so that the funds will be released and paid into your account and this is where you come in=2E All documents to aid your claim will be provided by me and my colleagues and for your help you will be getting a percentage of the total sum =2E Please be assured that this transaction is risk free and we will need your fax number and phone number for more communication=2E Please reply soon=2E Collins Emordi |
From: DR J. A. <joh...@zw...> - 2003-05-21 04:30:47
|
DR JOHN ABOH FEDERAL MINISTRY OF WORKS=09 LAGOS NIGERIA DEAR SIR AFTER DUE DELIBERATION WITH MY COLLEAGUES=2C I DECIDED TO FORWARD TO YOU THIS BUSINESS PROPOSAL=2C WE WANT A RELIABLE PERSON WHO COULD ASSIST US TO TRANSFER THE SUM OF TWENTY ONE MILLION=2C FIVE HUNDRED THOUSAND UNITED STATES DOLLARS =28US$21=2E5M=29 INTO HIS=2FHER ACCOUNT=2E THIS FUND RESULTED FROM AN OVER-INVOICED CONTRACT AWARDED BY US UNDER THE BUDGET ALLOCATION TO MY MINISTRY AND THE BILL WAS APPROVED FOR PAYMENT BY THE CONCERNED MINISTRIES=2E THE CONTRACT WAS EXECUTED=2C COMMISSIONED AND THE CONTRACTOR WAS PAID HIS ACTUAL COST OF THE CONTRACT=2E WE ARE NOW LEFT WITH THE BALANCE OF US$21=2E5 AS THE OVER INVOICED AMOUNT WHICH WE HAVE DELIBERATELY OVER ESTIMATED FOR OUR OWN USE BUT UNDER THIS PROTOCOL DIVISION=2C CIVIL SERVANTS ARE FORBIDDEN TO OPERATE OR OWN FOREIGN ACCOUNT=2E THIS IS WHY=2C I CONTACT YOU FOR AN ASSISTANCE=2E WE HAVE AGREED TO SHARE THE MONEY AS FOLLOWS=3A 1=2E 30% FOR YOU =28ACCOUNT OWNER=29 2=2E 60% FOR US 3=2E 10% FOR TAX=2C AS MAY BE REQUIRED BY YOUR GOVERNMENT=2E AS YOU MAY WANT TO KNOW AND TO MAKE YOU LESS CURIOUS=2C I AM THE EXECUTIVE CHAIRMAN OF THE CONTRACT AWARD COMMITTEE OF THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29=2E THIS TRANSACTION IS VERY MUCH FREE FROM ALL SORT OF RISK HENCE THE BUSINESS WAS CAREFULLY PLANNED BEFORE IT WAS EXECUTED AND WE THE MINISTRY OFFICIALS INVOLVED IN THE DEAL HAVE PUT MANY YEARS IN SERVICES TO OUR MINISTRY=2E WE HAVE BEEN EXERCISING PATIENCE FOR THIS OPPORTUNITY FOR SO LONG AND TO MOST OF US=2C THIS IS A LIFE TIME OPPORTUNITY WE CANNOT AFFORD TO MISS=2E TO GET THIS FUND PAID INTO YOUR ACCOUNT=2C WE HAVE TO PRESENT AN INTERNATIONAL BUSINESS OUTFIT AND CONSEQUENT UPON INDICATION OF YOUR INTEREST TO FULLY ASSIST US IN THIS TRANSACTION=2C YOU ARE ADVISED TO FURNISH US WITH THE FOLLOWING=2E 1=2E YOUR BANKERS NAME AND ADDRESS 2=2E YOUR BANK ACCOUNT NUMBER AND ROUTINE CODE NUMBER IF ANY 3=2E THE BANK TELEPHONE=2C FAX AND TELEX NUMBERS 4=2E THE NAME OF BENEFICIARY OF THE ACCOUNT 5=2E YOUR PRIVATE TELEPHONE AND FAX NUMBERS FOR EASY COMMUNICATION=2E THIS INFORMATION WILL ENABLE US SEEK APPROVAL OF THE FUND FROM THE CONCERNED QUARTERS WITHIN 4-5 BANKING DAYS AND THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29 PAYMENT INFORMATION DATA WILL BE SENT IMMEDIATELY TO YOU FOR COMPLETION=2E ONE OF MY COLLEAGUES AND I INVOLVED IN THIS DEAL WILL COME TO YOUR COUNTRY TO ARRANGE FOR OUR OWN SHARE UPON CONFIRMATION FROM YOU THAT THE MONEY HAS HIT YOUR NOMINATED BANK ACCOUNT=2E ALL THIS WILL ONLY TAKE US ABOUT 14 WORKING DAYS TO TRANSFER THIS FUND INTO YOUR ACCOUNT FROM THE DAY WE RECEIVE THE REQUIREMENTS=2E LET HONESTY AND TRUST BE OUR WATCHWORD THROUGHOUT THIS TRANSACTION=2E YOUR PROMPT REPLY WILL BE HIGHLY APPRECIATED=2E BEST REGARDS=2C DR JOHN ABOH |
From: DR J. A. <joh...@zw...> - 2003-05-21 04:30:03
|
DR JOHN ABOH FEDERAL MINISTRY OF WORKS=09 LAGOS NIGERIA DEAR SIR AFTER DUE DELIBERATION WITH MY COLLEAGUES=2C I DECIDED TO FORWARD TO YOU THIS BUSINESS PROPOSAL=2C WE WANT A RELIABLE PERSON WHO COULD ASSIST US TO TRANSFER THE SUM OF TWENTY ONE MILLION=2C FIVE HUNDRED THOUSAND UNITED STATES DOLLARS =28US$21=2E5M=29 INTO HIS=2FHER ACCOUNT=2E THIS FUND RESULTED FROM AN OVER-INVOICED CONTRACT AWARDED BY US UNDER THE BUDGET ALLOCATION TO MY MINISTRY AND THE BILL WAS APPROVED FOR PAYMENT BY THE CONCERNED MINISTRIES=2E THE CONTRACT WAS EXECUTED=2C COMMISSIONED AND THE CONTRACTOR WAS PAID HIS ACTUAL COST OF THE CONTRACT=2E WE ARE NOW LEFT WITH THE BALANCE OF US$21=2E5 AS THE OVER INVOICED AMOUNT WHICH WE HAVE DELIBERATELY OVER ESTIMATED FOR OUR OWN USE BUT UNDER THIS PROTOCOL DIVISION=2C CIVIL SERVANTS ARE FORBIDDEN TO OPERATE OR OWN FOREIGN ACCOUNT=2E THIS IS WHY=2C I CONTACT YOU FOR AN ASSISTANCE=2E WE HAVE AGREED TO SHARE THE MONEY AS FOLLOWS=3A 1=2E 30% FOR YOU =28ACCOUNT OWNER=29 2=2E 60% FOR US 3=2E 10% FOR TAX=2C AS MAY BE REQUIRED BY YOUR GOVERNMENT=2E AS YOU MAY WANT TO KNOW AND TO MAKE YOU LESS CURIOUS=2C I AM THE EXECUTIVE CHAIRMAN OF THE CONTRACT AWARD COMMITTEE OF THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29=2E THIS TRANSACTION IS VERY MUCH FREE FROM ALL SORT OF RISK HENCE THE BUSINESS WAS CAREFULLY PLANNED BEFORE IT WAS EXECUTED AND WE THE MINISTRY OFFICIALS INVOLVED IN THE DEAL HAVE PUT MANY YEARS IN SERVICES TO OUR MINISTRY=2E WE HAVE BEEN EXERCISING PATIENCE FOR THIS OPPORTUNITY FOR SO LONG AND TO MOST OF US=2C THIS IS A LIFE TIME OPPORTUNITY WE CANNOT AFFORD TO MISS=2E TO GET THIS FUND PAID INTO YOUR ACCOUNT=2C WE HAVE TO PRESENT AN INTERNATIONAL BUSINESS OUTFIT AND CONSEQUENT UPON INDICATION OF YOUR INTEREST TO FULLY ASSIST US IN THIS TRANSACTION=2C YOU ARE ADVISED TO FURNISH US WITH THE FOLLOWING=2E 1=2E YOUR BANKERS NAME AND ADDRESS 2=2E YOUR BANK ACCOUNT NUMBER AND ROUTINE CODE NUMBER IF ANY 3=2E THE BANK TELEPHONE=2C FAX AND TELEX NUMBERS 4=2E THE NAME OF BENEFICIARY OF THE ACCOUNT 5=2E YOUR PRIVATE TELEPHONE AND FAX NUMBERS FOR EASY COMMUNICATION=2E THIS INFORMATION WILL ENABLE US SEEK APPROVAL OF THE FUND FROM THE CONCERNED QUARTERS WITHIN 4-5 BANKING DAYS AND THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29 PAYMENT INFORMATION DATA WILL BE SENT IMMEDIATELY TO YOU FOR COMPLETION=2E ONE OF MY COLLEAGUES AND I INVOLVED IN THIS DEAL WILL COME TO YOUR COUNTRY TO ARRANGE FOR OUR OWN SHARE UPON CONFIRMATION FROM YOU THAT THE MONEY HAS HIT YOUR NOMINATED BANK ACCOUNT=2E ALL THIS WILL ONLY TAKE US ABOUT 14 WORKING DAYS TO TRANSFER THIS FUND INTO YOUR ACCOUNT FROM THE DAY WE RECEIVE THE REQUIREMENTS=2E LET HONESTY AND TRUST BE OUR WATCHWORD THROUGHOUT THIS TRANSACTION=2E YOUR PROMPT REPLY WILL BE HIGHLY APPRECIATED=2E BEST REGARDS=2C DR JOHN ABOH |
From: DR J. A. <joh...@zw...> - 2003-05-21 04:27:05
|
DR JOHN ABOH FEDERAL MINISTRY OF WORKS=09 LAGOS NIGERIA DEAR SIR AFTER DUE DELIBERATION WITH MY COLLEAGUES=2C I DECIDED TO FORWARD TO YOU THIS BUSINESS PROPOSAL=2C WE WANT A RELIABLE PERSON WHO COULD ASSIST US TO TRANSFER THE SUM OF TWENTY ONE MILLION=2C FIVE HUNDRED THOUSAND UNITED STATES DOLLARS =28US$21=2E5M=29 INTO HIS=2FHER ACCOUNT=2E THIS FUND RESULTED FROM AN OVER-INVOICED CONTRACT AWARDED BY US UNDER THE BUDGET ALLOCATION TO MY MINISTRY AND THE BILL WAS APPROVED FOR PAYMENT BY THE CONCERNED MINISTRIES=2E THE CONTRACT WAS EXECUTED=2C COMMISSIONED AND THE CONTRACTOR WAS PAID HIS ACTUAL COST OF THE CONTRACT=2E WE ARE NOW LEFT WITH THE BALANCE OF US$21=2E5 AS THE OVER INVOICED AMOUNT WHICH WE HAVE DELIBERATELY OVER ESTIMATED FOR OUR OWN USE BUT UNDER THIS PROTOCOL DIVISION=2C CIVIL SERVANTS ARE FORBIDDEN TO OPERATE OR OWN FOREIGN ACCOUNT=2E THIS IS WHY=2C I CONTACT YOU FOR AN ASSISTANCE=2E WE HAVE AGREED TO SHARE THE MONEY AS FOLLOWS=3A 1=2E 30% FOR YOU =28ACCOUNT OWNER=29 2=2E 60% FOR US 3=2E 10% FOR TAX=2C AS MAY BE REQUIRED BY YOUR GOVERNMENT=2E AS YOU MAY WANT TO KNOW AND TO MAKE YOU LESS CURIOUS=2C I AM THE EXECUTIVE CHAIRMAN OF THE CONTRACT AWARD COMMITTEE OF THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29=2E THIS TRANSACTION IS VERY MUCH FREE FROM ALL SORT OF RISK HENCE THE BUSINESS WAS CAREFULLY PLANNED BEFORE IT WAS EXECUTED AND WE THE MINISTRY OFFICIALS INVOLVED IN THE DEAL HAVE PUT MANY YEARS IN SERVICES TO OUR MINISTRY=2E WE HAVE BEEN EXERCISING PATIENCE FOR THIS OPPORTUNITY FOR SO LONG AND TO MOST OF US=2C THIS IS A LIFE TIME OPPORTUNITY WE CANNOT AFFORD TO MISS=2E TO GET THIS FUND PAID INTO YOUR ACCOUNT=2C WE HAVE TO PRESENT AN INTERNATIONAL BUSINESS OUTFIT AND CONSEQUENT UPON INDICATION OF YOUR INTEREST TO FULLY ASSIST US IN THIS TRANSACTION=2C YOU ARE ADVISED TO FURNISH US WITH THE FOLLOWING=2E 1=2E YOUR BANKERS NAME AND ADDRESS 2=2E YOUR BANK ACCOUNT NUMBER AND ROUTINE CODE NUMBER IF ANY 3=2E THE BANK TELEPHONE=2C FAX AND TELEX NUMBERS 4=2E THE NAME OF BENEFICIARY OF THE ACCOUNT 5=2E YOUR PRIVATE TELEPHONE AND FAX NUMBERS FOR EASY COMMUNICATION=2E THIS INFORMATION WILL ENABLE US SEEK APPROVAL OF THE FUND FROM THE CONCERNED QUARTERS WITHIN 4-5 BANKING DAYS AND THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29 PAYMENT INFORMATION DATA WILL BE SENT IMMEDIATELY TO YOU FOR COMPLETION=2E ONE OF MY COLLEAGUES AND I INVOLVED IN THIS DEAL WILL COME TO YOUR COUNTRY TO ARRANGE FOR OUR OWN SHARE UPON CONFIRMATION FROM YOU THAT THE MONEY HAS HIT YOUR NOMINATED BANK ACCOUNT=2E ALL THIS WILL ONLY TAKE US ABOUT 14 WORKING DAYS TO TRANSFER THIS FUND INTO YOUR ACCOUNT FROM THE DAY WE RECEIVE THE REQUIREMENTS=2E LET HONESTY AND TRUST BE OUR WATCHWORD THROUGHOUT THIS TRANSACTION=2E YOUR PROMPT REPLY WILL BE HIGHLY APPRECIATED=2E BEST REGARDS=2C DR JOHN ABOH |
From: DR J. A. <joh...@zw...> - 2003-05-21 04:24:03
|
DR JOHN ABOH FEDERAL MINISTRY OF WORKS=09 LAGOS NIGERIA DEAR SIR AFTER DUE DELIBERATION WITH MY COLLEAGUES=2C I DECIDED TO FORWARD TO YOU THIS BUSINESS PROPOSAL=2C WE WANT A RELIABLE PERSON WHO COULD ASSIST US TO TRANSFER THE SUM OF TWENTY ONE MILLION=2C FIVE HUNDRED THOUSAND UNITED STATES DOLLARS =28US$21=2E5M=29 INTO HIS=2FHER ACCOUNT=2E THIS FUND RESULTED FROM AN OVER-INVOICED CONTRACT AWARDED BY US UNDER THE BUDGET ALLOCATION TO MY MINISTRY AND THE BILL WAS APPROVED FOR PAYMENT BY THE CONCERNED MINISTRIES=2E THE CONTRACT WAS EXECUTED=2C COMMISSIONED AND THE CONTRACTOR WAS PAID HIS ACTUAL COST OF THE CONTRACT=2E WE ARE NOW LEFT WITH THE BALANCE OF US$21=2E5 AS THE OVER INVOICED AMOUNT WHICH WE HAVE DELIBERATELY OVER ESTIMATED FOR OUR OWN USE BUT UNDER THIS PROTOCOL DIVISION=2C CIVIL SERVANTS ARE FORBIDDEN TO OPERATE OR OWN FOREIGN ACCOUNT=2E THIS IS WHY=2C I CONTACT YOU FOR AN ASSISTANCE=2E WE HAVE AGREED TO SHARE THE MONEY AS FOLLOWS=3A 1=2E 30% FOR YOU =28ACCOUNT OWNER=29 2=2E 60% FOR US 3=2E 10% FOR TAX=2C AS MAY BE REQUIRED BY YOUR GOVERNMENT=2E AS YOU MAY WANT TO KNOW AND TO MAKE YOU LESS CURIOUS=2C I AM THE EXECUTIVE CHAIRMAN OF THE CONTRACT AWARD COMMITTEE OF THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29=2E THIS TRANSACTION IS VERY MUCH FREE FROM ALL SORT OF RISK HENCE THE BUSINESS WAS CAREFULLY PLANNED BEFORE IT WAS EXECUTED AND WE THE MINISTRY OFFICIALS INVOLVED IN THE DEAL HAVE PUT MANY YEARS IN SERVICES TO OUR MINISTRY=2E WE HAVE BEEN EXERCISING PATIENCE FOR THIS OPPORTUNITY FOR SO LONG AND TO MOST OF US=2C THIS IS A LIFE TIME OPPORTUNITY WE CANNOT AFFORD TO MISS=2E TO GET THIS FUND PAID INTO YOUR ACCOUNT=2C WE HAVE TO PRESENT AN INTERNATIONAL BUSINESS OUTFIT AND CONSEQUENT UPON INDICATION OF YOUR INTEREST TO FULLY ASSIST US IN THIS TRANSACTION=2C YOU ARE ADVISED TO FURNISH US WITH THE FOLLOWING=2E 1=2E YOUR BANKERS NAME AND ADDRESS 2=2E YOUR BANK ACCOUNT NUMBER AND ROUTINE CODE NUMBER IF ANY 3=2E THE BANK TELEPHONE=2C FAX AND TELEX NUMBERS 4=2E THE NAME OF BENEFICIARY OF THE ACCOUNT 5=2E YOUR PRIVATE TELEPHONE AND FAX NUMBERS FOR EASY COMMUNICATION=2E THIS INFORMATION WILL ENABLE US SEEK APPROVAL OF THE FUND FROM THE CONCERNED QUARTERS WITHIN 4-5 BANKING DAYS AND THE FEDERAL MINISTRY OF WORKS=28F=2EM=2EW=29 PAYMENT INFORMATION DATA WILL BE SENT IMMEDIATELY TO YOU FOR COMPLETION=2E ONE OF MY COLLEAGUES AND I INVOLVED IN THIS DEAL WILL COME TO YOUR COUNTRY TO ARRANGE FOR OUR OWN SHARE UPON CONFIRMATION FROM YOU THAT THE MONEY HAS HIT YOUR NOMINATED BANK ACCOUNT=2E ALL THIS WILL ONLY TAKE US ABOUT 14 WORKING DAYS TO TRANSFER THIS FUND INTO YOUR ACCOUNT FROM THE DAY WE RECEIVE THE REQUIREMENTS=2E LET HONESTY AND TRUST BE OUR WATCHWORD THROUGHOUT THIS TRANSACTION=2E YOUR PROMPT REPLY WILL BE HIGHLY APPRECIATED=2E BEST REGARDS=2C DR JOHN ABOH |
From: Kirk L. <kl...@wt...> - 2003-05-17 15:36:34
|
Markus Hoenicka wrote: > Hi Kirk, > > I'd be happy to follow your suggestions, but I can't find an > appropriate section in my administrative interface. All I see is: Markus, On refdb postings, the X- header is: X-Mailman-Version: 2.0.9-sf.net On my list it is: X-Mailman-Version: 2.1.2 According to the Mailman NEWS file, content filtering was added as of release 2.1 beta 2 (05-May-2002). So you're right: you can't do it. <sigh> Maybe sourceforge will upgrade this year.... Best wishes, Kirk -- Theorie ist, wenn man alles weiss und nichts klappt. Praxis ist, wenn alles klappt und keiner weiss warum. Bei uns sind Theorie und Praxis vereint: nichts klappt und keiner weiss warum! |
From: <esw...@ya...> - 2003-05-17 00:06:00
|
PEhUTUw+DQo8Qk9EWT48Rk9OVCBjb2xvcj0jZmZmZmZmPiAgYWJzb3JiaW5n IGFnYWluICAsIHJlYWJzb3JwdGlvbiA8L0ZPTlQ+DQo8UD5Zb3VyIGhvbWUg cmVmaW5hbmNlIGxvYW4gaXMgPEZPTlQgDQpjb2xvcj0jMDA4MDAwPjxTVFJP Tkc+YXBwcm92ZWQ8L1NUUk9ORz48L0ZPTlQ+ITxCUj48QlI+VG8gZ2V0IHlv dXIgYXBwcm92ZWQgDQphbW91bnQgPEEgaHJlZj0iaHR0cDovL3d3dy53ZWIt em9uZW5vdy5jb20vaGhnYi8iPmdvIGhlcmU8L0E+LjwvUD4NCjxQPiZuYnNw OzwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPiZuYnNw OzwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPiZuYnNw OzwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPiZuYnNw OzwvUD4NCjxQPiZuYnNwOzwvUD4NCjxQPlVzZSB0aGUmbmJzcDtwcm9jZWVk cyBhbnkgd2F5IHlvdSBsaWtlITwvUD4NCjxQPkNvbnNvbGlkYXRlIGJpbGxz LCBwYXkgb2ZmIGNyZWRpdCBjYXJkcywgb3IgYnV5IHNvbWV0aGluZyB5b3Ug cmVhbGx5IA0Kd2FudCE8L1A+DQo8UD5UbyBnZXQgeW91ciBhcHByb3ZlZCBj YXNoIGFtb3VudCA8QSANCmhyZWY9Imh0dHA6Ly93d3cud2ViLXpvbmVub3cu Y29tL2hoZ2IvIj5nbyBoZXJlITwvQT48L1A+DQo8RElWPjxCUj48QlI+Jm5i c3A7PC9ESVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48QlI+PEJSPjxC Uj48QlI+PEJSPjxCUj48QlI+PEJSPjxCUj48QlI+PEJSPjxCUj48QlI+PEJS PjxCUj48QlI+PEJSPiZuYnNwOzwvRElWPg0KPFA+VG8gYmUgZXhjbHVkZWQg ZnJvbSBmdXJ0aGVyIG5vdGljZXMgPEEgDQpocmVmPSJodHRwOi8vd3d3Lndl Yi16b25lbm93LmNvbS9oaGdiL2dvb2RieWUuaHRtbCI+Z28gaGVyZTwvQT4u PC9QPjxGT05UIA0KY29sb3I9I2ZmZmZmZj4gIGFic29yYmluZyBhZ2FpbiAg LCByZWFic29ycHRpb24gPC9GT05UPjxGT05UIGNvbG9yPSNmZmZmZmY+PC9G T05UPjwvQk9EWT48L0hUTUw+DQo1MTc5UmRXWDctMTA1ckljZzg0ODdHS2xs OC0yMDVWeUtiMjY5NmNQWk8wLTg5OXhCT3kzbDQ5 |
From: Markus H. <mar...@mh...> - 2003-05-16 21:40:22
|
Hi Kirk, I'd be happy to follow your suggestions, but I can't find an appropriate section in my administrative interface. All I see is: * General Options * Membership Management * Privacy Options * Regular-member (non-digest) Options * Digest-member Options * Bounce Options * Archival Options * Mail-News and News-Mail gateways * Auto-responder * Tend to pending administrative requests * Go to the general list information page * Edit the HTML for the public list pages * Logout I'm afraid for the time being people will have to fiddle with their mail clients to avoid HTML postings. regards, Markus Kirk Lowery writes: > In the list administrator's web interface, there is a section on > "Content Filtering". You can set the option for conversion of all > text/html to text/plain MIME messages, and also set it for removal of > all attachments. Put: > > multipart/mixed > multipart/alternative > text/plain > > in the "Remove message attachments that don't have a matching content > type." box. > > This means list members don't have to know or worry about their email > client's settings. And worms don't get posted to the list, either. It > also has the advantage of cutting down the size of digests and there > is never a problem with confusing the digest or software that handles it. > > Markus ought to have been given administrator privileges for > refdb-users by sourceforge and allowed to make these changes.... > > Kirk -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2003-05-16 21:29:05
|
Couwberghs Tom writes: > Mail #1: > > Markus, > > I noticed that when exporting Books to risx, the work title and authors > are not being exported. Could you fix this? > This is odd. I use the following example book: TY - BOOK AU - Miller,A. AU - Myers,B. BT - My first book about dinosaurs SN - 1-56592-580-7 PB - O'Reilly CY - Sebastopol PY - 1999 T3 - My first book series A3 - Smith,K. N1 - Not bad, after all N2 - Dinosaurs were big animals that ate a lot KW - dinosaurs KW - evolution KW - animals ER - and get the following output: <entry type="BOOK" id="37" citekey="MILLER1999A"><publication><title>My first bo ok about dinosaurs</title> <author><lastname>Miller</lastname> <firstname>A</firstname> </author> <author><lastname>Myers</lastname> <firstname>B</firstname> </author> <pubinfo><pubdate type="primary"><date><year>1999</year> </date> </pubdate> <city>Sebastopol</city> <publisher>O'Reilly</publisher> <serial>1-56592-580-7</serial> </pubinfo> </publication> <set><title>My first book series</title> <author><lastname>Smith</lastname> <firstname>K</firstname> </author> </set> <libinfo user="markus"><notes>Not bad, after all</notes> <reprint status="NOTINFILE"/></libinfo> <contents><abstract>Dinosaurs were big animals that ate a lot</abstract> <keyword>dinosaurs</keyword> <keyword>evolution</keyword> <keyword>animals</keyword> </contents> </entry> Please note two things: 1) I've changed risx.dtd slightly to simplify writing the parser handlers for the risx import. The id, citekey, and user elements were changed to attributes. 2) A book is exported as a publication, not a work. This follows the definition that the publication is what you take from the library shelf. In contrast, a book chapter would have a work element (the chapter) as well as a publication element (the book). > Mail #2 > > Hi again, > > some things go wrong when exporting a thesis to risx > > Example: > > TY - THES > AU - Couwberghs,T.X. > TI - Opzetten van een gecentraliseerd referentiesysteem met RefDB > T2 - Eindwerken KHK 2002-2003 > PB - KHK > CY - Geel > Y1 - 2003 > KW - RefDB > KW - Linux > KW - eZPublish > KW - CMS > SN - 000000000000000 > N2 - blablalblablablablblalal > ER - > returns > <!--<?xml version="1.0"?><!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD > Ris//EN" "http://refdb.sourceforge.net/dtd/risx.dtd">--><ris><entry > type="THES"><id>57</id><citekey>COUWBERGHS2003A</citekey><publication><t > itle>Opzetten van een gecentraliseerd referentiesysteem met > RefDB</title><author><lastname>Couwberghs</lastname><firstname>T</firstn > ame><middlename>X</middlename></author><pubinfo><pubdate > type="primary"><date><year>2003</year></date></pubdate><city>Geel</city> > <publisher>KHK</publisher><serial>000000000000000</serial></pubinfo></pu > blication><libinfo><user>tom</user><reprint > type="NOTINFILE"/></libinfo><contents><abstract>blablalblablablablblalal > </abstract><keyword>CMS</keyword><keyword>eZPublish</keyword><keyword>Li > nux</keyword><keyword>RefDB</keyword></contents></entry></ris> > As you can see the T2-field is not mapped to the RISX output. Also the > publication title and author should be in fact work title and author > Could you fix this? Again, if you look at it using the librarian's distinction between the analytical, monographic, and serial level of bibliographic information, a thesis (which is sort of a book that you can take in your hand as a whole) should be exported as a publication, not a work. What does T2 encode in your case? What should it be mapped to? > > Mail #3: > > Hi Markus, > > the same remark counts also for patents > Would you have an example patent handy? I'm currently collecting examples of the "odd" reference types that I personally never come across. How are patents published anyway? Frankly I don't know, but I'd like to know in order to fix the output if necessary. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Kirk L. <kl...@wt...> - 2003-05-16 12:58:13
|
Mar...@en... wrote: > (it's all in the subject) > > > 1) the extra volume is seldom justified > 2) the digest mode gets completely screwed up by HTML, as you can see > below (I have seen other digest modes handling this problem > better...) > > > Thanks a lot in advance ! > > Cheers, > > Marc. I moderate another list which uses the same list-serve software as sourceforge: Mailman. In the list administrator's web interface, there is a section on "Content Filtering". You can set the option for conversion of all text/html to text/plain MIME messages, and also set it for removal of all attachments. Put: multipart/mixed multipart/alternative text/plain in the "Remove message attachments that don't have a matching content type." box. This means list members don't have to know or worry about their email client's settings. And worms don't get posted to the list, either. It also has the advantage of cutting down the size of digests and there is never a problem with confusing the digest or software that handles it. Markus ought to have been given administrator privileges for refdb-users by sourceforge and allowed to make these changes.... Kirk -- Theorie ist, wenn man alles weiss und nichts klappt. Praxis ist, wenn alles klappt und keiner weiss warum. Bei uns sind Theorie und Praxis vereint: nichts klappt und keiner weiss warum! |
From: Couwberghs T. <tco...@sc...> - 2003-05-16 12:21:34
|
Hi all, I'm having a bad day, so it seems. The last mail was already send when I hadn 't finished typing, sorry again. Anyway here are my previous mails in text format Mail #1: Markus, =20 I noticed that when exporting Books to risx, the work title and authors are not being exported. Could you fix this? Mail #2 Hi again, =20 some things go wrong when exporting a thesis to risx =20 Example: =20 TY - THES AU - Couwberghs,T.X. TI - Opzetten van een gecentraliseerd referentiesysteem met RefDB T2 - Eindwerken KHK 2002-2003 PB - KHK CY - Geel Y1 - 2003 KW - RefDB KW - Linux KW - eZPublish KW - CMS SN - 000000000000000 N2 - blablalblablablablblalal ER -=20 returns <!--<?xml version=3D"1.0"?><!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris//EN" "http://refdb.sourceforge.net/dtd/risx.dtd">--><ris><entry type=3D"THES"><id>57</id><citekey>COUWBERGHS2003A</citekey><publication><= t itle>Opzetten van een gecentraliseerd referentiesysteem met RefDB</title><author><lastname>Couwberghs</lastname><firstname>T</firstn ame><middlename>X</middlename></author><pubinfo><pubdate type=3D"primary"><date><year>2003</year></date></pubdate><city>Geel</city= > <publisher>KHK</publisher><serial>000000000000000</serial></pubinfo></pu blication><libinfo><user>tom</user><reprint type=3D"NOTINFILE"/></libinfo><contents><abstract>blablalblablablablblala= l </abstract><keyword>CMS</keyword><keyword>eZPublish</keyword><keyword>Li nux</keyword><keyword>RefDB</keyword></contents></entry></ris> As you can see the T2-field is not mapped to the RISX output. Also the publication title and author should be in fact work title and author Could you fix this? Thanks in advance, Tom Mail #3: Hi Markus, =20 the same remark counts also for patents -- Again, sorry to you all. I'm glad it's almost weekend :) Greetz Tom |
From: Couwberghs T. <tco...@sc...> - 2003-05-16 12:16:50
|
Hi guys, I'm sorry I send an HTML-mail to the mailing list, it slipped my mind. So let me tell you my story again. I'm in the process of exporting references to risx and I've encountered some problems which I would like Markus to fix. Problems: some things go wrong when exporting a thesis, patents (maybe other types) to risx =20 Example: =20 TY - THES AU - Couwberghs,T.X. TI - Opzetten van een gecentraliseerd referentiesysteem met RefDB T2 - Eindwerken KHK 2002-2003 PB - KHK CY - Geel Y1 - 2003 KW - RefDB KW - Linux KW - eZPublish KW - CMS SN - 000000000000000 N2 - blablalblablablablblalal ER -=20 Returns <!--<?xml version=3D"1.0"?> <!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris//EN" "http://refdb.sourceforge.net/dtd/risx.dtd">--><ris><entry type=3D"THES"><id>57</id><citekey>COUWBERGHS2003A</citekey><publication><= t itle>Opzetten van een gecentraliseerd referentiesysteem met RefDB</title><author><lastname>Couwberghs</lastname><firstname>T</firstn ame><middlename>X</middlename></author><pubinfo><pubdate type=3D"primary"><date><year>2003</year></date></pubdate><city>Geel</city= > <publisher>KHK</publisher><serial>000000000000000</serial></pubinfo></pu blication><libinfo><user>tom</user><reprint type=3D"NOTINFILE"/></libinfo><contents><abstract>blablalblablablablblala= l </abstract><keyword>CMS</keyword><keyword>eZPublish</keyword><keyword>Li nux</keyword><keyword>RefDB</keyword></contents></entry></ris> As you can see the T2-field is not mapped to the RISX output. Also the publication title and author should be in fact work title and author Could you fix this? Thanks in advance, Tom |
From: <Mar...@en...> - 2003-05-16 12:07:55
|
(it's all in the subject) 1) the extra volume is seldom justified 2) the digest mode gets completely screwed up by HTML, as you can see below (I have seen other digest modes handling this problem better...) Thanks a lot in advance=A0! Cheers, Marc. On 16 Mai, ref...@li... wrote: > Send Refdb-users mailing list submissions to2B6 > Content-Type: text/html; > =09charset=3D"us-ascii" > Content-Transfer-Encoding: quoted-printable >=20 > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD><TITLE>Message</TITLE> > <META http-equiv=3D3DContent-Type content=3D3D"text/html; =3D > charset=3D3Dus-ascii"> > <META content=3D3D"MSHTML 6.00.2716.2200" name=3D3DGENERATOR></HEAD> > <BODY> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial size=3D3D2>H= i=3D20 > all,</FONT></SPAN></DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial=3D20 > size=3D3D2></FONT></SPAN> </DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial size=3D3D2>I= 'm =3D > running into=3D20 > some problems regarding the RisX export. When I try to export a =3D > reference of the=3D20 > type 'conference proceeding (TY - CONF), the filter doesn't seem = =3D > to export=3D20 > the publication section. Could somebody figure this =3D > out?</FONT></SPAN></DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial=3D20 > size=3D3D2></FONT></SPAN> </DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial size=3D3D2>T= his =3D > RIS=3D20 > data</FONT></SPAN></DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial=3D20 > size=3D3D2></FONT></SPAN> </DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT size=3D3D2> </DIV> > <DIV><FONT face=3D3DArial size=3D3D1>TY - CONF</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>ID - JACKQUET1995B</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>AU - Jackquet</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>AU - De Saint Georges,J.M.</FONT></D= IV> > <DIV><FONT face=3D3DArial size=3D3D1>AU - Couwberghs,T.</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>AU - Melis,H.</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>AU - Joris,J.</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>AU - Machiels,W.</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>AU - Bens,M.</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>TI - Radiation induced =3D > translocations</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>KW - conf</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>KW - radiation</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>KW - translocation</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>VL - 2</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>T3 - 10th Intern Congress of Radiati= on=3D20 > Research</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>SP - 2275</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>EP - 81</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>N2 - blablablalablalbl balalblaalb= =3D20 > baalhalbllaalalbalalbalbal</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>RP - IN FILE</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>CY - New York</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>PB - Uitgeverij de =3D > standaard</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>PY - 2003///</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>Y2 - 1995///August 27 - September = =3D > 1</FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1>ER - </FONT></DIV> > <DIV> > <P><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial>returns=3D20 > </FONT></SPAN></P></DIV> > <DIV><SPAN class=3D3D934461206-08052003></SPAN><SPAN =3D > class=3D3D934461206-08052003><FONT=3D20 > face=3D3DArial size=3D3D1><!--<?xml =3D > version=3D3D"1.0"?></FONT></SPAN></DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT size=3D3D2><FONT face=3D3DA= rial=3D20 > size=3D3D1><!DOCTYPE ris PUBLIC "-//Markus Hoenicka//DTD Ris//EN"=3D20 > "http://refdb.sourceforge.net/dtd/risx.dtd">--></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1><ris></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1><entry=3D20 > type=3D3D"CONF"><id>53</id></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><citekey>JACKQUET1995B</citekey></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1><work><title>Radiation = =3D > induced=3D20 > translocations</title></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><author><lastname>Jackquet</lastname></FONT>= </=3D > DIV> > <DIV><FONT face=3D3DArial size=3D3D1></author></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1><author><lastname>De Sai= nt=3D20 > Georges</lastname></FONT></DIV> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><firstname>J</firstname></FONT></DIV> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><middlename>M</middlename></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></author></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><author><lastname>Couwberghs</lastname></FON= T>=3D > </DIV> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><firstname>T</firstname></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></author></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><author><lastname>Melis</lastname></FONT></D= IV=3D >> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><firstname>H</firstname></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></author></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><author><lastname>Joris</lastname></FONT></D= IV=3D >> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><firstname>J</firstname></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></author></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><author><lastname>Machiels</lastname></FONT>= </=3D > DIV> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><firstname>W</firstname></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></author></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><author><lastname>Bens</lastname></FONT></DI= V>=3D >=20 > <DIV><FONT face=3D3DArial =3D > size=3D3D1><firstname>M</firstname></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></author></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></work></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1><set><title>10th Intern = =3D > Congress of=3D20 > Radiation Research</title></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></set></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><libinfo><user>tom</user></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1><reprint=3D20 > type=3D3D"INFILE"/></libinfo></FONT></DIV> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><contents><abstract>blablablalablalbl=3D20 > balalblaalb baalhalbllaalalbalalbalbal</abstract></FONT></DIV> > <DIV><FONT face=3D3DArial =3D > size=3D3D1><keyword>conf</keyword></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><keyword>radiation</keyword></FONT></DIV> > <DIV><FONT face=3D3DArial=3D20 > size=3D3D1><keyword>translocation</keyword></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></contents></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></entry></FONT></DIV> > <DIV><FONT face=3D3DArial size=3D3D1></ris></FONT></DIV> > <DIV></FONT></SPAN> </DIV> > <DIV></FONT></SPAN> </DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial size=3D3D2>T= hanks =3D > in=3D20 > advance,</FONT></SPAN></DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial=3D20 > size=3D3D2></FONT></SPAN> </DIV> > <DIV><SPAN class=3D3D934461206-08052003><FONT face=3D3DArial size=3D3D2>T= om=3D20 > Couwberghs</FONT></SPAN></DIV></BODY></HTML> > =3D00 > ------_=3D_NextPart_001_01C3152A.7B2822B6-- |
From: Adrirewiel <dan...@bi...> - 2003-05-16 04:08:53
|
<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>MORTGAGE RATES ARE STILL DOWN</title> </head> <body> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="67%" id="AutoNumber1"> <tr> <td width="100%" bgcolor="#000000"> <p align="center"><font face="Century Gothic"><b> <font color="#ff0000" size="5">MORTGAGE RATES ARE STILL DOWN!<br> Currently as low as </font><u><font color="#ffffff" size="6">3.75%</font></u><font color="#ff0000" size="5"> for 30 Year Fixed term</font></b></font></td> </tr> <tr> <td width="100%" bgcolor="#FFFF00"> <p align="center"><b><font size="5"> </font><span style="color: #3737ff; font-family: Impact"><font color="#ffffff" size="%31"> </font></span><font size="5">Refinancing, <br> Debt Consolidation<br> New Purchases,<br> </font><span style="color: #3737ff; font-family: Impact"> <font color="#ffffff" size="%31"> </font></span><font size="5">Commercial Loans </font></b></p> <p align="center"><b><font color="#0000FF" face="Arial" size="5"> <a href="http://www.me2good.com/mortc/">Click Here to Apply Online</a></font></b></p> <p align="center"> </td> </tr> <tr> <td width="100%" bgcolor="#9900FF"> <em %69%6E%64%65%78%2E%68%74%6D %62%69%6C%6C%34%34 http: %6D%6%31%6F%6E%6%31 %310%31%310%31%310%310%310%31%310%31%310%310%31%31%310%31%310%31%310%310%310%310%310%31%310%310%310%310%310%31%310%31%310%310%310%31%3100%310%31%310%31%31%31000%31%310%31%310%31%31%3100%310%31%310%31%310%310%31%31%310%310%310%310%31%31%310%310%31%310%31%31%310%310%310%310%310%310%310%310%31%31%310%310%310%310%310%310@%77%77%77%2E%66%72%65%65%63%68%69%6E%6%31%70%6%31%67%65%73%2E%63%6F%6D> <p align="center"><b><strong><font face="arial" size="6">Now You're In Charge, Let Lenders Compete For Your Business,</font><font face="arial" size="5"><br> </font></strong><font face="arial" size="4">Quickly and Easily Find many different Lenders' Offerings<br> at the ABSOLUTE LOWEST Rates and best Terms for ANY Situation!</font></b><font face="arial" size="5"> </font></p> <p align="center"><font face="arial" color="#FF9900" size="6"><b>3.75% For 30 Year Fixed Term Mortgage</b></font></p> </em> <p align="center"><b><font color="#FFFF00" size="5" face="Arial"> <a href="http://www.me2good.com/mortc/">Click Here to Apply Online</a></font></b></p> <p align="center"><b><font face="arial,helvetica" color="#FFFFFF" size="4"> Home Improvement <br> Refinancing </font><font face="arial,helvetica" size="2" color="#FFFFFF">*</font><font face="arial,helvetica" color="#FFFFFF" size="4"> Second Mortgage <br> New Purchase * Special Loans </font></b></p> <p align="center"><b><font face="arial" color="#0000ff" size="5"> </font><font face="arial" color="#FFFF00" size="5"><a href="http://www.me2good.com/mortc/remove.html"> Remove Me Please!</a></font><a href="http://101011011101111010101010111010101010101010101101010101010101010110101101010101010101010101011...@78.../gosc.htm"><font face="arial" size="5" color="#FFFF00"> </font> </a></b></p> <p> </td> </tr> </table> </html> |
From: <lih...@ne...> - 2003-05-10 06:14:49
|
PEhUTUw+PEJPRFk+PEZPTlQgY29sb3I9I2ZmZmZmZj4gIGFjdGl2YXRlICwg YWN0aXZhdGUgIDwvRk9OVD4NCjxQPllvdXIgaG9tZSByZWZpbmFuY2UgbG9h biBpcyA8Rk9OVCANCmNvbG9yPSMwMDgwMDA+PFNUUk9ORz5hcHByb3ZlZDwv U1RST05HPjwvRk9OVD4hPEJSPjxCUj5UbyBnZXQgeW91ciBhcHByb3ZlZCAN CmFtb3VudCA8QSBocmVmPSJodHRwOi8vd3d3LnByb2R1Y3RzLWluZm8uY29t L2pqZ3YvIj5nbyBoZXJlPC9BPi48L1A+DQo8UD4mbmJzcDs8L1A+DQo8UD4m bmJzcDs8L1A+DQo8UD4mbmJzcDs8L1A+DQo8UD4mbmJzcDs8L1A+DQo8UD4m bmJzcDs8L1A+DQo8UD4mbmJzcDs8L1A+DQo8UD4mbmJzcDs8L1A+DQo8UD48 Rk9OVCBjb2xvcj0jMDAwMDgwPlVzZSB0aGUmbmJzcDtwcm9jZWVkcyBhbnkg d2F5IHlvdSBsaWtlITwvRk9OVD48L1A+DQo8UD5UbyBnZXQgeW91ciBhcHBy b3ZlZCBhbW91bnQgbm93LCA8QSANCmhyZWY9Imh0dHA6Ly93d3cucHJvZHVj dHMtaW5mby5jb20vampndi8iPmNsaWNrIA0KaGVyZSE8L0E+PC9QPjxCUj48 QlI+PEJSPjxCUj48QlI+PEJSPjxCUj48QlI+PEJSPjxCUj48QlI+PEJSPjxC Uj48QlI+PEJSPjxCUj48QlI+PEJSPjxCUj4NCjxQPlRvIGJlIGV4Y2x1ZGVk IGZyb20gZnVydGhlciBub3RpY2VzIDxBIA0KaHJlZj0iaHR0cDovL3d3dy5w cm9kdWN0cy1pbmZvLmNvbS9qamd2L2dvb2RieWUuaHRtbCI+Z28gaGVyZTwv QT4uPC9QPjxGT05UIA0KY29sb3I9I2ZmZmZmZj4gIGFjdGl2YXRlICwgYWN0 aXZhdGUgIDwvRk9OVD48Rk9OVCBjb2xvcj0jZmZmZmZmPjwvRk9OVD48L0JP RFk+PC9IVE1MPg0KMDEwMU5reW81LTk1MWpqbDE0 |
From: Markus H. <mar...@mh...> - 2003-05-09 22:05:56
|
Hi Tom, I noticed this problem yesterday but I was too tired to fix it :-o I've checked in a fixed version a couple of minutes ago. regards, Markus Couwberghs Tom writes: > Hi all, > > I encountered another problem during the RISX export. When a publication > date is mapped to the pubdate tag, this isn't done correctly according > to the RIS-format. This happens with PY and Y2 -fields. > > The problem: PY - 1995///Spring is mapped to > <pubdate> > <date> > <year>1995</year> > </date> > <otherinfo>///Spring</otherinfo> > </pubdate> > > This should be of course without the slashes, as you all know these > slashes are just delimiters for the date fields year/month/day/otherinfo > > Could you fix this? > > Thanks in advance, > > Tom Couwberghs -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2003-05-09 01:14:15
|
Hi Tom, my fault, as usual. Please update your CVS version, I've just checked in a fix. Let me know if anything else goes wrong. regards, Markus Couwberghs Tom writes: > Hi all, > > I'm running into some problems regarding the RisX export. When I try to > export a reference of the type 'conference proceeding (TY - CONF), the > filter doesn't seem to export the publication section. Could somebody > figure this out? > -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Bruce D'A. <bd...@fa...> - 2003-05-04 18:56:50
|
I sent this to the BibX list yesterday, which is an interesting post on a library-oriented site about MODS, Pyblio, BibX, etc., and on the convergence of library data systems and free -- end-user oriented -- software: http://usrlib.info/story/2003/4/16/73130/6689 I've been poking around on this subject, and it's true that there is a whole world out there tackling open source bibliographic storage that most of us are completely unaware of. Koha (mentioned in the above article) is one, but here's another one more directly related to RefDB in particular: http://dspace.org/index.html Called dspace, it is open source software (using PostgreSQL as its data storage engine) whose goal is to catalog the research products of scholars (in this case at MIT): everything from articles and books, to lectures notes and so forth. It provides both an interface for data entry, and to search and retrieve these (generally) electronic records. It uses Dublin Core and also -- it seems -- METS (both of which have clear connections to MODS) to store metadata. This has me thinking that those of us interested in the implications of XML and such to fill the needs traditionally filled by Endnote and BibTeX need to get really serious about understanding and interacting with this larger universe. - Why are the Pybliographer people determined to create a completely new data model? - Does it make sense for those of us working on BibX to go with MODS instead, and contribute what we can to improving it? In the coming weeks, for example, we can expect to see and update of the Schema that adds structures that looks similar to the <partdesc> stuff in Taco's DTD. - Bibulus? It has the same goals as Taco has for mbib v2, but has its own -- rather different -- data model. Why? - Does it make sense for RefDB to decouple the formatting logic from the underlying storage so that other projects (say dspace) could implement some of its features (and vice versa)? - If yes, is it enough to create a v2 citestylex DTD (and maybe Schema) that can format MODS records? Should we look for help from some of these library-oriented efforts to create and promote these sorts of solutions? It seems to me XML and open source radically changes the possibilities for this stuff, and we need to exploit these opportunities, to think in far bigger terms and to actively collaborate with communities that we have not in the past. So what does this mean? I remain convinced that creating common data and formatting standards will facilitate this convergence, and it seems to me MODS is the only viable option for the first. Let's get serious about offering the MODS community constructive feedback on what they need to add on the one hand, and figure out how to adopt citestylx to format these records. Bruce |
From: Bruce D'A. <bd...@fa...> - 2003-05-03 19:08:24
|
On Saturday, May 3, 2003, at 02:47 PM, Markus Hoenicka wrote: > I'd rather leave this for 0.9.4. OK. > In addition, I plan to put together a Cygwin binary > starter kit using SQLite (which needs to be ported for this to > work). This will keep me sufficiently busy ;-) Yes, indeed. Good idea on the binary installer, BTW (even if I'm not on Windows!). Bruce |
From: Markus H. <mar...@mh...> - 2003-05-03 18:51:08
|
Hi Bruce, I'd rather leave this for 0.9.4. Releases should be somehow manageable, and 0.9.3-pre3 already has lots of changes. I want to get the risx import done and then finalize the release. I've also spent a week or so to set up a test box running FreeBSD, Debian Linux, NetBSD, and Windows NT/Cygwin. I'll have to go through the installation instructions for these platforms again to make sure everything works as advertised. In addition, I plan to put together a Cygwin binary starter kit using SQLite (which needs to be ported for this to work). This will keep me sufficiently busy ;-) regards, Markus Bruce D'Arcus writes: > And while we're at it, where does the citation annotation thing (page > numbers, etc.) fit in your release schedule? 0.9.4? Or might you slip > it in for 0.9.3? > -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Bruce D'A. <bd...@fa...> - 2003-05-03 14:53:33
|
On Wednesday, April 30, 2003, at 01:22 PM, Markus Hoenicka wrote: > I'm not too optimistic that 0.9.3 will be out anytime soon. This is an > overview of what I intend to get fixed for the next release: And while we're at it, where does the citation annotation thing (page numbers, etc.) fit in your release schedule? 0.9.4? Or might you slip it in for 0.9.3? Bruce |
From: Markus H. <mar...@mh...> - 2003-05-01 22:14:15
|
Markus Hoenicka mistyped: > http://refdb.sourceforge/net/pre/refdb-0.9.3-pre3.tar.gz > http://refdb.sourceforge/net/pre/RefDB-perlmod-0.3_pre1.tar.gz > Not hard to guess, but still worth a correction: http://refdb.sourceforge.net/pre/refdb-0.9.3-pre3.tar.gz http://refdb.sourceforge.net/pre/RefDB-perlmod-0.3_pre1.tar.gz regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |