×

警告

JFolder: :files: 路径不是一个目录. 路径: /home/riccimac/www/ricci/images/academic/event/bookexhibition/20230920/photos
×

注意

There was a problem rendering your image gallery. Please make sure that the folder you are using in the Simple Image Gallery plugin tags exists and contains valid image files. The plugin could not locate the folder: images/academic/event/bookexhibition/20230920/photos

Macau, University of Macau Avenida da Universidade Taipa, Macau, China, Macau

 

《利氏華傳廿載•繼往開來》 Book Exhibition

《利氏華傳廿載 • 繼往開來》書展

BookFair

 

Date | 日期:

  • September 20th, 2023 ~ March 19th ,2024 | 2023年9月20日至2024年3 月19日

Venue | 地點:

  • UM Wu Yee Sun Library (E2), 1st Floor (Next to the UM Scholars Collection) University of Macau, Avenida da Universidade, Taipa, Macau, China
  • 澳門氹仔大學大馬路 澳門大學伍宜孫圖書館 (E2) 一樓(澳大人文庫左旁)

Organized by | 主辦單位:

  • Macau Ricci Institute & University of Macau Library
  • 澳門利氏學社及澳門大學圖書館

Outline | 章程:

Book Catalog | 展出書目:

{gallery}academic/event/bookexhibition/20230920/photos{/gallery}

Introduction | 活動介紹

《利氏華傳廿載•繼往開來》book exhibition is co-organised by the Macau Ricci Institute and the University of Macau Library, which is the first common book exhibition between two libraries. It will showcase the main publications of the Macau Ricci Institute at the University of St. Joseph such as《The Acta Pekinensia or Historical Records of the Maillard de Tournon Legation, Volume one and two, September 1706-December 1707》, also the《De Christiana Expeditione apud Sinas suscepta ab Societate Jesu》 (Chinese Translation) by the University of Macau -- Wu Yee Sun Library.

The event features the important contribution of the Italian Jesuit – Fr Matteo Ricci SJ (1552-1610) to the cultural exchange between China and the West. The event also highlights the profile of the Macau Ricci Institute on Social Innovation, Moral Leadership and Comparative Spirituality in the context of the history of missionaries in China.

《利氏華傳廿載•繼往開來》書展由澳門大學圖書館及澳門利氏學社合辦,是次展覽為澳門利氏學院首次與澳門高校合辦的書展。書展將展出澳門利氏學社的主要出版物,包括《北京大事記》、《The Acta Pekinensia or Historical Records of The Maillard De Tournon Legation》和《The Acta Pekinensia or historical records of the Maillard de Tournon legation. Volume II, September 1706-December 1707》等出版物;以及澳門大學圖書館借出的《利瑪竇中國札記》和利瑪竇神父的相關書籍,所有讀物均供閱覽。冀藉書展向讀者宣揚利氏學社主張的三個核心主題及利瑪竇神父對東西方文化交流的貢獻。

是次書展以一代傳教士—利瑪竇神父(1552-1610)、《澳門利氏學社學刊》以及學社出版書目為主題,將利瑪竇神父對文化的態度以及對東西方文化交流的貢獻和利氏學社的研究核心:社會創新、道德領導力和比較靈修學推廣至澳門高等大專院校。

Remarks | 注意事項:

1. It is strictly forbidden to take away books from the exhibition site in order to ensure that all books and magazines which have been showcased are available on the site. 展出書目僅供現場查閱,切勿帶離圖書館範圍。參觀者有義務保存所有書目完整性,切勿損壞展品。

2. The organizers keep the right of the final interpretation of these regulations. 主辦單位保留本章程之最後解釋權。

 

Book Introduction | 參展書籍介紹

{source}<?php
$servername = "mysql.s218.sureserver.com:3308";
$username = "bookf";
$password = "0226Bookf@ir2023";
$dbname = "riccimac_bookfair";

// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}

$sql = "SELECT * FROM BookList";
$result = $conn->query($sql);

$color = 1;

if ($result->num_rows > 0) {
echo "<table class='table table-default' 
width='100%' style='font-size: 12px;'><thead>
<tr class='active' style='background-color:#7186e2; color:white;'>
<th>Title | 書目名稱</th>
<th>ISBN | 國際書號</th>
<th>Introduction | 內容介紹</th>

</tr>
</thead><tbody>";
// output data of each row
while($row = $result->fetch_assoc()) {

if ($color % 2 == 0){
echo "<tr class='success' style='background-color:#d5e3f0'>

<td>".$row["title"]."</td>

<td>".$row["isbn"]."</td>

<td><a href='".$row["introduction"]."' target='_blank'>Click Here</a></td>

 

</tr>";} else {

echo "<tr class='success' style='background-color:#f5f7fa'>

 

<td width='65%' >".$row["title"]."</td>

<td width='20%'>".$row["isbn"]."</td>

<td width='15%'><a href='".$row["introduction"]."' target='_blank'>Click Here</a></td>

 

</tr>";

}

$color = $color+1;
}
echo "</tbody></table>";
} else {
echo "0 results";
}

?>
{/source}

Journal Introduction | 參展期刊介紹

{source}<?php


$sql = "SELECT * FROM JournalList";
$result = $conn->query($sql);

$color = 1;

if ($result->num_rows > 0) {
echo "<table class='table table-default' 
width='100%' style='font-size: 12px;'><thead>
<tr class='active' style='background-color:#7186e2; color:white;'>
<th>Title | 標題</th>
<th>Publish Date | 出版日期</th>
<th>Introduction | 內容介紹</th>

</tr>
</thead><tbody>";
// output data of each row
while($row = $result->fetch_assoc()) {

if ($color % 2 == 0){
echo "<tr class='success' style='background-color:#d5e3f0'>

<td>".$row["title"]."</td>

<td>".$row["pub_date"]."</td>

<td><a href='".$row["introduction"]."' target='_blank'>Click Here</a></td>

 

</tr>";} else {

echo "<tr class='success' style='background-color:#f5f7fa'>

 

<td width='65%' >".$row["title"]."</td>

<td width='20%'>".$row["pub_date"]."</td>

<td width='15%'><a href='".$row["introduction"]."' target='_blank'>Click Here</a></td>

 

</tr>";

}

$color = $color+1;
}
echo "</tbody></table>";
} else {
echo "0 results";
}
$conn->close();


?>
{/source}