"); this.wwrite(""); this.wwriteA(""); this.wwriteA(this.gMonthName + " " + this.gYear); this.wwriteA("
"); // Show navigation buttons var prevMMYYYY = Calendar.calc_month_year(this.gMonth, this.gYear, -1); var prevMM = prevMMYYYY[0]; var prevYYYY = prevMMYYYY[1]; var nextMMYYYY = Calendar.calc_month_year(this.gMonth, this.gYear, 1); var nextMM = nextMMYYYY[0]; var nextYYYY = nextMMYYYY[1]; this.wwrite("
"); this.wwrite("[<<<\/A>]"); this.wwrite("[<<\/A>]"); this.wwrite("[Print]"); this.wwrite("[><\/A>]"); this.wwrite("[>><\/A>]

"); // Get the complete calendar code for the month.. vCode = this.getMonthlyCalendarCode(); this.wwrite(vCode); this.wwrite("
"); this.gWinCal.document.close(); } Calendar.prototype.showY = function() { var vCode = ""; var i; var vr, vc, vx, vy; // Row, Column, X-coord, Y-coord var vxf = 285; // X-Factor var vyf = 200; // Y-Factor var vxm = 10; // X-margin var vym; // Y-margin if (isIE) vym = 75; else if (isNav) vym = 25; this.gWinCal.document.open(); this.wwrite(""); this.wwrite("Calendar"); this.wwrite(""); this.wwrite(""); this.wwrite(""); this.wwrite(""); this.wwrite("Year : " + this.gYear); this.wwrite("
"); // Show navigation buttons var prevYYYY = parseInt(this.gYear) - 1; var nextYYYY = parseInt(this.gYear) + 1; this.wwrite("
"); this.wwrite("[<<<\/A>]"); this.wwrite("[Print]"); this.wwrite("[>><\/A>]

"); // Get the complete calendar code for each month.. var j; for (i=11; i>=0; i--) { if (isIE) this.wwrite("
"); else if (isNav) this.wwrite(""); this.gMonth = i; this.gMonthName = Calendar.get_month(this.gMonth); vCode = this.getMonthlyCalendarCode(); this.wwrite(this.gMonthName + "/" + this.gYear + "
"); this.wwrite(vCode); if (isIE) this.wwrite("
"); else if (isNav) this.wwrite(""); } this.wwrite("

"); this.gWinCal.document.close(); } Calendar.prototype.wwrite = function(wtext) { this.gWinCal.document.writeln(wtext); } Calendar.prototype.wwriteA = function(wtext) { this.gWinCal.document.write(wtext); } Calendar.prototype.cal_header = function() { var vCode = ""; vCode = vCode + ""; vCode = vCode + "Вк"; vCode = vCode + "Пн"; vCode = vCode + "Вт"; vCode = vCode + "Ср"; vCode = vCode + "Чт"; vCode = vCode + "Пн"; vCode = vCode + "Сб"; vCode = vCode + ""; return vCode; } Calendar.prototype.cal_data = function() { var vDate = new Date(); vDate.setDate(1); vDate.setMonth(this.gMonth); vDate.setFullYear(this.gYear); var vFirstDay=vDate.getDay(); var vDay=1; var vLastDay=Calendar.get_daysofmonth(this.gMonth, this.gYear); var vOnLastDay=0; var vCode = ""; /* Get day for the 1st of the requested month/year.. Place as many blank cells before the 1st day of the month as necessary. */ vCode = vCode + ""; for (i=0; i "; } // Write rest of the 1st week for (j=vFirstDay; j<7; j++) { vCode = vCode + "" + "" + this.format_day(vDay) + "" + ""; vDay=vDay + 1; } vCode = vCode + ""; // Write the rest of the weeks for (k=2; k<7; k++) { vCode = vCode + ""; for (j=0; j<7; j++) { vCode = vCode + "" + "" + this.format_day(vDay) + "" + ""; vDay=vDay + 1; if (vDay > vLastDay) { vOnLastDay = 1; break; } } if (j == 6) vCode = vCode + ""; if (vOnLastDay == 1) break; } // Fill up the rest of last week with proper blanks, so that we get proper square blocks for (m=1; m<(7-j); m++) { if (this.gYearly) vCode = vCode + " "; else vCode = vCode + "" + m + ""; } return vCode; } Calendar.prototype.format_day = function(vday) { var vNowDay = gNow.getDate(); var vNowMonth = gNow.getMonth(); var vNowYear = gNow.getFullYear(); if (vday == vNowDay && this.gMonth == vNowMonth && this.gYear == vNowYear) return ("" + vday + ""); else return (vday); } Calendar.prototype.write_weekend_string = function(vday) { var i; // Return special formatting for the weekend day. for (i=0; i
Page of masters DNTU     Main page DNTU     Individual task    
  
LINKS    SEARCH In the INTERNET    LIBRARY     DISSERTATION   

ua          ru          

Maltseva Olga-photo

Maltseva Olga Jurievna

DEPARTMENT: The Faculty of Energomechanic And Automation

SPECIALITY: Enrichment of the minerals

THEME OF MASTER'S WORK: "Research of technology of slurry treatment after the first stage of condensing"

SCIENTIFIC ADVISER: a candidate of sciences Samilin V.N.

E-mail: nevexa@yandex.ru

Biography:

I was born on July 15 1984 in Soledar in a miner's family. This town is famous for salt mines and different salt products. My parents work in one of these mines.

When I was 3, my parents took me to a nursery school, where I was growing as calm obedient child. I recall being not quite a good child sometimes, but all of us were children.

On the first of September 1991, when I was 6, I went to a secondary school in Soledar. But I don't remember the first school day. I'll never forget this school period. I was an able pupil and I took part in different competitions. Teachers were very good in our school and well-qualified.

Apart from school I learned English in a specialized school (ESCC - European School of Correspondence Courses) because it is very important to know one of foreign languages.

In 2001 I entered the Donetsk National Technical University to do a course in Energomechanics and Automation. My future speciality is an engineer in "Minerals preparation". But I didn't make this choice myself. It were my father and my brother who helped me to choose the speciality.

I live in a hostel and I have made new friends here. Now I am in my fifth year at Donetsk National Technical University. I have a Bachelor Degree and continue to study to be a master. Apart from this I study at a Re-training Faculty. My future speciality is a financier in "Finances". Here I have Bachelor Degree too.

The theme of my master's work is "Research in technology of slurry treatment after the first stage of condensing. I chose this theme together with my research supervisor, a candidate of sciences Samilin Valeriy Nikolaevich.

I am just an ordinary person who wants to succeed in this life.


LINKS    SEARCH In the INTERNET    LIBRARY     DISSERTATION   

Page of masters DNTU     Main page DNTU     Individual task