FET Forum

FET Support (English) => General Stuff => Topic started by: Joan de Gracia on June 24, 2009, 11:53:54 AM

Title: FET use in Spain - Linkat GNU/Linux
Post by: Joan de Gracia on June 24, 2009, 11:53:54 AM
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
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: silvia on June 25, 2009, 06:33:03 PM
I sent you an email, Joan.
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on March 02, 2010, 08:12:12 AM
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).
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Volker Dirr on March 02, 2010, 02:12:06 PM
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.
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Volker Dirr on March 02, 2010, 02:19:40 PM
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.
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on March 03, 2010, 12:49:35 PM
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.
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Volker Dirr on March 03, 2010, 05:40:53 PM
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.)
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on March 04, 2010, 08:45:01 AM
Thanks, I did it this way and everything changed as I wanted:  ;)

table {
  page-break-before: always;
  text-align: center;
  font-size: 12px;
}
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on April 01, 2010, 09:41:10 AM
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 ? :-?
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Volker Dirr on April 01, 2010, 11:58:05 AM
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.
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on April 01, 2010, 12:27:29 PM
Done and working perfectly well,

thanks a lot :)
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on May 08, 2010, 01:18:51 PM
You can always see the generated timetables at http://parles.upf.edu/fet/DTCL/
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Liviu Lalescu on May 08, 2010, 01:32:40 PM
QuoteYou can always see the generated timetables at http://parles.upf.edu/fet/DTCL/

I tried it, but the timetables are empty?
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on May 08, 2010, 01:37:22 PM
At the end of each name there is a "+" simbol that links the timetable, I checked it and I can see them
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on May 08, 2010, 01:39:45 PM
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
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Liviu Lalescu on May 08, 2010, 01:48:35 PM
QuoteOh, 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

OK, now I saw them (I was looking for students and teachers). However, the Materies is still empty.
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: silvia on May 11, 2010, 11:38:48 PM
Hola Andrés,
el Joan no sé si mira el forum regularment. Si no et contesta i l'has de contactar em puc posar en contacte amb ell.
Sílvia

Hello Andrés,
I don't know if Joan checks the forum regularly. If you don't get an answer from him and you must contact him, I can get in touch with him.
Sílvia
Title: Re: FET use in Spain - Linkat GNU/Linux
Post by: Andrés Chandía on May 12, 2010, 07:57:32 AM
No, no cal, merci, però ja sé que si necessito contactarme amb ell t'envio el missatge a tu, gràcies de tota manera.

No, there's no need, but now I know that if I need to get in contact with him, I send the message to you, thanks anyway.