-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate other pages from the DB #6
Comments
My idea has been: people contains author's names and email addresses, etc. The idea of this was to have one definitive place for each piece of information. It's a slippery slope to do anything else. |
Yes, that is the correct way and that is called a "relational" database,
and that is what I wanted to do from day one...but now we will have to talk
to Arthur and change things a bit.
Arthur last year made the first implementation of the program to write my
html code for the program. In there he used only ONE table listing all
presentations and as many authors as needed. So Vafa Khalighi's name is
listed there 3 times....along with others that gave multiple lectures.
The is also no way to associate email to people unless we use order which
is cumbersome...let alone multiple email to the same person, etc...
This table contains all the abstracts as well...in html and as one liner.
Paulo Ney
…On Wed, Aug 10, 2022, 3:42 PM kberry ***@***.***> wrote:
My idea has been: people contains author's names and email addresses, etc.
tlk.dat contains per-presentation info (title, list of authors, etc.)
auth.dat contains per-author name when needed to link between people and
tlk.dat, specifically, when the names don't match.
The idea of this was to have *one* definitive place for each piece of
information. It's a slippery slope to do anything else.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR7WYUL56GBPAJ7XERX44TVYQV65ANCNFSM56CWAVIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make a database of
speakers
and generate the main-page of the site automatically from it, in the same fashion of make-schedule.js, that is, using a template.The text was updated successfully, but these errors were encountered: