FET use in Spain - Linkat GNU/Linux

Started by Joan de Gracia, June 24, 2009, 11:53:54 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joan de Gracia

Sorry,

Silvia, I'm interested about contacting with you. I work at Generalitat de Catalunya in Spain, in the development of the educational GNU/Linux distribution Linkat. The distribution incorporates the FET program and I'm interested  about knowing if there is any educational center that use FET program.

I'll send you an internal message using the forum with my e-mail address.

I would be glad if you could contact with me.

I will be looking forward to hearing from you,

Thank you very much


Joan de Gracia
Linkat Project
Departament d'Educació
Generalitat de Catalunya

silvia


Andrés Chandía

Hello Joan,
I'm working at the Translation and Language Sciences Department, at UPF, Universitat Pompeu Fabra, I've seen the implementation of FET at the LINKAT distro, and we are implementing FET for our department. Besides utilizing FET we would like to do a professional translation of the manual into Catalan and/or Spanish.
If you need our help feel free to contact us, even in Catalan if you want  ;) .

PS. you can check what I've generated at http://parles.upf.edu/fet/1rT/ (we are in testing step, we still lack the information about professors).
@ch

Volker Dirr

#3
Hallo Andrés Chandía

I saw your tables are pretty big. maybe search in the css file this:
span.empty{
}

and modify to this:
span.empty {
  display:none;
}

it maybe look nicer, because smaller.

Volker Dirr

oh. maybe better is this:

search this:
th.yAxis {
  height: 8ex;
}

and delete the height:8ex.

so modify to this:
th.yAxis {
}

i guess that is maybe a bit nicer with your table, because you have just 15 minutes hours.

Andrés Chandía

Thanks, I've done it, but I don't see the difference, I've tried to change the font size, but I only could do it for the classrooms, could you guide me to change al of the fonts sizes.

Thanks.
@ch

Volker Dirr

my previous hint decrease only empty cells.

if you want to modify the whole font, then add this into css:

* {
font-size: 5px;
}

(of course 5px is very small, choose an other value. i just choose that so you can see difference fast.)

Andrés Chandía

Thanks, I did it this way and everything changed as I wanted:  ;)

table {
  page-break-before: always;
  text-align: center;
  font-size: 12px;
}
@ch

Andrés Chandía

#8
How can i set fet to always generate the css file this way:

table {
  page-break-before: always;
  text-align: center;
  font-size: 12px;
}

instead of editing it manually all the time ? :-?
@ch

Volker Dirr

you can do that by modifing the source.
in src/engine/timetableexport.cpp.
then you need to (re)-compile fet.

it is in line 1869.

"\n" mean a new line.

Andrés Chandía

Done and working perfectly well,

thanks a lot :)
@ch

Andrés Chandía

#11
You can always see the generated timetables at http://parles.upf.edu/fet/DTCL/
@ch

Liviu Lalescu

QuoteYou can always see the generated timetables at http://parles.upf.edu/fet/DTCL/

I tried it, but the timetables are empty?

Andrés Chandía

At the end of each name there is a "+" simbol that links the timetable, I checked it and I can see them
@ch

Andrés Chandía

#14
Oh, could be that you are checking the firsts part of the table, check these ones:


Aules        visualitza        visualitza        visualitza        visualitza
Matèries       visualitza       visualitza       visualitza       visualitza
Activitats       visualitza       visualitza       visualitza       visualitza
@ch