Archive for the ‘science’ Category

submission for gttse’2007 is rejected

Saturday, June 23rd, 2007

Unfortunately, I’m not going to speak at gttse’2007 participants workshop. My extended abstract (Recursion-free XPath 1.0 implementation) was rejected, the comment from the reviewers is below.

(more…)

post-xmlprague notes

Tuesday, June 19th, 2007

I like Prague, it’s a very beautiful city. My contribution to XML Prague 2007:
* paper “Generative XPath
* presentation slides
* poster XML to beautiful documents, and how it looked like

poster proposal for XML Prague 2007

Monday, June 11th, 2007

In addition to my talk “Generative XPath” at XML Prague 2007, I decided to submit also a poster:

Title: XML to beautiful documents

Abstract: I’d like to present an alternative to XSL-FO. Using TeX to create PDF from XML is an old trick, but thanks to TeXML (an XML syntax for TeX) and Consodoc (a publishing server), the process is greately simplified and the produced documents are of high quality.

* http://getfo.org/texml/ — URL linking to a web page related to the poster.
* http://consodoc.com/

Generative XPath is released

Sunday, June 10th, 2007

Generative XPath (0.9.1) is an XPath 1.0 processor that can be adapted to different hierarchical memory structures and different programming languages. Customizing Generative XPath to a specific environment is several magnitudes of order easier than implementing XPath from scratch.

(more…)

XML Prague 2007

Tuesday, April 3rd, 2007

I’m going to visit (and speak) at XML Prague 2007. Here is the great description of the conference by Jirka Kosek (as a comment in the docbook-devel mailing list).

I will use this opportunity to invite everyone to attend XML Prague 2007 (http://www.xmlprague.cz/). You will see and hear excellent speakers talking about up-to-date topics, as the conference is quite small (around 120-130 people) it has very cosy atmosphere. Moreover we made this conference for fun, not for money, so conference rate is ridiculously low. And if you have spare time you can spend few more days in Prague, which is very attractive touristic location (btw, conference itself is located in former monastery from 17th century).

proposal for XML Prague 2007

Wednesday, February 28th, 2007

I’ve just sent an extended abstract for the XML Prague 2007 conference. I hope it will be accepted.

(more…)

XSieve slides and remarks

Tuesday, May 23rd, 2006

The slides of my XTech 2006 presentation “XSieve: extending XSLT with the roots of XSLT” are online as PDF. The paper is available as HTML and PDF.

I got a positive feedback after presenting XSieve. But why I’m not blogged? I sure I mentioned something worth noting or discussing. For example:

* If we implement an XML transformation library in some traditional language, we get a poorly re-implemented XPath and XSLT.

* Buzzword candidate “gestalt entity”.

* S-expressions and XML are different, incompatible creatures.

* XML virtual machine as Scheme plus SXML.

Meanwhile, I’d like to say thanks to Eric van der Vlist. I borrowed a laptop from him for the presentation.

What I disliked most during XTech, it’s absence of printed proceedings. It’s a great fault. But probably I’m the only one who needs it.

conference checklist

Tuesday, May 9th, 2006

XTech conference starts 16 May, today is 9 May. Time to prepare. I’ve searched inet for “conference checklist” and, surprise, found near nothing. Anyway, I was able to compile something useful.

(more…)

essence of my CS work

Wednesday, March 22nd, 2006

Recently I was asked for high-level details of my scientific work. As result, I’ve written a short text, which I like.

(more…)

XTech 2006 shedule

Thursday, March 16th, 2006

The XTech 2006 shedule is ready. The talk on XSieve is sheduled to the last day, 19 May.

(more…)

XSieve is accepted for XTech 2006

Friday, February 24th, 2006

I’m talking about XSieve at XTech 2006. Very nice.And I’m a bit embarrassed to be in the star company. But there is no time to fuss about, there is time to start preparing the paper.

vote for XSieve at XTech 2006!

Sunday, February 19th, 2006

Recently I got an XTech 2006 speaker notification. It said that acceptance or rejection notifications would be sent this week, and some more papers would be selected at the week of 27 February and later.

I believe that my XSieve proposal isn’t in the category “undoubtedly should be rejected”, but I don’t expect it’s in the category “definitely should be accepted”. I think it’s somewhere in the middle.

I surmise that XTech reviewers might read my blog, so I’d like to incentive you: vote for XSieve acceptance! XSieve isn’t a revolution in XML world, but it’s anyway an important milestone and worth to be popularized.

What They Don’t Teach You In Graduate School

Monday, February 6th, 2006

Straightforward and honestly about scientific life:
* finishing your dissertation and finding a first job
* your academic responsibilities
* the tenure track
* your life as an academic

NOUVEAU RICHE UNIVERSITY - Graduate Riche with Nouveau Riche University, school for real estate investors

yet another submission (XTech 2006)

Sunday, January 8th, 2006

I’ve submitted a presentation proposal for XTech 2006: “XSieve: extending XSLT with the roots of XSLT”.

(more…)

Yet another rejection (post-GTTSE’2005)

Sunday, January 8th, 2006

The post-GTTSE’2005 paper “XML View on Hierarchical Data Using SXML and Scheme” (HTML, PDF) is rejected. Below are the rejection reviews.

(more…)

A Technique for implementing first class continuations

Monday, October 17th, 2005

This paper describes a technique for implementing first-class continuations in languages that do not support stack inspection and manipulation. … This may result in better performance than CPS-conversion for those programs that make only occasional use of first-class continuations.

XML View on Hierarchical Data Using SXML and Scheme

Sunday, October 2nd, 2005

My post-GTTSE’2005 paper is ready. Abstract:

Hierarchical data could be viewed and processed as XML using the SXML format and Scheme language. We introduce a symmetry constraint on this approach, reveal the weak points of the SXML representation, and discuss mapping between XML and SXML.

(more…)

research wiki is updated

Sunday, September 18th, 2005

I’ve updated my research support wiki. One of the changes is a new page for XSieve.

GTTSE 2005 photos

Sunday, August 21st, 2005

Finally, my GTTSE 2005 photos are online. The start page is approximately 2Mb, and larger photos are of 300Kb-1Mb size. Unfortunately, I can’t describe how great was the event. Instead, read “Resume from GTTSE Summer School” by Steen Brahe.

XQuery in Scheme

Saturday, July 23rd, 2005

The new project SXQuery looks very interesting for me. First, the developers started with the review of current approaches, and their wiki contains a lot of useful information. Second, my efforts are noticed.

(more…)