Registration
' . $columnName . ' | '; } echo '
---|
' . $value . ' | '; } echo '
" . "#############################Registration Object##############################" . "
"; foreach ($col_names as $key => $value) { echo $value; echo ": "; echo $row[$value]; echo "
"; } "##########################################################
"; } } else{ echo "No registered users"; } DataObject::disconnect($conn); } public static function readAllRegistrations(){ $sql = 'SELECT * from registration'; $conn = DataObject::connect(); $result = $conn->query($sql); $rows = $result->fetchAll(PDO::FETCH_ASSOC); DataObject::disconnect($conn); return $rows; } public static function updateRegistration($id){ $sql = "UPDATE registration SET email_sent=1 WHERE id=:id"; $conn = DataObject::connect(); $stmt = $conn->prepare($sql); $stmt->bindParam(':id',$id); $stmt->execute(); DataObject::disconnect($conn); return true; } }
Important information
We would like to inform you that due the pandemic and the uncertainties regarding to travel restrictions, Organizers of INISTA 2020 conference decided to have Hybrid INISTA 2020. Thus, the Conference will be held in two ways: Physical presentation OR Remotely presentation.
At least one author of each accepted paper must register and pay the conference fee for including the paper in the proceedings. We must receive the payment - it must be booked on conference account - by July 15, 2020 (early registration) or July 25, 2020 (late registration).
Conference fees
Type | Early registration (July 15) | Late registration (July 25) | |
---|---|---|---|
Regular registration | 150 € | 170 € | |
IEEE Member Registration | 135 € | 155 € | |
Student Regular Registration | 130 € | 130 € | |
Student IEEE Member Registration | 110 € | 110 € | |
Additional page cost (per page) | 50 € | 50 € |
Physical attendance for any participant: WILL BE ANNOUNCED LATER AND PAID ON THE DESK. (Social and other parallel activities).
NOTICE: Student fee is applied if student is the only author of the paper. IEEE Members should filled-in their IEEE Membership number in registration form.Regular and Students with presentation: The registration fee includes access to all scientific sessions, conference material (book of abstracts, conference proceedings, programme, etc), publishing paper in the Conference Proceedings, processing extended versions of papers selected for special issues in Journals.
Each paper needs to be covered by at least one registration at the regular rate by July 25, 2020.
Additional fees for local social and other parallel activities (coffee breaks, light lunches, gala dinner, and social program) will depend on number of actual participants and will cover real expenses.
PLEASE fill the registration form as soon as possible as by specified deadlines you MUST also send us the proof of payment. Payment instructions (possible only via bank transfer) will be sent to you after registration. Proof of payment is needed for inclusion of the paper in Conference proceedings. For non-authors, there are no deadlines.
PLEASE PAY ATTENTION TO ADDITIONAL EXPLANATIONS AT THE END OF REGISTRATION FORM.
Fields marked with * are mandatory.