After the November EC/ASECS conference and the Thanksgiving holiday--as well as working on other projects, like my Kinski paper--I'm now back to work on the database. While I have a basic working model, I still need to put it online, and there are several other issues I'm trying to work through before I need more …
Iteration and calling new functions
This past week I think I've had a couple breakthroughs in terms of understanding how xQuery works. The rubicon was when Christian Moser from the eXist forum explained iterative variables to me. I know, of course, what iterative variables are, but I didn't know exactly how they worked in XQL--in my head, creating a variable …
Updating the search and display features
I've been pretty busy this last week on the database, though I haven't committed a lot of it to this blog--I have, however, been updating the project on GitHub, which has been a lot easier to use now that I have a project that needs version control in this specific way. Most of my time has …
Github and more
NiC is now available for collaboration on github! What have I learned in the process? Help is essential, first of all. And probably last of all. Otherwise, I did learn a few important things about the github workflow, which was very confusing to me. For those of you who, like me, are new to the tool and are …
Recovering the DB
And so it begins: this is what greeted me when I started eXist after, apparently, mucking about in expathrepo when I wasn't supposed to. What follows is basically a screenshot diary of the recovery process--I'm not sure I really want to revisit it, but perhaps I'll come back and add a narrative later...
No, most definitely not…
Yesterday, I made some progress on displaying file author names in a new column on the front page--figured out how the WORK-TYPES document is called and accessed, how data is retrieved from it, decided it would be better to pull the names directly from the data files, and did it. Sort of. I was running into a problem …
Today a basic display, tomorrow the world?
Thanks in very large part to the patience and availability of a couple of awesome open source developers, I have a basic application that displays the texts in the collection with header info! I haven't started on formatting, searching, exporting, or incorporating the page images, but soon. Also, I learned where to put the .PNG file …
Continue reading "Today a basic display, tomorrow the world?"
A tiny piece of the puzzle
I think I've figured something out that's been eluding me regarding the way that functions get called--I'm still a bit wobbly on the model/map lingo, but it just occurred to me how the different functions are organized and data passed between XQL and HTML files. The main VIEW-WORK.HTML file calls functions defined in APP.XQL, the primary point of entry. …
Starting fresh
I spent almost all day yesterday trying to figure out why one function worked, and what I thought was pretty much an exact duplicate, tweaked to pull different elements, didn't--I was pretty frazzled by the end of it, and I think I need to start fresh today (I did put another call out on the …
“Writing” a first function
Back from Greece, which means, back to the database project! As I've written before, this whole experience is a learning process for me--I'm learning about functions, where they're called, how they hook up with other bits and bobs to display data in specific ways. This should be fairly straightforward, and I'm trying to make it …