It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: javarome
a reply to: ArMaP
Ok great.
Now does you or anyone have something to complain about the output structure. I mean should some columns be renamed, re-ordered, split in multiple ones or merged, should some values re-formatted another way, etc. ?
Still searching how to decode the remaining bits in the meantime... (any help appreciated)
originally posted by: javarome
Hi there,
I've published an online version which can be queried.
It's not optimized as Bob plans to do with a real database ; it just loads the binary file in memory (which can take a few seconds) then allows to query it from memory.
For now the query syntax is the same as the uDB command-line tool : a set of field=value expressions, which can be joined by '&' or '|' for "and" and "or" restrictions, respectively.
originally posted by: javarome
Hi there,
Just to let you know about some updates of the online query form:
- More operators are now supported, so that you can now ask for crebility>5 for instance.
- The case sources display have been improved. Notably, some sources numbers were actually referring to secondary tables (periodicals, blogs, etc.) which are now correctly listed. So sources descriptions are now displayed instead of just reference numbers.
Any chance of a rundown of how you've programmatically made that distinction?
originally posted by: javarome
a reply to: EvillerBob
Hi Bob,
Any chance of a rundown of how you've programmatically made that distinction?
Sure! I was still searching a clue about where to find the page versus volume/issue distinction info, and suddenly remembered the sources text file: it does contain a classification of sources (primary, periodicals, blogs, etc.)! So I hoped that source references could be classified by reading this but... no, the source ref numbers were all primary ones, as far as I found.
Anyway, looking at the classification, I found that some sections were beginning by "Ref. xxx = some description". For example "Ref. 093 = NEWPAPERS and FOOTNOTES.", "Ref. 096 = OTHER DATABASES and WEBSITE addresses.", etc. That meant that when primary ref was 93, refIndex was actually a secondary reference pointer to the "NEWPAPERS and FOOTNOTES" list. And so on.
Programmatically speaking, see here.
originally posted by: ArMaP
Any news?