دانشجويان مي توانند از مسير زير نسبت به دريافت كارت آزمون (گزارش 428 )اقدام نمايند:
آموزش —>گزارش هاي آموزش —->دانشجو —>اطلاعات ثبت نام و امتحان—-> برنامه امتحان پايان ترم دانشجو
منبع :
سایت گلستان
[ad_1]
دانشجويان مي توانند از مسير زير نسبت به دريافت كارت آزمون (گزارش 428 )اقدام نمايند
دانشجويان مي توانند از مسير زير نسبت به دريافت كارت آزمون (گزارش 428 )اقدام نمايند:
آموزش —>گزارش هاي آموزش —->دانشجو —>اطلاعات ثبت نام و امتحان—-> برنامه امتحان پايان ترم دانشجو
منبع :
سایت گلستان
امتیاز دهید
0 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
هفته اول بهمن ماه ۹۲ نتایج آزمون کارشناسی ارشد فراگیر سال ۹۲ دانشگاه پیام نور اعلام میشود
دکتر بهرامی رئیس مرکز آزمون دانشگاه پیام نور گفت: هفته اول بهمن ماه ۹۲ نتایج آزمون کارشناسی ارشد فراگیر سال ۹۲ دانشگاه پیام نور اعلام میشود و پذیرفتهشدگان برای بهمن ماه سال جاری به عنوان دانشجوی دانشگاه پیام نور مشغول به تحصیل میشوند.
وی افزود: ۱۳۵۰۰نفر در هر دو شیوه “آموزش محور” و “پژوهش محور” پذیرش خواهند شد و داوطلبان نتایج را از طریق سایت سازمان سنجش می توانند دنبال نمایند.
وی خاطرنشان کرد: ۱۲۶ رشته گرایش، ۹۰۹۰ رشته محل در ۸۶ شهر کشور میزبان کنکور فراگیر کارشناسی ارشد بودند.
امتیاز دهید
0 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
برگزاری دوره های حضوری دکتری در دانشگاه پیام نور برای کل رشته ها الزامی است و دوره دکتری ایجاب می کند دانشجو در کلاس حضور داشته باشد
حسین حسینی در گفتگو با خبرنگار مهر در خصوص برگزاری کلاسهای حضوری در دانشگاه پیام نور برای مقطع دکتری با یادآوری ماموریت این دانشگاه در برگزاری کلاسها، گفت: آنچه مسلم است ماموریت دانشگاه پیام نور برای اجرای دوره هایی است که بتواند بر اساس آموزش از راه دور، دانشجو بپذیرد. ورود این دانشگاه به رشته های دارای امکانات، تجهیزات و آزمایشگاه از ابتدا در ماموریت این دانشگاه دیده نشده است.
وی ادامه داد: اگر قرار است دانشگاه پیام نور در این حوزه ورود یابد لازم است الزامات مورد نیاز این رشته ها را فراهم کند و دانشگاه پیام نور هم این رویکرد را ندارد که به سمت رشته های نیازمند امکانات آزمایشگاهی پیش رود.
مدیر کل دفتر گسترش آموزش عالی با بیان اینکه در برخی رشته های دکتری این دانشگاه که تجهیزات آزمایشگاهی لازم است، باید دوره ها به صورت حضوری برگزار شود، اظهار داشت: در گذشته دانشگاه پیام نور مجوزی از هیأت امنای خود برای برگزاری دوره حضوری دکتری دریافت کرده بود و ادامه برگزاری این دوره ها به صورت حضوری نیازمند برگزاری کلاس است.
حسینی تاکید کرد: برگزاری دوره های حضوری دکتری در دانشگاه پیام نور برای کل رشته ها الزامی است و دوره دکتری ایجاب می کند دانشجو در کلاس حضور داشته باشد.
منبع :
پایگاه اطلاع رسانی دانشگاه نیوز
امتیاز دهید
0 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
رای حل مشکل عدم مشاهده این سایت در نسخه های بالاتر اینترنت اکسپلورر ( نسخه 10 و 11 ) ، لازم است یکی از تنظیمات زیر را بر روی مرورگر خود انجام دهید
در خصوص عدم مشاهده وب سایت سیستم جامع آموزشی گلستان در نسخه های جدید نرم افزار مرورگر وب اینترنت اکسپلورر ( Internet Explorer )، به اطلاع می رساند؛
سایت سیستم جامع گلستان فقط در مرورگر اینترنت اکسپلورر ( نسخه های 7 ، 8 و 9 ) قابل مشاهده می باشد.
برای حل مشکل عدم مشاهده این سایت در نسخه های بالاتر اینترنت اکسپلورر ( نسخه 10 و 11 ) ، لازم است یکی از تنظیمات زیر را بر روی مرورگر خود انجام دهید:
در منوی Tools ==> compatibility view settings مرورگر اینترنت اکسپلورر خود، آدرس
reg.pnu.ac.ir را اضافه (Add) کنید.
پس از بازکردن مرورگر اینترنت اکسپلورر خود، کلید F12 را بزنید، سپس در پنجره ای که باز می شود بر روی منوی Browser mode کلیک کرده و از لیستی که باز می شود یکی از مرورگرهای اینترنت اکسپلورر نسخه 7، 8 یا 9 را انتخاب نمایید و سپس وارد سیستم جامع دانشگاهی گلستان (http://reg.pnu.ac.ir) شوید.
امتیاز دهید
23 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
بر همین اساس از نیمسال دوم سال تحصیلی 92-91 این درس از حال اختیاری الزامی به عنوان درس صرفا اختیاری محسوب می گردد
بر اساس بخشنامه 22/12549 مورخ 85/5/24 و 21/41903 مورخ 90/3/4 وزارد علوم، تحقیقات و فناوری، درس آشنایی با دفاع مقدس جزء دروس اختیاری تلقی می گردد .
بر همین اساس از نیمسال دوم سال تحصیلی 92-91 این درس از حال اختیاری الزامی به عنوان درس صرفا اختیاری محسوب می گردد.
ضمنا به اطلاع دانشجويان مي رساند گذراندن درس آشنايي با دفاع مقدس به جاي دو عنوان درس تك واحدي اختياري بلامانع مي باشد.
امتیاز دهید
0 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
شرایط استفاده از خدمات بیمه حوادث دانشجویی و مهلت مقرر شده برای اعلام حادثه به شرکت بیمه
کلیه دانشجویانی که در هر نقطه از کشور دچار حادثه می شوند ، مشروط به اعلام به مرکز/ واحد محل تحصیل حداکثر ظرف مدت یکماه بعد از بروز حادثه ، می توانند از خدمات بیمه حوادث دانشجویی بهره مند گردند .
درصورت عدم اعلام مراتب تا مهلت مقرر شرکت بیمه هیچگونه تعهدی نسبت به پرداخت خسارت نخواهد داشت.
امتیاز دهید
0 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
تقویم آموزشی دانشگاه پیام نور برای مقاطع تحصیلی کاردانی , کارشناسی نا پیوسته , کارشناسی , کارشناسی ارشد و دکتری در نیمسال دوم سال تحصیلی ۹۳-۹۲ به شرح زیر اعلام شد:
تقویم آموزشی دانشگاه پیام نور برای مقاطع تحصیلی کاردانی , کارشناسی نا پیوسته , کارشناسی , کارشناسی ارشد و دکتری در نیمسال دوم سال تحصیلی ۹۳-۹۲
به شرح زیر اعلام شد:
برای دریافت تقویم به صورت فایل PDF کلیک کنید
تقویم آموزشی نیمسال دوم سال تحصیلی ۹۳-۹۲
دانشگاه پیام نور
نیمسال دوم (ترم بهار) www.PNUEB.COM |
|||
ردیف |
موضوع |
تاریخ |
|
شروع |
پایان |
||
1 |
ارائه درخواست دانشجو و ثبت تغییر رشته، تغییر گرایش و انتقال |
15/9/92 |
15/10/92 |
2 |
ارائه درخواست مهمان (موقت، دائم) شدن دانشجویان و تایید توسط مرکز مبدا و مقصد |
15/9/92 |
15/10/92 |
3 |
ارائه دروس (كلاس) درسيستم براي مراكز |
15/10/92 |
25/10/92 |
4 |
تعريف اساتيد براي دروس در سيستم |
15/10/92 |
25/10/92 |
5 |
بار گذاری مدارک تحصیلی مدرسین مدعو |
15/10/92 |
1/11/92 |
6 |
ثبت نام و انتخاب واحد |
27/10/92 |
4/11/92 |
7 |
زمان درخواست وام |
از زمان شروع ثبت نام تا پایان ثبت نام |
|
8 |
انتخاب و ثبت نمره معرفی به استاد مقطع کارشناسی |
23/11/92 |
30/11/92 |
9 |
زمان کلاسهای رفع اشکال گروهی |
5/11/92 |
8/3/93 |
10 |
ثبت نام و انتخاب واحد رشته های نیمه متمرکز |
متناسب با اعلام نتایج سازمان سنجش |
|
11 |
ثبت نام و انتخاب واحد ورودیهای بهمن ماه کارشناسی بر اساس سوابق و کارشناسی ارشد فراگیر |
متناسب با اعلام نتایج سازمان سنجش |
|
12 |
درخواست معادلسازی دروس ورودی های جدید |
5/11/92 |
30/11/92 |
13 |
تشکیل پرونده فیزیکی دانشجویان جدیدالورود |
1/12/92 |
28/12/92 |
14 |
زمان کلاسهای رفع اشکال گروهی وروديهاي بهمن ماه |
19/11/92 |
8/3/93 |
15 |
حذف و اضافه |
26/11/92 |
5/12/92 |
16 |
اتمام زمان اصلاح نمره و درس |
29/2/93 |
|
17 |
حذف اضطراری |
20/2/93 |
29/2/93 |
18 |
تعیین مرکز محل آزمون مقطع کارشناسی ارشد |
20/2/93 |
29/2/93 |
19 |
تعیین مرکز محل آزمون کارشناسی (مهمان اضطراری) |
20/2/93 |
29/2/93 |
20 |
اتمام زمان ثبت دروس معادلسازی شده |
29/2/93 |
|
21 |
دریافت فایل اطلاعات آزمونی (NP ) |
1/3/93 |
|
22 |
پایان ثبت نمره میان ترم کارشناسی |
9/3/93 |
|
23 |
پایان ثبت نمره میان ترم کارشناسی ارشد |
10/4/93 |
|
24 |
دريافت زمان كارت آزمون توسط دانشجو |
6/3/93 |
5/4/93 |
25 |
انتخاب و ثبت نمره معرفی به استاد مقطع کارشناسی |
20/2/93 |
30/2/93 |
26 |
* زمان امتحانات |
10/3/93 |
5/4/93 |
27 |
قرائت پاسخنامه |
10/3/93 |
7/4/93 |
28 |
ثبت نمرات تشريحي کارشناسی |
10/3/93 |
15/4/93 |
29 |
حداکثر زمان ارائه جواب نسبت به تجدید نظرها توسط بانك سوال |
20/4/93 |
|
30 |
اتمام زمان تایید حق التدریس توسط اساتید |
25/3/93 |
|
31 |
تایید حق التدریس اساتید توسط مراکز و واحدها |
5/4/93 |
|
32 | تایید حق التدریس اساتید توسط استان |
16/4/92 |
* استانها و مراکز مجری دکتری لازم است برنامه امتحانات دوره دکتری را در حدفاصل زمان اعلام شده تنظیم نمایند.
حداكثر زمان درخواست تجدید نظر به سؤالات و نتايج آزمون : براي دروس چند گزینه ای 72 ساعت بعد از امتحان و مدت آن تا 5 روز پس از اعلام نمره مي باشد و حداكثر زمان درخواست تجدید نظر به سوالات تشريحي هر عنوان درسي 3 تا 10 روز پس از برگزاري امتحان هر عنوان درسي ميباشد.
حداكثر زمان درخواست تجدید نظر به نمرات تشریحی يك هفته پس از اعلام نمرات هر درس.
ترم تابستان (در صورت تصویب ارائه) www.PNUEB.COM |
|||
ردیف |
موضوع |
تاریخ |
|
شروع |
پایان |
||
1 |
ارائه درخواست مهمان شدن دانشجویان و تایید توسط مرکز مبدا و مقصد |
6/4/93 |
18/4/93 |
2 |
ارائه دروس براي مراكز |
7/4/93 |
12/4/93 |
3 |
ثبت نام و انتخاب واحد |
14/4/93 |
22/4/93 |
4 |
انتخاب و ثبت نمره معرفی به استاد مقطع کارشناسی |
6/4/93 |
5/5/93 |
5 |
دریافت فایل اطلاعات آزمونی (NP ) |
8/5/93 |
|
6 |
دريافت زمان كارت آزمون توسط دانشجو |
13/5/93 |
29/5/93 |
7 |
شروع امتحانات |
18/5/93 |
29/5/93 |
8 |
قرائت پاسخنامه |
18/5/93 |
31/5/93 |
10 |
ثبت نمرات تشريحي کارشناسی |
18/5/93 |
10/6/93 |
11 |
حداکثر زمان ارائه جواب نسبت به تجدید نظرها توسط بانك سوال |
24/6/93 |
|
13 |
تایید حق التدریس اساتید توسط مراکز و واحدها |
11/7/93 |
18/7/93 |
14 |
تایید حق التدریس اساتید توسط استان |
19/7/93 |
25/7/93 |
حداكثر زمان درخواست تجدید نظر به سؤالات و نتايج آزمون : براي دروس چند گزینه ای 72 ساعت بعد از امتحان و مدت آن تا 5 روز پس از اعلام نمره مي باشد و حداكثر زمان درخواست تجدید نظر به سوالات تشريحي هر عنوان درسي 3 تا 10 روز پس از برگزاري امتحان هر عنوان درسي ميباشد.
حداكثر زمان درخواست تجدید نظر به نمرات تشریحی يك هفته پس از اعلام نمرات هر درس.
منبع:
پرتال دانشگاه پیام نور
امتیاز دهید
57 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
آخرین اصلاحیه منابع درسی نیمسال دوم ۹۳-۹۲ در تاریخ ۹۲/۱۲/۲۶ به شرح زیر اعلام می شود
امتیاز دهید
12 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
زمان تحويل واحدهاي عملي كارآموزي ،كارگاهي و پروژه دانشجويان پیام نور از يك نيمسال به دو نيمسال افزايش يافت.
زمان تحويل واحدهاي عملي كارآموزي ،كارگاهي و پروژه دانشجويان پیام نور از يك نيمسال به دو نيمسال افزايش يافت.
مهلت ذكر شده به هيچ عنوان قابل تمديد نمي باشد و در صورت عدم تحويل كار عملي در موعد مقرر غيبت ثبت ميشود.
امتیاز دهید
0 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]
[ad_1]
جزئیات اصلاحیه نیمسال دوم ۹۲-۹۳ پیام نور بدین شرح اعلام شده است
پیرور اصلاحیه اصلاحیه منابع درسی نیمسال دوم ۹۳-۹۲ درج شده در سایت،
جزئیات تغییر منابع به شرح زیر اعلام می شود:
لینک دانلود اصلاحیه نیمسال دوم ۹۲-۹۳
ردیف |
نام درس |
کد درس |
نام رشته |
کد رشته |
مقطع |
نوع اصلاح |
1 |
فیزیولوژی انسانی |
1215002 |
تربیت بدنی و علوم ورزشی |
121530 |
کارشناسی |
تغییر منبع |
2 |
تربیت بدنی و علوم ورزشی (خواهران) |
121532 |
کارشناسی |
|||
3 |
تربیت بدنی و علوم ورزشی (برادران) |
121533 |
کارشناسی |
|||
4 |
تربیت بدنی و علوم ورزشی |
121520 |
کارشناسی ارشد |
|||
5 |
تربیت بدنی و علوم ورزشی (فیزیولوژی ورزش) |
121536 |
کارشناسی ارشد |
|||
6 |
نظریه فازی و کاربرد آن |
1222033 |
مهندسی صنایع |
112211 |
کارشناسی |
اصلاح شرح پیوست |
7 |
مهندسی صنایع (چند بخشی) |
112215 |
||||
8 |
اصول فقه 2 |
1220290 |
حقوق |
122063 |
کارشناسی |
تکمیل شرح پیوست |
9 |
حقوق جزا و جرم شناسی |
122332 |
کارشناسی ارشد |
|||
10 |
زبان شناسی کاربردی |
1213239 |
آموزش زبان فارسی |
121315 |
کارشناسی ارشد |
تغییر منبع |
11 |
زراعت گیانهان صنعتی |
1411356 |
مهندسی کشاورزی ـ ترویج و آموزش کشاورزی |
141130 |
کارشناسی |
ایجاد منبع |
12 |
زراعت گیاهان علوفه ای |
1411357 |
||||
13 |
علف های هرز و کنترل آنها |
1411358 |
||||
14 |
زراعت غلات |
1411359 |
||||
15 |
دیم کاری |
1411360 |
||||
16 |
کنترل و گواهی بذر |
1411361 |
ردیف |
نام درس |
کد درس |
نام رشته |
کد رشته |
مقطع |
نوع اصلاح |
۱۷ |
ارزیابی محیط زیست |
1411148
|
مهندسی منابع طبیعی – محیط زیست |
141124 |
کارشناسی |
حذف شرح پیوست |
۱۸ |
ارزیابی محیط زیست |
مهندسی منابع طبیعی – محیط زیست- ارزیابی و آمایش سرزمین |
141110 |
کارشناسی ارشد |
حذف شرح پیوست |
|
۱۹ |
زبان تخصصی جغرافیا و برنامه ریزی روستایی |
1216405 |
جغرافیا و برنامه ریزی روستایی |
121664 |
کارشناسی |
ایجاد شرح پیوست |
امتیاز دهید
0 رای
‘);
return false;
}
if (EW_this.comment && !EW_hasValue(EW_this.comment, “TEXT”)) {
$(‘#commentsrequest’).html(‘
.لطفا متن پیام را وارد كنيد
‘);
return false;
}
var formData = {
‘name’: $(‘input[name=name]’).val(),
’email’: $(‘input[name=email]’).val(),
‘comment’: $(‘textarea[name=comment]’).val(),
‘g-recaptcha-response’: $(‘textarea[name=g-recaptcha-response]’).val(),
‘section’: $(‘input[name=section]’).val(),
‘item_id’: $(‘input[name=item_id]’).val(),
‘cource_id’: $(‘input[name=cource_id]’).val(),
};
$(‘#commentsrequest’).html(‘
‘);
// process the form
$.ajax({
type: ‘POST’, // define the type of HTTP verb we want to use (POST for our form)
url: ‘http://www.pnueb.com/account/save_comment’, // the url where we want to POST
data: formData, // our data object
dataType: ‘json’, // what type of data do we expect back from the server
encode: true
})
.done(function (data) {
// log data to the console so we can see
console.log(data);
$(‘#commentsrequest’).html(” “);
// here we will handle errors and validation messages
if (!data.success) {
// handle errors for name —————
if (data.errors.name) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.name + ‘
‘); // add the actual error message under our input
$(‘input[name=name]’).focus();
}
// handle errors for email —————
if (data.errors.comment) {
$(‘#commentsrequest’).append(‘
‘ + data.errors.comment + ‘
‘); // add the actual error message under our input
}
if (data.errors.userCaptcha) {
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);
$(‘input[name=userCaptcha]’).focus();*/
$(‘#commentsrequest’).append(‘
‘ + data.errors.userCaptcha + ‘
‘); // add the actual error message under our input
}
} else {
// ALL GOOD! just show the success message!
EW_this.reset();
/*$(‘#new_captcha’).prev().attr(‘src’, ‘http://www.pnueb.com/download/new_captcha?’ + Math.random());
$(‘input[name=userCaptcha]’).val(“”);*/
$(‘#commentsrequest’).append(‘
‘ + data.message + ‘
‘);
}
});
// stop the form from submitting the normal way and refreshing the page
//window.event.preventDefault();
return false;
}
[ad_2]