www.sprg-ems.com Open in urlscan Pro
194.233.71.190  Public Scan

URL: https://www.sprg-ems.com/sprg/question/detail/306
Submission: On November 28 via api from HK — Scanned from SG

Form analysis 1 forms found in the DOM

Name: examForm

<form name="examForm" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="exam-question">
    <!-- ngRepeat: question in questionList track by question.questionId --><!-- ngIf: question.show -->
    <div class="question ng-scope" ng-repeat="question in questionList track by question.questionId" ng-if="question.show">
      <div class="title">
        <!-- ngIf: exam.examId != 76 --><span ng-if="exam.examId != 76" ng-bind="1+'.'" class="ng-binding ng-scope">1.</span><!-- end ngIf: exam.examId != 76 -->
        <span ng-bind-html="question.content" class="ng-binding">Name 姓名</span>
        <!-- ngIf: question.isRequired --><em class="em ng-scope" ng-if="question.isRequired">*</em><!-- end ngIf: question.isRequired -->
        <!-- ngIf: question.isUpload -->
      </div>
      <div class="options-box ">
        <!-- ngRepeat: option in question.options -->
        <!-- 填空 -->
        <!-- ngIf: question.questionType == 3 -->
        <div class="form-group ng-scope" ng-if="question.questionType == 3">
          <input type="text" class="form-control col-6 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="input0" name="input0" ng-model="questionData[$index].ansText" required="">
        </div><!-- end ngIf: question.questionType == 3 -->
        <!-- ngIf: question.questionType == 4 -->
      </div>
    </div><!-- end ngIf: question.show --><!-- end ngRepeat: question in questionList track by question.questionId --><!-- ngIf: question.show -->
    <div class="question ng-scope" ng-repeat="question in questionList track by question.questionId" ng-if="question.show">
      <div class="title">
        <!-- ngIf: exam.examId != 76 --><span ng-if="exam.examId != 76" ng-bind="2+'.'" class="ng-binding ng-scope">2.</span><!-- end ngIf: exam.examId != 76 -->
        <span ng-bind-html="question.content" class="ng-binding">Email 電郵</span>
        <!-- ngIf: question.isRequired --><em class="em ng-scope" ng-if="question.isRequired">*</em><!-- end ngIf: question.isRequired -->
        <!-- ngIf: question.isUpload -->
      </div>
      <div class="options-box ">
        <!-- ngRepeat: option in question.options -->
        <!-- 填空 -->
        <!-- ngIf: question.questionType == 3 -->
        <div class="form-group ng-scope" ng-if="question.questionType == 3">
          <input type="text" class="form-control col-6 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="input1" name="input1" ng-model="questionData[$index].ansText" required="">
        </div><!-- end ngIf: question.questionType == 3 -->
        <!-- ngIf: question.questionType == 4 -->
      </div>
    </div><!-- end ngIf: question.show --><!-- end ngRepeat: question in questionList track by question.questionId --><!-- ngIf: question.show -->
    <div class="question ng-scope" ng-repeat="question in questionList track by question.questionId" ng-if="question.show">
      <div class="title">
        <!-- ngIf: exam.examId != 76 --><span ng-if="exam.examId != 76" ng-bind="3+'.'" class="ng-binding ng-scope">3.</span><!-- end ngIf: exam.examId != 76 -->
        <span ng-bind-html="question.content" class="ng-binding">Joining the Summit and lunch? 你會否參與峰會及午餐?</span>
        <!-- ngIf: question.isRequired --><em class="em ng-scope" ng-if="question.isRequired">*</em><!-- end ngIf: question.isRequired -->
        <!-- ngIf: question.isUpload -->
      </div>
      <div class="options-box ">
        <!-- ngRepeat: option in question.options -->
        <div class="option ng-scope" ng-repeat="option in question.options" ng-init="outerIndex = $parent.$index">
          <!-- 单选 -->
          <!-- ngIf: question.questionType == 1 -->
          <div ng-if="question.questionType == 1" class="ng-scope">
            <div class="custom-control custom-radio d-flex align-items-center">
              <input type="radio" id="radio2-1" name="radio2" class="custom-control-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-value="option.optionId" required="" ng-model="questionData[outerIndex].ansOptions"
                ng-click="onRadio($event,outerIndex,option,question,'radio'+outerIndex+'-'+($index+1))" value="3476">
              <label class="custom-control-label" style="margin-bottom: 1.5rem;" for="radio2-1"> </label>
              <div ng-bind-html="option.content" class="ng-binding"> I will join both the Summit and lunch <br> 我會參加峰會及午餐 <br> (Light lunch will be provided 將提供輕食午餐)</div>
              <!-- ngIf: option.isText && questionData[outerIndex].ansOptions == option.optionId -->
            </div>
            <div style="padding-left: 1.5rem;">
              <!-- ngIf: option.optionImage != null && option.optionImage != ''  -->
            </div>
          </div><!-- end ngIf: question.questionType == 1 -->
          <!-- 多选 -->
          <!-- ngIf: question.questionType == 2 -->
        </div><!-- end ngRepeat: option in question.options -->
        <div class="option ng-scope" ng-repeat="option in question.options" ng-init="outerIndex = $parent.$index">
          <!-- 单选 -->
          <!-- ngIf: question.questionType == 1 -->
          <div ng-if="question.questionType == 1" class="ng-scope">
            <div class="custom-control custom-radio d-flex align-items-center">
              <input type="radio" id="radio2-2" name="radio2" class="custom-control-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-value="option.optionId" required="" ng-model="questionData[outerIndex].ansOptions"
                ng-click="onRadio($event,outerIndex,option,question,'radio'+outerIndex+'-'+($index+1))" value="3477">
              <label class="custom-control-label" style="margin-bottom: 1.5rem;" for="radio2-2"> </label>
              <div ng-bind-html="option.content" class="ng-binding"> I will join the Summit only <br> 我只會出席峰會</div>
              <!-- ngIf: option.isText && questionData[outerIndex].ansOptions == option.optionId -->
            </div>
            <div style="padding-left: 1.5rem;">
              <!-- ngIf: option.optionImage != null && option.optionImage != ''  -->
            </div>
          </div><!-- end ngIf: question.questionType == 1 -->
          <!-- 多选 -->
          <!-- ngIf: question.questionType == 2 -->
        </div><!-- end ngRepeat: option in question.options -->
        <!-- 填空 -->
        <!-- ngIf: question.questionType == 3 -->
        <!-- ngIf: question.questionType == 4 -->
      </div>
    </div><!-- end ngIf: question.show --><!-- end ngRepeat: question in questionList track by question.questionId -->
    <!-- ngIf: exam.examId == 289 -->
    <!-- ngIf: exam.examId == 306 -->
    <div ng-if="exam.examId == 306" style="margin-top:20px;padding-top:30px;font-size: 14px" class="ng-scope">
      <p> RSVP: By 5 December 2024 報名:2024年12月5日或之前 <br> A QR check-in code will be sent to participant who has successfully registered. <br> 參加者如成功報名,會獲發二維碼,於活動當日用作入場登記。 </p>
      <p> For enquiries about registration, please contact Ms. CHAN (Tel:2864 4891 / Email: <a href="mailto:lonia.chan@sprg.com.hk">lonia.chan@sprg.com.hk</a>) OR Mr. ZHENG (Tel: 3907 0659 / Email:
        <a href="mailto:yass@ashk.org.hk">yass@ashk.org.hk</a>)</p>
      <p> 有關報名查詢,可聯絡陳小姐(電話:2864 4891 / 電郵:<a href="mailto:lonia.chan@sprg.com.hk">lonia.chan@sprg.com.hk</a>) 或 鄭先生(電話:3907 0659 / 電郵: <a href="mailto:yass@ashk.org.hk">yass@ashk.org.hk</a>)</p>
    </div><!-- end ngIf: exam.examId == 306 -->
    <!-- submit -->
    <div class="text-center m-t m-b">
      <button type="button" ng-click="onSubmit()" ng-disabled="questionList.length == 0" class="submit-btn btn btn-primary btn-sm">Submit</button>
    </div>
  </div>
</form>

Text Content

On behalf of the Hong Kong Young Academy of Sciences, we cordially invite you to
participate in the Second Young Academy of Sciences Summit (YASS):
謹代表香港青年科學院,誠邀您參與第二屆青年科學家峰會(YASS):

The Second Young Academy of Sciences Summit 第二屆青年科學家峰會
Date: 13 December 2024 (Friday)
日期:2024年12月13日(星期五)

Time: 09:00 – 18:00 (Registration starts at 08:30)
時間:09:00–18:00 (開始登記時間為08:30)

Venue: Charles. K. Kao Auditorium (1/F, Building 10W, Hong Kong Science Park)
地點:高錕會議中心(香港科學園10W大樓1樓)



Language: English 
語言:英文

Programme 程序

 1. Opening Ceremony (Officiated by Professor Dong SUN, Secretary for
    Innovation, Technology and Industry, HKSARG)  
    開幕禮 (主禮嘉賓 香港特別行政區政府 創新科技及工業局局長 孫東教授)
    
    
 2. How young scientists can contribute to the long-term public policies
    青年科學家如何為長遠的公共政策作出貢獻
    
    
 3. Translating and commercialising deep-tech solutions from universities
    大學深科技解決方案的成果轉化與商業化
    
    
 4. Success stories of how young academies groom young scientists into
    world-class academicians
    培養青年科學家成為世界級學者的成功故事
     
 5. Interventions to promote and popularize science in schools
     支援在校科學普及化和宣傳

For more information, please click on https://yass-hk.org/

更多資訊,請瀏覽 https://yass-hk.org/

 

*Required

1. Name 姓名 *

2. Email 電郵 *

3. Joining the Summit and lunch? 你會否參與峰會及午餐? *
I will join both the Summit and lunch
我會參加峰會及午餐
(Light lunch will be provided 將提供輕食午餐)

I will join the Summit only
我只會出席峰會


RSVP: By 5 December 2024 報名:2024年12月5日或之前
A QR check-in code will be sent to participant who has successfully registered.
參加者如成功報名,會獲發二維碼,於活動當日用作入場登記。

For enquiries about registration, please contact Ms. CHAN (Tel:2864 4891 /
Email: lonia.chan@sprg.com.hk) OR Mr. ZHENG (Tel: 3907 0659 / Email:
yass@ashk.org.hk)

有關報名查詢,可聯絡陳小姐(電話:2864 4891 / 電郵:lonia.chan@sprg.com.hk) 或 鄭先生(電話:3907 0659 / 電郵:
yass@ashk.org.hk)

Submit